html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
	background: #000 url('../images/bg.jpg') top center no-repeat;
	margin: 0 auto;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

p, div, td, li, span {
	line-height: 18px;
	color: #fff;
	text-align: left;
}

p {
	margin: 0px 0px 15px 0px;
}

a, a:link, a:active {
	color: #eec265;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #eec265;
	text-decoration: underline;
	font-weight: 700;
}

h1, .h1 {
	padding-top: 10px;
	color: #fff;
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: 100;
}

h2, .h2 {
	margin-top: 0;
	color: #eec265;
	text-align: left;
	margin: 0px 0px 15px 0;
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
	border-bottom: 1px solid #bbb;
}

h3, .h3 {
	color: #000;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
}

h4, .h4 {
	color: #f4b304;
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 100;
}

ul {
	margin-left: 15px;
}

small {
	color: #777;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.tableborder {
	border-top: 1px solid #c87b07;
	border-right: 1px solid #c87b07;
	border-left: 1px solid #c87b07;
	margin: 5px 5px 15px 5px;
}

.tdborderone {
	border-right: 1px solid #c87b07;
	border-bottom: 1px solid #c87b07;
	padding: 5px;
	font-weight: 600;
	background: #5e4013;
}

.tdbordertwo {
	border-bottom: 1px solid #c87b07;
	padding: 5px;
	background: #372f23;
	
}

p.title {
	font-weight: 700;
	font-size: 14px;
}

.table {
	display: table;
	background: #ececec;
	padding: 10px;
	border: 1px solid #ccc;
	width: 350px;
}

.tablerow {
	display: table-row;
}

.tablecell {
	display: table-cell;
	padding: 5px;
	width: 200px;
}

.tablerow:hover {
	background: #ddd;
}

.border {
	border: 1px solid #fff;
}










































.photo {
	padding: 5px;
	border: 1px solid #b6c0d6;
	width: 200px;
	background: #ffffff;
}

.photo2 {
	padding: 5px;
	border: 1px solid #b6c0d6;
	width: 350px;
	background: #ffffff;
}

.photo3 {
	padding: 5px;
	border: 1px solid #b6c0d6;
	width: 250px;
	background: #ffffff;
}

.photo4 {
	padding: 15px;
	border: 0px solid #b6c0d6;
	width: 350px;
}

.photo5 {
	padding: 20px;
	border: 0px solid #b6c0d6;
	width: 200px;
}

.photo6 {
	padding: 20px;
	border: 0px solid #b6c0d6;
	width: 250px;
}

.productleft {
	float: left; 
	width: 500px;
}

.productright {
	float: left;
	width: 240px; 
	margin: 0 10px 0px 20px;
	border: 1px solid #acb8c8;
	background: #d9e0f0;
	padding: 15px;
}

.productright div {
	padding-bottom: 20px;
}





.subhead {
	font-size: 12px;
	color: #eec265;
}





.breadcrumbs {
	font-size: 10px;
	color: #fff;
}

.breadcrumbs a {
	color: #fff;
	font-weight: 900;
	text-decoration: underline;
}

/* Tool Tip */
p#vtip { 
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px; 
	font-size: 0.8em; 
	background-color: #444; 
	border: 1px solid #a6c9e2;
	z-index: 9999;
	width: 200px;
	
}

a.vtip {
	cursor: pointer;
}

p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
}






.msg_head {
	cursor: pointer;
}








label {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	width: 75px;
	font-size: 12px;
	text-align: right;
}

input, .text {
	width: 190px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	padding: 1px;
	color: #333;
	background: #eee;
	border: 1px solid #ccc;
}

.textarea {
	height: 100px;
}

.verify {
	width: 145px;
}

.verifytext {
	font-weight: 900; font-family: courier; font-size: 18px;
}

.radio {
	width: auto;
	border: 0px solid #555;
	background: transparent;
	cursor: pointer;
}

.radios {
	float: left; 
	display: inline;
	font-size: 11px;
	color: #ccc;
}

.submit {
	cursor: pointer !important;
	padding: 1px !important;
	background: #ccc !important;
	color: #333 !important;
	border: 1px solid #333 !important;
	width: auto;
}

.submit:hover {
	background: #eee !important;
}

.clear {
	clear: both;
	height: 10px;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.blue {
	color: #284a96;
}

.red {
	color: #cc0000;
}


.whiteimage {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}

.blackimage {
	border: 1px solid #000;
	background: #000;
	padding: 10px;
}

.blueimage {
	border: 1px solid #000;
	background: #284a96;
	padding: 10px;
}

.redimage {
	border: 1px solid #000;
	background: #cc0000;
	padding: 10px;
}

.tip {
	color: #777;
}

.logolinks {
	text-align: right;
	padding-top: 25px;
}

.logolinks a {
	font-weight: 100;
	color: #777;
	margin-left: 10px;
	margin-right: 2px;
}

.logolinks a:hover {
	font-weight: 100;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 2px;
}















fieldset {
	border: 1px solid #333;
	width: 600px;
	margin-left: 15px;
	padding: 5px 15px 5px 15px;
}

legend {
	color: #fff;
	background: #222;
	border: 1px solid #333;
	padding: 2px 6px;
	margin-left: 10px;
} 




#bullets {
	padding: 10px 0px 0px 525px;
	font-size: 18px;
	line-height: 30px;
}

