@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E7E7;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:center;
}
td{
	border-collapse:collapse;
	vertical-align:top;	
}
table{
	width:100%;
	border-collapse:collapse;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #68733E;
	border-right: 1px solid #68733E;
	border-bottom: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#EAEAE1; 
	padding: 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:110px;
	/*background-image:url(../images/header_img.png);
	background-repeat:no-repeat;*/
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height:200px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9E9D7A;
	color:white;
	text-align:center;
	font-size:9pt;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.h_no_margin{
	margin:0px;
}
.menu_div{
	float:left;	
	margin-right:5px;
	padding:0px 20px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.menu_btn{
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	width:12.4%;
	height:100%;
	border-right:solid 1px #68733E;
	text-align:center;	
}
.menu_btn a{
	text-decoration:none;
	display:block;
	line-height:38px;
	vertical-align:middle;
}
.menu_btn a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.menu_btn a:link{
	text-decoration:none;
	color:#FFFFFF;
}
.menu_btn a:hover{
	background-color:#9E9D7A;
}
.icon_wrapper{
	float:left;	
	margin-right:15px;
}

div.icon_wrapper:hover{
	cursor:pointer;
}
.icon_btn{		
	/*background-color:#BDDBF9;*/
	border:1px solid #999999;
}
.icon_content{
	padding:0px 5px;
	text-align:center;
}
.icon_text{
	margin-top:10px;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
}
.desc_container h4{
	margin:0px;
	font-size:10pt;
	font-weight:bold;
	color:#68733E;
	padding-left:10px;
	padding-top:10px;	
}
.box_only{
	margin-top:20px;
	/*border:solid 1px gray;	*/
}
.box_only p{
	padding: 10px 5px 10px 10px;
}
.box_top, .box_bottom{
	border:1px solid #999999;
}
.box_top{
	background-color:#EAEAE1;
}
.box_bottom{
	margin-bottom:20px;
}
.box_top p{
	margin:0;
	padding: 5px 10px;
	font-weight:bold;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}
.box_bottom p{
	margin:0;
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.box_bottom li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
a.header_link{
	font-size:11pt;
	font-weight:bold;
	color:#68733E;
	text-decoration:none;
}
div#hz_green_bar{
	position:relative;
	width:775px;
	top:50px;
	left:216px;
	border-bottom:solid 5px #2E5926;
}
div#menu{
	height:38px;
	border-top:4px solid #68733E;
	border-bottom:1px solid black;
	/*background:#9E9D7A;*/
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}
div#product_icons{
	margin-top:20px;
	height:100px;
}
div#footer_menu{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:5px;
}
div#intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
div#contact_us ul{
	margin-top:0px;
}
#v_links ul{
	margin-top:0px;
}
#v_links li{
	font-size:10pt;
}
div#contact_us li{
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}
div#links{
	font-size:8pt;
}
div#links a{
	text-decoration:none;
	color:#68733E;
}
div#links a:visited{
	text-decoration:none;
	color:#68733E;
}
div#links a:link{
	text-decoration:none;
	color:#68733E;
}
div#links a:hover{
	text-decoration:none;
	color:black;
}
div#mycart_div{
	background-color:#C7C7B1;
	width:110px;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
}
div#mycart_div a{
	display:block;
	text-decoration:none;
}
div#mycart_div a:visited{
	text-decoration:none;
	color:#68733E;
}
div#mycart_div a:link{
	text-decoration:none;
	color:#68733E;
}
div#mycart_div a:hover{
	text-decoration:none;
	color:black;
}
div#questions li{
	font-size:10pt;
}
div#questions p{
	color:#68733E;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#answers a{
	color:#003333;
	text-decoration:underline;
}
div#answers a:hover{
	cursor:pointer;
}
table#auctionboost_tbl{
	width:100%;
	padding:10px;
}
table#auctionboost_tbl td{
	vertical-align:top;
}
table#demoform_tbl td{
	font-size:10pt;
}
.p_green{
	color: #68733E;
}
.d_green{
	color:#2E5926;
}
div.header_div{
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	background-color:#EAEAE1;
	color:#68733E;
}
.category_grp{
	width:150px;
	margin-top:5px;
}
.category_grp div{
	padding:5px 10px;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.category_grp a{
	display:block;
}
.category_grp a			{ text-decoration: none; }
.category_grp a:link	{ color: #000000;}
.category_grp a:visited	{ color: #000000;}
.category_grp a:active	{ color: #3F4E72;  background-color:#EBEBEB;}
.category_grp a:hover	{ color: #3F4E72;  background-color:#EBEBEB;}
.summary_box{
	margin-top:15px;
}
.summary_box img{
	border:none;
	
}
.item_img img{
	border:solid 2px #68733E;
	font-size:11pt;
}
.item_title{
	font-size:10pt;
	font-weight:bold;
	border-bottom:solid 1px #68733E;
	padding-bottom:2px;
}
.item_title a:link 		{ text-decoration:none; color:#000000;}
.item_title a:visited	{ text-decoration:none; color:#000000;}
.item_title a:active	{ text-decoration:none; color:#000000;}
.item_title a:hover		{ text-decoration:none; color:#9E9D7A;}
.item_value{
	font-size:9pt;
	font-weight:bold;
	color:#68733E;
	margin-top:10px;
	margin-bottom:10px;
}
.item_value2{
	font-size:9pt;
	font-weight:bold;
	color:#999999;
}
.item_summ p{
	color:#9E9D7A;
	font-size:9pt;
}
.item_desc p{
	color:#666666;
	font-size:10pt;
}
.center_1{
	text-align:center;
}
td.fldName{
	width:250px;
}
.message_box{
	border:solid 1px #9E9D7A;
	padding:5px;
	margin:0px 0px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	background-color:#FFFFD9;
}
table.cart_qty_tbl td{
	font-size:10pt;
}
img.img_btn{
	border:none;
}
table#contact_form_tbl{
	width:80%;
	padding:10px;
}
table#contact_form_tbl td{
	padding:10px;
	font-size:10pt;
	font-weight:bold;
	color:#68733E;
}
table#contact_form_tbl input{
	width:100%;
}
table#prod_table td{
	vertical-align:top;
}
.color_bar{
	height:3px;
	border-bottom:1px solid #999999 ;
}
#form1{
	margin-left:150px;
}
div#hdr_sn_icons{
	position:relative;
	height:50px;
	width:200px;
	top:-80px;	
	left:750px;
	background-color:#FFFFFF;
	border:solid 1px #999999;
	-moz-border-radius: 10px;
	border-radius:10px;
	padding-top:10px;
	text-align:center;
}
