/* FONTS */
@font-face {
	font-family: Helvetica;
	src: url('../fon/Helvetica_Light.otf');
	src: url('../fon/Helvetica_Light.eot');
	src: url('../fon/Helvetica_Light.eot?#iefix') format('embedded-opentype'),
		url('../fon/Helvetica_Light.woff') format('woff'),
		url('../fon/Helvetica_Light.ttf')  format('truetype'),
		url('../fon/Helvetica_Light.svg#svgFontName') format('svg');
}

/* ROOT */
body {
	color: #000000;
	font: 20px Arial;
	line-height: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body, html {
  height: 100%;
}

/* COMMON */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.body_full {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 971px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.border_black {
	border-style: solid;
	border-width: 10px;
	border-color: #000000;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.linebreak {
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: Helvetica;
	font-size: 45px;
	color: #000000;
	letter-spacing: -1px;
	line-height: normal;
}
.img_fullwidth {
	width: 100%;
	height: auto;
}
.img_border_white {
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff;
}
.img_dropshadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* BUTTONS */
.btn_blue {
	font-family: MyriadProRegular;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background: #13417f; /* Old browsers */
	background: -moz-linear-gradient(top, #13417f 0%, #002f9c 50%, #002f9c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #13417f 0%,#002f9c 50%,#002f9c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #13417f 0%,#002f9c 50%,#002f9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13417f', endColorstr='#002f9c',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	display: inline-block;
}
.btn_blue span {
	line-height: normal;
	display: inline-block;
	padding: 17px 40px 10px 40px;
	vertical-align: middle;
}
.btn_blue:hover {
	background: #224f88;
}

/* HEADER */
#header {
	z-index: 99;
	height: auto;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}
#header #header_top {
	height: 100px;
	background-color: #fcfcfc;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.255);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.255);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.255);
}
#header #header_top #header_top_wrapper {
	position: relative;
}
#header #header_top p {
	margin-top: 15px;
	margin-bottom: 0;
}
#header #header_top #logo{
	display: block;
	margin-top: 20px;
}
#header #header_top #phone{
	position: absolute;
	top: 25px;
	right: 30px;
}

/* BANNER */
#order_banner {
	height: 743px;
	background-image: url(../img/banner_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#order_banner_wrapper {
    height: 100%;
}
#order_banner h1 {
	z-index: 99;
	color: #293778;
	margin: 0;
}
.order_banner_pod_back {
	position: absolute;
}
#order_banner form {
	position: absolute;
	top: 310px;
	left: 0;
}
#order_banner form input[type="checkbox"] {
	width: 30px;
	height: 30px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-color: #e7f4fb;
	border-style: solid;
	border-width: 1px;
	border-color: #293778;
	border-radius: 5px;
	position: absolute;
	top: 250px;
	left: 35px;
	cursor: pointer;
	padding: 8px;
}
#order_banner form input[type="checkbox"]:checked {
	background: #ffffff;
}
#order_banner form input[type="checkbox"]:checked:after {
	content: "X";
	font-size: 17px;
	font-weight: bold;
	color: #293778;
	text-align: center;
	line-height: 10px;
}
#order_banner form #order_banner_form_options {
	width: 360px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 365px;
}
#order_banner form #order_banner_form_options .banner_form_option {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #f2f2f2;
	color: #6e6e6e;
	padding: 10px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 80px;
}
#order_banner form #order_banner_form_options .banner_form_option:hover {
	background-color: #e7f4fb;
}
#order_banner form #order_banner_form_options .banner_form_option_sel {
	background-color: #e7f4fb;
}
#order_banner form #order_banner_form_options .banner_form_option p {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
#order_banner form #order_banner_form_options .banner_form_option p:first-child {
	margin-top: 10px;
}
#order_banner form #order_banner_form_options .banner_form_option p strong {
	font-size: 30px;
}
#order_banner form #order_banner_form_prices {
	width: 300px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 375px;
}
#order_banner form #order_banner_form_prices p {
	font-size: 23px;
	color: #6e6e6e;
	margin: 0;
}
#order_banner form #order_banner_form_prices p span {
	text-decoration: line-through;
}
#order_banner form #order_banner_form_prices p strong {
	font-size: 21px;
}
#order_banner form #order_banner_form_prices h1 {
	font-weight: bolder;
	color: #6e6e6e;
	margin-top: 12px;
	margin-bottom: 0;
}
#order_banner form #order_banner_form_btn {
	position: absolute;
	top: 295px;
	left: 365px;
}
#order_banner #order_banner_arrow {
	z-index: 99;
	position: absolute;
	top: 310px;
	left: 495px;
}

