html, body, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
html {
	background:url(../images/body_bg.png) repeat-x #1d4a80;
}
body {
	background:url(../images/body_bottom_bg.png) repeat-x bottom;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding: 16px 0px 25px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.container {
	margin:auto;
	width:958px;
}
.top_arrow{
	position: absolute;
	margin: 0px 0px 0px -23px;
	z-index:9999;
	width:112px;
	height:220px;
	background:url(../images/top_arrow.png) no-repeat;
}
* html .top_arrow{
	background: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top_arrow.png", sizingMethod="scale");
}


/**** BTNS ****/
.btn_try_it_now{
	display:block;
	margin-left:308px;
	margin-top:194px;
	width:169px;
	height:53px;
	background:url(../images/btns/btn_try_it_now.png) no-repeat;
	position: absolute;
}
.btn_try_it_now2{
	display:block;
	width:167px;
	height:53px;
	border:0px solid red;
	background:url(../images/btns/btn_try_it_now2.png) no-repeat;
	margin:auto;
}
.btn_read_more{
	background:transparent url(../images/btns/btn_read_more.png) repeat scroll 0 0;
	display:block;
	width:227px;
	height:25px;
	margin-bottom:16px;
}
/********/
.top_phone{
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	color:#fff;
	padding-top:14px;
}
.top_phone span{
	font-size:22px;
	font-weight: normal;
}
.header {
	background:url(../images/header_main_bg.png) center top no-repeat #6DB23F;
	overflow:hidden;
	height:100px;
	position:relative;
}
.header .right {
	float:right;
	padding-right:22px;
	width:400px;
}
.header .right form {
	color:#FFFFFF;
	float:right;
	overflow:hidden;
	margin-top:42px;
}
.header .right form input {
	width:110px;
	height:19px;
	border:1px #000 solid;
	float:left;
}
.header .right form label {
	display:block;
	padding-top:3px;
	padding-right:4px;
	float:left;
}
.header .scanalert{
	float:right;
	clear:right;
}
.header .right .hor_menu {
	clear:both;
	float:right;
	padding-top:2px;
	padding-bottom:7px;
}
.header .right .hor_menu li {
	color:#FFFFFF;
	display:inline;
}
.header .right .hor_menu li a {
	color:#FFFFFF;
	line-height:14px;
	text-decoration:none;
}
.header .right .hor_menu li a:hover {
	text-decoration:underline;
}
.main_nav {
	height:32px;
	overflow:hidden;
}
.main_nav ul {
	padding-left:76px;
	background:url(../images/main_nav_bg.png) repeat-x #F3D627;
	height:32px;
}
.main_nav li {
	float:left;
	white-space:nowrap;
	height:32px;
	display:block;
}
.main_nav li.active {
}
.main_nav_splitter{
	width:2px;
	background:url(../images/main_nav_splitter.gif) no-repeat;
	overflow:hidden;
}
.main_nav li a {
	height:32px;
	position:relative;
	display:block;
	text-decoration:none;
	color:#4c4c4c;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	background:url(../images/main_nav_arrow.gif) no-repeat center -7px;
}
.main_nav li a:hover, .main_nav li.active a{
	background:url(../images/main_nav_arrow.gif) no-repeat center 0px;
}
.main_nav #home{
	width:119px;
}
.main_nav #how_it_works{
	width:138px;
}
.main_nav #ingredients{
	width:126px;
}
.main_nav #faq{
	width:92px;
}
.main_nav #reviews{
	width:110px;
}
.main_nav #guarantee{
	width:154px;
}
.main_nav #buy_now{
	width:131px;
}

