#top-bar{
	position: absolute;	
	z-index: 1;
}
.w1{
	margin-top: 70px !important;	
}
body{
	margin:0;
	color:#000;
	font:12px/16px Arial, Helvetica, sans-serif;
	min-width:979px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#0169aa;
}
a:hover{text-decoration:underline;}
#wrapper{
	position:relative;
	padding-top:677px;
}
.holder{
	margin:0 auto;
	width:970px;
}
.holder:after {
	display: block;
	content: "";
	clear: both;
}
#top-bar {
	width: 100%;
	background: url(../images/bg-top-bar.gif) repeat-x;
	height: 40px;
	overflow: hidden;
}
.top-nav {
	margin: 0;
	padding: 0;
	float: left;
}
.top-nav li{
	float: left;
	list-style: none;
}
.top-nav li a{
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	display: block;
	cursor: pointer;
}
.top-nav li.unjury a{
	background: url(../images/btn-unjury.png) no-repeat;
	width: 149px;
}
.top-nav li.unjury a:hover{background: url(../images/btn-unjury-hov.png) no-repeat;}
.top-nav li.opurity a {
	background: url(../images/btn-opurity.png) no-repeat;
	width: 156px;
}
.user-area {float: right;}
.user-area ul{
	overflow: hidden;
	margin: 11px -4px 0 0;
	padding: 0;
	float: right;
}
.user-area ul li{
	margin: 0 0  0 -1px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 12px 0 10px;
	background: url(../images/top-nav-separator.gif) no-repeat 0 4px;
	float: left;
	list-style: none;
}
.user-area ul li a{
	color: #fff;
	text-decoration: underline;
}
.user-area ul li a:hover{ text-decoration: none;}
.user-area p{
	margin: 11px 0 0;
	color: #fff;
	padding: 0 18px 0 21px;
	background: url(../images/ico-cart.gif) no-repeat 0 4px;
	float:right;
	font-size: 12px;
	line-height: 14px;
}
.user-area p a{ color: #fff; text-decoration: underline; font-weight:bold;}
.user-area p a:hover{ color: #fff; text-decoration: none;}

#header{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-header.jpg) 50% 0 no-repeat;
}
.w1{
	width:979px;
	position:relative;
	overflow: hidden;
	margin:0 auto;
}
#header .block-top{
	overflow:hidden;
	margin:0 0 30px;
	height:40px;
	padding:0 9px 0 5px;
}
#header .block-top .pages{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#header .block-top .pages li{float:left;}
#header .block-top .pages li a{text-indent:-9999px;}
#header .block-top .pages .unjury{
	background:url(../images/img-unjury.gif) no-repeat;
	display:block;
	width:149px;
	height:40px;
}
#header .block-top .pages .unjury:hover{
	background:url(../images/img-unjury-hover.gif) no-repeat;
}
#header .block-top .pages .opurity{
	background:url(../images/img-opurity.gif) no-repeat;
	display:block;
	width:155px;
	height:40px;
}
#header .block-top .cart-holder{
	float:right;
	width:412px;
	padding:10px 0 0;
}
#header .cart-items{
	float:left;
	width:190px;
	background:url(../images/ico-cart.gif) no-repeat 0 5px;
	padding-left:15px;
}
#header .cart-items img{
	float:left;
	padding:5px 9px 0 0;
}
#header .cart-items p{
	margin:0;
	color:#fff;
}
#header .block-top .cart-holder ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-weight:bold;
}
#header .block-top .cart-holder ul li{
	float:left;
	background:url(../images/separator-top.gif) no-repeat 0 3px;
	margin:0 1px 0 -1px;
	padding:0 11px;
}
#header .block-top .cart-holder ul a{
	color:#fff;
	text-decoration:underline;
}
#header .block-top .cart-holder ul a:hover{text-decoration:none;}
#header .holder:after{
	content:"";
	clear:both;
	display:block;
}
.logo{
	float:left;
	overflow:hidden;
	width:143px;
	height:53px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	margin:10px 37px 0 0;
}
.logo a{
	display:block;
	height:100%;
}
#nav {
	display: inline;
	float:left;
	margin:23px 16px 0 0px;
	padding:0;
	position: relative;
	z-index: 2;
}
#nav li{
	padding:0 15px 0 0;
	float:left;
	list-style:none;
}
#nav li a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 39px;
}
#nav li.home a{
	width: 75px;
	background: url(../images/bg-nav-home.gif) no-repeat;
}
#nav li.our-products a{
	background: url(../images/bg-nav-our-prod.gif) no-repeat;
	width: 156px;
}
#nav li.vitamins a{
	background: url(../images/bg-nav-vitamins.gif) no-repeat;
	width: 156px;
}
#nav li.china-free a{
	background: url(../images/bg-nav-china-free.gif) no-repeat;
	width: 141px;
}
#nav li.our-guarantee a{
	background: url(../images/bg-nav-our-guarantee.gif) no-repeat;
	width: 168px;
}
#nav li.active a{background-position: 0 -78px;}
#nav li.hover,
#nav li:hover {
	position:relative;
}
#nav li.hover a,
#nav li:hover a{
	background-position:0 -39px;
}
#nav li.hover div.drop,
#nav li:hover div.drop{
	display:block;
}
#nav li div.drop {
	background: url(../images/none.gif);
	width:262px;
	margin:0;
	display:none;
	position:absolute;
	left:-15px;
	top:24px;
	z-index:10;
}
#nav li div.drop-top {
	background: url(../images/bg-drop-top.png) no-repeat;
	height: 34px;
	overflow: hidden;
	width: 262px;
}
#nav li div.drop-c {
	width: 193px;
	padding:0 38px 0 31px;
	overflow: hidden;
	background: url(../images/bg-drop-c.png) repeat-y;
}
#nav li div.drop-b{
	background: url(../images/bg-drop-b.png) no-repeat;
	height: 39px;
	overflow: hidden;
	width: 262px;
}
#nav li div.drop ul{
	background: url(../images/bg-dots.gif) repeat-x 0 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
	width: 100%;
}
#nav ul li{
	background: url(../images/bg-dots.gif) repeat-x;
	position: static;
	padding: 0;
	width: 100%;
	float:none;
}
#nav ul li a{
	color: #000;
	text-indent: 0;
	padding: 8px 0 8px 2px;
	width:191px !important;
	height: auto;
	background: none !important;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#nav ul li a:hover{ color: #f76d43;}
