@charset "utf-8";
/* CSS Document */

*{  
    margin:0; 
    padding:0; 
    border: 0;
    font-weight: normal; 
    font-family: Arial, Helvetica, Tahoma, Verdana; 
	font-size: 14px;
	color: #653600;
}

html { 
    min-height: 100%; 
    margin-bottom: 1px; 
}

a{
	text-decoration: none;
	color: #eb9026;	
}

a:hover{
	color: #653600;
	cursor: pointer;
}

.small{
	font-size: 11px;
	font-family: "Verdana";		
}

.message{
	font-size: 12px;
	font-family: "Verdana";		
}

.text_left{
	text-align: left;
}

.text_right{
	text-align: right;
}

.align_left{
	float: left;
}
.align_right{
	float: right;
}

.clear{ 
	clear:both 
}

.highlight, .req{
	color: #f9972a;
}

.lined{
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}

a.lined, a.lined:hover{
	text-decoration: underline;
}

/* body */
body{
    width:100%;
    height: auto; 
    margin: 0 auto; 
    padding: 0;
    background-color: #fff;
}

#bodyContainer{
    width: 100%;   
    margin: 0;
    float: left;     
}

#body{ 	
    width:900px; 
    padding: 0;  
    margin: 30px auto; 
    padding-top: 0;
    text-align: left;
    border: solid 1px #653600
}
/*header*/

#header{ 	
    width:100%; 
    padding: 0;  
    margin: 0 auto 0; 
    padding-top: 8px;
    text-align: left;
    background-color: #fff;
}

#logo { 
    width:440px; 
	text-align:left;
	float: left;
	padding-left: 10px;
}

#address { 
    width:430px;   
	text-align: right;
	float: right;
	margin-top: 23px;
	font-size: 13px;
	padding-right: 20px;	
}


/*navigation*/
#nav{ 	
    width:100%; 
    padding: 0;  
    margin: 10px auto 0; 
    padding: 0;
    text-align: left;
    background-color: #fff;
    border-top: solid 1px #653600;
    border-bottom: solid 7px #653600;
}

#nav ul{
	float: left;
	margin: 5px 0 5px 43px; 	
}

#nav ul li{
    margin:0;
    padding:0 25px 0 0;
    list-style:none;
    text-align: right; 
    font-size: 14px;  
    color: #653600;  
    float: left;
}

#nav ul li.selected,
#nav ul li.selected:hover{
    margin:0;
    padding:0 25px 0 0;
    list-style:none;
    text-align: right;
	text-decoration: none;
	color: #eb9026;
    float: left;	
}

#nav ul li a{
    font-size: 14px;    
	text-decoration: none;
	color: #653600;	 
}

#nav ul li a:hover{  
	text-decoration: none;
	color: #f9972a;
}

/*splash*/
#splash{ 	
    width:100%; 
    padding: 0;  
    margin: 0 auto 0; 
    padding: 0;
    text-align: left;
    background-color: #fff;
    border-top: solid 9px #f79729;
    border-bottom: solid 9px #f79729;    
}

table#t_splash, table#t_splash td{
	padding: 0;
	margin: 0;
}

/*title*/
#title{ 	
    width:100%; 
    padding: 0;  
    margin: 0 auto 20px; 
    padding: 0;
    text-align: left;
}

table#t_title, table#t_title td{
	padding: 0;
	margin: 0;
}

table#t_title td.pg_title img{
	margin-right: 30px;
}
/* content */
#content{ 	
    width:100%; 
    padding: 0;  
    margin: 0 auto 0; 
    padding: 0 0 30px 0;
    text-align: left;
	border-bottom: solid 7px #653600;        
} 

#content p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}

#content div.col_lt{
	float: left;
	width: 300px;
	padding: 0 20px;
}

#content div.col_rt{
	width: 540px;
	float: left;	
}

table#t_images{
	margin-top: 20px;
}
td.border_tp_lt{
	background-image: url("../img/border/tp_lt.gif");
	width: 7px;
	height: 7px;
}

td.border_tp_rt{
	background-image: url("../img/border/tp_rt.gif");	
	width: 7px;
	height: 7px;	
}

td.border_bt_lt{
	background-image: url("../img/border/bt_lt.gif");
	width: 7px;
	height: 7px;
}

td.border_bt_rt{
	background-image: url("../img/border/bt_rt.gif");	
	width: 7px;
	height: 7px;	
}

td.border_tp_line{
	width: 126px;
	height: 7px;
	background-image: url("../img/border/line_tp.gif");	
}

td.border_bt_line{
	width: 126px;
	height: 7px;
	background-image: url("../img/border/line_bt.gif");	
}

td.border_lt_line{
	height: 94px;
	width: 7px;	
	background-image: url("../img/border/line_lt.gif");	
}

td.border_rt_line{
	height: 94px;
	width: 7px;	
	background-image: url("../img/border/line_rt.gif");	
}
/* products */
div#products{
	float: left;
	width: 100%;
}

