/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/*::-moz-selection{ background: #5f4c41; color:#fff; text-shadow: none; }
::selection { background:#5f4c41; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #5f4c41; }*/

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #3b2415; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a { color: #3b2415; }

b { font-weight: bold; }
i { font-style: italic; }
img { vertical-align: bottom; }


/**
 * Primary styles
 *
 * Author: ModMan Enterprises http://modman.us/
 */

html,body {
	height: 100%; /* needed for container min-height */
}
.container {
	position: relative; /* needed for footer positioning */
	margin: 0 auto -113px; /* center, not in IE5. Negative bottom margin is footer height. */
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}
.site_footer, .push {
	position: relative;
	height: 113px; /* Footer height, must be same as negative bottom margin of container */
	clear: both;
}

.ir a, a.ir, .site_header nav li a {
	display: block;
	height: 100%;
}

body {
	background: #c8aa84 url(../img/site_bg.jpg) repeat center 0px;
	font-size: 16px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	background: #c8aa84 url(../img/site_bg.jpg) repeat center 0px;
	min-width: 1024px;
}

.inner, #main {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#main {
	width: 984px;
	top: 102px;
	height: auto !important; /* real browsers */
	height: 396px; /* IE6: treaded as min-height*/
	min-height: 396px; /* real browsers */
}
.push {
	margin-top: 102px;
}

.site_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 498px;
}
.site_header .bar_shadow {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 100%;
	height: 85px;
	background: url(../img/header_shadow.png?v=2) repeat-x;
}
.site_header .bar_shadow .bar {
	position: relative;
	margin: 5px 0;
	height: 75px;
	background: #c8aa84 url(../img/site_bg.jpg) repeat-x center 0px;
}
.site_header .inner {
	height: 75px;
}
.site_header .logo {
	position: absolute;
	top: -17px;
	left: 14px;
	width: 166px;
	height: 90px;
	background: url(../img/header_logo_bg.png) no-repeat 96px 0px;
}
.site_header .logo a {
	background: url(../img/header_logo.png) no-repeat 6px 6px;
}
.site_header .switch_juice, .site_header .switch_kafe {
	position: absolute;
	top: 23px;
	left: 182px;
}
.site_header .switch_juice .juice, .site_header .switch_juice .kafe,
.site_header .switch_kafe .juice, .site_header .switch_kafe .kafe {
	display: block;
	position: absolute;
	top: 0px;
	width: 35px;
	height: 35px;
	background: url(../img/header_switch_juice_kafe.png) no-repeat;
}
.site_header .switch_juice .juice {
	left: 0px;
	background-position: 0px -35px;
}
.site_header .switch_juice .kafe {
	left: 35px;
	background-position: -35px -35px;
}
.site_header .switch_kafe .juice {
	left: 0px;
	background-position: 0px 0px;
}
.site_header .switch_kafe .kafe {
	left: 35px;
	background-position: -35px 0px;
}
.site_header nav {
	position: absolute;
	top: 21px;
	right: 6px;
	width: 766px;
	font-weight: 900;
}
.site_header nav ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
.site_header nav li {
	float: left;
	padding: 0 8px;
	height: 24px;
}
.site_header nav li nav {
	display: none;
	position: absolute;
	top: 31px;
	right: 15px;
	width: 855px;
	height: 17px;
	text-align: right;
	white-space: nowrap;
}
.site_header nav li nav ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
.site_header nav li nav li {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	padding: 0 0 0 20px;
	height: 17px;
}
.site_header nav li ul li a {
	text-decoration: none;
}
.site_header nav li ul li a:hover, .site_header nav li ul li.current a {
	color: white;
}
.site_header nav li.kleanse nav li {
	padding-left: 28px;
}
.site_header nav li.juice nav li {
	padding-left: 40px;
}
.site_header nav li.locations nav li, .site_header nav li.about nav li {
	padding-left: 50px;
}
.site_header nav li a.top {
	position: relative;
	text-decoration: none;
	background: url(../img/header_menu.png?v=3) no-repeat;
}
.site_header nav li.kleanse a.top {
	width: 85px;
	background-position: 5px 5px;
}
.site_header nav li.kleanse a.top:hover, body.kleanse .site_header nav li.kleanse a.top {
	background-position: 5px -15px;
}
body.kleanse_order .site_header nav li.kleanse a.top{
	background-position: 5px -15px;
}
body.kleanse_order .site_header nav li.kleanse a.top:hover {
	background-position: 5px -15px;
}
body.kleanse .site_header nav li.kleanse nav {
	display: block;
}
.site_header nav li.juice a.top {
	width: 60px;
	background-position: -95px 5px;
}
.site_header nav li.juice a.top:hover, body.juice .site_header nav li.juice a.top {
	background-position: -95px -15px;
}
body.juice .site_header nav li.juice nav {
	display: block;
}
.site_header nav li.snacks a.top {
	width: 78px;
	background-position: -172px 5px;
}
.site_header nav li.snacks a.top:hover, body.snacks .site_header nav li.snacks a.top {
	background-position: -172px -15px;
}
body.snacks .site_header nav li.snacks nav {
	display: block;
}
.site_header nav li.locations a.top {
	width: 104px;
	background-position: -265px 5px;
}
.site_header nav li.locations a.top:hover, body.locations .site_header nav li.locations a.top {
	background-position: -265px -15px;
}
body.locations .site_header nav li.locations nav {
	display: block;
}
.site_header nav li.blog a.top {
	width: 55px;
	background-position: -385px 5px;
}
.site_header nav li.blog a.top:hover, body.blog .site_header nav li.blog a.top {
	background-position: -385px -15px;
}
body.blog .site_header nav li.blog nav {
	display: block;
}
.site_header nav li.about a.top {
	width: 68px;
	background-position: -457px 5px;
}
.site_header nav li.about a.top:hover, body.about .site_header nav li.about a.top {
	background-position: -457px -15px;
}
body.about .site_header nav li.about nav {
	display: block;
}
.site_header nav li.account a.top {
	width: 92px;
	background-position: -542px 5px;
}
.site_header nav li.account a.top:hover, body.account .site_header nav li.account a.top {
	background-position: -542px -15px;
}
body.account .site_header nav li.account nav {
	display: block;
}
.site_header nav li.kart a.top {
	width: 95px;
	background-position: -650px 5px;
}
.site_header nav li.kart a.top:hover, body.kart .site_header nav li.kart a.top {
	background-position: -650px -15px;
}
body.kart .site_header nav li.kart nav {
	display: block;
}
#cart_icon {
	position: absolute;
	width: 40px;
	height: 32px;
	left: 60px;
	bottom: 4px;
}
#cart_icon a {
	display: block;
	width: 40px;
	height: 32px;
	text-decoration: none;
}
#cart_icon img {
	position: absolute;
	width: 30px;
	height: 21px;
	left: 0px;
	bottom: 0px;
}
#cart_icon .circle {
	position: absolute;
	left: 15px;
	bottom: 7px;
	width: 25px;
	height: 25px;
	padding-right: 1px;
	background: url(../img/header_cart_circle.png) no-repeat;
	text-align: center;
	line-height: 25px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.site_footer {
	height: 78px;
	margin-top: 35px;
	background: #68503a url(../img/footer_bg.jpg) repeat-x center top;
	min-width: 1024px;
	color: #190800;
}
.site_footer .inner {
	position: relative;
	height: 78px;
}
.site_footer a {
	text-decoration: none;
	color: #190800;
}
.site_footer a:hover {
	text-decoration: underline;
}
.site_footer nav ul {
	position: absolute;
	top: 19px;
	right: 95px;
	text-align: right;
}
.site_footer nav ul li {
	float: left;
	margin-right: 35px;
}
.site_footer nav ul li a {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	display: block;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
.site_footer .logo {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 131px;
	height: 61px;
	margin-left: -92px;
	background: url(../img/footer_logo.png) no-repeat;
}
.site_footer .left {
	position: absolute;
	top: 18px;
	left: 30px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
.site_footer .copyright {
	position: absolute;
	top: 51px;
	left: 30px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Arial Narrow', 'liberation_sans_narrowregular', Arial, Helvetica, sans-serif;
	display: block;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
.site_footer .modman {
	position: absolute;
	top: 12px;
	right: 21px;
	width: 66px;
	height: 29px;
	background: url(../img/footer_modman.png?v=2) no-repeat;
}
.site_footer .modman a {
	display: block;
	height: 21px;
}

#kreationklub {
	position: fixed;
	left: -319px;
	bottom: 52px;
	width: 437px;
	height: 99px;
	background: url(../img/klub_bg.png) no-repeat;
	z-index: 100;
}
#kreationklub a.toggle {
	position: absolute;
	top: 5px; 
	right: 6px;
	width: 112px;
	height: 89px;
	background: url(../img/klub_text.png?v=2) no-repeat 9px 6px;
}
#kreationklub .submit {
	position: absolute;
	top: 25px; 
	right: 118px;
	width: 77px;
	height: 50px;
	background: transparent url(../img/klub_join.png?v=2) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
}
#kreationklub #kreationklub_name, #kreationklub #kreationklub_email {
	width: 199px;
	background: white;
	line-height: 25px;
	height: 25px;
}
#kreationklub #kreationklub_name {
	position: absolute;
	left: 18px;
	top: 10px;
}
#kreationklub #kreationklub_email {
	position: absolute;
	left: 18px;
	top: 54px;
}

h1 {
	font-family: 'anjelika_rosemedium';
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2em; /* 60/50 */
	margin: 0px;
	text-align: center;
	margin-bottom: 7px;
}
h2 {
	font-family: 'anjelika_rosemedium';
	font-size: 48px;
	font-weight: normal;
	line-height: 1.29em; /* 62/48 */
	margin: 0px;
}
h3 {
	font-family: 'anjelika_rosemedium';
	font-size: 24px;
	font-weight: normal;
	line-height: 1.08em; /* 26/24 */
	margin: 0px;
}
h4 {
	font-family: 'anjelika_rosemedium';
	font-size: 21px;
	font-weight: normal;
	line-height: 1.16em; /* 21/18 */
	margin: 0px;
}
.button_1,
.button_2,
.button_3 {
	height: 53px;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 24px;
	line-height: 53px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'anjelika_rosemedium';
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.button_1 {
	background: transparent url(../img/button_1.png) no-repeat;
	width: 120px;
}
.button_2 {
	background: transparent url(../img/button_2.png) no-repeat;
	width: 156px;
}
.button_3 {
	background: transparent url(../img/button_3.png) no-repeat;
	width: 156px;
}
.button_green {
	background: url(../img/button_green.png) no-repeat;
	width: 111px;
	height: 40px;
	padding: 0 21px 0 14px;
	color: #39b54a;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'anjelika_rosemedium';
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
button.button_1,
button.button_2,
button.button_3,
button.button_green {
	margin: 0;
	padding: 0;
	border: 0;
}

#bottles_result {
	position: relative;
	width: 100%;
	height: 449px;
}
#bottles_result .wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 449px;
}