#header .holder .btn-buy-now{
	float:left;
	background:url(../images/btn-buy-now.gif) no-repeat;
	width:89px;
	height:87px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .holder .btn-buy-now a{
	display:block;
	height:100%;
}
#header .include{
	width:979px;
	overflow:hidden;
}
#header .include .holder{
	float:left;
	width:400px;
	padding:64px 0 0 191px;
	overflow:hidden;
}
#header .include .holder h1{
	font:26px Arial, Helvetica, sans-serif;
	color:#1a669d;
	margin:0 0 15px 5px;
}
#header .include .holder p{
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#5e6c73;
	margin:0 0 14px;
	padding:0 0 0 8px;
}
#header .include .holder .btn-learn-more{
	float:left;
	background:url(../images/btn-learn-more.gif) no-repeat;
	width:118px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .include .holder .btn-learn-more a{
	display:block;
	height:100%;
}
#header .include .frame{
	float:right;
	width:330px;
	height:260px;
	background:url(../images/bg-navbar.jpg) no-repeat;
}
#header .navbar{
	margin:0;
	padding:45px 0 0 29px;
	list-style:none;
	font:14px/20px Arial, Helvetica, sans-serif;
}
#header .navbar li{
	height:36px;
	margin:0 0 11px;
	overflow:hidden;
	vertical-align:top;
}
#header .navbar a{
	padding:0 16px 0 0;
	color:#979797;
	float:left;
	padding-left:13px;
}
#header .navbar span{
	padding:6px 10px 0 0;
	height:36px;
	float:left;
}
#header .navbar a:hover{
	background:url(../images/bg-navbar-li.gif) no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	display:block;
}
#header .navbar a:hover span{
	display:block;
	background:url(../images/bg-navbar-li-l.gif) no-repeat 100% 0;
	cursor:pointer;
}
#header .section{
	overflow:hidden;
	width:100%;
	padding:71px 0 0 4px;
	float:left;
}
#header .section .block{
	width:616px;
	overflow:hidden;
	float:left;
	margin:0 28px 0 0;
}
#header .section .left{
	float:left;
	margin:0 15px 0 0;
	width:176px;
}
#header .section .block-holder{
	overflow:hidden;
	padding:25px 0 12px;
	float:right;
	width:425px;
}
#header .block-title{
	overflow:hidden;
	width:425px;
}
#header .section .block h2{
	color:#db7d04;
	font:24px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 0 5px;
	margin:0;
}
#header .section .block p{
	color:#325d73;
	background:url(../images/separator-section.gif) repeat-x 0 100%;
	padding:0 18px 16px 3px;
	margin:0;
	line-height:18px;
	width:397px;
}
#header .section .paging{
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	overflow:hidden;
	color:#9c9c9c;
	float:left;
	font-size:11px;
	width:416px;
}
#header .section .paging a{
	color:#9c9c9c;
	text-decoration:underline;
}
#header .section .paging a:hover{text-decoration:none;}
#header .section .prev{float:left;}
#header .section .next{float:right;}
#header .list{
	margin:0;
	padding:10px 0 0;
	list-style:none;
	float:right;
}
#header .list li{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	padding:0 8px 0 0;
}
#header .list li a{
	display:block;
	width:7px;
	height:8px;
	cursor:pointer;
	background:url(../images/bullet1.gif) no-repeat;
	overflow:hidden;
}
#header .list .active a,
#header .list li a:hover {background-position: 0 -12px;}
#header .box-shop{
	width:317px;
	float:left;
	background:url(../images/bg-box.gif) no-repeat;
	position:relative;
	margin:13px 0 0;
}
#header .box-holder{
	background:url(../images/bg-box-b.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
#header .box-frame{
	background:#eaf2f5;
	margin:5px 0 0;
	overflow:hidden;
	height:100%;
}
#header .btn-shop-now{
	background:url(../images/btn-shop-now.gif) no-repeat;
	width:114px;
	height:31px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
