/* CSS Document */
/*
 * Reset CSS defaults for consistent render.
 * Document source:  http://developer.yahoo.com/yui/reset/
 */
body,div,object,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img,object {
	border:0;
}
object{display:block;}
address,caption,cite,code,dfn,em,strong,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end resets*/

/* clearing fix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* end clearfix */

body{
	font-family:tahoma !important;
	font-size:11px;
	background:url(../images/page-background.png) repeat-x;
}
.wrapper{
	width:800px;
	margin:0 auto;
}
.date_currency_and_share{
	text-align:right;
	padding-top:10px;
}
.date_currency_and_share a{
	margin-right:15px;
}
.date_currency_and_share span{
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-left:10px;
}
.date_currency_and_share select{
	width: 120px;
	height:16px;
	font:10px Tahoma;
	float: right;
	border: 1px solid #c0c0c0;
	margin-right:15px;
}
.main_header{
	height:183px;
	position:relative;
	margin-top:10px;
	background:url(../images/header-background.jpg) no-repeat;
}
.main_header h1{
	padding:25px 0 0 5px;
	position:relative;
	float:left;
	width:400px;
}
.main_header h1 a[href]{
	text-indent:-3000px;
	display:block;
	height:60px;
    overflow:hidden;
}
.main_header object {
	position:absolute;
	top:30px;
	left:275px;
}
.rss_button_container{
	float:right;
	display:inline;
	width:164px;
	margin:20px 5px 0 0;
	height:139px;
}

#replace_img{
    width:153px;
    height:45px;
    margin:8px 0 0 6px;
}

#safe_secure  {
    width:139px;
    height:45px;
    margin:27px 0 0 15px;
}
.navigation{
	background:url(../images/navigation-background.png) no-repeat;
	height:35px;
	overflow:hidden;
}
.navigation li{
	float:left;
	display:inline;
}
.navigation li a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	text-transform:capitalize;
	text-decoration:none;
	display:block;
	margin-top:2px;
	background:url(../images/nav_bar_line.png) top right no-repeat;
}
.navigation li a:hover{
	color:#d3d3d3;
}
.navigation li a.last{
	background:none;
}
.main{
	width:798px;
	margin:0 auto;
	margin-top:10px;
	background:url(../images/left_menu_background.png) repeat-y;
}
.menu{
	float:left;
	width:208px;
}
.menu li{

}
.menu li.menu-title{
	background:url(../images/menu-title.png) no-repeat;
	height:50px;
	border: none;
}
.menu li.items {
	background: #e0e0e0;
}
.menu li.items a{
	text-decoration:none;
	color:#5c5c5c;
	line-height:20px;
	display:block;
	height:20px;
	padding-left:40px;
	background: #e0e0e0 url(../images/list-dot.png) 25px 8px no-repeat;
}
.menu li.items a:hover{
    background: #e0e0e0 url(../images/list-dot.png) 25px -11px no-repeat;
	color:#666;
	text-decoration:underline;
}

.menu li.title{
	padding:4px 0 0 15px;
	background: #e0e0e0 url(../images/title_background_cor.png) 15px 4px no-repeat;
}
.menu li.title a{
	margin-left:8px;
	color:#fff;
	text-transform:capitalize;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:29px;
	background: #e0e0e0 url(../images/menu_title_background.png) repeat-x;
    padding-left: 5px;
}
.menu li.title a:hover{
	color:#cede96;
}
.main_content{
	float:right;
	width:568px;
	padding-bottom:430px;
}
.main_content table{
	width:100% !important;
}

.product_boxes li{
	float:left;
	display:inline;
	width:173px;
	height:200px;
	margin:15px 16px 0 0;
	background:url(../images/product-box-content.png) no-repeat;
}
.product_boxes li a.box-title{
	display:block;
	width:147px;
	height:44px;
	margin:0 auto;
    margin-top: 1px;
	background:url(../images/pic-loader.gif) center center no-repeat;
}
.product_boxes li h5{
	text-transform:uppercase;
	font-weight:bold;
	color:#149dbb;
	margin-top:7px;
	text-align:center;
}
.product_boxes li a.pill_image{
	width:77px;
	height:56px;
	display:block;
	border:0;
	margin:0 auto;
	margin-top:10px;
	background:url(../images/pic-loader.gif) 24px 20px no-repeat;
}
.product_boxes li a.order_button{
	display:block;
	width:115px;
	height:27px;
	margin:12px 0 0 30px;
}
.product_boxes li p.price{
	margin:0 auto;
	text-align:center;
}
.product_boxes li p.price span{
	color:#698803;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.v_footer_container{
	position:relative;	
}
.prescription{
	width:582px;
	height:60px;
	position:absolute;
	top:-643px;
	left:225px;
}
.v_footer{
	width:582px;
	position:absolute;
	top:-180px;
	left:232px;
}
.footer{
	width:800px;
	margin:0 auto;
	margin-bottom:15px;
	height:33px;
	overflow:hidden;
	position:relative;
	text-align:center;
	line-height:33px;
	left:1px;
	background:url(../images/footer-background.png) no-repeat;
}
.footer_container{
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}
.footer ul{
	float:left;
	position:relative;
	left:-50%;
}
.footer li{
	float:left;
	display:inline;
}
.footer li a.last{
	background:none;
}
.footer li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px 0 10px;
	font-size:10px;
	display:block;
	margin-top:2px;
	background:url(../images/nav_bar_line.png) top right no-repeat;
}

