﻿
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    background: url("../images/bg.gif") repeat scroll 0 0 #b4e5fb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0 0 8px;
}
ul, ol {
    margin: 0;
    padding: 0 0 8px 20px;
}
ol {
    padding-left: 22px;
}
ol li {
    list-style-type: decimal;
}
li {
    margin: 0;
}
sup, sub {
    font-size: 75%;
    position: relative;
    top: 0;
    vertical-align: top;
}
sub {
    bottom: 0;
    top: auto;
    vertical-align: bottom;
}
a {
    outline: medium none;
}
a img {
    border: medium none;
    vertical-align: middle;
}
img {
    border: medium none;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bdbcbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px auto 20px;
}
* html hr {
    color: #bdbcbd;
    height: 1px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.txtcolor01, a, .txt01 {
    color: #7b9912;
}
.bgcolor01 {
    background: none repeat scroll 0 0 #7b9912;
}
.bold, .txt01 {
    font-weight: bold;
}
.nobold {
    font-weight: normal;
}
.underline, a {
    text-decoration: underline;
}
.nounderline, a:hover {
    text-decoration: none;
}
.txthide {
    text-indent: -9999px;
}
.txtmargin {
    margin: 0;
}
.txtmargin02 {
    margin: 0 0 8px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.floatleft02 {
    float: left;
    margin: 0 10px 10px 0;
}
.floatright02 {
    float: right;
    margin: 0 0 10px 10px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.pad {
    padding: 10px;
}
.pad02 {
    padding: 0 10px;
}
.clearer {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#__ {
    border: medium none;
    opacity: 0;
}
#__ {
    border: medium none;
    opacity: 0;
}
#__ {
    border: medium none;
    opacity: 1;
}
#form .fldCt .fld input, #form select, #upsellTxt input, #upsellTxt select {
    border: 1px solid #000;
    margin: 3px 0;
    padding: 3px 2px;
}
#formWrap {
    padding: 0 0 15px;
}
#formTitle {
    clear: both;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    width: auto;
}
#form {
    float: left;
    height: auto;
    margin: 0 0 20px 30px;
    padding: 0;
    width: 330px;
}
#formProduct {
    float: right;
    height: auto;
    margin: 0 30px 20px 0;
    width: 500px;
}
#disclaimer {
    border: 1px solid #bdbcbd;
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 0 15px 15px;
    width: 760px;
}
#disclaimer p {
    margin: 0;
    padding: 15px 0 0;
}
#productSelection, #paymentForm, #billingInformation, #shippingInformation {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}
#productSelection, #paymentForm, #ShippingIsSame {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.Quantity {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 75px;
}
.Quantity input {
    margin: 5px auto;
}
#form .display_mode_select {
    margin: 0 auto;
    width: 100%;
}
#form .display_mode_select p a {
    background: none repeat scroll 0 0 #999;
    border-radius: 15px;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-align: center;
    width: 300px;
}
#productSelection {
    padding-bottom: 10px;
}
#productSelection #QuantityCt {
    margin-bottom: 10px;
}
#productSelection #QuantityCt label {
    text-align: left;
    width: 30px;
}
.validation-summary-errors span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    overflow: hidden;
}
.validation-summary-errors li {
    margin-bottom: 4px;
}
.fldCt {
    clear: both;
    margin-bottom: 4px;
    position: relative;
}
.fldCt .label {
    float: left;
    margin: 5px 5px 0 0;
    text-align: right;
    width: 80px;
}
.fldCt .requiredIcon {
    display: none;
}
.fldCt.required .requiredIcon {
    color: #f00;
    display: inline;
}
#form .fldCt .fld select {
    width: 182px;
}
#form .fldCt .fld input {
    width: 176px;
}
#form #CardExpirationCt .label {
    margin-top: 5px;
}
#form .fldCt .fld input#ShippingIsDifferentThanBilling {
    width: auto;
}
#form #CardCvv2 input {
    float: left;
}
#form .hint {
    float: left;
    line-height: 12px;
    padding-top: 5px;
    width: 95px;
}
#ShippingIsSame {
    border-top: 1px dotted #ccc;
    clear: both;
    margin: 15px 0 10px;
    padding: 10px 0;
}
#ShippingIsSame .label {
    width: 72px;
}
#ShippingIsSame input {
    float: left;
    margin: 0 8px 10px 0;
}
#ShippingIsDifferentThanBilling {
    border: medium none;
    float: left;
    width: auto;
}
.checkbox {
    font: 11px Verdana,Geneva,sans-serif;
}
#paymentForm .fldCt .label {
    width: 95px;
}
#paymentForm #CardExpirationCt .fld select, #form #productSelection select {
    margin: 2px 5px 0 0;
    width: auto;
}
#paymentForm #CardCvv2Ct .fld input {
    float: left;
    margin-right: 5px;
    width: 60px;
}
#CardTypeCt.fldCt .label, #CardExpirationCt.fldCt .label, #BillingCountryIdCt.fldCt .label, #BillingStateIdCt.fldCt .label, #ShippingCountryIdCt.fldCt .label, #ShippingStateIdCt.fldCt .label {
    margin-top: 3px;
}
.FormHeadlineL {
    color: #666;
    font: bold 15px Arial,Helvetica,sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px;
}
.FormSubHeadlineL {
    color: #111;
    font: bold 13px Arial,Helvetica,sans-serif;
    padding-bottom: 8px;
}
#cc {
    float: left;
    height: 23px;
    padding: 0 0 5px 100px;
    width: 150px;
}
#receiveBox {
    border-bottom: 2px dashed #aaa;
    border-top: 2px dashed #aaa;
    clear: both;
    margin: 15px auto;
    overflow: hidden;
}
#receive {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    overflow: hidden;
    padding: 20px 15px;
}
#receive input {
    float: left;
    margin: 2px 5px 0 0;
}
#receive label {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 270px;
}
:first-child + html .fldCt .fld input {
    border-color: #ccc;
}
* html .fldCt .fld input {
    border-color: #ccc;
}
@media not all {
#paymentForm .fldCt input, #paymentForm .fldCt select, .fldCt .fld input, .fldCt .fld select {
    margin: 0;
    padding: 5px 2px;
}
#paymentForm .fldCt select, .fldCt .fld select {
    padding: 0;
}
}
#hdrWrap h2#headflow {
    float: right;
    margin: 10px 20px 0 0;
}
#flowWrap {
    clear: both;
    height: auto !important;
    margin: 0 auto;
    min-height: 410px;
    padding: 25px 15px 0;
    width: 970px;
}
#orderCompleteTxt {
    color: #666;
    font: 23px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 740px;
}
#upsellSection {
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#upsellImage {
    float: left;
    height: auto;
    margin: 0 0 15px;
    width: 400px;
}
#upsellTxt {
    color: #333;
    float: right;
    font: 13px/17px Arial,Helvetica,sans-serif;
    height: auto;
    padding: 0;
    width: 540px;
}
#upsellTxt h2.upsellTitle {
    color: #7b9912;
    font: 30px/32px Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
}
#upsellTxt h3.cta {
    color: #000;
    font: bold 13px Arial,Helvetica,sans-serif;
    margin: 10px 0;
}
#upsellTxt .Quantity {
    margin-right: 10px;
    text-align: left;
    width: 225px;
}
#upsellTextDisclaimer {
    color: #999;
    font: 10px Arial,Helvetica,sans-serif;
    margin: 40px 0 10px;
}
.updateBox {
    float: right;
    margin: 0 0 20px 5px;
}
#confirmSection #form.processPayment {
    padding: 0 0 10px;
    width: 100%;
}
#confirmSection #form #paymentForm, #confirmSection #form #billingInformation, #confirmSection #form #shippingInformation {
    color: #000;
    float: none;
    margin: 0 auto 10px;
    width: 290px;
}
#confirmSection #form select {
    width: 186px;
}
#confirmSection #form input {
    width: 180px;
}
#confirmSection #form .FormHeadlineL {
}
#confirmSection #form .FormSubmit {
    text-align: center;
}
#confirmSection {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#addressSection {
    color: #333;
    font: 13px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}