#header .btn-shop-now a{
	display:block;
	height:100%;
}
#header .box-shop h2{
	font:22px Arial, Helvetica, sans-serif;
	color:#db7d04;
	margin:0 0 10px 5px;
}
#header .box-shop p{
	font:12px Arial, Helvetica, sans-serif;
	color:#325d73;
	margin:0 0 14px 5px;
}
#header .box-shop .items{
	overflow:hidden;
	width:165px;
	height:119px;
	float:left;
	padding:10px 0 0 12px;
}
#header .box-shop .img-holder{
	position:absolute;
	top:-11px;
	right:13px;
}
#main{
	background:#f3f3eb url(../images/bg-main.gif) repeat-x;
	overflow:hidden;
	padding:37px 0 0;
}
.w2{
	width:979px;
	margin:0 auto;
}
#twocolumns{
	overflow:hidden;
	width:783px;
	float:right;
}
#content{
	width:422px;
	overflow:hidden;
	float:left;
	padding:10px 0 0;
}
#content h3{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1a669d;
	margin:0 0 14px;
}
#content p{
	margin:0 0 10px;
}
#content .img-holder{
	float:right;
	padding:0 5px 0 0;
}
#content .block{
	overflow:hidden;
	padding:18px 0 0;
}
#content .box-help{
	overflow:hidden;
	width:192px;
	float:left;
	margin:0 33px 0 0;
}
#content .box-help h4{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#393939;
	background:url(../images/ico-help.gif) no-repeat;
	padding:1px 0 4px 23px;
	margin:0 0 8px;
}
#content .box-help ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}
#content .box-help li{
	background:url(../images/bullet2.gif) no-repeat 0 6px;
	padding:0 0 9px;
}
#content .box-help li a{
	padding:0 0 0 11px;
}
#content .box-reviews{
	overflow:hidden;
	width:192px;
	float:left;
}
#content .box-reviews h4{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#393939;
	background:url(../images/ico-reviews.gif) no-repeat;
	padding:2px 0 4px 33px;
	margin:0 0 7px;
}
#content .box-reviews blockquote{
	margin:0;
	padding:0 12px 0 3px;
	font:11px/13px Arial, Helvetica, sans-serif;
}
#content .box-reviews q{
	font-size:11px;
	display:block;
	padding-bottom:14px;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