#order_banner #order_banner_top ul li {
	margin-top: 10px;
}
#order_banner #order_banner_top ul li img {
	vertical-align: top;
	padding-right: 2%;
}
#order_banner #order_banner_boxcopy {
	z-index: 1;
	width: 30%;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy span {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_title_larry {
	width: 78%;
	padding-left: 22%;
}
#order_banner #order_banner_boxcopy span strong {
	font-size: 28px;
	display: block;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_ron {
	margin-top: 20px;
	margin-left: 5%;
	padding-right: 4%;
	float: left;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_larry {
	margin-top: -70px;
	margin-left: -2%;
	padding-right: 4%;
	float: left;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_badge {
	position: absolute;
	top: 50%;
	left: 2%;
}
#order_banner #order_banner_boxcopy p {
	font-size: 16px;
	line-height: 22px;
	padding-left: 31%;
	padding-right: 2%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry {
	font-style: italic;
	padding-left: 10%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry b {
	font-size: 60px;
	color: #115c8f;
	line-height: 0;
	display: block;
	padding-top: 15px;
}
#order_banner #order_banner_boxcopy .line {
	width: 90%;
}
#order_banner #order_banner_boxcopy h2 {
	font-family: Helvetica;
	font-size: 19px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 5%;
}
#order_banner #order_banner_boxcopy h2 strong {
	font-size: 25px;
	display: block;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry {
	font-size: 10px;
	font-style: italic;
	line-height: 18px;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry strong {
	font-size: 18px;
	padding-left: 15%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry_img {
	position: absolute;
	bottom: 10px;
	right: 2%;
}
#order_banner #order_banner_boxorder_m {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}
#order_banner .order_banner_boxorder {
	z-index: 2;
	width: 35%;
	height: auto;
	text-align: center;
	/*background-color: #ffffff;*/
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	padding-bottom: 10px;
	margin-left: -0.6%;
	right: 270px;
    top: 307px;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_title {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 25px;
	padding-bottom: 20px;
}
#order_banner .order_banner_boxorder .order_banner_boxorder_arrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #005c90;
	margin-left: auto;
	margin-right: auto;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options a {
	cursor: pointer;
	text-decoration: none;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f2f2f2;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option:hover {
	background-color: #e7f4fb;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option_big {
	/*width: 120px;
	height: 120px;*/
	background-color: #e7f4fb;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span {
	color: #6e6e6e;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-top: 18px;
	font-size:16px
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option_big span{
	/*margin-top: 26px;*/
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span strong {
	font-size: 32px;
	display: block;
}
#order_banner .order_banner_boxorder p {
	font-size: 25px;
	color: #6e6e6e;
	line-height: 28px;
	margin: 0;
}
#order_banner .order_banner_boxorder .line {
	width: 15%;
	height: 2px;
	background-color: #293778;
	margin: 10px auto;
}
#order_banner .order_banner_boxorder h1 {
	font-family: Helvetica;
	font-size: 50px;
	color: #6e6e6e;
	line-height: 50px;
	margin: 0;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_price_dis {
	font-size: 16px;
	line-height: 20px;
	color: #999;
    font-weight: 600;
}
#order_banner .order_banner_boxorder .btn {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	text-transform: capitalize;
}
#order_banner .order_banner_boxorder img {
	width: 45%;
	height: auto;
}
#order_banner #order_banner_hero {
	width: 25%;
	height: auto;
	vertical-align: middle;
	margin-left: 2%;
}
#order_banner #order_banner_badge {
	position: absolute;
	top: 22%;
	right: 2%;
}
#order_banner #order_banner_boxop {
	z-index: 1;
	width: 30%;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	padding-bottom: 20px;
	margin-left: -0.5%;
	right: -26px;
    top: 280px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}