.gauge {
	position: relative;
	width: 164px;
	height: 164px;
	background: url(../img/gauge_bg.png?v=3) no-repeat;
}
.gauge .rotate {
	display: none;
	position: absolute;
	top: 82px;
	left: 82px;
	width: 164px;
	height: 164px;
	margin-top: -82px;
	margin-left: -82px;
}
.gauge .rotate .shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 164px;
	background: url(../img/gauge_needle_shadow.png?v=2) no-repeat;
}
.gauge .rotate .shadow.shadowtop {
	background: url(../img/gauge_needle_shadowtop.png?v=2) no-repeat;
}
.gauge .rotate .needle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 164px;
	background: url(../img/gauge_needle.png?v=2) no-repeat;
}
.gauge .middle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 164px;
	background: url(../img/gauge_needle_middle.png?v=2) no-repeat;
}

.gauge_small {
	position: relative;
	width: 108px;
	height: 108px;
	background: url(../img/gauge_small_bg.png) no-repeat;
}
.gauge_small .rotate {
	display: none;
	position: absolute;
	top: 54px;
	left: 54px;
	width: 108px;
	height: 108px;
	margin-top: -54px;
	margin-left: -54px;
}
.gauge_small .rotate .shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 108px;
	height: 108px;
	background: url(../img/gauge_small_needle_shadow.png) no-repeat;
}
.gauge_small .rotate .shadow.shadowtop {
	background: url(../img/gauge_small_needle_shadowtop.png) no-repeat;
}
.gauge_small .rotate .needle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 108px;
	height: 108px;
	background: url(../img/gauge_small_needle.png) no-repeat;
}
.gauge_small .middle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 108px;
	height: 108px;
	background: url(../img/gauge_small_needle_middle.png) no-repeat;
}

body.home div.kleanseLine,
body.kleanse div.kleanseLine {
	height: 41px;
}
body.home .button_order_kleanse button,
body.kleanse .button_order_kleanse button {
	position: absolute;
	top: -4px;
	right: -8px;
}
body.kleanse .button_order_kleanse_bottom {
	position: absolute;
	bottom: -10px;
	right: -8px;
}
body.home .top_bottles,
body.kleanse .top_bottles {
	position: relative;
	padding-top: 18px;
	height: 505px;
}
body.kleanse .top_bottles {
	height: 467px;
}
body.home .top_bottles .gauge,
body.kleanse .top_bottles .gauge {
	position: absolute;
	top: 219px;
	left: 784px;
}
.social_boxes {
	width: 944px;
	height: 79px;
	margin: 40px auto 0;
	overflow: hidden;
}
body.home .social_boxes {
	margin: 25px auto;
}
.social_boxes td {
	vertical-align: top !important;
}
.social_boxes .box {
	position: relative;
}
.social_boxes .fb-like {
	position: absolute;
	top: 0px;
	right: 36px;
	opacity: 0.75;
	filter: alpha(opacity:0.75);
}
.social_boxes .text, .social_boxes .text2 {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.social_boxes h4 {
	margin-bottom: 6px !important;
	text-align: center;
}
.social_boxes h4 a {
	text-decoration: none;
}
.social_boxes h4 img {
	margin-right: 2px;
}
.social_boxes .socail_heading1, .social_boxes .socail_heading2, .social_boxes .text,
body.store .social_boxes .heading1, body.store .social_boxes .heading2 {
	margin-right: 80px;
}
.social_boxes .socail_heading3 {
	margin-top: -1px;
}
.social_boxes .text, .social_boxes .text2 {
	padding: 0 25px;
}
.social_boxes .text2 a {
	text-decoration: none;
}
.social_boxes .text2 a:hover {
	text-decoration: underline;
}
.social_boxes .text2 strong {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body.store .social_boxes .heading1 {
	height: 25px;
	background: url(../img/social_boxes_heading1.png?v=2) no-repeat center 0px;
}
body.store .social_boxes .heading2 {
	margin-right: 80px;
	height: 25px;
	background: url(../img/social_boxes_heading2.png?v=2) no-repeat center 0px;
}
body.store .social_boxes .heading3 {
	height: 25px;
	background: url(../img/social_boxes_heading3.png?v=2) no-repeat center 0px;
}

.bottom_boxes {
	height: 167px;
	text-align: justify;
	min-width: 984px;
	margin-top: 40px;
}
body.kleanse_reboot .bottom_boxes, body.kleanse_grounding .bottom_boxes, body.kleanse_flourish .bottom_boxes, body.kleanse_premium .bottom_boxes {
	margin-top: 15px;
}
.bottom_boxes img {
	height: 167px;
	display: inline-block;
}
.bottom_boxes:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#bottles_result .bottle {
	margin-right: 6px;
}
#bottles_result .bottle_premium {
	margin-right: 4px;
}
#bottles_result .last {
	margin-right: 0px;
}
#bottles_result .bottle6 {
	margin-right: 9px;
}
#bottles_result .bottle7 {
	margin-right: 8px;
}

div.kleanseWaters {
	position: absolute;
	top: 480px;
	left: 682px;
}
div.kleanseLength {
	width: 146px;
	height: 318px;
}
div.kleanseQuiz, div.kleanseQuiz span, div.kleanseQuiz input {
	width: 55px;
	height: 31px;
}
div.contactChoices {
	position: absolute;
	top: 146px;
	right: 0px;
	width: 507px;
	height: 191px;
}
div.kleanseLine input, div.kleanseQuiz input, div.contactChoices input, div.kleanseLength input, div.kleanseWaters input {
	opacity: 0;
	filter: alpha(opacity:0);
	cursor: pointer;
}
div.kleanseLine .disabled input, div.kleanseLength .disabled input, div.kleanseWaters .disabled input {
	cursor: default;
}
div.kleanseLine .ir, div.kleanseQuiz .ir, div.contactChoices .ir, div.kleanseLength .ir, div.kleanseWaters .ir {
	display: none;
}
div.kleanseLineRadio {
	position: absolute;
	top: 0px;
}
div.kleanseLineRadio span, div.contactChoicesRadio span {
	opacity: 0.5;
	filter: alpha(opacity:0.5);
}
div.kleanseQuizRadio span, body.kleanse_order div.kleanseLineRadio span, body.kleanse_order .disabled {
	opacity: 0.4;
	filter: alpha(opacity:0.4);
}
div.kleanseLineRadio.hover span, div.kleanseQuizRadio.hover span, div.contactChoicesRadio.hover span, body.kleanse_order div.kleanseLineRadio.hover span {
	opacity: 0.7;
	filter: alpha(opacity:0.7);
}
div.kleanseWatersRadio span, div.kleanseLengthRadio span {
	opacity: 0.2;
	filter: alpha(opacity:0.2);
}
.disabled div.kleanseWatersRadio span, .disabled div.kleanseLengthRadio span {
	opacity: 1;
	filter: alpha(opacity:1);
}
div.kleanseWatersRadio.hover span, div.kleanseLengthRadio.hover span {
	opacity: 0.5;
	filter: alpha(opacity:0.5);
}
div.kleanseLineRadio span.checked, div.kleanseQuizRadio span.checked, div.contactChoicesRadio span.checked, body.kleanse_order div.kleanseLineRadio span.checked, div.kleanseLengthRadio span.checked, div.kleanseWatersRadio span.checked {
	opacity: 1;
	filter: alpha(opacity:1);
}

body.home #main h3 {
	text-align: center;
	line-height: 34px;
	margin-bottom: 1px;
}
body.home .line_container {
	height: 371px;
}
body.home .line_container div.kleanseLineRadio span.checked a {
	display: block;
	height: 31px;
	margin: 11px 0;
}
body.home .line_container .grouped .gauge_small {
	top: 130px;
}
body.home .line_container .grouped .whats_inside {
	position: absolute;
	top: 243px;
	left: 12px;
	width: 64px;
	height: 64px;
	background: url(../img/home_whats_inside.png) no-repeat;
}
body.home .line_container .grouped_4 .whats_inside {
	left: 17px;
}
body.home .line_container .grouped .button_kleanse {
	top: 248px;
	margin-left: -38px;
}
body.home .line_container .popup {
	display: none;
	position: absolute;
	top: 89px;
	left: -10px;
	width: 991px;
	height: 205px;
}
body.home .line_container .popup_1 {
	background: url(../img/home_popup_shadow_1.png) no-repeat;
}
body.home .line_container .popup_2 {
	background: url(../img/home_popup_shadow_2.png) no-repeat;
}
body.home .line_container .popup_3 {
	background: url(../img/home_popup_shadow_3.png) no-repeat;
}
body.home .line_container .popup_4 {
	background: url(../img/home_popup_shadow_4.png) no-repeat;
}
body.home .line_container .popup .inside {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 961px;
	height: 170px;
	background: #c8aa84 url(../img/site_bg.jpg) repeat center 0px;
  -webkit-border-radius: 10px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 10px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
body.home .line_container .popup .inside h4 {
	position: absolute;
	top: 8px;
	left: 14px;
	text-align: left !important;
}
body.home .line_container .popup .inside .learn_more {
	position: absolute;
	top: 1px;
	right: 9px;
	z-index: 10;
}
body.home .line_container .popup .inside img {
	position: absolute;
	top: 46px;
	left: 9px;
}
body.home #main h2 {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	zoom: 1;
}
body.home #main .instagram {
	position: relative;
	vertical-align: text-bottom;
	margin-left: 9px;
}
body.home #main .instagram, body.home #main .instagram a {
	width: 134px;
	height: 34px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
body.home #main .instagram_feed {
	width: 990px;
	height: 195px;
	clear: both;
}
body.home #main .instagram_feed .instagram-image {
	display: block;
	float: left;
	padding: 3px;
	background: #3b2313;
	margin-right: 3px;
}
body.home #main .instagram_feed .instagram-image img {
	-webkit-border-radius: 9px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
	border-radius: 9px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
	
	/* useful if you don't want a bg color from leaking outside the border: */
	background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
body.home .bottom_boxes {
	margin-top: 25px;
}