div#products p{
	margin-bottom: 0;
}

div#products a.small{
	font-size: 11px;
}

table#t_contentblock{
	width: 100%;	
	padding: 0;
	margin: 0;	
}

table#t_contentblock th {
	border-bottom: solid 1px #e2ded3;
	font-size: 15px;
	font-weight: bold;
	color: #f9972a;
	margin-bottom: 5px;
	text-align: left;
}

table#t_contentblock td{
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}

table.t_tableofcontents{
	width: 100%;	
	padding: 0;
	margin: 0;
	float: left;
}

table.t_tableofcontents td{
	vertical-align: top;
	text-align: left;
	padding: 4px;	
}

table.t_tableofcontents span{
	font-size: 12px;
	font-style: italic;
}
table.t_tableofcontents a{
	font-weight: bold;
	text-decoration: none;
}

table.t_tableofcontents a.norm, a.norm:hover{
	font-weight: normal;
	color: #653600;
	text-decoration: underline;
}

table.t_products{
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;	
}

table.t_products_head {
	width: 100%;
	margin: 20px 0 0 0;
}
table.t_products td,
table.t_products th{
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	padding: 4px;			
}

table.t_products th, 
table.t_products_head th{
	color: #f9972a;
	font-weight: bold;
	padding-bottom: 5px;	
	vertical-align: bottom;
}

table.t_products td{
	border-bottom: solid 1px #e2ded3;
	text-align: left;
}

table.t_products td.code{
	width: 50px;
}
table.t_products td.desc{
	width: 350px;
}
table.t_products td.qty{
	width: 50px;
}

table.t_products tr.head, 
table.t_products tr.head td{
	background-color: #f9972a;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 0;
}

table.t_products tr.subhead{
	background-color: #e2ded3;
}

/* contact */
div.contact_form h1{
	border-bottom: solid 1px #e2ded3;
	font-size: 15px;
	font-weight: bold;
	color: #f9972a;
	margin-bottom: 5px;
}

table.t_contact_form{
	margin-top: -2px;
	margin-left: 12px;
	padding: 0 12px 0 12px;
}

table.t_contact_form td{
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 1px 0;
	line-height: 19px;
}

table.t_contact_form td input.text{
	font-size: 13px;
	/*background-color: #e2ded3;*/
	border: solid 1px #e2ded3; 
	padding: 0 1px;
	width: 240px;
}

table.t_contact_form td textarea{
	font-size: 13px;
	border: solid 1px #e2ded3; 
	padding: 0 1px;
	width: 240px;
}

table.t_contact_form td input.button{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background-color: #653600;
	/*border: solid 1px #653600;*/ 	
	margin-top: 6px;
	padding: 0 5px;
}
table.t_contact_form td input.button:hover{
	cursor: pointer;
}
div.contact {
  	margin-bottom: 15px;
	float: left;
	width: 100%;
}
div.contact h1{
	border-bottom: solid 1px #e2ded3;
	font-size: 15px;
	font-weight: bold;
	color: #f9972a;
	margin-bottom: 5px;
}

div.contact a.map{
	font-size: 12px;
	color: #653600;	
}

div.contact a.map:hover{
	color: #f9972a;
}
/*faq*/
div.questions {
  	margin-bottom: 15px;
	float: left;
	width: 100%;
	line-height: 19px;
}

div.questions h2{
	font-size: 14px;
	font-weight: bold;
	color: #f9972a;
	margin-bottom: 1px;
}

div.questions a{
	color: #653600;
	text-decoration: underline;	
}
div.questions a:hover{
	color: #f9972a;
	text-decoration: underline;	
}

div#answers{
	margin-top: 20px;
	float: left;
	width: 100%;
}
div#answers h2{
	font-size: 14px;
	font-weight: bold;
	color: #f9972a;
	margin-bottom: 1px;
}

table.t_answers {
  	margin-top: 15px;
	padding-top: 10px;  	
	border-top: solid 1px #e2ded3;  	
	float: left;
	width: 100%;	
}

table.t_answers  td.question{
	font-weight: bold;
	padding: 2px 0;
}

table.t_answers  td.answer{
	padding: 2px 0;
}

/*footer*/
#footer { 
	margin: 5px 0 0 0;
	padding: 6px 10px;
    font-size: 1px;    
	border-top: solid 1px #653600;    
}

#footer div.col_1{
	font-size: 12px;
	float: left; 
	width: 40%;	
}

#footer div.col_2{
	float: left;
	text-align: center;
	color: #653600;	
    font-size: 12px;
	width: 40%;	
}

#footer div.col_3{
	float: right;
	text-align: right;
	color: #653600;	
    font-size: 12px;	
	width: 20%;	   
}

#footer  a{
    font-size: 12px;
	color: #653600;
	text-decoration: none;
}

#footer a:hover{
    font-size: 12px;
	color: #f9972a;	
}