#nav{
	float: left;
	background-image: url("../images/head_nav_bg.png");
	height: 22px;
	width: 906px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	list-style: none;
}
#nav ul, #nav li ul li { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	margin: 0px;
	padding: 3px 10px 0px 10px;
	text-decoration: none;
	height: 19px;
	color: #ffffff;
	border-right: 1px solid #3F6617;
}
#nav li a{
	padding: 0px 0px 4px 0px;
}
#nav li ul { /* second-level lists */
	border: 1px solid #004C1C;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	text-align: left;
	background-color: #3F6617;
	text-decoration: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 5;
	list-style: none;
}
#nav li ul li{
	clear: both;
}
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#nav li ul a {
	width: 16em;
	padding: 2px 0px 4px 3px;
	border: 0px;
}
#nav li ul li {
	margin: 0px;	
	border: 0px;
}
#nav li ul a:hover{
	background-color: #5D8930;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -5px 0px 0px 20px;
	clear: both;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#clear{
	clear: both;
}
.clear{
	clear: both;
}
body{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	/*background-color: #8DC63F;*/
	background-color: #666666;
	font-size: 11px;
	color: #333333;
	font-family: arial;
}
td{
	font-family: arial;
	font-size: 12px;
	text-align: left;
	border: 0px;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
	border: 0px solid #8DC63F;
	display: inline;
}
table{
	border: 0px;
	padding: 0px;
}
#logo_box{
	width: 795px;
}
.nav_title{
	font-weight: bold;
	font-size: 14px;
	color: #3F6617;
	margin: 4px 0px 0px 0px;
}
.nav_title a{
	font-weight: normal;
	font-size: 12px;
	color: #3F6617;
}
.submenu{
	font-size: 11px;
	
}
.submenu a{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	width: 213px;
	display: block;
}
.submenu a:hover{
	background-color: #EBEBEB;
	color: #000000;
	text-decoration: none;
}
.submit_btn{
	background-image: url("../images/cart_btn_bg.png");
	border: 1px solid #3F6617;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
	padding: 1px 1px 2px 1px;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
	float: left;
}
.cart_btn{
	background-image: url("../images/cart_btn_bg.png");
	border: 1px solid #3F6617;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	padding: 1px 3px 2px 3px;
	margin: 2px 0px 1px 0px;
	text-decoration: none;
	display: block;
	width: 80px;
	float: left;
	text-align: center;
}
.accessory_btn{
	background-image: url("../images/cart_btn_bg.png");
	border: 1px solid #3F6617;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	padding: 1px 3px 2px 3px;
	margin: 2px 0px 1px 0px;
	text-decoration: none;
	display: block;
	width: 80px;
	
}
.accessory_btn:hover{
	text-decoration: none;
}
.cart_btn:hover{
	text-decoration: none;
}
.cart_btn_a{
	background-image: url("../images/cart_btn_bg.png");
	border: 1px solid #3F6617;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	padding: 1px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
}
#footer{
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;	
}
.content_container a img{
	border: 1px solid #3F6617;
}
.section_home_title{
	font-size: 24px;
	color: #3F6617;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	display: block;
}
.product_home_title{
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin: 15px 0px 3px 0px;
	display: block;
}
.product_detail_title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.product_detail_subtitle{
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin-top: 10px;
}
.product_cart_price{
	float: left;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin: 10px 5px 0px 5px;
	padding: 2px 0px 0px 0px;
	width: 55px;
	text-align: right;
}
.product_cart_title{
	float: left;
	font-size: 12px;
	color: #333333;
	width: 500px;
	padding: 2px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.product_cart_btn{
	float: left;
	margin: 10px 0px 2px 0px;
}
.main_img{
	float: left;
	width: 470px;
	margin: 0px 15px 0px 0px;
}
.extra_img{
	width: 180px;
	height: 300px;
	overflow: auto;
	float: left;
	text-align: center;
	border: 1px solid #555555;
	padding: 1px;
}
.extra_img img{
	margin: 3px 0px 5px 0px;
}

.gallery_img{
	width: 600px;
	height: 130px;
	overflow-x: scroll;
	border: 1px solid #555555;
	padding: 1px;
	white-space: nowrap;
}
.gallery_img a img{
	border: 1px solid #8DC63F;
	white-space: nowrap;
	height: 100px;
}
.main_gallery_img{
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 15px 5px 0px;
}
.main_gallery_img img{
	border: 1px solid #8DC63F;
	width: 600px;
}
.line{
	border: 0px;
	background-color: #333333;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	width: 98%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

/*---------------------------start cornered boxes classes-----------------------------------------------*/
.box_container{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.btl{
	height: auto;
	background: url("../images/corner_left_top.png") no-repeat left;
}
.btm{
	margin: auto;
	background-color: #ffffff;
	height: 6px;
	font-size: 0px;
	background-image: url("../images/box_bg_top.png");
}
.btr{
	background: url("../images/corner_right_top.png") no-repeat right;
	height: auto;
}
.bbl{
	background: url("../images/corner_left_bottom.png") no-repeat left;
	height: auto;
}
.bbm{
	margin: auto;
	background-color: #ffffff;
	height: 6px;
	font-size: 0px;
	background-image: url("../images/box_bg_bottom.png");
}
.bbr{
	background: url("../images/corner_right_bottom.png") no-repeat right;
	height: auto;
}
.bml{
	background: url("../images/box_bg_left.png") repeat-y left;
	height: auto;
}
.box_content{
	text-align: left;
	background-color: #ffffff;
	margin: auto;
}


.bmr{
	background: url("../images/box_bg_right.png") repeat-y right;
	height: auto;
}
/*---------------------------end cornered boxes classes-----------------------------------------------*/