body.home #uniform-kleanse_0 {
	left: 0px;
}
body.kleanse_order #uniform-kleanse_0 {
	left: 179px;
}
body.home #uniform-kleanse_0, body.home #uniform-kleanse_0 input, body.home #uniform-kleanse_0 span,
body.kleanse #uniform-kleanse_0, body.kleanse #uniform-kleanse_0 input, body.kleanse #uniform-kleanse_0 span {
	width: 157px;
	height: 53px;
}
body.kleanse_order #uniform-kleanse_0, body.kleanse_order #uniform-kleanse_0 input, body.kleanse_order #uniform-kleanse_0 span {
	width: 41px;
}
body.home #uniform-kleanse_0 span,
body.kleanse #uniform-kleanse_0 span {
	background-image: url(../img/kleanse_level_1.png);
	background-position: center center !important;
}
body.kleanse_order #uniform-kleanse_0 span {
	background-position: -50px center !important;
}
#uniform-quiz1_0 span,
#uniform-quiz2_0 span,
#uniform-quiz3_0 span,
#uniform-quiz4_0 span,
#uniform-quiz5_0 span,
#uniform-quiz6_0 span,
#uniform-quiz7_0 span,
#uniform-quiz8_0 span,
#uniform-quiz9_0 span,
#uniform-quiz10_0 span,
#uniform-quiz11_0 span,
#uniform-quiz12_0 span,
#uniform-quiz13_0 span,
#uniform-quiz14_0 span,
#uniform-quiz15_0 span,
#uniform-quiz16_0 span,
#uniform-quiz17_0 span,
#uniform-quiz18_0 span {
	background-image: url(../img/kleanse_quiz_yes.png);
	background-position: center center !important;
}
#uniform-quiz1_1 span,
#uniform-quiz2_1 span,
#uniform-quiz3_1 span,
#uniform-quiz4_1 span,
#uniform-quiz5_1 span,
#uniform-quiz6_1 span,
#uniform-quiz7_1 span,
#uniform-quiz8_1 span,
#uniform-quiz9_1 span,
#uniform-quiz10_1 span,
#uniform-quiz11_1 span,
#uniform-quiz12_1 span,
#uniform-quiz13_1 span,
#uniform-quiz14_1 span,
#uniform-quiz15_1 span,
#uniform-quiz16_1 span,
#uniform-quiz17_1 span,
#uniform-quiz18_1 span {
	background-image: url(../img/kleanse_quiz_no.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleanse_1 {
	left: 220px;
}
body.home #uniform-kleanse_1, body.home #uniform-kleanse_1 input, body.home #uniform-kleanse_1 span,
body.kleanse #uniform-kleanse_1, body.kleanse #uniform-kleanse_1 input, body.kleanse #uniform-kleanse_1 span {
	width: 182px;
	height: 53px;
}
body.kleanse_order #uniform-kleanse_1, body.kleanse_order #uniform-kleanse_1 input, body.kleanse_order #uniform-kleanse_1 span {
	width: 41px;
}
body.home #uniform-kleanse_1 span,
body.kleanse #uniform-kleanse_1 span {
	background-image: url(../img/kleanse_level_2.png);
	background-position: center center !important;
}
body.kleanse_order #uniform-kleanse_1 span {
	background-position: -50px center !important;
}

body.kleanse_order #uniform-kleanse_2 {
	left: 261px;
}
body.home #uniform-kleanse_2, body.home #uniform-kleanse_2 input, body.home #uniform-kleanse_2 span,
body.kleanse #uniform-kleanse_2, body.kleanse #uniform-kleanse_2 input, body.kleanse #uniform-kleanse_2 span {
	width: 163px;
	height: 53px;
}
body.kleanse_order #uniform-kleanse_2, body.kleanse_order #uniform-kleanse_2 input, body.kleanse_order #uniform-kleanse_2 span {
	width: 41px;
}
body.home #uniform-kleanse_2 span,
body.kleanse #uniform-kleanse_2 span {
	background-image: url(../img/kleanse_level_3.png);
	background-position: center center !important;
}
body.kleanse_order #uniform-kleanse_2 span {
	background-position: -50px center !important;
}

body.kleanse_order #uniform-kleanse_3 {
	left: 302px;
}
body.home #uniform-kleanse_3, body.home #uniform-kleanse_3 input, body.home #uniform-kleanse_3 span,
body.kleanse #uniform-kleanse_3, body.kleanse #uniform-kleanse_3 input, body.kleanse #uniform-kleanse_3 span {
	width: 197px;
	height: 53px;
}
body.kleanse_order #uniform-kleanse_3, body.kleanse_order #uniform-kleanse_3 input, body.kleanse_order #uniform-kleanse_3 span {
	width: 151px;
}
body.home #uniform-kleanse_3 span,
body.kleanse #uniform-kleanse_3 span {
	background-image: url(../img/kleanse_level_premium.png);
	background-position: center center !important;
}
body.kleanse_order #uniform-kleanse_3 span {
	background-position: -50px center !important;
}

body.kleanse_order #uniform-kleanselength_0 {
	margin-top: 30px;
}
body.kleanse_order #uniform-kleanselength_0, body.kleanse_order #uniform-kleanselength_0 input, body.kleanse_order #uniform-kleanselength_0 span {
	width: 143px;
	height: 86px;
}
body.kleanse_order #uniform-kleanselength_0 span {
	background-image: url(../img/kleanse_order_days3.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleanselength_1 {
	margin-top: 15px;
}
body.kleanse_order #uniform-kleanselength_1, body.kleanse_order #uniform-kleanselength_1 input, body.kleanse_order #uniform-kleanselength_1 span {
	width: 143px;
	height: 86px;
}
body.kleanse_order #uniform-kleanselength_1 span {
	background-image: url(../img/kleanse_order_days5.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleanselength_2 {
	margin-top: 15px;
}
body.kleanse_order #uniform-kleanselength_2, body.kleanse_order #uniform-kleanselength_2 input, body.kleanse_order #uniform-kleanselength_2 span {
	width: 143px;
	height: 86px;
}
body.kleanse_order #uniform-kleanselength_2 span {
	background-image: url(../img/kleanse_order_days7.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleansewaters1_0 {
	position: absolute;
	top: 70px;
	left: 0px;
}
body.kleanse_order #uniform-kleansewaters2_0 {
	position: absolute;
	top: 223px;
	left: 0px;
}
body.kleanse_order #uniform-kleansewaters1_0, body.kleanse_order #uniform-kleansewaters1_0 input, body.kleanse_order #uniform-kleansewaters1_0 span,
body.kleanse_order #uniform-kleansewaters2_0, body.kleanse_order #uniform-kleansewaters2_0 input, body.kleanse_order #uniform-kleansewaters2_0 span {
	width: 60px;
	height: 150px;
}
body.kleanse_order #uniform-kleansewaters1_0 span,
body.kleanse_order #uniform-kleansewaters2_0 span {
	background-image: url(../img/kleanse_order_water_2.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleansewaters1_1 {
	position: absolute;
	top: 70px;
	left: 63px;
}
body.kleanse_order #uniform-kleansewaters2_1 {
	position: absolute;
	top: 223px;
	left: 63px;
}
body.kleanse_order #uniform-kleansewaters1_1, body.kleanse_order #uniform-kleansewaters1_1 input, body.kleanse_order #uniform-kleansewaters1_1 span,
body.kleanse_order #uniform-kleansewaters2_1, body.kleanse_order #uniform-kleansewaters2_1 input, body.kleanse_order #uniform-kleansewaters2_1 span {
	width: 60px;
	height: 150px;
}
body.kleanse_order #uniform-kleansewaters1_1 span,
body.kleanse_order #uniform-kleansewaters2_1 span {
	background-image: url(../img/kleanse_order_water_3.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleansewaters1_2 {
	position: absolute;
	top: 70px;
	left: 126px;
}
body.kleanse_order #uniform-kleansewaters2_2 {
	position: absolute;
	top: 223px;
	left: 126px;
}
body.kleanse_order #uniform-kleansewaters1_2, body.kleanse_order #uniform-kleansewaters1_2 input, body.kleanse_order #uniform-kleansewaters1_2 span,
body.kleanse_order #uniform-kleansewaters2_2, body.kleanse_order #uniform-kleansewaters2_2 input, body.kleanse_order #uniform-kleansewaters2_2 span {
	width: 60px;
	height: 150px;
}
body.kleanse_order #uniform-kleansewaters1_2 span,
body.kleanse_order #uniform-kleansewaters2_2 span {
	background-image: url(../img/kleanse_order_water_4.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleansewaters1_3 {
	position: absolute;
	top: 70px;
	left: 189px;
}
body.kleanse_order #uniform-kleansewaters2_3 {
	position: absolute;
	top: 223px;
	left: 189px;
}
body.kleanse_order #uniform-kleansewaters1_3, body.kleanse_order #uniform-kleansewaters1_3 input, body.kleanse_order #uniform-kleansewaters1_3 span,
body.kleanse_order #uniform-kleansewaters2_3, body.kleanse_order #uniform-kleansewaters2_3 input, body.kleanse_order #uniform-kleansewaters2_3 span {
	width: 60px;
	height: 150px;
}
body.kleanse_order #uniform-kleansewaters1_3 span,
body.kleanse_order #uniform-kleansewaters2_3 span {
	background-image: url(../img/kleanse_order_water_5.png);
	background-position: center center !important;
}

body.kleanse_order #uniform-kleansewaters1_4 {
	position: absolute;
	top: 70px;
	left: 252px;
}
body.kleanse_order #uniform-kleansewaters2_4 {
	position: absolute;
	top: 223px;
	left: 252px;
}
body.kleanse_order #uniform-kleansewaters1_4, body.kleanse_order #uniform-kleansewaters1_4 input, body.kleanse_order #uniform-kleansewaters1_4 span,
body.kleanse_order #uniform-kleansewaters2_4, body.kleanse_order #uniform-kleansewaters2_4 input, body.kleanse_order #uniform-kleansewaters2_4 span {
	width: 60px;
	height: 150px;
}
body.kleanse_order #uniform-kleansewaters1_4 span,
body.kleanse_order #uniform-kleansewaters2_4 span {
	background-image: url(../img/kleanse_order_water_6.png);
	background-position: center center !important;
}