.content_box {
	overflow:hidden;
	padding:21px 0px 21px 21px;
	background:#fff;
}
.content_box_order{
	padding:11px 0px 11px 10px !important;
}
.table1 th {
	background:#2D877E;
	color:#FFF;
	padding:5px;
	border-right:1px solid #2D877E;
	border-bottom:1px solid #2D877E;
	text-align:left;
	font-size:16px;
}
.table1 td {
	border-right:1px solid #2D877E;
	border-bottom:1px solid #2D877E;
	padding:5px;
}
.table1 {
	border-left:1px solid #2D877E;
	border-top:1px solid #2D877E;
}
.table1 td {
	padding:5px;
}
.content_box .left_col {
	float: right;
	width:256px;
}
.content_box .right_col {
	float:left;
	width:580px;
	padding-left:24px;
	padding-right:24px;
}
#home_page .content_box .left_col {
	float:left;
	width:256px;
}
#home_page .content_box .right_col {
	float:left;
	padding-left:46px;
}
.content_box h1, h2, h3, h4 {
	font-weight:normal;
	font-size:18px;
	color:#6cb23e;
	margin-bottom:17px;
}
.content_box h1 {
	font-size:22px;
	color:#2762ab;
	font-weight:bold;
	border-bottom:solid 1px #2762ab;
	padding: 6px 0px;
	margin-top:11px;
}
#home_page .content_box h1 {
	font-weight:normal;
	font-size:21px;
	color:#6cb23e;
	margin:0px;
	padding:0px;
	margin-bottom:17px;
	border-bottom: none;
}
.content_box h1 {
	margin-left:44px;
}
.content_box h2 {
	font-size:18px;
	margin-bottom:11px;
	margin-top:27px;
}
.content_box h3 {
	font-size:16px;
	margin-bottom:11px;
}
.content_box h4 {
	font-size:13px;
}
.content_box p {
	font-size:12px;
	line-height:16px;
	margin-bottom:17px;
}
.content_box p {
	font-size:12px;
	line-height:15.5px;
	margin-bottom:13px;
}
.content_box dt {
	font-size:12px;
	line-height:16px;
	margin-bottom:17px;
}
.content_box dd {
	font-size:12px;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	margin-bottom:17px;
}
.content_box ul {
	margin-bottom:17px;
}
.content_box ul li {
	background:transparent url(../images/bullet.png) no-repeat scroll 8px 4px;
	font-size:12px;
	margin-bottom:6px;
	padding-left:18px;
}
.content_box ol {
	margin-bottom:17px;
}
.content_box ol li {
	margin-bottom:10px;
	font-size:12px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:decimal;
}
table {
	margin-bottom:10px;
}
tr#sh td {
	background-color:#6cb23e;
	border-bottom:1px solid #468b18;
	color:white;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	padding:5px;
	font-weight:bold;
	text-align:left;
}
table th, table td {
	padding:2px 3px;
	vertical-align:top;
}
tr#uline2 td {
	background-color:#EDEBEB;
	border-bottom:1px dashed black;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	text-align:left;
}
tr#uline td {
	border-bottom:1px dashed black;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	text-align:left;
}
.two_col {
	border-bottom:2px solid #5B429B;
	padding-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:20px;
}
.two_col .col {
	float:left;
	overflow:hidden;
	width:48%;
}
hr {
	margin-bottom:10px;
}
.content_box a {
	color:#6cb23e;
	text-decoration:underline;
}
.content_box a:hover {
	text-decoration:none;
}
img.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.banner_product{
	width:285px;
	height:241px;
	position:absolute;
	background:url(../images/product.png) no-repeat;
	margin: 114px 0px 0px 7px;
	z-index:10;
}
* html .banner_product{
	background: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/product.png", sizingMethod="scale");
}
.banner {
	background:url(../images/home_page_banner.jpg) top no-repeat #6db23f;
	height:270px;
}
.banner ul {
	margin: 94px 0px 0px 305px;
	padding:0px;
	position: absolute;
}
.banner ul li{
	background: url(../images/banner_li.gif) no-repeat 0px 4px;
	margin: 4px 0px;
	padding: 0px 0px 0px 14px;
	color:#16365f;
	font-size:17px;
	font-weight: bold;
}
.banner_title{
	position:absolute;
	font-size:62px;
	font-family:Trebuchet MS;
	color:#fff;
	margin: 26px 0px 0px 96px;
	text-transform:uppercase;
	letter-spacing:-3px;
}
.float_right {
	float:right;
	margin:14px -16px 10px 10px;
}
.garantee_block {
	background:url(../images/garantee_block.png) left no-repeat #569648;
	width:256px;
	height:140px;
	margin: 64px 0px 0px;
	overflow:hidden;
}
.garantee_block p{
	text-align:center;
	font-size:15px;
	font-weight: bold;
	color:#fff;
	margin: 82px 0px 0px;
}
.lseal{
	display:block;
	cursor:pointer;
	width:157px;
	height:128px;
	background: url(../images/seal.png) no-repeat;
	margin: 311px 0px 0px 71px;
	position:absolute;
	z-index:9999;
}
* html .lseal{
	background: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/seal.png", sizingMethod="scale");
}
.product_try_block_big {
	background:url(../images/big-product-block.png);
	height:602px;
	width:256px;
	overflow:hidden;
}
.product_try_block_big h2{
	font-size:Trebuchet MS;
	font-size:42px;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-3px;
	margin: 10px 0px;
	padding:0px;
}
.product_try_block_big ul{
	margin: 153px 0px 5px 28px;
	padding:0px;
	position:relative;
}
.product_try_block_big ul li{
	font-size:14px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
	background:url(../images/rblock_bullet.gif) no-repeat 0px 4px;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
}
.product_try_block_big .seal{
	display:block;
	cursor:pointer;
	width:157px;
	height:128px;
	margin: 7px auto;
	background:url(../images/seal.png) no-repeat;
}
* html .product_try_block_big .seal{
	background: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/seal.png", sizingMethod="scale");
}
.product_try_block_big p{
	padding: 0px 24px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.rproduct{
	width:163px;
	height:163px;
	background:url(../images/rproduct.jpg) no-repeat;
	position:absolute;
	margin: 124px 0px 0px 49px;
}
.orange{
	color:#f3d627;
}
.testimonials{
	padding: 18px 14px 0px 15px;
	margin: 10px 0px 0px;
	background:url(../images/testimonials_bg.png) no-repeat;
}
.testimonials img{
	margin: 0px 16px 6px 0px;
}
.testimonials h3{
	color:#2762ab;
	font-size:14px;
	font-weight: bold;
}
.testimonials p{
}

.pic_block {
	margin-top:5px;
}
/*   FOOTER_BEGIN    */
.footer {
	background:url(../images/footer_bg.png) left top no-repeat #6cb23e;
	height:73px;
	text-align:center;
}
.footer ul {
	padding-top:17px;
	text-align:center;
}
.footer ul li {
	font-size:12px;
	display:inline;
	color:#FFFFFF;
}
.footer ul li a {
	color:#FFFFFF;
}
.footer ul li a:hover {
	text-decoration:none;
}
.footer p {
	font-size:12px;
	color:#4d4d4d;
	text-align:center;
	padding-top:13px;
}
/*   FOOTER_END    */

/*   OTHER_PAGE_BEGIN    */
.other_page .content_box {
	padding:24px 21px;
}
.right_include {
	overflow:hidden;
}
.left_include {
	overflow:hidden;
}
.left_include_block {
	float:left;
	margin-right:48px;
}
/*   OTHER_PAGE_EMD    */
/*   ORDER_PAGE_BEGIN    */
.row {
	background:transparent url(../images/order_row_bg.png) no-repeat scroll center top;
	height:190px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	width:940px;
}
.last_col {
	float:right;
	margin-right:115px;
}
.buy_now {
	border:medium none;
	display:block;
	position:absolute;
	right:31px;
	top:110px;
	width:187px;
	height:53px;
}
.order_free, .order_free2{
	position:absolute;
	right:494px;
	top:135px;
	background:#c4040b;
	font-size:20px;
	line-height:26px;
	color:#fff;
	padding: 0px 5px;
	white-space:nowrap;
}
.order_free2{
	top:82px;
}
.triangle {
	position:absolute;
	right:0;
	top:0;
}
.buy_now:hover {
	cursor:pointer;
}
.row .left_col_1{
	float:left;
	margin-top:16px;
	padding-left:66px;
	width:254px;
}
.row .left_col_2{
	float:left;
	margin-top:16px;
	padding-left:71px;
	width:254px;
}
.row .left_col_3{
	float:left;
	margin-top:16px;
	padding-left:168px;
	width:254px;
}
#four.row .left_col {
	width:460px;
}
.center_col {
	margin-top:34px;
}
.blue{
	color:#2762ab;
	font-weight:bold;
}
.green{
	color:#309217;
}
.red{
	color:#f00;
}
.red strong{
	font-style:italic;
}
.row .center_col h2, .row .center_col h3 {
	font-size:26px;
	color:#000;
	font-weight:normal;
	position:relative;
	z-index:20;
	margin: 0px 0px 0px 460px;
}
.row .center_col h3 {
	width:450px;
	text-align:center;
	margin: 6px 0px 0px 460px;
}
.row .center_col p {
	color:#2762ab;
	margin: 35px 0px 0px 460px;
	font-size:14px;
	font-weight: bold;
	position:relative;
/*	z-index:20; */
}
.order_phone{
	text-align:center;
	font-size:24px;
	line-height:28px;
	padding-top:4px;
}
.call {
	margin:50px auto 50px;
	display:block;
}
#confirmation-page h2.bottom {
	color:#594199;
}
#confirmation-page .table_2 td {
	padding:2px;
	font-size:15px;
}
.seal_1 {
	left:10px;
	position:absolute;
	top:16px;
}
.logo{
float: left;
margin: 35px 0px 0px 81px;
	}
