* {
		margin: 0;
		padding:  0;
		}

html {
		font-size: 100%;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background-image: url(../images/woodbackgroundbig.jpg);
	background-repeat: no-repeat;
	background-color: #000;
		}

#wrapper {
	width: 950px;
	margin: 0 auto;
		}

/* ---------- navigation ---------- */

#masthead {
	height: 98px;
	width: 950px;
	z-index: 2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c1100;
	background-color: #000;
		}

#logo {
	height: 98px;
	width: 290px;
	text-align: left;
	float: left;
	position: relative;
	border: 0px;
}
#tagline {
	text-align: right;
	top: 0px;
	right: 950px;
	height: 76px;
}


#navContainer {
	height: 24px;
	width: 656px;
	left: 140px;
	top: 76px;
	float: right;
	z-index: auto;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
	float: left;
	width: 82px;
	height: 24px;
	position: relative;
	}
	
#navigation a:link, #navigation a:visited {
	text-transform: uppercase;
	color: #ba9c5e;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

#navigation a:hover {
	display: block;
	background-color: #5c1100;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c1100;
}

#navigation a:active {
	background-color: #BB4B07;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ba9c5e;
}
		
#navigation li ul {
	position: absolute;
	left: -10000px;
	width: 82px;
	height: 24;
}
#navigation li li {
	width: 82px;
	height: 24px;
	}

#navigation li li a:link, #navigation li li a:visited {
	text-transform: none;
	padding-top: 3px;
	font-size: 11px;
	height: 20px;
	background-color: #5c1100;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #410c01;
	border-bottom-color: #410c01;
	width: 81px;
	}

#navigation li li a:hover {
	padding-top: 3px;
	background-color: #410c01;
	font-size: 11px;
	height: 20px;
	border-bottom: 1px solid #410c01;
}
#navigation li li a:active {
	padding-top: 3px;
	background-color: #bb4b07;
	font-size: 11px;
	height: 20px;
	border-bottom: 1px solid #410c01;
}

#navigation li:hover ul {
	display: block;
	left: 0px;
	top: 24px;
}



/* ---------- footer ---------- */
	
#footer {
	color:#FFF;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ba9c5e;
	z-index: 2;
}
#footer p {
	margin-top: 7px;
	margin-bottom: 10px;
}


#footer a:link{
	text-decoration: none;
	color: #bb4b07;
}
				
/* ---------- main structure ---------- */
#mainWrapper {
	width: 950px;
	background-color: #FAEED8;
	top: 100px;
}

#mainLeft {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-left: 20px;
	top: 60px;
	left: 0px;
}
#mainRight {
	float: left;
	width: 660px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}



/* ---------- contact page ---------- */
#captionForm {
	font-size: 16px;
	color: #bb4b07;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
	padding-top: 50px;
	text-align: left;
	padding-left: 68px;
}
#formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bb4b07;
	width: 500px;
	padding: 5px;
	margin-left: 100px;
	margin-top: 20px;
}

.contactAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
	line-height: 1.5em;
	padding-top: 72px;
	padding-left: 20px;
}
.contactName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bb4b07;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.2em;
}

#button, #button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C1100;
	font-weight: bold;
	text-align: center;
	width: 85px;
	border: 1px solid #000;
	height: 24px;
	background-color: #F4DDB0;
	margin-top: 10px;
}


.contactName a {
	color: #666;
	text-decoration: none;
}
.contactName a:hover {
	color: #C30;
	text-decoration: none;
}

#formCol1 {
	text-align: right;
	width: 130px;
}

.contactAddress a {
	color: #666;
	text-decoration: none;
}
.contactAddress a:hover {
	color: #C30;
	text-decoration: none;
}
.yellowText {
	color: #5c1100;
	font-weight: bold;
	font-size: 12px;
}

/* ---------- gallery page ---------- */


#thumbnailBox {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	width: 210px;
	}
		
#thumbnailBox #thumbHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #bb4b07;
	width: 230px;
	height: 17px;
}

#thumbnailBox p {
	padding-top: 2px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#thumbnailBox td {
	vertical-align: top;
}


/* ---------- about us ---------- */

#aboutLeft {
	float: left;
	width: 180px;
	padding-left: 20px;
	background-color: #FAEED8;
	height: 850px;
}
.ClientList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #5C1100;
	font-weight: bold;
	padding-top: 51px;
}
#aboutLeft ul {
	font-size: 12px;
	font-weight: bold;
	color: #bb4b07;
	padding-top: 13px;
	padding-bottom: 5px;
}
#aboutLeft ul li {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-indent: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#AboutRight {
	float: right;
	width: 609px;
	background-color: #FFF;
	padding-left: 70px;
	padding-right: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F4DDB0;
	height: 850px;
	font-weight: bold;
}
#AboutHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bb4b07;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 50px;
	text-align: center;
}

#AboutRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ac6913;
	padding-bottom: 10px;
}
#AboutRight p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 17px;
	text-align: justify;
}
#AboutRight img {
	float: right;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#aboutus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bb4b07;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 50px;
}

#AboutUsText {
	color: #FFF;
	padding: 0px;
	height:500px;
	left: 600px;
	top: 0px;
	line-height: 1.5em;
	position: relative;
	width: 300px;
	}




/* ---------- gallery ---------- */

#mainImageContainer {
	width: 750px;
	height: 400px;
	text-align: center;
	margin-top: 10px;
		}
#Info {
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
}
#GalleryWrapper {
	width: 748px;
	text-align: center;
	margin-left: 100px;
	background-color: #FFF;
	padding-bottom: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F4DDB0;
	border-left-color: #F4DDB0;
}
#GalleryThumbnails {
	width: 600px;
	margin-top: 15px;
	margin-right: 74px;
	margin-left: 74px;
		}
#Info p{
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	line-height: 35px;
		}
#Info p em{
	font-size: 10px;
	font-weight: normal;
		}

a img {
		border: 0;
		}

#GalleryWrapper img {
	padding-bottom= 0px
	width: auto;
		}


		
			
/* ---------- contact us ---------- */

#contactLeft {
	width: 200px;
	float: left;
	height: 680px;
	background-color: #FAEED8;
}
#contactRight {
	width: 749px;
	float: right;
	background-image: url(../images/contactBG.jpg);
	background-repeat: no-repeat;
	height: 680px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F4DDB0;
}
/* ---------- prefinished ---------- */

#ProductHeading  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bb4b07;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 0px;
}

#products {
	width: 750px;
	padding-bottom: 40px;
	background-color: #FFF;
	margin-left: 100px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F4DDB0;
	border-left-color: #F4DDB0;
}
#products img {
	text-align: center;
	padding-bottom: 20px;
}
#products p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 40px;
	text-align: left;
}
#finishes img {
	padding: 0px;
}

#products h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}

#products ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #900;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
}
#products ul li {
	font-size: 11px;
	list-style-type: square;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 18px;
	color: #000;
	text-align: left;
}
.indent {
	margin-left: 20px;
}
.alignCenter {
	text-align: center;
}



#productsTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 600px;
	margin-top: 10px;
	border: 1px solid #D7D7D7;
	text-align: center;
	margin-left: 75px;
	margin-right: 75px;
}
#productsTable img {
	padding-bottom: 0px;
}
#productsTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#productsTable tr {
	vertical-align: top;
	text-align: left;
}
#productsTable h2 {
	margin-left: -40px;
	color: #bb4b07;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#productsTable p {
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: -40px;
}
#productsTable h3 a {
	color: #bb4b07;
	font-size: 10px;
	text-decoration: none;
	margin-top: -10px;
}
#productsTable h3 a:hover {
	font-size: 10px;
	width: 80px;
	color: #900;
	text-decoration: none;
}
#specs p {
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 14px;
	padding-left: 20px;
}

/* ---------- species ---------- */

#speciesLink a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #900;
}
#speciesLink {
	text-align: left;
	padding-left: 40px;
}
#mainSpecies {
	width: 748px;
	padding-bottom: 40px;
	background-color: #FFF;
	margin-left: 100px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F4DDB0;
	border-left-color: #F4DDB0;
}
#mainSpecies img {
	border: 1px solid #000;
	padding: 0px;
}

#mainSpecies p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin-top: -2px;
	margin-bottom: 13px;
}

#mainSpecies img:hover {
	border: 1px solid #bb4b07;
}
.topPad {
	padding-top: 100px;
	font-size: 30px;
}

#mainSpecies td {
	text-align: center;
	padding: 0px;
	vertical-align: top;

}
#speciesLink a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #bb4b07;
}
.altRow {
	background-color: #FFFCF2;
}
#mainWrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BB4B07;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 150px;
}
#speciesLink2 {
	text-align: left;
}
#speciesLink2 a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #900;
}
#speciesLink2 a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #bb4b07;
}
#specs {
	width: 500px;
	border: 1px dashed #CCC;
	padding-top: 20px;
		padding-bottom: 5px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 30px;
	color: #999;
	height: 150px;
	text-align: left;
	margin-left: 40px;
}
#SpeciesTable {
	width: 700px;
	margin-right: 24px;
	margin-left: 24px;
}
.centeredSpecials {
	margin-left: 190px;
}