body.kleanse_order .heading1 {
	position: absolute;
	top: 7px;
	left: -4px;
	width: 176px;
	height: 45px;
	background: url(../img/kleanse_order_heading1.png) no-repeat;
}
body.kleanse_order .heading2 {
	position: absolute;
	top: 480px;
	left: -4px;
	width: 179px;
	height: 45px;
	background: url(../img/kleanse_order_heading2.png) no-repeat;
}
body.kleanse_order .heading3 {
	position: absolute;
	top: 480px;
	left: 260px;
	width: 124px;
	height: 45px;
	background: url(../img/kleanse_order_heading3.png) no-repeat;
}
body.kleanse_order .heading4 {
	position: absolute;
	top: 480px;
	left: 682px;
	width: 173px;
	height: 45px;
	background: url(../img/kleanse_order_heading4.png) no-repeat;
}
body.kleanse_order .heading3_small {
	position: absolute;
	top: 521px;
	left: 295px;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body.kleanse_order .checkmark1.checked, body.kleanse_order .checkmark2.checked, body.kleanse_order .checkmark3.checked, body.kleanse_order .checkmark4.checked {
	position: absolute;
	width: 36px;
	height: 35px;
	background: url(../img/kleanse_order_checkmark.png) no-repeat;
}
body.kleanse_order .checkmark1.checked {
	top: 11px;
	left: 460px;
}
body.kleanse_order .checkmark2.checked {
	top: 484px;
	left: 186px;
}
body.kleanse_order .checkmark3.checked {
	top: 484px;
	left: 395px;
}
body.kleanse_order .checkmark4.checked {
	top: 484px;
	left: 866px;
}
body.kleanse_order .button_add_to_cart {
	margin-top: 25px;
	text-align: right;
}
body.kleanse_order .button_add_to_cart button {
	display: inline;
}
body.kleanse_order .kleanseCalendar {
	position: absolute;
	top: 555px;
	left: 260px;
	width: 358px;
}
body.kleanse_order .kleanseCalendar .fc-widget-header, body.kleanse_order .kleanseCalendar .fc-widget-content {
	border-color: #b7c0b2;
}
body.kleanse_order .kleanseCalendar .fc-header {
	background: #77131d;
	color: #ffffff;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	font-family: 'marker_felt_thin_plainregular';
}
body.kleanse_order .kleanseCalendar .fc-header h2 {
	font-weight: normal;
	font-size: 23px;
	line-height: 29px;
}
body.kleanse_order .kleanseCalendar .fc-header .fc-button {
	font-family: Arial, Helvetica, sans-serif;
}
body.kleanse_order .kleanseCalendar .fc-state-default, body.kleanse_order .kleanseCalendar .fc-state-default .fc-button-inner {
	border-style: none;
	border-color: transparent;
	background: none;
	color: #ffffff;
	border-width: 0;
	margin: 0;
}
body.kleanse_order .kleanseCalendar .fc-state-default .fc-button-effect {
	display: none;
}
body.kleanse_order .kleanseCalendar .fc-button-content {
	height: 29px;
	line-height: 29px;
}
body.kleanse_order .kleanseCalendar .fc-widget-header {
	background: #77131d;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	font-weight: normal;
	font-family: 'marker_felt_thin_plainregular';
	border-top: none;
	border-color: #715372;
	border-bottom-color: #b7c0b2;
}
body.kleanse_order .kleanseCalendar .fc-day-number {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	padding: 0 4px;
}
.fc-grid .fc-widget-content {
	cursor: pointer;
	background-color: #fff8a3;
}
.disabled .fc-grid .fc-widget-content {
	cursor: default;
}
.fc-grid .fc-today {
	background-color: #ffc;
}
.fc-grid .kleanseCalDiabled {
	cursor: default;
	opacity: 0.7;
	filter: alpha(opacity:0.7);
}
/*.fc-grid .kleanseCalColor0, .fc-grid .kleanseCalColor1, .fc-grid .kleanseCalColor2, .fc-grid .kleanseCalColor3, .fc-grid .kleanseCalColor4, .fc-grid .kleanseCalColor5, .fc-grid .kleanseCalColor6, .fc-grid .kleanseCalColor7 {
	opacity: 1;
	filter: alpha(opacity:1);
}*/
.fc-grid .kleanseCalColor0 {
	background-color: #6fc056;
}
.fc-grid .kleanseCalColor1 {
	background-color: #7ec45c;
}
.fc-grid .kleanseCalColor2 {
	background-color: #87c760;
}
.fc-grid .kleanseCalColor3 {
	background-color: #90ca65;
}
.fc-grid .kleanseCalColor4 {
	background-color: #9fcf6d;
}
.fc-grid .kleanseCalColor5 {
	background-color: #add475;
}
.fc-grid .kleanseCalColor6 {
	background-color: #b5d779;
}
.fc-grid .kleanseCalColor7 {
	background-color: #bddb7e;
}
.fc-grid .kleanseCalColor8 {
	background-color: #cbe085;
}

.contact_box {
	width: 360px;
	height: 289px;
}
.contact_box .heading3 {
	width: 360px;
	height: 31px;
	margin-bottom: 8px;
}
.contact_box table {
	width: 100%;
}
.contact_box table td {
	text-align: right;
}
.contact_box h3.heading3 {
	text-align: center;
}
.contact_box label h3 {
	line-height: 48px;
	text-align: right;
}
.contact_box .txtBoxStyle {
	width: 237px;
	margin: 8px 0;
}
.contact_box .send_button {
	margin-right: -5px;
	float: right
}

body.sitemap .site_header {
	height: 119px;
}
body.sitemap #main {
	width: 888px;
}
body.sitemap #main h3 {
	line-height: 44px;
}
body.sitemap #main nav .row1 {
	float: left;
	width: 198px;
}
body.sitemap #main nav .row2 {
	float: left;
	width: 261px;
}
body.sitemap #main nav .row3 {
	float: left;
	width: 265px;
}
body.sitemap #main nav .row4 {
	float: left;
}
body.sitemap #main nav h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	display: block;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.sitemap #main nav h3 a {
	text-decoration: none;
}
body.sitemap #main nav h3 a:hover {
	text-decoration: underline;
}
body.sitemap #main nav ul {
	margin-bottom: 17px;
}
body.sitemap #main nav ul a {
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-family: 'Arial Narrow', 'liberation_sans_narrowregular', Arial, Helvetica, sans-serif;
	display: inline-block;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.sitemap #main nav ul a:hover {
	text-decoration: underline;
}

body.kleanse .kleanse_individual .heading {
	height: 12px;
}
body.kleanse .kleanse_individual h2 {
	position: relative;
	top: -51px;
}
body.kleanse .kleanse_individual .kleanse_description {
	width: 611px;
	height: 139px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.kleanse .kleanse_individual .veg_bar {
	height: 119px;
	text-align: justify;
	min-width: 984px;
}
body.kleanse_reboot .kleanse_individual .veg_bar {
	background: url(../img/ing_bar_bg_kleanse_reboot.png) no-repeat center center;
}
body.kleanse_grounding .kleanse_individual .veg_bar {
	background: url(../img/ing_bar_bg_kleanse_grounding.png) no-repeat center center;
}
body.kleanse_flourish .kleanse_individual .veg_bar {
	background: url(../img/ing_bar_bg_kleanse_flourish.png) no-repeat center center;
}
body.kleanse_premium .kleanse_individual .veg_bar {
	background: url(../img/ing_bar_bg_kleanse_premium.png) no-repeat center center;
}
body.kleanse .kleanse_individual .veg_bar div {
	height: 119px;
	display: inline-block;
}
body.kleanse .kleanse_individual .veg_bar div div {
	position: relative;
	left: 0px;
	top: 0px;
	height: 119px;
	text-align: center;
	color: black;
	display: table-cell;
	vertical-align: middle;
}
body.kleanse .kleanse_individual .veg_bar div div img {
	position: relative;
}
body.kleanse .kleanse_individual .veg_bar:after {
	content: '';
	width: 100%;
	display: inline-block;
}
body.kleanse .kleanse_individual .veg_bar2 {
	height: 119px;
	text-align: center;
	width: 1017px;
	margin-left: -16px;
}
body.kleanse .kleanse_individual .veg_bar2 img {
	margin: 14px 0;
}
.line_container {
	position: relative;
	height: 609px;
}
.line_container .quiz {
	position: absolute;
	top: 5px;
	right: -20px;
	background: url(../img/kleanse_line_quiz.png) no-repeat;
	width: 74px;
	height: 73px;
}
.line_container .grouped {
	position: absolute;
	top: 162px;
	left: 0px;
	width: 241px;
	height: 347px;
}
body.home .line_container .grouped {
	top: 55px;
}
.line_container .grouped_1 {
	left: 0px;
}
.line_container .grouped_2 {
	left: 252px;
}
.line_container .grouped_3 {
	left: 501px;
}
.line_container .grouped_4 {
	left: 744px;
	width: 246px;
}
.line_container .grouped .kleanseLineRadio {
	position: absolute;
	top: -60px;
	left: 0px;
	width: 100% !important;
	margin-right: 0px !important;
	text-align: center;
}
body.home #main #uniform-kleanse_3 span,
body.kleanse_line #main #uniform-kleanse_3 span {
	width: 142px !important;
	background-position: right center !important;
}
.line_container .grouped .gauge_small {
	position: absolute;
	top: 147px;
	left: 130px;
}
.line_container .grouped .button_kleanse {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 55px;
}
body.kleanse_line #main .lines,
body.kleanse_quiz #main .lines {
	position: relative;
	width: 100%;
	height: 160px;
}
body.kleanse_line #main .lines {
	margin-bottom: 100px;
}
body.kleanse_quiz #main .lines {
	margin-bottom: 20px;
}
body.kleanse_line #main .lines .image_1, body.kleanse_line #main .lines .image_3,
body.kleanse_quiz #main .lines .image_1, body.kleanse_quiz #main .lines .image_3 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 96px;
}
body.kleanse_line #main .lines .image_2, body.kleanse_line #main .lines .image_4,
body.kleanse_quiz #main .lines .image_2, body.kleanse_quiz #main .lines .image_4 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 120px;
}
body.kleanse_line #main .lines .gauge,
body.kleanse_quiz #main .lines .gauge {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -94px;
}
body.kleanse_line #main .lines h2,
body.kleanse_quiz #main .lines h2 {
	margin-top: -10px;
}
body.kleanse_line #main .lines .lines_content_right,
body.kleanse_quiz #main .lines .lines_content_right {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 364px;
	height: 160px;
}
body.kleanse_line #main .lines .lines_content_left,
body.kleanse_quiz #main .lines .lines_content_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 356px;
	height: 160px;
}
body.kleanse_line #main .lines .lines_content_right .button_kleanse, body.kleanse_line #main .lines .lines_content_left .button_kleanse,
body.kleanse_quiz #main .lines .lines_content_right .button_kleanse, body.kleanse_quiz #main .lines .lines_content_left .button_kleanse {
	position: absolute;
	top: 0px;
	right: -47px;
}
body.kleanse_line #main .lines .lines_content_right p, body.kleanse_line #main .lines .lines_content_left p,
body.kleanse_quiz #main .lines .lines_content_right p, body.kleanse_quiz #main .lines .lines_content_left p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.kleanse_faqs #main .image {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 132px;
	height: 131px;
}
body.kleanse_faqs #main .top_text, body.kleanse_faqs #main p {
	margin-bottom: 30px;
	padding-right: 110px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.kleanse_faqs #main .top_text {
	margin-left: 162px;
	margin-bottom: 60px;
}
body.kleanse_faqs #main h3 {
	margin-bottom: 9px;
}
body.kleanse_faqs #main p {
	text-indent: 20px;
	margin-top: -5px;
}
body.kleanse_what_to_expect #main .image {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 145px;
	height: 95px;
}
body.kleanse_what_to_expect #main .top_text, body.kleanse_what_to_expect #main .day p {
	margin-bottom: 40px;
	padding-right: 110px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.kleanse_what_to_expect #main .top_text {
	margin-left: 175px;
}
body.kleanse_what_to_expect #main .day {
	position: relative;
}
body.kleanse_what_to_expect #main .day p {
	text-indent: 20px;
	margin-left: 83px;
}
body.kleanse_what_to_expect #main .day img {
	position: absolute;
	top: 0px;
	left: 0px;
}
body.kleanse_quiz #main .image {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 132px;
	height: 132px;
}
body.kleanse_quiz #main .top_text, body.kleanse_quiz #main .top_text p, body.kleanse_quiz .quiz_line #main p {
	padding-right: 110px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.kleanse_quiz #main .top_text {
	margin-left: 162px;
	margin-bottom: 90px;
}
body.kleanse_quiz #main .quiz_line p {
	line-height: 35px;
	margin-left: 130px;
}
body.kleanse_quiz #main .quiz_line {
	height: 31px;
	margin-bottom: 10px;
}
body.kleanse_quiz #main .kleanseQuiz, body.kleanse_quiz #main .kleanseQuiz .choice {
	float: left;
}
body.kleanse_quiz #main .kleanseQuiz {
	width: 126px;
	height: 31px;
}
body.kleanse_quiz #main .kleanseQuiz .choice {
	width: 58px;
	margin-right: 5px;
}
body.kleanse_quiz #main h2 {
	margin-bottom: 10px;
}

