body {
            font-family: verdana, helvetica, sans-serif;
            font-size:14px;
            color:#333;
}

td {
            font-family: verdana, helvetica, sans-serif;
            font-size:14px;
            color:#333;
}

th {
            font-family: verdana, helvetica, sans-serif;
            font-size:14px;
            color:#333;
}

ul,li,span{
            font-family: verdana, helvetica, sans-serif;
            font-size:14px;
            color:#333;
}

a{color:#a06c02;}
a:HOVER{color:#000000;}
a:VISITED{}

p{font-family: verdana, helvetica, sans-serif; margin-top:0;margin-bottom:12px;font-size:14px; color:#333; line-height: 18px;}
b{color:#333}

H1{margin-top:0;margin-bottom:12px;font-size:20px;color:#a06c02;}
H2{margin-top:0;margin-bottom:12px;font-size:16px;color:#000000;}
H3{margin-top:0;margin-bottom:12px;font-size:16px;color:#a06c02;}
H4{margin-top:0;margin-bottom:12px;font-size:14px;color:#a06c02;}
H5{margin-top:0;margin-bottom:12px;font-size:12px;color:#000000;}
H6{margin-top:0;margin-bottom:12px;font-size:12px;color:#a06c02;}

.input_text{width:100px;}
.input_text1{width:180px;}
.button{width:180px;}

/****** TEMPLATE STYLES ******/
div#main {
	width: 995px;
	margin:0 auto;
	background-color: #f1efef;
	position:relative;/*hon*/
	z-index:20;/*hon*/
}

div#header {
	/*float:left;*/
	border-bottom: 1px solid #f1efef;
	margin-bottom:39px;/*hon*/
}

div#menu_container{
	/*float:left;*/
	height: 44px;/*hon*/
	width: 100%;
	/*background: url(Images/TemplateImages/title_bg.gif) repeat;*/
	/*border-bottom: 1px solid #807b7b;*/
	position:absolute;/*hon*/
	top:156px;/*hon*/
	left:0;/*hon*/
	z-index:20;/*hon*/
}
div#menu {
	/*float:left;*/
	height: 44px;/*hon*/
	width: auto;
	padding: 0px 77px 0px 78px;
	background: url(Images/TemplateImages/menu_bg.gif) repeat-x;
}

div#middle {
	width: 995px;
}
div#banner {
	padding: 15px 17px 0px 17px; 
	background: url(Images/TemplateImages/line_bg.gif) repeat;
	/*float:left;*/
	height:317px;
	margin-bottom:25px;
	position:relative;/*hon*/
	z-index:10;/*hon*/
	width:959px;
	margin-left:1px;
}
div#flash {
	height: 326px;
	width:959px;
	overflow:hidden;
	position:absolute;/*hon*/
	z-index:10;/*hon*/
}

div#content {
	margin-bottom: 30px;
	width: 995px; 
}
div#content_left {
	width: 254px;
	float:left;
	margin-right:15px;
}
div#navigation {
	padding-left: 17px;
	padding-bottom:100px;
	width: 237px;
	background: url(Images/TemplateImages/leftmenu_bg.gif) repeat;
}
div#title {
	padding: 11px 20px;
	background: url(Images/TemplateImages/title_bg.gif) repeat;
	color: #a06c02;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}

div#content_right {
	width: 690px;
	float:left;
}

div#footer {
	border-top: 13px solid #000000;
	padding: 0px 0px 20px 20px;
	width:973px;
	background: url(Images/TemplateImages/line_bg.gif) repeat;
	margin-left:1px;
}

div#footer .links{
	display:block;
	width:225px;
	float:left;
	height:220px;
}

div#footer .links .text{
	width:170px;
	margin-left:55px;
}

div#footer .links .text p{
	color:#FFF;
	font-size:12px;
}

div#footer .links .text a{
	color:#FFF;
}

div#footer .links .text a:HOVER{
	color:#FFF;
	text-decoration:none;
}

div#footer .links a.footer_link{
	display:block;
	width:170px;
	float:left;
	margin-left:55px;
	margin-bottom:12px;
	color:#FFF;
	font-size:12px;
	display:inline;
	line-height: 18px;
}

div#footer .links a.footer_link:HOVER{
	color:#FFF;
	text-decoration:none;
}

div#footer .links a.header{
	padding:22px 0 22px 56px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	width:144px;
	height:12px;
}

div#footer .links a.header:HOVER{
	color:#a06c02;
	text-decoration:none;
}

div#footer .item1 a.header{
	background:url(Images/TemplateImages/icon_products.png) no-repeat;
}
div#footer .item2 a.header{
	background:url(Images/TemplateImages/icon_about.png) no-repeat;
}
div#footer .item3 a.header{
	background:url(Images/TemplateImages/icon_order.png) no-repeat;
}
div#footer .item4 a.header{
	background:url(Images/TemplateImages/icon_contact.png) no-repeat;
}

div.footer_column {
	float:left;
	width:210px;
	margin-right:0px;
}
div.footer_image {
	float:left;
	width: 56px;
}
div.footer_text {
	float:left;
	width:140px;
	padding-top:21px;
	padding-left:4px;
}
div.footer_title a{
	text-decoration:none;
}
div.footer_title a:hover {
	color:#ffffff;
}
div.footer_title {
	float:left;
	margin-bottom:5px;
}
div.footer_links {
	float:left;
	width:160px;
}

div.footer_links a {
	color:#ffffff;
	display:block;
	font-size: 12px;
	margin-bottom:15px;
}
div.footer_links a:hover,
div#contact_link p a:hover {
	color:#a06c02;
}
div.footer_links p{
	color: #ffffff;
	font-size:12px;
}
div#contact_link p a {
	display:inline-block;
}
/****** CLEARFIX ******/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */