@charset "UTF-8";
/* CSS Document */

 html, body, div, span, img, object, h1, h2, h3, h4, h5 {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
 }

img {
	border:none;
	/*clear: both;*/
}

body {
	text-align: center;
	color: #000;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #231F20;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
#home {
	background-color: #231F20;
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-x;
}
#gallery {
	background-color: #231F20;
	background-image: url(../images/bg_gallery.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #231F20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #231F20;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight: bold;
	margin: 0px;
	padding-left: 190px;
	padding-top: 40px;
	padding-bottom: 15px;
}
h2 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight: bold;
	margin: 0px;
	padding-left: 48px;
	padding-top: 30px;
	padding-bottom: 15px;
}
h3 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#container {
	width: 950px;
	margin: 0 auto;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFF;
}
#headerHome  {
	width: 950px;
	position: relative;
	height: 100px;
	
}
#headerOth  {
	width: 950px;
	position: relative;
	height: 82px;
}
#headerGallery  {
	width: 950px;
	position: relative;
	height: 152px;
	margin-bottom: 20px;
}

#menuHome {
	position:absolute;
	left:280px;
	top:23px;
	width:702px;
	height:49px;
	z-index:1;
}

#menu {
	position:absolute;
	left:251px;
	top:21px;
	width:700px;
	height:49px;
	z-index:1;
}

#MainText {
	width: 950px;
	margin-top: 0px;
	float: left;	
}

#homeText {
	float: left;
	width: 950px;
	height: 320px;
	position: relative;
}
#homeText p {
	line-height: 18px;
	padding-left: 190px;
	padding-right: 200px;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	font-size: 10px;
	clear: both;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 10px;
	color: #999;
	background-color: #231F20;
	height: 50px;
}
a.footer:link {
	color: #B3D011;
}

/*main menu*/
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;	
	color: #000;
}

#navlist a {
	font-size: 10px;
	margin: 0;
	text-align: left;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}
#navlist a:hover
{
	color: #000;
	background-color: #FFC20E;
	text-decoration: none;
}
#navlist #active a {
	color: #000;
	background-color: #FFC20E;
	padding-right: 7px;
	padding-left: 7px;     				
}
/*end main menu*/
/*submenu*/
.yellowHeadMenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFC10D;
	position: absolute;
	left: 99px;
	top: 55px;
	width: 326px;
}
#subnavlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#subnavlist li
{
	display: inline;
	list-style-type: none;	
	color: #000;
}

#subnavlist a {
	font-size: 10px;
	margin: 0;
	text-align: left;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFC20E;		
}

#subnavlist a:link, #subnavlist a:visited
{
	color: #FFF;
	text-decoration: none;
}
#subnavlist a:hover
{
	color: #FFC20E;
	text-decoration: none;
}
#subnavlist #active a {
	color: #FFC20E;
	padding-right: 8px;
	padding-left: 5px;     			
}
#subnavlist #activeNoBorder a {
	color: #FFC20E;
	padding-right: 8px;
	padding-left: 5px;
	border-right-style: none;	
}
#subnavlist #noBorder a {
	color: #FFF;
	padding-right: 8px;
	padding-left: 5px;
	border-right-style: none;	
}
#subnavlist #noBorder a:hover {
	color: #FFC20E;
	border-right-style: none;	
}
/*end submenu*/


#leftImage {
	float: left;
}
#rightText {
	float: right;
	width: 652px;
}
#rightText #blackHeader {
	background-color: #000;
	height: 104px;
	position: relative;
}
.yellowHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFC10D;
	position: absolute;
	left: 127px;
	top: 72px;
}
#rightText p {
	line-height: 20px;
	padding-left: 48px;
	padding-right: 35px;
	padding-top: 5px;
}
#rightText #blackHeader img {
	margin-top: 20px;
	margin-left: 48px;
}
#about li {
	margin-left: 28px;
	margin-bottom: 15px;
	margin-right: 20px;
	line-height: 18px;
}
#rightText table tr td {
	line-height: 20px;
}

#rightText #clients tr td {
	line-height: 30px;
}
#rightText #testimonials tr td {
	line-height: 18px;
}
/*testimonial name*/
#divRight {
	text-align:right;
	line-height: 15px;
}
/*Gallery stuff*/
#leftGallery p {
	line-height: 20px;
	padding-left: 20px;
	padding-right: 35px;
}
#leftGallery {
	width: 260px;
	background-color: #FFF;
	float: left;
	height: 500px;
}
#mainImage {
	height: 460px;
	width: 570px;
	float: left;
} 
#thumbs {
	float: right;
	width: 95px;
}
#MainText #thumbs img{
	margin-bottom: 22px;
	border: 2px solid #000;
	
	margin-left: 2px;
}
#container #MainText #mainImage #mainImage {
	border: 5px solid #000;
	
}
#MainText #leftGallery ul li {
	padding-right: 5px;
	margin-left: -5px;
	padding-bottom: 10px;
	line-height: 16px;
}
#galleryMenu {
	height: 70px;
	background-color: #000;
	width: 950px;

}
#galleryMenu #subnavlist {
	position: absolute;
	left: -8px;
	top: 101px;
	clear: both;
}
/*end gallery stuff*/


a.copy:link  {
	text-decoration: none;
	color: #3D450C;
	font-size: 10px;
}
a.copy:visited {
	text-decoration: none;
	color: #3D450C;
	font-size: 10px;
}

a.copy:hover {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
#home #container #topImage  {
	background: #000;
}