.about { font-size: 11px; }
.about ul{  padding-left:40px; }
.about ul li { line-height: 1.4em; color: #777777; padding-bottom:10px; }
.about .title { font-weight: bold; color: #0092b2; margin:10px 0 10px 0;}
.about p { color: #777777; line-height:16px; padding-left:40px;}
.about p a { color: #7e9b1e; text-decoration: underline; }

.faq ul li { line-height: 2em; }
.faq .title { font-weight: bold; color: #0092b2; margin:10px 0 10px 0;}
.faq p, ol { color: #777777; line-height:16px; padding-left:40px;}
.faq ul a.a1 { color: #7e9b1e; text-decoration: underline; }

/* ----- */
.product_info { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #777; }
.product_info h2 { margin: 0; font-size: 14pt; color: #0092b2; border-bottom: 2px solid #E5EDF2; }
.product_info .info { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #3C526B; line-height: 11pt; padding: 10px 10px 0 0; }
.product_info h3 { margin: 0; margin-bottom: 6pt; font-size: 8pt; color: #0092b2; }
.product_info p { margin: 0; line-height: 11pt; padding-bottom: 16pt; padding-left: 10pt;}
.product_info a {text-decoration:none;color:#000;}
.product_info li { margin: 0; line-height: 11pt; padding-left: 10pt;}
.products_table { width: 100%; }
.products_table th { text-align: left; color: #ffffff; background-color: #0092b2; padding: 3px; white-space:nowrap; }
.products_table th.th_qnty { text-align: left; width: 80px; }
.products_table th.th_qnty_herbal { text-align: left; width: 200px;  }
.products_table th.th_price { width: 100px; }
.products_table tr.r1 { background-color: #EBF2F8 }
.products_table tr.r2 { background-color: #ffffff; }
.products_table td { padding: 3px; border-bottom: 1px solid #D0DFE8; }
.products_table td.td_qnty { text-align: left; padding-right: 20px; }
.products_table td.td_qnty_herbal { text-align: left; }
.products_table td.td_price { text-align: left; }
.products_table td.td_price_pp { text-align: left; }
.products_table .save { padding-left: 10px; color: #cc0000; }
.products_table .note_cell { border:1px solid #CDE3F5; border-bottom:none; padding: 7px; color:#ff0000; }
.products_table .note_cell p{padding:0; line-height:normal;}

.products_pack_table { width: 100%; BORDER: 1px solid #58789B;}
.products_pack_table th { text-align: left; color: #ffffff; background-color: #58789B; padding: 3px 8px; white-space:nowrap; }
.products_pack_table td { padding: 3px 8px;}
.products_pack_table ul li {line-height: 2em; color: #ED5E00; padding-left: 0px;}
.products_pack_table .td_price {background-color: #EBF2F8;}
.products_pack_table .note_cell { border:1px solid #8062B3; border-bottom:none; padding: 4px;}
.orange_button {
    font-size: 10px;
    background:#c3d87d;
    border: 1px solid #a7bd5c;
    width:70px;
    cursor:pointer;
    padding:2px 10px;
    line-height:20px;
}

.main_content table#herbal_promo{
	width:auto !important;
}
.main_content table#herbal_promo img{
	display:block;
}

/*footer*/
#footerMain #footerShipping,
#footerMain #footerPayments {
	padding:8px 0px;
	width:568px;
	height:71px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#footerMain #footerShipping {
	padding:2px 0;
}
#footerMain h2 {
	font-size:11px;
	text-transform:uppercase;
	color:#777777;
	font-weight:bold;
	padding:8px 0 15px 5px;
	letter-spacing:1px;
	font-style:italic;
}

#footerMain #footerShipping div,
#footerMain #footerPayments div {
	background:url(../images/line.gif) repeat-x left top;
	height:100%;
	padding-left:13px;
}

#footerMain #footerShipping span,
#footerMain #footerPayments span {
	height:71px;
	width:13px;
	position:absolute;
	top:8px;
}

#footerMain #footerShipping span.left,
#footerMain #footerPayments span.left{
	background:url(../images/left.gif) no-repeat left top;
	left:0px;
}
#footerMain #footerPayments span.right,
#footerMain #footerShipping span.right{
	background:url(../images/right.gif) no-repeat left top;
	left:100%;
	margin-left:-13px;
}
#footerMain #footerShipping span.right,
#footerMain #footerShipping span.left {
	top:2px;
}
#footerMain ul li {
	float:left;
	display:block;
	margin-right:3px;
}
/*End footer*/