#content .box-reviews cite{
	display:block;
	color:#7b7b7b;
	font:bold 11px Arial, Helvetica, sans-serif;
}
#sidebar{
	width:158px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-sidebar.gif) 100% 0 no-repeat;
	padding:6px 0 80px 4px;
}
#sidebar h2{
	font:20px/22px Arial, Helvetica, sans-serif;
	width:116px;
	margin:0 0 10px;
}
#sidebar ul{
	background:url(../images/separator-sidebar.gif) no-repeat;
	margin:0 0 15px;
	padding:0;
	list-style:none;
	font:12px Arial, Helvetica, sans-serif;
}
#sidebar li{
	background:url(../images/separator-sidebar.gif) no-repeat 0 100%;
	padding:1px 0;
}
#sidebar li a{
	display:block;
	padding:7px 50px 6px 0;
	color:#646464;
}
#sidebar a:hover{
	background:url(../images/bg-sidebar-hover.gif) repeat-y;
	color:#dd810c;
	font-weight:bold;
	text-decoration:none;
}
#sidebar .active a{
	background:url(../images/bg-sidebar-hover.gif) repeat-y;
	color:#dd810c;
	font-weight:bold;
}

#sidebar .inactive a{
	background:url(../images/separator-sidebar.gif) no-repeat 0 100%;
	padding:1px 0;
	font-weight:normal;
	color:#646464;
}


#main .aside{
	width:320px;
	float:right;
	padding:0 15px;
}
#main .aside .tab-holder{
	position:relative;
	padding-bottom:17px;
	height:100%;
}
#main .aside .tabset{
	overflow: hidden;
	margin:0 0 -2px;
	padding: 0;
	list-style:none;
	padding-left:6px;
	height:100%;
	position:relative;
}
#main .aside .tabs{
	background:url(../images/bg-aside.gif) no-repeat;
	padding:7px 0 0 23px;
	height:100%;
}
#main .aside .tabset li{
	float: left;
	padding: 0 2px 0 0;
}
#main .aside .tabset span{
	background: url(../images/bg-tab-l.gif) no-repeat;
	height:27px;
	padding:10px 11px 0;
	float:left;
}
#main .aside .tabset .active span{
	background: url(../images/bg-tab-active-l.gif) no-repeat;
	padding:10px 22px 0;
}
#main .aside .tabset li a{
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color: #9c9c8e;
	background: url(../images/bg-tab.gif) no-repeat 100% 0;
	float:left;
}
#main .aside .tabset li a:hover{
	cursor:pointer;
}
#main .aside .tabset li .active{
	color: #393939;
	text-decoration:none;
	background:url(../images/bg-tab-active.gif) no-repeat 100% 0;
	margin-left:-5px;
}
#main .aside .posts{
	list-style:none;
	padding:15px 0 5px;
	margin:0;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}
#main .aside .posts li{
	padding:0 0 20px;
}
#main .aside .posts a{
	color:#1a669c;
}
#main .aside .date{
	display:block;
	font:10px Arial, Helvetica, sans-serif;
	color:#a3a3a3;
	text-transform:uppercase;
}
#main .aside .view{
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0 0 15px;
}
#main .aside .view a{
	color:#9d9d9a;
	background:url(../images/arrow3.gif) no-repeat 100% 3px;
	padding:0 15px 0 0;
}
#main .box-satisfaction{
	background:url(../images/bg-satisfaction.gif) no-repeat;
	padding:16px 7px 0 19px;
	margin-left:3px;
	overflow:hidden;
	height:100%;
}
#main .box-satisfaction h2{
	color:#db7d04;
	font:22px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
#main .box-satisfaction .img-holder {
	float:right;
}
#main .box-satisfaction p{
	margin:0;
	width:200px;
	float:left;
	color:#666;
}
#footer{
	width: 967px;
	margin:0 auto;
	overflow:hidden;
	padding: 42px 0 0;
}
#footer .holder{
	background:url(../images/bg-footer.gif) no-repeat 50% 0;
	overflow:hidden;
	padding:36px 7px 36px 0;
	height:100%;
}
.sml-logo {
	display: inline;
	float: left;
	margin: 0 33px 0 0;
}
.sml-logo img{display: block;}
.footer-area{
	font-size: 11px;
	line-height: 14px;
	width: 485px;
	float: left;
}
.footer-area ul{
	height: 1%;
	overflow: hidden;
	margin: 0 0 2px -7px;
	padding: 0;
}
.footer-area ul li{
	list-style: none;
	float: left;
	padding: 0 7px 0 8px;
	margin: 0 0 0 -1px;
	background: url(../images/foot-nav-separator.gif) no-repeat 0 3px;
}
.footer-area ul li a{color: #656565;}
.footer-area p{
	margin: 0;
	color: #afafaf;
}
ul.logos {
	margin: 0;
	padding: 0;
	float: right;
}
ul.logos li{
	float: left;
	padding: 0 0 0 22px;
	list-style: none;
}