.orderItemsTable {
    background-color: #fff;
    border-left: 1px solid #ccc;
    clear: both;
    height: auto;
    margin: 10px auto;
    vertical-align: top;
    width: 100%;
}
.orderItemsTable th {
    background: none repeat scroll 0 0 #7b9912;
    color: #fff;
    font: bold 14px Arial,Helvetica,sans-serif;
    padding: 2px;
}
.orderItemsTable td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 2px;
}
#confirmSection h1, #confirmSection h2.complete, #confirmSection h3.orderNumber {
    color: #7b9912;
    font: 30px/32px Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
}
#confirmSection h1 {
    clear: both;
    margin-top: 15px;
}
#confirmSection h3.orderNumber {
    color: #c00;
}
.rowHead {
    background-color: #7b9912;
    height: 30px;
}
.rowHeadTxt {
    color: #fff;
    font: bold 13px Arial,Helvetica,sans-serif;
    padding-top: 6px;
}
.btmRowHead {
    background-color: #7b9912;
    height: 10px;
}
#print-icon {
    float: right;
    width: 95px;
}
#back-home-btn {
    clear: both;
    overflow: hidden;
    padding: 10px 0 15px;
    text-align: center;
}
#visonOffers {
    margin-bottom: 100px;
}
#form .Quantity input, #form .checkbox input, #form .FormSubmit input, input#ShippingIsDifferentThanBilling, #upsellTxt input#acceptOffer, #upsellTxt input#rejectOffer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
}
input.flow_input_btn[type="submit"] {
    cursor: pointer;
    font: 13px Arial,Helvetica,sans-serif;
    outline: medium none;
    overflow: visible;
    padding: 5px 12px;
    position: relative;
}
input.flow_input_btn[type="submit"] {
    background: -moz-linear-gradient(center top , #f2f2f2 50%, #eaeaea, #dddddd 50%, #cdcdcd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #707070;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #fff inset;
}
input.flow_input_btn[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #ecf3fb 50%, #d2f1ff, #bfe5fa 50%, #acdbf7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #5c7589;
    color: #262b51;
}
.gecko:active {
    bottom: -2px;
    right: -1px;
}
#addressSection input[type="submit"] {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #ec000e;
    background-image: -moz-linear-gradient(center top , rgb(236, 0, 14), rgb(201, 0, 10));
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font: bold 22px Arial,Helvetica,sans-serif;
    height: auto !important;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: auto !important;
    top: 0px;
    left: 0px;
}
#addressSection input[type="submit"]:hover {
    box-shadow: 0 -20px 11px rgba(0, 0, 0, 0.1) inset;
}
.Apple-style-span {
    color: #c00;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}
.slide-show {
    overflow: hidden;
    position: relative;
    text-align: left;
}
.slide-show .slide {
    display: none;
    position: absolute;
}
.slide-show .slide.first, .slide img {
    display: block;
}
.ttlmain01, #simple h3, #testimonial h3, #Wrap .test-name, #about h3, #subtxt h2, #subtxt h3 {
    font: 26px/28px "Kreon",serif,Arial,Helvetica,sans-serif;
}
.txtgreen01, #about h3, #subtxt h3 {
    color: #7b9912;
}
.txtorange, #simple h3, #subtxt h2 {
    color: #ff7200;
}
.txtgrey01, #topWrap, #features span, #subtxt, .subpage-text-nav, .subpage-text-nav a {
    color: #666;
}
.txtgrey02, #Wrap a:hover {
    color: #111;
}
.assets {
    background: url("../images/assets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 38px;
    padding: 0;
    text-indent: -9999px;
}
.morebtn {
    height: 60px;
    width: 310px;
}
#outWrap {
    background: url("../images/bg_top.png") no-repeat scroll center top #ebf8ff;
    height: auto !important;
    min-height: 310px;
    min-width: 1028px;
    width: 100%;
}
#Wrap {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 1028px;
}
#mainWrap {
    background: url("../images/bg_main.png") repeat-y scroll left top rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 0 14px;
    width: 1000px;
}
#mainWrap li.mainlst {
    margin-right: 0;
}
.mainTop {
    background: url("../images/maintop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 20px;
    margin: 0 auto;
    width: 1028px;
}
.mainNav ul {
    margin: 0;
    padding: 0;
}
.mainNav li {
    display: inline;
    line-height: 14px;
    list-style: outside none none;
    margin: 0 -2px 0 0;
    padding: 0;
}
.mainNav li::after {
    content: "|";
}
.mainNav li:last-child::after {
    content: "";
}
.mainNav li a {
    padding: 0;
    text-decoration: none;
}
.mainNav li a:hover {
    text-decoration: underline;
}
.mainNav li span {
    padding: 0 5px;
}
.mainNav li.mainNavLast::after {
    content: "";
}
.banner {
    clear: both;
    position: relative;
    text-align: center;
    width: 100%;
}
#hdrWrap {
    height: 140px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#hdrWrap h1 {
    left: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    z-index: 10;
}
#hdrWrap h1 a, #hdrWrap h1 span {
    background-image: url("../images/logo.png");
    height: 137px;
    width: 278px;
}
#hdrWrap h2 {
    background-position: 0 0;
    float: left;
    height: 80px;
    margin: 20px 0 8px 300px;
    padding: 0;
    width: 530px;
}
#social {
    float: right;
    height: 30px;
    list-style: outside none none;
    margin: 5px 5px 0 0;
    padding: 0;
    width: 100px;
}
#social li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
}
#social li a {
    height: 30px;
    width: 32px;
}
#social li#soc-face a {
    background-position: 0 -80px;
}
#social li#soc-face a:hover {
    background-position: -32px -80px;
}
#social li#soc-twit a {
    background-position: -64px -80px;
}
#social li#soc-twit a:hover {
    background-position: -96px -80px;
}
#social li#soc-pine a {
    background-position: -128px -80px;
}
#social li#soc-pine a:hover {
    background-position: -160px -80px;
}
#hdrNav {
    clear: right;
    color: #999;
    float: right;
    font: 13px/1em Arial,Helvetica,sans-serif;
    margin: 4px 10px 0 0;
    text-align: center;
    width: 740px;
}
#hdrNav a {
    color: #999;
}
#hdrNav.mainNav ul li a:hover {
    color: #333;
}
#hdrNav .mainNav li span {
    padding: 0 15px;
}
#hdrNav li.topOrder a {
    color: #ff7200;
}
#offerWrap {
    background: url("../images/bg_offer.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 470px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#offerWrap #prcimg {
    position: absolute;
    right: -105px;
    top: 0;
    z-index: 10;
}
#points {
    float: left;
    margin: 15px 0 0 15px;
    width: 400px;
}
#video {
    background: none repeat scroll 0 0 #000;
    height: 224px;
    margin: 0 auto;
    width: 400px;
}
#notes {
    clear: both;
    font-size: 9px;
    line-height: 11px;
    margin-top: 165px;
    width: 400px;
}
#notes p {
    padding: 10px 0 0;
}
#startbtn {
    background-position: 0 -110px;
    bottom: 65px;
    height: 65px;
    left: 35px;
    position: absolute;
    width: 370px;
    z-index: 10;
}
#startbtn:hover {
    background-position: -370px -110px;
}
#testimonial {
    float: right;
    margin: 12px 118px 0 0;
    position: relative;
    text-align: center;
    width: 445px;
    z-index: 11;
}
#testimonial p {
    margin-top: 5px;
}
#Wrap .test-name {
    color: #1c5473;
    font-size: 20px;
    line-height: 22px;
}
#flavor-show {
    bottom: 0;
    height: 330px;
    position: absolute;
    right: 0;
    width: 570px;
    z-index: 1;
}
#midWrap {
    border-top: 2px solid #999;
    clear: both;
    margin: 10px auto 0;
    padding: 10px 0 0;
    width: 980px;
}
#midWrap h4 {
    font: bold 14px/16px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