.seal_2 {
	left:5px;
	position:absolute;
	top:12px;
}
.row #free.left_col {
	padding-left:101px;
	width:222px;
}


/*  landing pages styles */
.content_box p.reviews_txt{
	margin:0px;
}
.content_box p.reviews_author{
	text-align:right;
	font-style:italic;
}
.clear{
	clear:both;
}


/* --------------------- Small page for guarantee and privacy  -------------------------- */
#background_smallpage{
	margin:0 auto;
}
#inner_top_small{
	width:681px;
	margin:0 auto;
	background-image:url('../images/header_inner_small.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
#container_small{
	width:661px;
	position:relative;
	float:right;
}
#header_inner_small{
	width:530px;
	height:60px;
	padding:32px 31px 0 100px;
}
#left_header_inner_small{
	float:left;
	width:200px;
	text-align:left;
}
#right_header_inner_small{
	float:right;
	width:200px;
	text-align:right;
	font-family:Arial, Tahoma, Vardana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#mainbody_inner_small{
	width:601px;
	padding:0px 30px 30px 30px;
	background-image:url('../images/inner_header_bottom_small.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:justify;
	line-height:normal;
}
#mainbody_inner_small p{
	padding:8px 0 8px 0;
}
#mainbody_inner_small ol, #mainbody_inner_small ul{
	margin-left:30px;
}
#mainbody_inner_small ol{
	list-style:decimal;
}
#mainbody_inner_small li{
	padding-bottom:8px;
}
#inner_heading_small{
	margin-left:50px;
	padding-top:25px;
	padding-bottom:10px;
	border-bottom: solid 2px #2762AB;
	margin-bottom:15px;
}
#inner_heading_small h1{
	color:#2762AB;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#footer_inner_small{
	width:661px;
	padding-top:15px;
	text-align:center;
	font-size:11px;
	height:75px;
	background-image:url('../images/innerfooter_bg_small.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial;
}