#bullets span {
	text-decoration: underline;
	color: #ccc;
	font-weight: 100;
}

#bullets span:hover {
	color: #fff;
}


#navigation {
	padding: 38px 0px 0px 21px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	display: inline;
}

#navigation ul li a {
	text-indent: -9999px;
	display: block;
}

#navigation ul li a:hover {
	background: #ccc;
	filter: alpha(opacity=20);
	opacity: 0.2; 
}

.home {
	width: 53px;
	height: 24px;
}
.about {
	width: 129px;
	height: 24px;
}
.aboutwood {
	width: 144px;
	height: 24px;
}
.species {
	width: 116px;
	height: 24px;
}
.finishes {
	width: 120px;
	height: 24px;
}
.services {
	width: 67px;
	height: 24px;
}
.care {
	width: 112px;
	height: 24px;
}
.contact {
	width: 87px;
	height: 24px;
}








#supertop {
	width: 900px;
	height: 36px;
	overflow: hidden;
}

#top , #topmain{
	width: 900px;
	height: 63px;
	overflow: hidden;
	background: url('../images/navigation.jpg') no-repeat top center;
}

#topmain {
	background: url('../images/mainnavigation.jpg') no-repeat top center;
}

#body, #bodymain {
	width: 900px;
	background: url('../images/bodyrepeat.jpg') repeat-y top center;
}

#bodymain {
	background: url('../images/mainbodyrepeat.jpg') repeat-y top center !important;
}

#bodyleft {
	width: 230px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	background: url('../images/left.jpg') no-repeat top center;
}

.bodyleftmain {
	background: url('../images/mainleft.jpg') no-repeat top center !important;
	display: inline;
}

#bodyleft span.title {
	margin-left: 19px;
}

#bodyleft .bar {
	width: 187px;
	height: 19px;
	padding: 1px 0px 1px 19px;
	margin: 5px 0px 5px 0px;
	background: url('../images/bar.jpg') repeat-y top left;
}

#bodyleft .leftside {
	list-style: none;
	margin: 5px 0px 10px 19px;
}

#bodyleft .leftside li {
	width: 178px;
	height: 19px;
	background: url('../images/li.jpg') no-repeat top left;
}

#bodyleft .leftside li:hover {
	background: url('../images/liover3.jpg') no-repeat top left;
}


#bodyleft .leftside li a {
	width: 178px;
	font-weight: 100;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	display: block;
	font-size: 11px;
}

#bodyleft .leftside li a:hover {
	color: #eec265;
	font-weight: 100;
	text-decoration: none;
}

#bodycontent {
	float: left;
	display: inline;
	padding: 0px 40px 10px 18px;
	margin: 0px;
	width: 592px;
}

#moremain {
	background: url('../images/mainmiddle.jpg') no-repeat top right;
}

#bodymiddle {
	width: 403px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: url('../images/middle.jpg') no-repeat top center;
}

#bodymiddle #logo, #bodycontent #logo {
	width: 400px;
	height: 120px;
	cursor: pointer;
}

#bodymiddle #homeimage {
	width: 400px;
	height: 342px;
}

#bodymiddle #content {
	margin: 10px 10px 10px 10px;
}

#bodymiddle #content p {
	color: #eec265;
}

#bodyright {
	width: 204px;
	float: left;
	display: inline;
	padding: 19px 10px 0px 33px;
	margin: 0px;
	background: url('../images/right.jpg') no-repeat top center;
}

#bodyright .bar {
	width: 172px;
	padding: 1px 15px 1px 5px;
	margin: 5px 0px 5px 0px;
	background: url('../images/right-bar.jpg') repeat-y top left;
}

#bodyright p {
	padding-right: 10px;
}

#bodyright img {
	margin: 5px 0px 5px 0px;
}

#bottom, #bottommain {
	width: 900px;
	height: 30px;
	background: url('../images/bottom.jpg') no-repeat top center;
}

#bottommain {
	background: url('../images/mainbottom.jpg') no-repeat top center !important;
}


#footer {
	width: 900px;
	padding: 50px 25px 50px 25px;
	color: #777;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #777;
}

#footer a {
	color: #ccc;
	font-weight: 100;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	font-weight: 100;
	text-decoration: none;
}




#bodycontent {
	
}