body.juice #main .juice_top_container {
	height: 425px;
}
body.juice_line #main .juice_top_container .top_bottles {
	position: relative;
	width: 982px;
	height: 382px;
	margin: 0 auto;
}
body.juice_line #main .juice_top_container .top_bottles div a {
	display: block;
	height: 382px;
}
body.juice_line #main .juice_top_container .top_bottles .water {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 143px;
	height: 382px;
}
body.juice_line #main .juice_top_container .top_bottles .ageless {
	position: absolute;
	top: 0px;
	left: 143px;
	width: 57px;
	height: 382px;
}
body.juice_line #main .juice_top_container .top_bottles .juice {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 782px;
	height: 382px;
}
body.juice_line #main .juice_top_container .bar {
	position: absolute;
	top: 384px;
	left: -7px;
	background: url(../img/juice_line_bar.png?v=3) no-repeat;
	width: 998px;
	height: 41px;
}
body.juice_line #main .juice_top_container .bar .water {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 143px;
	height: 41px;
}
body.juice_line #main .juice_top_container .bar .ageless {
	position: absolute;
	top: 0px;
	left: 151px;
	width: 57px;
	height: 41px;
}
body.juice_line #main .juice_top_container .bar .juice {
	position: absolute;
	top: 0px;
	left: 208px;
	width: 782px;
	height: 41px;
}
body.juice .juice_divider,
body.snacks .juice_divider {
	display: none;
	position: absolute;
	top: 625px;
	left: 0px;
	width: 100%;
	height: 60px;
	background: url(../img/juice_juice_line_bg.jpg?v=2) repeat-x;
}
body.juice_juice .juice_divider {
	z-index: 4;
}
body.juice_tonic .juice_divider {
	top: 664px;
}
body.juice #view,
body.snacks #view {
	position: absolute;
	left: 0px;
	top: 588px;
	height: 0px;
}
body.juice_tonic #main h1 {
	margin-bottom: 2px;
}
body.juice_tonic #main .image1 {
	background: url(../img/juice_tonic_image1.jpg) no-repeat;
	width: 98px;
	height: 98px;
	margin: 0 auto 3px;
}
body.juice_tonic #main .subheading {
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 16px;
}
body.snacks #view {
	top: 533px;
}
body.juice .bbq-loading,
body.snacks .bbq-loading {
	display: none;
	text-align: center;
	margin-top: 150px;
	margin-bottom: -150px;
}
body.juice .bottom_content {
	margin-top: 250px;
}
body.juice_juice .bottom_content {
	margin-top: 223px;
}
body.snacks .bottom_content {
	margin-top: 238px;
}
body.snacks_yogurt .bottom_content {
	margin-top: 120px;
	height: 350px;
}
body.snacks_chips .bottom_content {
	margin-top: 234px;
}
body.juice_juice #main .veg_bar {
	height: 119px;
	margin-top: -12px;
	margin-bottom: 67px;
	text-align: justify;
	min-width: 984px;
	background: url(../img/ing_bar_bg_juice_juice.png) no-repeat center center;
}
body.juice_juice #main .veg_bar div {
	height: 119px;
	display: inline-block;
}
body.juice_juice #main .veg_bar div div {
	position: relative;
	left: 0px;
	top: 0px;
	height: 119px;
	text-align: center;
	color: black;
	display: table-cell;
	vertical-align: middle;
}
body.juice_juice #main .veg_bar div div img {
	position: relative;
}
body.juice_juice #main .veg_bar:after {
	content: '';
	width: 100%;
	display: inline-block;
}
body.juice_juice #main .veg_bar2 {
	margin-left: -6px;
	margin-bottom: 96px;
	width: 1005px;
	height: 61px;
}
body.juice #main .top_bottles,
body.snacks #main .top_bottles {
	text-align: justify;
	height: 417px;
	margin: 0 auto 75px;
}
body.juice_juice #main .top_bottles {
	width: 1000px;
	min-width: 1000px;
	height: 282px;
	margin: 0 0 75px -3px;
}
body.juice_mylk #main .top_bottles {
	width: 823px;
	min-width: 823px;
}
body.juice_water #main .top_bottles {
	width: 709px;
	min-width: 709px;
}
body.juice_ageless_wonders #main .top_bottles {
	width: 324px;
	min-width: 324px;
}
body.juice_premium #main .top_bottles {
	width: 968px;
	min-width: 968px;
}
body.juice_tonic #main .top_bottles {
	background: url(../img/juice_tonic_line.jpg) no-repeat center top;
	width: 966px;
	height: 323px;
	min-width: 966px;
	margin-left: 8px;
}
body.juice_lemonade #main .top_bottles {
	width: 756px;
	min-width: 756px;
}
body.snacks_truffles #main .top_bottles {
	width: 308px;
}
body.snacks_yogurt #main .top_bottles {
	width: 926px;
}
body.snacks_chips #main .top_bottles {
	width: 798px;
}
body.snacks_nuts #main .top_bottles {
	width: 807px;
}
body.juice #main .top_bottles:after,
body.snacks #main .top_bottles:after {
	content: '';
	width: 100%;
	display: inline-block;
}
body.juice #main .top_bottles .bottle,
body.snacks #main .top_bottles .bottle {
	display: inline-block;
	position: relative;
}
body.juice_juice #main .top_bottles .bottle {
	width: 40px;
	height: 154px;
}
body.juice_mylk #main .top_bottles .bottle {
	width: 196px;
	height: 456px;
}
body.juice_water #main .top_bottles .bottle {
	width: 102px;
	height: 390px;
}
body.juice_ageless_wonders #main .top_bottles .bottle {
	width: 129px;
	height: 494px;
}
body.juice_premium #main .top_bottles .bottle {
	width: 114px;
	height: 373px;
}
body.juice_tonic #main .top_bottles .bottle {
	float: left;
	width: 96px;
	height: 323px;
	margin-right: -9px;
}
body.juice_tonic #main .top_bottles .bottle a {
	display: block;
	width: 100%;
	height: 100%;
}
body.juice_juice #main .top_bottles .bottle .small {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
body.juice_juice #main .top_bottles .bottle .large {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -39px;
	margin-top: -128px;
	width: 79px;
	height: 303px;
	overflow: hidden;
	z-index: 3;
}
body.juice_juice #main .top_bottles .bbq-current .large {
	display: block;
	z-index: 2;
	height: 303px;
}
body.juice_juice #main .top_bottles .bottle a.over {
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	width: 40px;
	height: 154px;
	z-index: 4;
}
body.juice_juice #main .top_bottles .bbq-current a.over, body.juice_juice #main .top_bottles .bbq-current .small {
	display: none;
}
body.juice #main .top_bottles .bottle .shadow,
body.snacks #main .top_bottles .bottle .shadow {
	display: none;
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 106px;
	height: 5px;
	background: url(../img/juice_juice_line_bg.jpg) repeat-x;
	margin-left: -53px;
	z-index: 5;
}
body.juice #main .top_bottles .bbq-current .shadow,
body.snacks #main .top_bottles .bbq-current .shadow {
	display: block;
}
body.juice_juice #main .top_bottles .bottle .shadow {
	bottom: -133px;
}
body.juice_mylk #main .top_bottles .bottle .shadow {
	bottom: -5px;
}
body.juice_water #main .top_bottles .bottle .shadow {
	bottom: -32px;
}
body.juice_ageless_wonders #main .top_bottles .bottle .shadow {
	bottom: -34px;
}
body.juice_premium #main .top_bottles .bottle .shadow {
	bottom: -49px;
}
body.juice_tonic #main .top_bottles .bottle .shadow {
	bottom: -5px;
}
body.juice_lemonade #main .top_bottles .bottle .shadow {
	bottom: -20px;
}
body.snacks #main .top_bottles .bottle .shadow {
	bottom: -71px;
}
body.snacks_truffles #main .top_bottles .bbq-current .shadow {
	bottom: -120px;
}
body.snacks_yogurt #main .top_bottles .bbq-current .shadow {
	bottom: -19px;
}
body.snacks_chips #main .top_bottles .bbq-current .shadow {
	bottom: -156px;
}
body.snacks_nuts #main .top_bottles .bbq-current .shadow {
	bottom: -127px;
}
body.juice #main .top_bottles .bottle .shadow .pointer,
body.snacks #main .top_bottles .bottle .shadow .pointer {
	position: absolute;
	bottom: 0px;
	left: 22px;
	width: 62px;
	height: 33px;
	background: url(../img/juice_juice_line_pointer.png) no-repeat;
}
body.juice #main .bottom_content,
body.snacks #main .bottom_content {
	position: relative;
	height: 460px;
}
body.juice_ageless_wonders #main .bottom_content {
	height: 290px;
}
body.juice_premium #main .bottom_content {
	height: 520px;
}
body.juice_tonic #main .bottom_content {
	height: 343px;
}
body.juice #main .bottom_content .large_bottle {
	position: absolute;
	top: -131px;
	left: 132px;
}
body.juice_premium #main .bottom_content .large_bottle {
	left: 83px;
}
body.juice_tonic #main .bottom_content .large_bottle {
	left: 67px;
}
body.juice_lemonade #main .bottom_content .large_bottle {
	left: 68px;
}
body.juice #main .bottom_content .label_shadow {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 474px;
	height: 344px;
	background: url(../img/juice_label_bg.png?v=3) no-repeat;
}
body.juice #main .bottom_content .label {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 458px;
	height: 328px;
}
body.juice_premium #main .bottom_content .label {
	top: -10px;
	left: 297px;
	width: 183px;
	height: 215px;
	background-position: center center;
	background-repeat: no-repeat;
}
body.juice_tonic #main .bottom_content .label {
	top: -10px;
	left: 314px;
	width: 113px;
	height: 168px;
	background-position: center center;
	background-repeat: no-repeat;
}
body.juice_lemonade #main .bottom_content .label {
	top: -10px;
	left: 284px;
	width: 174px;
	height: 245px;
	background-position: center center;
	background-repeat: no-repeat;
}
body.juice #main .bottom_content .ingredients,
body.snacks #main .bottom_content .ingredients {
	position: absolute;
	top: -105px;
	left: 453px;
	width: 144px;
	height: 524px;
	background-position: center center;
	background-repeat: no-repeat;
}
body.juice_mylk #main .bottom_content .ingredients_bg {
	position: absolute;
	top: 12px;
	left: 382px;
	width: 318px;
	height: 415px;
	background: url(../img/juice_mylk_ingredients_bg.png) no-repeat;
}
body.juice_water #main .bottom_content .ingredients_bg {
	position: absolute;
	top: 98px;
	left: 325px;;
	width: 394px;
	height: 190px;
	background: url(../img/juice_water_ingredients_bg.jpg) no-repeat;
}
body.juice_juice #main .bottom_content .ingredients_bg,
body.juice_water #main .bottom_content .ingredients_bg {
	position: absolute;
	top: 98px;
	left: 325px;;
	width: 394px;
	height: 190px;
	background: url(../img/juice_water_ingredients_bg.jpg) no-repeat;
}
body.juice_water #main .bottom_content .ingredients {
	top: 70px;
	left: 476px;
	width: 102px;
	height: 131px;
	background-position: center bottom;
}
body.juice_ageless_wonders #main .bottom_content .ingredients {
	top: -67px;
	left: 53px;
	width: 361px;
	height: 227px;
	background-position: center bottom;
}
body.juice_premium #main .bottom_content .ingredients,
body.juice_tonic #main .bottom_content .ingredients {
	top: -270px;
	left: 479px;
	width: 91px;
	height: 716px;
}
body.snacks #main .bottom_content .ingredients {
	top: -195px;
	left: 0px;
	width: 524px;
	height: 396px;
	background-position: center bottom;
}
body.snacks_yogurt #main .bottom_content .ingredients {
	top: -37px;
	left: 42px;
	width: 446px;
	height: 379px;
	background-position: center center;
}
body.juice #main .bottom_content .ing_bar,
body.snacks #main .bottom_content .ing_bar {
	position: absolute;
	top: 160px;
	left: 523px;
	margin-top: -72px;
	margin-left: -262px;
	width: 487px;
	height: 144px;
	text-align: justify;
	min-width: 487px;
	background-repeat: no-repeat;
	background-position: center center;
}
body.juice_water #main .bottom_content .ing_bar {
	text-align: center;
	top: 175px;
	left: 530px;
}
body.juice_mylk #main .bottom_content .ing_bar {
	top: 136px;
	left: 530px
}
body.juice_premium #main .bottom_content .ing_bar {
	top: 100px;
	left: 530px
}
body.juice_tonic #main .bottom_content .ing_bar {
	top: 100px;
	left: 514px
}
body.juice_lemonade #main .bottom_content .ing_bar {
	top: 125px;
	left: 515px
}
body.snacks_truffles #main .bottom_content .ing_bar {
	top: 89px;
}
body.snacks_chips #main .bottom_content .ing_bar {
	top: 128px;
}
body.snacks_nuts #main .bottom_content .ing_bar {
	top: 56px;
}
body.juice #main .bottom_content .ing_bar div,
body.snacks #main .bottom_content .ing_bar div {
	height: 144px;
	display: inline-block;
}
body.juice #main .bottom_content .ing_bar div div,
body.snacks #main .bottom_content .ing_bar div div {
	position: relative;
	left: 0px;
	top: 0px;
	height: 144px;
	text-align: center;
	color: black;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}
