/*------------------------------------------------------------------------------------------*/
/*CSS RESET				CSS RESET				CSS RESET				CSS RESET   */
/*------------------------------------------------------------------------------------------*/

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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #453723;
	background: #f9f7f3;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.no_show {
	text-indent: -9999px;
}
.clear {
	clear: both;
}

#header .last, #prim_nav li a {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

a {
	color: #c61a16;
}

a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------*/
/* HEADER STYLE				HEADER STYLE				HEADER STYLE			  */
/*------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	background: url(../images/background-header.jpg) 0 0 repeat-x;
	width: 100%;
	height: 121px;
	border-bottom: 4px solid #c61a16;
}

#header h1 {
	float: left;
	display: inline;
	margin: 11px 0 0 4px;
}

#header ul {
	float: right;
	display: inline;
	position: relative;
	margin: 12px 0 0;
	width: 800px;
	text-align: right;
}

#header li {
	display: inline;
	color: #F9F7F3;
	font-size: .75em;
	padding-right: 10px;
	margin-right: 7px;
	border-right: 1px solid #F9F7F3;
}

#header li img {
	vertical-align: middle;
}

#header li img, #header li span { 
	padding-left: 5px;
}

#header li a {
	color: #F9F7F3;
}

#search_bt, #search {
	position: relative;
	display: inline;
	float: right;
}

#search {
	background: url(../images/background-inputs.jpg) 0 0 no-repeat;
	height: 20px;
	width: 218px;
	padding: 4px;
	margin: 25px 0 0;
	outline: none;
	border: none;
	font-weight: bold;
	color: #333;
}

#search_bt {
	width: 82px;
	height: 20px;
	background: url(../images/images-search-bar.jpg) 0 0 no-repeat;
	padding: 0px;
	margin: 25px 0 0 10px;
	outline: none;
	border: none;
}

#search_bt:hover {
	background-position: 0 -20px;
}

#search_bt:active {
	background-position: 0 -40px;
	outline: none;
	border: none;
}

/*------------------------------------------------------------------------------------------*/
/*CONTENT STYLE			CONTENT STYLE				CONTENT STYLE				  */
/*------------------------------------------------------------------------------------------*/

#content {
	background: #f9f7f3 url(../images/background-main-banner.jpg) 0 0 repeat-x;
	width: 100%;
	position: relative;
	padding: 20px 0 30px;
}

#side_bar {
	width: 225px;
	background: url(../images/background-left-col.png) right top repeat-y;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#side_bar li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#side_bar h2 {
	background: url(../images/background-column-titles.png) left no-repeat;
	height: 35px;
	display: block;
	position: relative;
	color: #fff;
	padding: 2px 0 0 8px;
	margin: 0px;
	text-shadow: 1px 1px #c61a16;
	line-height: 1.4em;
}

#side_bar ul li a {
	color: #d1c6ba;
	text-decoration: none;
	font-size: .8em;
	display: block;
	margin-left: 5px;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #52473a;
	background: url(../images/background-arrow.png) 0 12px no-repeat;
}

#side_bar ul {
	padding-left: 5px;
	margin-top: -5px;
}

#side_bar ul li a:hover, #side_bar ul li a.active {
	font-weight: bold;
	color: #f6eee6;
	background: url(../images/background-arrow.png) 4px 12px no-repeat;
	text-shadow: 1px 1px #2e211c;
}

ul#prim_nav {
	float: right;
	display: block;
	position: relative;
	width: 700px;
	height: 25px;
}

#prim_nav li {
	float: left;
}

#prim_nav li a {
	color: #352d23;
	margin-right: 4px;
	text-decoration: none;
	padding: 5px 19px 2px;
	display: block;
	font-weight: bold;
	line-height: .8em;
}

#prim_nav li a.active, #prim_nav li a:hover {
	color: #f9f1e6;
	background: url(../images/background-prim-nav-h.jpg) center bottom repeat-x;
}

#rt_col {
	float: right;
	display: inline;
	position: relative;
	width: 700px;
	padding: 15px 0;
}

img#main_ph, #master0 img {
	border: #332b23 1px solid;
}

#con_area {
	background: #f8eee3;
	border: #b9b6b2 1px solid;
	margin-top: 30px;
	padding: 25px 22px;
	position: relative;
}

#con_area.home {
	padding: 10px 0 !important;
}

.home .h_ar {
	float: left;
	display: inline;
	width: 300px;
	margin: 15px 22px 0;
	position: relative;
}

.h_ar h3, #con_area h3 {
	color: #c61a16;
	border-bottom: 1px solid #443824;
	font-size: 1.8em;
}

#con_area h3 {
	margin-bottom: 10px;
}

.h_ar img {
	border: 1px solid #999087;
}

.h_ar img, .h_ar a.m_pr {
	display: inline;
	width: 60px;
	margin: 10px 11px 0 0;
}

.h_ar img.last, .h_ar a.m_pr.last {
	margin-right: 0px;
}

.h_ar a.m_pr {
	display: block !important;
	float: left;
	color: #453723;
	font-size: .7em;
	font-weight: bold;
	text-align: right;
	margin: 5px 19px 5px 0;
	position: relative;
}

