@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	text-decoration:none;
	}

.clear{
	clear:both;
	}
	
body{
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#696969;
	}
	
.shell{
	width:990px;
	margin:0px auto;
	}
	
.shell .header{
	margin:25px 0px 25px 0px;
	background:url(../images/green_dbl_bar.jpg) bottom left no-repeat;
    padding-bottom:40px;
	}
	
.shell .header img.logo{
	float:left;
	}
	
.shell .header .navigation{
	float:right;
	margin-right:3px;
	}

.shell .header .navigation img.shiv{
	float:left;
	}
	
.shell .header .navigation a{
	float:left;
	display:block;
	height:51px;
	background-position:bottom left;
	}
	
.shell .header .navigation a.current,.shell .header .navigation a:hover{
	background-position:top left;
	}	

.shell .header .navigation a.kit{
	background-image:url(../images/nav_kit.jpg);
	width:97px;
	}

.shell .header .navigation a.company{
	background-image:url(../images/nav_company.jpg);
	width:150px;
	}
		
.shell .header .navigation a.support{
	background-image:url(../images/nav_support.jpg);
	width:112px;
	}
		
.shell .header .navigation a.buy{
	background-image:url(../images/nav_buy.jpg);
	width:131px;
	}
		
.shell .header .navigation a.my_account{
	background-image:url(../images/nav_my_account.jpg);
	width:141px;
	}
	
.shell .footer{
	background:url(../images/horz_gray.jpg) top left no-repeat;
	padding-top:5px;
	margin-top:15px;
	}
	
	
	
/* FAQ */

.shell .content .faq{
	margin-bottom:70px;
	}

.shell .content .faq .title{
	margin-bottom:30px;
	}


.shell .content .faq .row{
	background:url(../images/support/shank.jpg) 930px top no-repeat;
	margin-bottom:20px;
	}
		
.shell .content .faq a{
	width:296px;
	height:47px;
	display:block;
	float:left;
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:12px;
	}
	
.shell .content .faq a:hover{
	background-position:top left;
	}
	
.shell .content .faq a.btn_01{
	background-image:url(../images/support/btn_01.jpg);
	}
	
.shell .content .faq a.btn_02{
	background-image:url(../images/support/btn_02.jpg);
	}
	
.shell .content .faq a.btn_03{
	background-image:url(../images/support/btn_03.jpg);
	}
	
.shell .content .faq a.btn_04{
	background-image:url(../images/support/btn_04.jpg);
	}
	
.shell .content .faq a.btn_05{
	background-image:url(../images/support/btn_05.jpg);
	}
	
.shell .content .faq a.btn_06{
	background-image:url(../images/support/btn_06.jpg);
	}
	
.shell .content .faq a.btn_07{
	background-image:url(../images/support/btn_07.jpg);
	}
	
.shell .content .faq a.btn_08{
	background-image:url(../images/support/btn_08.jpg);
	}
	
.shell .content .faq a.btn_09{
	background-image:url(../images/support/btn_09.jpg);
	}
	
	
#fancy_content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	color:#00a32f;
	font-weight:normal;
	font-style:italic;
	margin:5px 0px;
	}
	
#fancy_content .btn_close{
	color:#b4b4b4;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin:8px 0px;
		}
	
#fancy_content p{
	margin-bottom:8px;
	}
			
#fancy_content strong{
	color:#000;
	}

div.orderbox{
	background:#ffffff;
	border:1px solid #00A32F;
	width:280px;
	float:left;
	margin:0px 20px 25px 14px;
	}
	
#poptions{
	margin-bottom:10px;
}

#poptions li{
	margin-left:30px;
	margin-bottom:5px;
	}	
	
#poptions li label{
	margin-right:15px;
	}
	
div.orderbox form input{	
	border-color:#cccccc;
	}
	
div.orderbox form select{
	width:215px;
	}		
	
div.orderbox form input.submit{
	background:#00A32F;
	color:#fff;
	border:0px;
	}	
	
.product_description img{
	margin-left:10px;
	}
	
thead th, thead td, tfoot th, tfoot td {
	background:#f6f6f6;
	border-bottom:1px solid #a3a3a3;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
	
.text_cart{
	border:#cccccc 1px solid;
	background:none;
	}
	
.tbl_cart a{
	color:#00A32F;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:18px;
	text-decoration:none;
	}
	
.tbl_cart td{
	line-height:14px;
	}	
	
	
.ingredients .product{
	float:left;	
	width:146px;
	}

.ingredients .product_ingredients{
	float:left;
	width:805px;
	background:#000;
	}
	

.btn_cart, a.btn_cart{
	border:0px;
	background:#00A32F;
	color:#ffffff;	
	border:1px #00A32F solid;
	
	}
	
a.btn_cart{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	padding:5px 7px;
	}
	
.grey, a.btn_cart.grey{
	background:#fff;
	color:#333333;
	border:1px #00A32F solid;
	}
	
tr.cart_options td{
	border:0px;
	}