body.juice #main .bottom_content .ing_bar div div.no_scale,
body.snacks #main .bottom_content .ing_bar div div.no_scale {
	z-index: 0 !important;
}
body.juice #main .bottom_content .ing_bar div div img,
body.snacks #main .bottom_content .ing_bar div div img {
	position: relative;
}
body.juice #main .bottom_content .ing_bar:after,
body.snacks #main .bottom_content .ing_bar:after {
	content: '';
	width: 100%;
	display: inline-block;
}
body.juice #main .bottom_content h2,
body.snacks #main .bottom_content h2 {
	position: relative;
	top: -8px;
	margin-bottom: 5px;
	margin-left: 590px;
	font-size: 38px;
	line-height: 32px;
	margin-bottom: 0px;
}
body.juice_ageless_wonders #main .bottom_content h2.heading2 {
	margin-left: 455px;
}
body.juice #main .bottom_content h2 .icon,
body.snacks #main .bottom_content h2 .icon {
	position: relative;
	top: -15px;
	margin-left: 10px;
	margin-bottom: -5px;
}
body.juice #main .bottom_content h2 .price,
body.snacks #main .bottom_content h2 .price {
	float: right;
	margin: 0 22px 0 10px;
}
body.juice #main .bottom_content .text,
body.snacks #main .bottom_content .text {
	position: relative;
	margin-left: 590px;
	width: 334px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.juice_ageless_wonders #main .bottom_content h2,
body.juice_ageless_wonders #main .bottom_content .text {
	margin-left: 455px;
}
body.juice_ageless_wonders #main .bottom_content .text {
	width: 450px;
}
body.juice_tonic #main .bottom_content .text {
	width: 347px;
}
body.juice #main .bottom_content .italic,
body.snacks #main .bottom_content .italic {
	font-style: italic;
	font-weight: normal;
}
body.juice #main .bottom_content .dropdown {
	width: 129px;
}
body.juice #main .bottom_content .dropdown.size {
	width: 105px;
}
body.snacks #main .bottom_content .dropdown {
	width: 131px;
}
body.juice #main .bottom_content .ui-selectmenu {
	margin-left: 8px;
	margin-bottom: 2px;
}
body.snacks #main .bottom_content .ui-selectmenu {
	margin-left: 10px;
	margin-bottom: 2px;
}
body.juice #main .bottom_content .button_order_kleanse {
	position: relative;
	margin-left: 818px;
	white-space: nowrap;
}
body.juice #main .bottom_content .button_add_to_kart,
body.snacks #main .bottom_content .button_add_to_kart {
	position: relative;
	text-align: right;
	margin-left: 590px;
}
body.juice_ageless_wonders #main .bottom_content .button_add_to_kart {
	margin-left: 455px;
}
body.juice #main .bottom_content .button_add_to_kart .button_3,
body.snacks #main .bottom_content .button_add_to_kart .button_3 {
	margin-left: 4px;
	width: 134px;
	height: 49px;
	font-size: 22px;
	line-height: 47px;
	padding-left: 4px;
	padding-bottom: 2px;
	background: url(../img/button_add_to_kart.png) no-repeat;
}
body.juice_water #main h1,
body.juice_premium #main h1,
body.juice_tonic #main h1 {
	padding: 15px 0 24px;
}
body.juice_lemonade #main h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
body.juice_ageless_wonders .site_header {
	background: url(../img/juice_ageless_bg.png?v=3) no-repeat center 108px;
}
body.snacks_truffles .site_header {
	background: url(../img/snacks_truffles_bg.png) repeat-x center 169px;
}

body.snacks .snacks_landing {
	width: 929px;
	height: 462px;
	margin: 1px auto 0;
}
body.snacks .snacks_landing img {
	float: left;
	border: 2px solid #3b2313;
	margin: 0px 0 5px 5px;
}