.h_ar p, #con_area p {
	font-size: .7em;
	line-height: 2em;
	display: block;
	position: relative;
}

.h_ar p a {
	text-align: right;
	display: block;
	color: #c61a16;
	font-weight: bold;
	text-decoration: underline;
}

#con_area h4 {
	color: #c61a16;
	font-size: 80%;
	text-transform: uppercase;
	margin-top: 15px;
}

#con_area p {
	margin-bottom: 10px;
}

#con_area ul {
	margin: 0 0 0 30px;
}

#con_area li {
	font-size: 0.7em;
	line-height: 2em;
	font-weight: bold;
	width: 300px;
	position: relative;
	float: left;
	padding: 2px 0 6px 0;
}

#con_area ul.cust_tests {
	display: inline;
	position: relative;
	margin: 0px;
	width: 325px;
	float: left;
}

#con_area .cust_tests li.lt_test, #con_area .cust_tests li.dt_test {
	width: 300px;
	float: none;
	margin-bottom: 25px;
}

.cust_tests li.lt_test span.top_test {
	background: #efe0d1 url(../images/background-test-quotes.png) no-repeat 5px 5px;
}

.cust_tests li.dt_test span.top_test {
	background: #231f19 url(../images/background-test-quotes.png) no-repeat 5px 5px;
	color: #f9f7f3;
}

.cust_tests li.lt_test span.top_test, .cust_tests li.dt_test span.top_test {
	position: relative;
	display: block;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: normal;
	line-height: 1.8em;
}

.cust_tests li.lt_test span.bot_test {
	background: transparent url(../images/background-test-ltb.png) no-repeat 35px 0;
	top: -1px;
}

.cust_tests li.dt_test span.bot_test {
	background: transparent url(../images/background-test-drb.png) no-repeat 35px 0;
	top: -1px;
}

.cust_tests li.lt_test span.bot_test, .cust_tests li.dt_test span.bot_test {
	position: relative;
	display: block;
	padding: 4px 0 0 90px;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 95%;
}

.cust_tests li.lt_test span.bot_test strong, .cust_tests li.dt_test span.bot_test strong {
	font-weight: bold;
	color: #c61a16;
} 

/*------------------------------------------------------------------------------------------*/
/*FORM STYLE				FORM STYLE				FORM STYLE				  */
/*------------------------------------------------------------------------------------------*/

form#col_form {
	display: block;
	position: relative;
	margin: 0 10px 20px 15px;
	font-family: Verdana, Arial, sans-serif;
}

form#col_form label, form#col_form input, form#col_form select, form#col_form textarea  {
	display: block;
	width: 96%;
	padding: 2px 1px;
	font-family: Verdana, Arial, sans-serif;
}

form#col_form label {
	color: #D1C6BA;
	font-size: .8em;
	margin: 0 0 4px;	
}

form#col_form input, form#col_form select, form#col_form textarea {
	margin-bottom: 12px;
	font-size: 13px;
}

form#col_form input#sub {
	background: #c61a16;
	border: none;
	outline: none;
	width: 145px;
	height: 21px;
	color: #F9F7F3;
	padding: 0 4px;
	text-align: center;
	cursor: pointer;
	border-top: #edc6b2 1px solid;
	border-left: #edc6b2 1px solid;
	float: right;
}

form#col_form input#sub:active, form#col_form input#sub:hover {
	background: #b23205;
}

form#col_form input#sub:active {
	border-top: #776861 1px solid;
	border-left: #776861 1px solid;
} 

#wood-sp-tb img {
	margin: 6px 6px;
	border: 4px solid #d5cdc3;
}

#wood-sp-tb img:hover {
	border: 4px solid #665646;
}

img.sp-lg {
	margin-right: 20px;
	border: 1px solid #443824;
	float: left;
}

.gallery a {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #BBB;
	padding: 1px;
	float: left;
	margin: 6px 25px 10px 0;
}

.gallery a:hover {border-color: #443824;}

/*------------------------------------------------------------------------------------------*/
/*FOOTER STYLE				FOOTER STYLE				FOOTER STYLE				  */
/*------------------------------------------------------------------------------------------*/

#footer {
	background: #231f19 url(../images/background-footer-pt.jpg) 0 0 repeat-x;
	width: 100%;
	position: relative;
	padding: 20px 0 40px;
	color: #f9f7f3;
}

#mis_ft, #con_ft {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#mis_ft {
	width: 620px;
	margin-right: 20px;
}

#con_ft {
	width: 320px;
}

#mis_ft h5, #con_ft h5 {
	color: #c61a16;
	border-bottom: 1px solid #f9f7f3;
	font-size: 1.5em;
	padding-bottom: 3px;
}

#mis_ft p, #con_ft p {
	font-size: .7em;
	line-height: 200%;
}

p#copy_r {float: left;}

p#tri_f, p#copy_r {
	font-size: 80%;
	margin-top: 20px;
}

p#tri_f {
	float: right;
	color: #fff;
	width: 400px;
	text-align: right;
}
p#tri_f img {vertical-align: middle;}
p#tri_f a {
	color: #fff;
}