#order_banner #order_banner_boxop #order_banner_boxop_title {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 12px;
	padding-bottom: 15px;
}
#order_banner #order_banner_boxop #order_banner_boxop_title strong {
	font-size: 25px;
	display: block;
	padding-top: 5px;
}
#order_banner #order_banner_boxop #order_banner_boxop_title strong {
	font-size: 25px;
	display: block;
	padding-top: 5px;
}
#order_banner #order_banner_boxop ul {
	width: 73%;
	height: auto;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #6e6e6e;
	line-height: normal;
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#order_banner #order_banner_boxop ul li {
	margin-top: 10px;
}
#order_banner #order_banner_boxop ul li span {
	color: red;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip {
	width: 80%;
	height: auto;
	text-align: center;
	border-radius: 15px;
	background-color: #d4e4f4;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip a {
	text-decoration: none;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip a:hover {
	text-decoration: none;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #ffffff;
	border: #bbbbbb solid 1px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
}
#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox span {
	font-size: 30px;
	color: red;
	line-height: 30px;
	cursor: pointer;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip p {
	width: 70%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip p span {
	font-size: 20px;
	font-weight: bold;
	color: #005c90;
}
#order_banner img#order_banner_form_btn {
    width: auto;
    margin-top: 16px;
}
.btn {
    width: auto;
    height: auto;
    font-family: Helvetica;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    /* border-radius: 8px; */
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#order_banner #order_banner_tt {
	z-index: 99;
	width: 25%;
	height: auto;
	text-align: left;
	border-radius: 15px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	bottom: 20px;
	right: -15%;
    display: none;
    visibility: hidden;
    box-shadow: 0 0 20px;
}
#order_banner #order_banner_tt p {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 18px;
	margin: 0;
	cursor: default;
}
.btn_orange {
    background: rgb(241,145,0);
    background: -moz-linear-gradient(top, rgba(241,145,0,1) 0%, rgba(238,125,0,1) 50%, rgba(230,86,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,145,0,1) 0%,rgba(238,125,0,1) 50%,rgba(230,86,0,1) 100%);
    background: linear-gradient(to bottom, rgba(241,145,0,1) 0%,rgba(238,125,0,1) 50%,rgba(230,86,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#e65600',GradientType=0 );
}
#order_banner .order_banner_boxorder .btn {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    text-transform: capitalize;
}

/* GUARANTEE */
#guarantee {
	background: rgb(238,245,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,245,251,1) 0%, rgba(211,227,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,245,251,1) 0%,rgba(211,227,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,245,251,1) 0%,rgba(211,227,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fb', endColorstr='#d3e3f4',GradientType=0 ); /* IE6-9 */
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	border-left: none;
	border-right: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* DANOFF */
#danoff {
	width: 971px;
	height: auto;
	border: #1e4181 solid 9px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
}
#danoff #danoff_top {
	width: 100%;
	height: auto;
	text-align: left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(229,242,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f2fb',GradientType=0 ); /* IE6-9 */
	position: relative;
	padding-top: 10px;
}
#danoff #danoff_top img {
	width: 30%;
	height: auto;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}
#danoff #danoff_top #danoff_top_right {
	width: 63%;
	height: auto;
	text-align: center;
	margin-left: -2%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
#danoff #danoff_top #danoff_top_right span {
	width: 100%;
	height: auto;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 38px;
	color: #374f99;
	letter-spacing: -1px;
	line-height: 40px;
}
#danoff #danoff_top #danoff_top_right p {
	width: 70%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#danoff #danoff_bottom {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #1e4181;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: -5px;
}
#danoff #danoff_bottom p {
	width: 95%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