body.locations .overview_container {
	position: relative;
	height: 445px;
}
body.locations .overview_container a {
	text-decoration: none;
}
body.locations .overview_container h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: #c8aa84 url(../img/site_bg.jpg);
	padding-bottom: 5px;
}
body.locations .overview_container .juicery {
	position: absolute;
	top: 127px;
	left: 0px;
	width: 316px;
	height: 404px;
}
body.locations .overview_container .truck {
	position: absolute;
	top: 228px;
	left: 348px;
	width: 211px;
	height: 208px;
}
body.locations .overview_container .kar {
	position: absolute;
	top: 242px;
	left: 593px;
	width: 231px;
	height: 203px;
}
body.locations .overview_container .bike {
	position: absolute;
	top: 282px;
	left: 851px;
	width: 143px;
	height: 139px;
}
body.locations_truck .truck_container {
	position: relative;
	height: 470px;
}
body.locations_truck .truck_container .button_truck_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/button_truck-menu.png) no-repeat;
	width: 156px;
	height: 55px;
}
body.locations_truck .truck_container h1 {
	text-align: left;
	line-height: 105px;
	margin-bottom: -18px;
}
body.locations_truck .truck_container h4 {
	position: absolute;
	top: 50px;
	left: 220px;
}
body.locations_truck .truck_container .date {
	font-family: 'anjelika_rosemedium';
	font-weight: bold;
	text-align: center;
	width: 214px;
	font-size: 50px;
	line-height: 50px;
}
body.locations_truck .truck_container .date div {
	float: left;
	font-size: 22px;
	line-height: 70px;
	height: 55px;
	padding: 0 10px;
}
body.locations_truck .truck_container .image1 {
	position: absolute;
	top: 104px;
	right: 0px;
	width: 550px;
	height: 380px;
}
body.locations_truck #truck_calendar {
	margin-top: 30px;
	width: 980px;
}
body.locations_truck #truck_calendar_day {
	width: 214px;
}
body.locations_truck #truck_calendar_day thead {
	display: none;
}
body.locations_truck .truck_calendar th.fc-widget-header {
	font-family: 'anjelika_rosemedium';
	font-weight: bold;
	width: 138px !important;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
}
body.locations_truck .truck_calendar th.fc-widget-header div {
	float: left;
	font-size: 22px;
	line-height: 43px;
	padding: 0 5px;
}
body.locations_truck .truck_calendar .fc-agenda .fc-agenda-axis {
	line-height: 20px;
	font-size: 0px;
	padding: 0px;
	border-width: 0px;
	width: 0px !important;
}
body.locations_truck #truck_calendar_day .fc-agenda .fc-agenda-axis {
	display: none;
}
body.locations_truck .truck_calendar .fc-border-separate th,
body.locations_truck .truck_calendar .fc-border-separate td {
	border-width: 0px 1px 0px 0px;
	border-color: #81664b;
}
body.locations_truck #truck_calendar_day .fc-border-separate th,
body.locations_truck #truck_calendar_day .fc-border-separate td {
	border-width: 0px;
}
body.locations_truck .truck_calendar .fc-border-separate th.fc-last,
body.locations_truck .truck_calendar .fc-border-separate td.fc-last,
body.locations_truck .truck_calendar .fc-agenda-slots td {
	border-width: 0px;
}
body.locations_truck .truck_calendar .fc-event-skin {
	border: 0px;
	width: 138px !important;
}
body.locations_truck #truck_calendar_day .fc-event-skin {
	width: 214px !important;
}
body.locations_truck .truck_calendar .fc-corner-top,
body.locations_truck .truck_calendar .fc-corner-bottom,
locations_truck #truck_calendar .fc-corner-top .fc-event-inner,
body.locations_truck .truck_calendar .fc-corner-bottom .fc-event-inner {
	margin: 0;
}
body.locations_truck .truck_calendar a.fc-event {
	margin-left: -2px;
	cursor: default;
}
body.locations_truck .truck_calendar .fc-event-time,
body.locations_truck .truck_calendar .fc-event-title {
	padding: 2px 25px 0 6px;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	-webkit-transform: scale(1.125,1);
	-webkit-transform-origin: 0% 50%;
	-moz-transform: scale(1.125,1);
	-moz-transform-origin: 0% 50%;
	-ms-transform: scale(1.125,1);
	-ms-transform-origin: 0% 50%;
	-o-transform: scale(1.125,1);
	-o-transform-origin: 0% 50%;
	transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.locations_truck #truck_calendar_day .fc-event-time,
body.locations_truck #truck_calendar_day .fc-event-title {
	font-size: 14px;
}
body.locations_truck .truck_calendar .fc-event-vert .fc-event-time {
	font-weight: bold;
	line-height: 12px;
}
body.locations_truck .truck_calendar .fc-event-vert .fc-event-bg,
body.locations_truck .truck_calendar .fc-state-highlight {
	background: none;
}
body.locations_kar .kar_container {
	position: relative;
	height: 445px;
}
body.locations_kar .kar_container .button_order_kleanse {
	position: absolute;
	top: 0px;
	right: 0px;
}
body.locations_kar .kar_container h3 {
	text-align: center;
}
body.locations_kar .kar_container .image1 {
	position: absolute;
	top: 162px;
	left: 0px;
	width: 484px;
	height: 334px;
}
body.locations_kar .kar_container .image2 {
	position: absolute;
	top: 162px;
	right: 0px;
	width: 484px;
	height: 334px;
}
body.locations_kar .kar_container .image1 h3,
body.locations_kar .kar_container .image2 h3 {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 30%;
	text-align: center;
	background: #c8aa84 url(../img/site_bg.jpg);
	padding-bottom: 5px;
}
body.locations_kar .kar_container .image1 h3 {
	left: 108px;
}
body.locations_kar .kar_container .image2 h3 {
	left: 228px;
}
body.locations_bike h3 {
	text-align: center;
}
body.locations_bike .bike_container {
	position: relative;
	height: 445px;
}
body.locations_bike .bike_container .button_bike_menu {
	position: absolute;
	top: 0px;
	right: 0px;
}
body.locations_bike .bike_container .image1 {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 553px;
	height: 391px;
}
body.locations_franchise .franchise_container {
	position: relative;
	height: 445px;
}
body.locations_franchise .franchise_container .image1 {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 132px;
	height: 290px;
}
body.locations_franchise .franchise_container .image2 {
	position: absolute;
	top: 184px;
	left: 165px;
	width: 339px;
	height: 139px;
}
body.locations_franchise .franchise_container .text {
	position: absolute;
	top: 109px;
	left: 165px;
	width: 330px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.locations_juicery .list_container {
	position: relative;
	height: 406px;
}
body.locations_juicery .list_container .image1 {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 132px;
	height: 290px;
}
body.locations_juicery .list_container .text {
	position: absolute;
	top: 109px;
	left: 165px;
	width: 330px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.locations_juicery .list .address, body.locations_truck .list .address {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.locations_juicery h2 {
	margin-bottom: 6px;
}
body.locations_juicery .juicery_container {
	position: relative;
	height: 386px;
	padding-top: 20px;
}
body.locations_juicery .juicery_container .hours, body.locations_truck .hours {
	position: absolute;
	left: -5px;
	top: 158px;
	background: url(../img/locations_juicery_hours.png?v=2) no-repeat center center;
	width: 167px;
	height: 238px;
	font-size: 12px;
	line-height: 16px;
	color: black;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
body.locations_juicery .juicery_container .hours .title, body.locations_truck .hours .title {
	height: 101px;
}
body.locations_juicery .juicery_container .hours table, body.locations_truck .hours table {
	margin: 0 auto;
}
body.locations_juicery .juicery_container .hours td, body.locations_truck .hours td {
	vertical-align: middle;
}
body.locations_juicery .juicery_container .button_kleanse, body.locations_truck .button_kleanse {
	position: absolute;
	top: 212px;
	left: 245px;
}
body.locations_juicery .juicery_container .button_menu, body.locations_truck .button_menu {
	position: absolute;
	top: 280px;
	left: 245px;
}
body.locations_juicery .juicery_container .photos {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 482px;
	height: 340px;
}
body.locations_juicery .juicery_container .photo_large {
	float: right;
	height: 340px;
	margin-left: 5px;
}
body.locations_juicery .juicery_container .photos_small {
	float: right;
	width: 66px;
	height: 340px;
}
body.locations_juicery .juicery_container .photos_small img {
	margin-bottom: 5px;
}
body.locations_juicery .small {
	width: 430px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: 'Arial Narrow', 'liberation_sans_narrowregular', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.locations_map #map_canvas,
body.about_ordering #map_canvas {
	width: 1024px;
	height: 523px;
	margin-left: -20px;
	font-size: 13px;
	line-height: normal;
	color: black;
}
body.about_ordering #map_canvas {
	width: 984px;
	height: 438px;
	margin-left: 0px;
}
body.locations_map #map_canvas a,
body.about_ordering #map_canvas a {
	color: #15c;
	text-decoration: none;
}
body.locations_map #map_canvas a:hover,
body.about_ordering #map_canvas a:hover {
	text-decoration: underline;
}
body.locations .contact_box {
	position: absolute;
	top: 107px;
	right: 5px;
}

body.about_ordering #main h1 {
	text-align: left;
	margin-bottom: 3px;
}
body.about_ordering #main h4 {
	line-height: 17px;
	line-height: 33px;
	margin-bottom: 11px;
}
body.about_ordering #main h4.green, body.about_ordering #main h4.marker {
	padding-left: 45px;
}
body.about_ordering #main h4.green {
	background: url(../img/about_ordering_key_green.png) no-repeat;
}
body.about_ordering #main h4.marker {
	background: url(../img/about_ordering_key_marker.png) no-repeat;
}
body.about_ordering #main #map_canvas {
	margin-bottom: 10px;
}

body.about_mission_statement #main h1 {
	margin-bottom: 16px;
}
body.about_mission_statement #main .video_area {
	height: 360px;
	margin-bottom: 25px;
	text-align: center;
}
body.about_mission_statement #main .video_area #video {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}
body.about_mission_statement #main p {
	margin-bottom: 20px;
	padding-right: 110px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.about_ingredients #main h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
body.about_ingredients #main .ingredients_top {
	position: relative;
	height: 435px;
}
body.about_ingredients #main .image1 {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	width: 799px;
	height: 369px;
	z-index: 1;
}
body.about_ingredients #main p {
	width: 763px;
	margin: 0 auto 99px;
	padding-right: 110px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.about_ingredients #main .ingredient {
	position: relative;
	width: 489px;
	height: 4938px;
}
body.about_ingredients #main .ingredient .ingredient_left_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 333px;
	height: 100%;
	background: url(../img/about_ingredients_left.png?v=3) no-repeat 0px 0px;
}
body.about_ingredients #main .ingredient .ingredient_left_photo {
	position: absolute;
	top: 0px;
	left: 334px;
	width: 155px;
	height: 100%;
	background: url(../img/about_ingredients_center.jpg?v=3) no-repeat 0px 0px;
}
body.about_ingredients #main .ingredient .ingredient_right_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100%;
	background: url(../img/about_ingredients_center.jpg?v=3) no-repeat -155px 0px;
}
body.about_ingredients #main .ingredient .ingredient_right_text {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 330px;
	height: 100%;
	background: url(../img/about_ingredients_right.png?v=3) no-repeat 0px 0px;
}
body.about_ingredients #main .ingredient .i {
	position: relative;
	height: 130px;
}
body.about_ingredients #main .ingredient .i .name {
	display: none;
	height: 32px;
	border-bottom: 1px solid white;
}
body.about_ingredients #main .ingredient #ingredient1, body.about_ingredients #main .ingredient #ingredient2 {
	margin-top: 5px;
	height: 128px;
}
body.about_ingredients #main .ingredient #ingredient4 {
	height: 127px;
}
body.about_ingredients #main .ingredient #ingredient7 {
	height: 123px;
}
body.about_ingredients #main .ingredient #ingredient8 {
	height: 144px;
}
body.about_ingredients #main .ingredient #ingredient9 {
	height: 143px;
}
body.about_ingredients #main .ingredient #ingredient10 {
	height: 131px;
}
body.about_ingredients #main .ingredient #ingredient11 {
	height: 136px;
}
body.about_ingredients #main .ingredient #ingredient14 {
	height: 123px;
}
body.about_ingredients #main .ingredient #ingredient16 {
	height: 136px;
}
body.about_ingredients #main .ingredient #ingredient18 {
	height: 119px;
}
body.about_ingredients #main .ingredient #ingredient19 {
	height: 123px;
}
body.about_ingredients #main .ingredient #ingredient20 {
	height: 138px;
}
body.about_ingredients #main .ingredient #ingredient21 {
	height: 128px;
}
body.about_ingredients #main .ingredient #ingredient22 {
	height: 128px;
}
body.about_ingredients #main .ingredient #ingredient23 {
	height: 139px;
}
body.about_ingredients #main .ingredient #ingredient24 {
	height: 128px;
}
body.about_ingredients #main .ingredient #ingredient25 {
	height: 145px;
}
body.about_ingredients #main .ingredient #ingredient26 {
	height: 142px;
}
body.about_ingredients #main .ingredient #ingredient27 {
	height: 137px;
}
body.about_ingredients #main .ingredient #ingredient28 {
	height: 124px;
}
body.about_ingredients #main .ingredient #ingredient29 {
	height: 119px;
}
body.about_ingredients #main .ingredient #ingredient30 {
	height: 124px;
}
body.about_ingredients #main .ingredient #ingredient32 {
	height: 138px;
}
body.about_ingredients #main .ingredient #ingredient33 {
	height: 132px;
}
body.about_ingredients #main .ingredient #ingredient34 {
	height: 140px;
}
body.about_ingredients #main .ingredient #ingredient35 {
	height: 133px;
}
body.about_ingredients #main .ingredient #ingredient36 {
	height: 136px;
}
body.about_ingredients #main .ingredient #ingredient37 {
	height: 147px;
}
body.about_ingredients #main .ingredient #ingredient38 {
	height: 153px;
}
body.about_ingredients #main .ingredient #ingredient39 {
	height: 124px;
}
body.about_ingredients #main .ingredient #ingredient40 {
	height: 134px;
}
body.about_ingredients #main .ingredient #ingredient41 {
	height: 171px;
}
body.about_ingredients #main .ingredient #ingredient42 {
	height: 167px;
}
body.about_ingredients #main .ingredient #ingredient43 {
	height: 155px;
}
body.about_ingredients #main .ingredient #ingredient44 {
	height: 117px;
}
body.about_ingredients #main .ingredient #ingredient45 {
	height: 143px;
}
body.about_ingredients #main .ingredient #ingredient46 {
	height: 152px;
}
body.about_ingredients #main .ingredient #ingredient47 {
	height: 135px;
}
body.about_ingredients #main .ingredient #ingredient48 {
	height: 131px;
}
body.about_ingredients #main .ingredient #ingredient49 {
	height: 138px;
}
body.about_ingredients #main .ingredient #ingredient50 {
	height: 139px;
}
body.about_ingredients #main .ingredient #ingredient51 {
	height: 144px;
}
body.about_ingredients #main .ingredient #ingredient52 {
	height: 157px;
}
body.about_ingredients #main .ingredient #ingredient53 {
	height: 109px;
}
body.about_ingredients #main .ingredient #ingredient54 {
	height: 137px;
}
body.about_ingredients #main .ingredient #ingredient55 {
	height: 144px;
}
body.about_ingredients #main .ingredient #ingredient56 {
	height: 127px;
}
body.about_ingredients #main .ingredient #ingredient59 {
	height: 162px;
}
body.about_ingredients #main .ingredient #ingredient60 {
	height: 128px;
}
body.about_ingredients #main .ingredient #ingredient61 {
	height: 139px;
}
body.about_ingredients #main .ingredient #ingredient62 {
	height: 173px;
}
body.about_ingredients #main .ingredient #ingredient63 {
	height: 146px;
}
body.about_ingredients #main .ingredient #ingredient64 {
	height: 149px;
}
body.about_ingredients #main .ingredient #ingredient65 {
	height: 140px;
}
body.about_ingredients #main .ingredient #ingredient66 {
	height: 143px;
}
body.about_ingredients #main .ingredient #ingredient67 {
	height: 152px;
}
body.about_ingredients #main .ingredient #ingredient68 {
	height: 161px;
}
body.about_ingredients #main .ingredient #ingredient69 {
	height: 137px;
}
body.about_press #main h1 {
	margin-bottom: 0px;
}
body.about_press #main .heading_caption {
	text-align: center;
	width: 300px;
	margin: 0 auto 15px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
    -webkit-transform: scale(1.125,1); /* Safari and Chrome */
	-webkit-transform-origin: 0% 50%; /* Safari and Chrome */
    -moz-transform: scale(1.125,1); /* Firefox */
	-moz-transform-origin: 0% 50%; /* Firefox */
    -ms-transform: scale(1.125,1); /* IE 9 */
	-ms-transform-origin: 0% 50%; /* IE 9 */
    -o-transform: scale(1.125,1); /* Opera */
	-o-transform-origin: 0% 50%; /* Opera */
    transform: scale(1.125,1);
	transform-origin: 0% 50%;
}
body.about_press #main table {
	width: 100%;
	margin-bottom: 80px;
}
body.about_press #main td {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	padding: 0 5px;
}
body.about_press #main td a {
	padding: 10px;
}