#simple {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 555px;
}
#simple h3 {
    font-size: 28px;
    line-height: 32px;
}
#simple-points {
    color: #007aac;
    float: right;
    font-family: "Kreon",serif,Arial,Helvetica,sans-serif;
    width: 390px;
}
#simple-points ul {
    font-size: 24px;
    line-height: 28px;
}
.midBox {
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #999;
    font-size: 16px;
    height: 313px;
    line-height: 18px;
    padding: 15px 150px 0 15px;
    position: relative;
    width: 313px;
}
.midBox .morebtn {
    bottom: 5px;
    left: 10px;
    position: absolute;
    z-index: 10;
}
.midClmn {
    width: 220px;
}
#about {
    clear: both;
}
#what {
    background-image: url("../images/bg_what.jpg");
    float: left;
}
#learnbtn {
    background-position: 0 -175px;
}
#learnbtn:hover {
    background-position: -310px -175px;
}
#others {
    background-image: url("../images/bg_others.jpg");
    float: right;
}
#successbtn {
    background-position: 0 -235px;
}
#successbtn:hover {
    background-position: -310px -235px;
}
#footerContentWrap {
    background: url("../images/bg_ftr.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: auto;
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
    padding-top: 15px;
    width: 100%;
}
#footerNavWrap {
    color: #087b96;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: center;
    width: 1000px;
}
#footerNavWrap a {
    color: #087b96;
}
#footerNavWrap a:hover {
    color: #fff;
}
#footerNavWrap ul, #footerNavWrap p {
    margin: 0;
    padding: 0 0 12px;
}
#footerNavWrap li {
}
#footerNavWrap li::after {
    color: #087b96;
}
#footerNav {
    float: left;
    text-align: left;
    width: 800px;
}
#footerCommon {
    float: right;
    text-align: right;
    width: 180px;
}
#subtxt {
    border-right: 1px solid #bdbcbd;
    display: inline;
    float: left;
    font-size: 14px;
    height: auto !important;
    line-height: 16px;
    margin: 12px 0 0 15px;
    min-height: 930px;
    padding: 0 20px 0 0;
    width: 630px;
}
#subtxt h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}
#subtxt li {
    padding-bottom: 6px;
}
.recipe-image {
    border: 1px solid #999;
    float: left;
    margin: 0 15px 50px 0;
    padding: 6px;
}
.subpage-text-nav {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding-bottom: 12px;
}
#sidebar {
    float: right;
    margin: 12px 3px 8px 0;
    text-align: center;
    width: 315px;
}
#subclear {
    clear: both;
    display: block;
    height: 12px;
}
.trybtn {
    background-position: 0 -295px;
    clear: both;
    margin: 0 auto;
}
.trybtn:hover {
    background-position: -310px -295px;
}