/* BODY */
#main p {
	line-height: 30px;
}
#main p strong {
	color: #21366f;
}
#main #main_video_wrapper {
	width: 100%;
	height: auto;
}
#main #main_video_wrapper iframe {
	display: inline-block;
	vertical-align: top;
}
#main #main_video_wrapper #main_video_quotes {
	width: 60%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
#main #main_video_wrapper #main_video_quotes p {
	font-size: 17px;
	line-height: 20px;
}
#main #main_video_wrapper #main_video_quotes p strong {
	color: #2d4c87;
}
#main #main_video_wrapper #main_video_doesitwork {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 15px;
}
#main #main_sup_facts {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main #main_sup_chart {
	display: block;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 50px;
}

/* AWARD */
#award {
	background-color: #009cf3;
	margin-top: 80px;
}
#award #award_wrapper #award_top {
	width: 70%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: 30px;
}
#award #award_wrapper #award_top h1 {
	color: #ffffff;
	line-height: 40px;
}
#award #award_wrapper #award_top .linebreak {
	width: 20%;
	height: 2px;
	margin-left: 0;
	background-color: #ffffff;
}
#award #award_wrapper #award_top p {
	color: #ffffff;
	line-height: 30px;
}
#award #award_bottom {
	width: 100%;
	height: 90px;
	background-image: url(../img/nhf_tile.jpg);
}
#award #award_bottom img {
	margin-left: 30px;
}
#award #award_img {
	position: absolute;
	top: 40px;
	right: 10px;
}

/* BUY */
#buy #buy_img {
	margin-left: -50px;;
}
#buy #buy_btn {
	position: absolute;
	top: 320px;
	left: 110px;
}
#buy #buy_right {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#buy #buy_right h1 {
	font-size: 35px;
	color: #1a3983;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	margin-top: 40px;
}
#buy #buy_right h1 strong {
	font-weight: bolder;
}
#buy #buy_right p {
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* BUY - PODS */
#buy_pods {
	text-align: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
}
#buy_pods .buy_pods_pod {
	width: 31%;
	height: 650px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#buy_pods .buy_pods_pod h1 {
	font-family: Helvetica;
	letter-spacing: -1px;
}
#buy_pods .buy_pods_pod:hover {
	background-color: #f4f4f4;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title {
	width: 100%;
	height: 60px;
	background-color: #293778;
	text-align: center;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title h1 {
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
}
#buy_pods .buy_pods_pod .buy_pods_pod_bottle {
	width: 100%;
	height: auto;
	margin-top: -5px;
}
#buy_pods .buy_pods_pod p {
	font-size: 22px;
	color: #6e6e6e;
	margin: 0;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title_small {
	font-weight: bold;
	color: #293778;
}
#buy_pods .buy_pods_pod p u {
	text-decoration: line-through;
}
#buy_pods .buy_pods_pod p strong {
	color: #ff0000;
	text-transform: uppercase;
}
#buy_pods .buy_pods_pod .buy_pods_pod_line {
	width: 45px;
	height: 2px;
	background-color: #293778;
	display: inline-block;
}
#buy_pods .buy_pods_pod .buy_pods_pod_price {
	font-size: 40px;
	color: #6e6e6e;
	margin-top: 5px;
	margin-bottom: 0;
}
#buy_pods .buy_pods_pod span {
	font-size: 16px;
	color: #6e6e6e;
}
#buy_pods .buy_pods_pod .buy_pods_pod_btn {
	width: 90%;
	height: auto;
	padding-left: 15px;
	margin-top: 5px;
}

/* FOOTER */
#footer {
	font-size: 16px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #7c7c7c;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer #footer_box {
	width: 88%;
	height: auto;
	font-size: 13px;
	text-align: center;
	background-color: #fafdfe;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}