body.contact #main h4 {
	margin: 0 auto 21px;
	text-align: center;
}
body.contact #main h3.heading4 {
	position: absolute;
	top: 108px;
	right: 105px;
	background: url(../img/contact_heading3.png) no-repeat center bottom;
	width: 296px;
	height: 27px;
}
body.contact #main .contact_box {
	margin-left: 40px;
	margin-bottom: 58px;
	width: 944px;
}
body.contact #main .contact_box table {
	width: 360px;
	margin-bottom: 4px;
}
body.contact #main .contact_box .choice .radio, body.contact #main .contact_box .choice h4 {
	margin: 0px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
}
body.contact #main .contact_box .radio {
	width: 38px;
	height: 100%;
}
body.contact #main .contact_box .radio span, body.contact #main .contact_box .radio input {
	width: 100%;
	height: 100%;
}
body.contact #main .contact_box .radio span h4 {
	position: absolute;
	top: 5px;
	left: 100%;
	width: 250px;
	margin-left: 7px;
}
body.contact #main .contact_box .choice_1 {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 250px;
	height: 38px;
}
body.contact #main .contact_box .choice_1 input {
	width: 250px;
	height: 38px;
}
body.contact #main .contact_box .choice_1 .radio {
	width: 38px;
}
body.contact #main .contact_box .choice_1 .radio span h4 {
	top: 12px;
}
body.contact #main .contact_box .choice_1 .radio span {
	background-image: url(../img/contact_radio_1.png?v=2);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_2 {
	position: absolute;
	top: 55px;
	left: 1px;
	width: 250px;
	height: 39px;
}
body.contact #main .contact_box .choice_2 input {
	width: 250px;
	height: 39px;
}
body.contact #main .contact_box .choice_2 .radio {
	width: 38px;
}
body.contact #main .contact_box .choice_2 .radio span h4 {
	top: 12px;
}
body.contact #main .contact_box .choice_2 .radio span {
	background-image: url(../img/contact_radio_2.png?v=2);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_3 {
	position: absolute;
	top: 104px;
	left: 8px;
	width: 250px;
	height: 57px;
}
body.contact #main .contact_box .choice_3 input {
	width: 250px;
	height: 57px;
}
body.contact #main .contact_box .choice_3 .radio {
	width: 31px;
}
body.contact #main .contact_box .choice_3 .radio span h4 {
	top: 12px;
}
body.contact #main .contact_box .choice_3 .radio span {
	background-image: url(../img/contact_radio_3.png);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_4 {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 250px;
	height: 59px;
}
body.contact #main .contact_box .choice_4 input {
	width: 250px;
	height: 59px;
}
body.contact #main .contact_box .choice_4 .radio {
	width: 53px;
}
body.contact #main .contact_box .choice_4 .radio span h4 {
	top: 20px;
}
body.contact #main .contact_box .choice_4 .radio span {
	background-image: url(../img/contact_radio_4.png);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_5 {
	position: absolute;
	top: 66px;
	left: 279px;
	width: 250px;
	height: 28px;
}
body.contact #main .contact_box .choice_5 input {
	width: 250px;
	height: 28px;
}
body.contact #main .contact_box .choice_5 .radio {
	width: 53px;
}
body.contact #main .contact_box .choice_5 .radio span {
	background-image: url(../img/contact_radio_5.png);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_6 {
	position: absolute;
	top: 110px;
	left: 275px;
	width: 250px;
	height: 34px;
}
body.contact #main .contact_box .choice_6 input {
	width: 250px;
	height: 34px;
}
body.contact #main .contact_box .choice_6 .radio {
	width: 53px;
}
body.contact #main .contact_box .choice_6 .radio span {
	background-image: url(../img/contact_radio_6.png);
	background-position: 0px center !important;
}
body.contact #main .contact_box .choice_7 {
	position: absolute;
	top: 155px;
	left: 276px;
	width: 250px;
	height: 36px;
}
body.contact #main .contact_box .choice_7 input {
	width: 250px;
	height: 36px;
}
body.contact #main .contact_box .choice_7 .radio {
	width: 53px;
}
body.contact #main .contact_box .choice_7 .radio span {
	background-image: url(../img/contact_radio_7.png);
	background-position: 0px center !important;
}
body.contact #main .headquarters {
	position: absolute;
	top: 395px;
	left: 0px;
	width: 100%;
	height: 33px;
	text-align: center;
}
body.contact #main .headquarters a {
	text-decoration: none;
}
body.contact_thank_you #main h1 {
	padding: 158px 0 0;
}

body.store .site_header, body.account .site_header, body.kart .site_header {
	background: none;
}
body.store #main, body.account #main, body.kart #main {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
	color: #3b2415;
}
body.store #main a, body.account #main a, body.kart #main a {
	text-decoration: none;
}
body.store #main a:hover, body.account #main a:hover, body.kart #main a:hover {
	text-decoration: underline;
}
body.store #main td, body.account #main td, body.kart #main td {
	vertical-align: middle;
}
body.store .alternative td, body.account .alternative td, body.kart .alternative td {
	padding: 5px;
}
body.store #billing_info td, body.account #billing_info td, body.kart #billing_info td,
body.store #shipping_info td, body.account #shipping_info td, body.kart #shipping_info td {
	padding: 3px 7px;
}
body.store .storefont1, body.account .storefont1, body.kart .storefont1 {
	font-size: 18px;
	line-height: normal;
}
body.store .storefont2, body.account .storefont2, body.kart .storefont2 {
	font-size: 12px;
	line-height: normal;
}
body.store .storefont3, body.account .storefont3, body.kart .storefont3 {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body.store .storefont4, body.account .storefont4, body.kart .storefont4 {
	font-size: 27px;
	line-height: normal;
}
body.store .storefont3 b, body.account .storefont3 b, body.kart .storefont3 b {
	font-weight: bold;
	font-family: 'Arial Narrow', 'liberation_sans_narrowbold', Arial, Helvetica, sans-serif;
}
.txtBoxStyle,
.ui-selectmenu,
body.store textarea, body.account textarea, body.kart textarea {
	border: 1px solid #3b2415;
	color: #3b2415;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	background: url(../img/input_bg_yellow.png) repeat;
	outline: 0;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
}
.rgba .txtBoxStyle,
.rgba .ui-selectmenu,
.rgba body.store textarea, .rgba body.account textarea, .rgba body.kart textarea {
	background-image: none;
	background-color: rgba(242,231,182,0.4);
}
.txtBoxStyle {;
	height: 22px;
}
body.store textarea, body.account textarea, body.kart textarea {
	height: 100px;
	width: 281px;
}
select.txtBoxStyle {
	height: 30px;
}

.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:0px; margin-top:-5px; top: 50%; width: 21px; height: 10px; background: url(../img/input_dropdown_arrow.png) no-repeat; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005 !important;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;} 
.ui-selectmenu-open { display: block; }
ul.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }

select.dropdown {
	visibility: hidden;
}
.ui-selectmenu {
	height: 27px;
	font-weight: normal;
	padding: 0px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
}
.ui-selectmenu-status {
	font-size: 14px;
	line-height: 22px;
	padding: 3px 8px;
	text-align: left;
}
.ui-selectmenu-menu li a {
	padding: 0 10px;
	color: #3b2415;
    font-size: 16px;
	text-align: left;
}
.ui-selectmenu-menu li a span {
	margin: 0;
}
.ui-selectmenu-menu ul {
    background: #ffffff;
	padding: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ui-selectmenu-menu li, .ui-selectmenu-menu li a, .ui-selectmenu-menu ul ul {
	border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-selectmenu.ui-state-disabled {
	opacity: .5;
	filter: Alpha(Opacity=5);
}
.ui-selectmenu-menu ul .top {
	display: none;
}
.ui-selectmenu-menu ul .ui-state-hover a,
.ui-selectmenu-menu ul .ui-state-focus a,
.ui-selectmenu-menu ul .ui-selectmenu-item-selected a {
    background: #3b2415;
	color: #ffffff;
}
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 16px;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: inherit;
	padding: 0 10px;
}

body.store .btn, body.account .btn, body.kart .btn,
body.store .btn_over, body.account .btn_over, body.kart .btn_over {
	height: 44px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'anjelika_rosemedium';
	white-space: nowrap;
	text-align: center;
	border: 0;
	background: #3B2313;
	padding: 6px 25px 10px;
	margin: 5px 0;
  -webkit-border-radius: 6px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 6px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0px 0px 6px 0px #231F20; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 6px 0px #231F20; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
body.store .page_headers, body.account .page_headers, body.kart .page_headers,
body.store td.checkout-headers, body.account td.checkout-headers, body.kart td.checkout-headers {
	font-family: 'anjelika_rosemedium';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
}





.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

