﻿
@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;
    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;
}
img.imgleft{
margin-right:6px;
}
.testcontent{
padding-right:5px;
}
.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 15px 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"] {
    background-color: #ec000e;
    background-image: -moz-linear-gradient(center top , rgb(236, 0, 14), rgb(201, 0, 10));
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font: bold 22px Arial,Helvetica,sans-serif !important;
    height: auto !important;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: auto !important;
}
#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;
   background: url("../images/assets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.slide-show .slide {
    display: none;
    position: absolute;
}
.slide-show .slide.first, .slide img {
    display: block;
}

.ttlmain01, #simple h3{
    font: 23px/25px "Kreon",serif,Arial,Helvetica,sans-serif;
}
 #testimonial h3, #Wrap .test-name, #about h3, #subtxt h2, #subtxt h3, #rightsize h3 {
	font: 23px/25px Arial,Helvetica;
}
.txtgreen01, #about h3, #subtxt h3{
    color: #7b9912;
}
 #about #what #rightsize h3, .comment1_container h3 {
	color: #ff7200 !important;
	margin-bottom:10px;
}
#rightsize h3 {
color: #7b9912 !important;

}
.txtorange, #simple h3, #subtxt h2 {
    color: #ff7200;
}
.txtgrey01, #topWrap, #features span, #subtxt, .subpage-text-nav, .subpage-text-nav a, #rightsize {
    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: right !important;
    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: 557px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#offerWrap #prcimg {
    position: absolute;
    right: -105px;
    /*top:15px;*/
    z-index: 10;
}

#points {
    float: left;
    margin: 15px 0 0 15px;
    width: 400px;
}
#btntop{
height:80px;
}

#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: 170px;
    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: left;
   /* margin: 17px 118px 0 0;
    position: relative;*/
    text-align: justify;
    width: 455px;
	padding:5px 13px;
    z-index: 11;
	margin-bottom:20px;
	/*border:1px solid #e8e8e8;*/
	font-family:Arial, Helvetica;

}

#testimonial p {
    margin-top: 5px; font-size:16px;
}
#Wrap .test-name {
    color: #007aac;
    font-size: 18px;
    line-height: 32px;
	text-align:left;
	/*font-weight:bold;*/
}
#Wrap .test-name1 {
    color: #ff7200;
    font-size: 24px;
    line-height: 32px;
	text-align:left;
}

#flavor-show {
    bottom: -1px;
    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;*/
    margin-left:20px;
	margin-top:20px;
width:480px;
}

#simple h3 {
    font-size: 28px;
    line-height: 32px;
}
#simple-points {
    color: #007aac;
    float: right;
    font-family: "Kreon",serif,Arial,Helvetica,sans-serif;
    width:480px;
}
#simple-points ul {
    font-size: 23px;
    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;
	font:Arial, Helvetica !important;
}
#rightsize {
    background-image: url("../images/bg_rightsize.jpg");
    float: right;
	margin-bottom:15px;
}
#bg_nathan {
    background-image: url("../images/bg_nathan.jpg");
    float: left;
}
#bg_nate {
    background-image: url("../images/bg_nate.jpg");
    float: right;
}
#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;
}
/* Button */
/* Main Menu */
ul.menu { /*width:695px;*/ float:right; /*clear:right;*/ background-color:#F77F1D; margin:0 5px 0 0; }
ul.menu { height:40px; /*float:left;*/ background-color:#fff; /* overflow:hidden; */ }
ul.menu li { /* width:25%; */ }
ul.menu li a { font:bold 12px/15px arial; color:#fff !important; text-shadow:-1px -1px rgba(0, 0, 0, 0.3); text-transform:uppercase; text-align:center; }
ul.menu li a { background-color:#f77f1d; position:relative; margin:0 0 0 5px; padding:12px 8px; }
ul.menu li:hover a { text-decoration:none; background-color:#ff8f34; padding-bottom:18px; top:-6px; }
ul.menu li:hover.last a { top:auto; }
ul.menu li.first a { margin-left:0; }
ul.menu li.item-120 a { width:120px; height:0; position:absolute; overflow:hidden; border:0; }
ul.menu li.item-120 a { background:url(../images/header/shop-now.png) no-repeat 0 0; margin:-24px 0 0 -12px; padding:96px 0 0 0; }
ul.menu li.active a {
background-image: linear-gradient(bottom, rgb(255,145,28) 41%, rgb(255,185,110) 74%);
background-image: -o-linear-gradient(bottom, rgb(255,145,28) 41%, rgb(255,185,110) 74%);
background-image: -moz-linear-gradient(bottom, rgb(255,145,28) 41%, rgb(255,185,110) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(255,145,28) 41%, rgb(255,185,110) 74%);
background-image: -ms-linear-gradient(bottom, rgb(255,145,28) 41%, rgb(255,185,110) 74%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.41, rgb(255,145,28)), color-stop(0.74, rgb(255,185,110)));
}
ul.menu li a {
background-image: linear-gradient(bottom, rgb(246,111,27) 28%, rgb(247,142,30) 64%);
background-image: -o-linear-gradient(bottom, rgb(246,111,27) 28%, rgb(247,142,30) 64%);
background-image: -moz-linear-gradient(bottom, rgb(246,111,27) 28%, rgb(247,142,30) 64%);
background-image: -webkit-linear-gradient(bottom, rgb(246,111,27) 28%, rgb(247,142,30) 64%);
background-image: -ms-linear-gradient(bottom, rgb(246,111,27) 28%, rgb(247,142,30) 64%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(246,111,27)), color-stop(0.64, rgb(247,142,30)));
}
ul.menu li a:hover {
background-image: linear-gradient(bottom, rgb(108,171,22) 28%, rgb(108,171,22) 64%);
background-image: -o-linear-gradient(bottom, rgb(108,171,22) 28%, rgb(108,171,22) 64%);
/*background-image: -moz-linear-gradient(bottom, rgb(108,171,22) 28%, rgb(160,204,59) 64%);*/ /* Green*/
background-image: -moz-linear-gradient(bottom, rgb(108,171,22) 28%, rgb(108,171,22) 64%);
background-image: -webkit-linear-gradient(bottom, rgb(108,171,22) 28%, rgb(108,171,22) 64%);
background-image: -ms-linear-gradient(bottom, rgb(108,171,22) 28%, rgb(108,171,22) 64%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, rgb(108,171,22)), color-stop(0.64, rgb(108,171,22)));
}
.menu, ul.menu { list-style:none; }
.menu, ul.menu, ul.menu li { margin:0; padding:0; }
ul.menu>li { float:left; }
ul.menu li a { display:block; }

.clear{
clear:both;
}
/* Try Button */
.button { font-weight:bold; font-size:12px; line-height:16px; text-transform:uppercase; color:#3d3d3d; display:inline-block; text-decoration:none !important; }
.button { background-color:#ebf5fa; background-image:url(../images/button.png); background-repeat:no-repeat; background-position:100% 50%; }
.button { border:1px solid #fff; border-radius:5px; overflow:hidden; padding:4px 24px 4px 8px; }
.button { -moz-box-shadow:inset 0 -1px 9px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow:inset 0 -1px 9px 0 rgba(0, 0, 0, 0.5); box-shadow:inset 0 -1px 9px 0 rgba(0, 0, 0, 0.5); }
.button { text-decoration:none; }

.button {
background-image: linear-gradient(bottom, rgb(215,236,245) 47%, rgb(238,247,251) 74%);
background-image: -o-linear-gradient(bottom, rgb(215,236,245) 47%, rgb(238,247,251) 74%);
background-image: -moz-linear-gradient(bottom, rgb(215,236,245) 47%, rgb(238,247,251) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(215,236,245) 47%, rgb(238,247,251) 74%);
background-image: -ms-linear-gradient(bottom, rgb(215,236,245) 47%, rgb(238,247,251) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(215,236,245)), color-stop(0.74, rgb(238,247,251)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(238,247,251), rgb(215,236,245));
}

.button:hover {
background-image: linear-gradient(bottom, rgb(223,242,250) 47%, rgb(242,251,255) 74%);
background-image: -o-linear-gradient(bottom, rgb(223,242,250) 47%, rgb(242,251,255) 74%);
background-image: -moz-linear-gradient(bottom, rgb(223,242,250) 47%, rgb(242,251,255) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(223,242,250) 47%, rgb(242,251,255) 74%);
background-image: -ms-linear-gradient(bottom, rgb(223,242,250) 47%, rgb(242,251,255) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(223,242,250)), color-stop(0.74, rgb(242,251,255)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(242,251,255), rgb(223,242,250));
}

.btn-green { background-color:#A2B010; color:#fff; text-shadow:-1px -1px rgba(0, 0, 0, 0.3); }
.btn-blue { background-color:#3da0da; color:#fff; text-shadow:-1px -1px rgba(0, 0, 0, 0.3); }
.btn-orange { background-color:#F77F1D; color:#fff; text-shadow:-1px -1px rgba(0, 0, 0, 0.3); }
.btn-purple { background-color:#F77F1D; color:#fff; text-shadow:-1px -1px rgba(0, 0, 0, 0.3); }

.btn-green strong { color:#feda36; }
.btn-orange strong { color:#ffde17; }

.btn-green {
background-image: linear-gradient(bottom, rgb(135,156,1) 47%, rgb(176,187,28) 74%);
background-image: -o-linear-gradient(bottom, rgb(135,156,1) 47%, rgb(176,187,28) 74%);
background-image: -moz-linear-gradient(bottom, rgb(135,156,1) 47%, rgb(176,187,28) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(135,156,1) 47%, rgb(176,187,28) 74%);
background-image: -ms-linear-gradient(bottom, rgb(135,156,1) 47%, rgb(176,187,28) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(135,156,1)), color-stop(0.74, rgb(176,187,28)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(176,187,28), rgb(135,156,1));
}
.btn-green:hover {
background-image: linear-gradient(bottom, rgb(144,166,2) 47%, rgb(188,196,29) 74%);
background-image: -o-linear-gradient(bottom, rgb(144,166,2) 47%, rgb(188,196,29) 74%);
background-image: -moz-linear-gradient(bottom, rgb(144,166,2) 47%, rgb(188,196,29) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(144,166,2) 47%, rgb(188,196,29) 74%);
background-image: -ms-linear-gradient(bottom, rgb(144,166,2) 47%, rgb(188,196,29) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(144,166,2)), color-stop(0.74, rgb(188,196,29)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(188,196,29), rgb(144,166,2));color:#fff;
}

.btn-blue {
background-image: linear-gradient(bottom, rgb(50,134,182) 47%, rgb(62,161,219) 74%);
background-image: -o-linear-gradient(bottom, rgb(50,134,182) 47%, rgb(62,161,219) 74%);
background-image: -moz-linear-gradient(bottom, rgb(50,134,182) 47%, rgb(62,161,219) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(50,134,182) 47%, rgb(62,161,219) 74%);
background-image: -ms-linear-gradient(bottom, rgb(50,134,182) 47%, rgb(62,161,219) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(50,134,182)), color-stop(0.74, rgb(62,161,219)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(62,161,219), rgb(50,134,182));
}
.btn-blue:hover {
background-image: linear-gradient(bottom, rgb(53,143,191) 47%, rgb(69,172,232) 74%);
background-image: -o-linear-gradient(bottom, rgb(53,143,191) 47%, rgb(69,172,232) 74%);
background-image: -moz-linear-gradient(bottom, rgb(53,143,191) 47%, rgb(69,172,232) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(53,143,191) 47%, rgb(69,172,232) 74%);
background-image: -ms-linear-gradient(bottom, rgb(53,143,191) 47%, rgb(69,172,232) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(53,143,191)), color-stop(0.74, rgb(69,172,232)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(69,172,232), rgb(53,143,191));color:#fff;
}

.btn-orange {
background-image: linear-gradient(bottom, rgb(233,120,7) 47%, rgb(253,147,34) 74%);
background-image: -o-linear-gradient(bottom, rgb(233,120,7) 47%, rgb(253,147,34) 74%);
background-image: -moz-linear-gradient(bottom, rgb(233,120,7) 47%, rgb(253,147,34) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(233,120,7) 47%, rgb(253,147,34) 74%);
background-image: -ms-linear-gradient(bottom, rgb(233,120,7) 47%, rgb(253,147,34) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(233,120,7)), color-stop(0.74, rgb(253,147,34)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(253,147,34), rgb(233,120,7));
}
.btn-orange:hover {
background-image: linear-gradient(bottom, rgb(245,126,8) 47%, rgb(255,163,71) 74%);
background-image: -o-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(255,163,71) 74%);
background-image: -moz-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(162,89,71) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(255,163,71) 74%);
background-image: -ms-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(255,163,71) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(245,126,8)), color-stop(0.74, rgb(255,163,71)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(255,163,71), rgb(245,126,8));color:#fff;
}

.btn-purple {
background-image: linear-gradient(bottom, rgb(135,56,154) 47%, rgb(136,73,151) 74%);
background-image: -o-linear-gradient(bottom, rgb(135,56,154) 47%, rgb(136,73,151) 74%);
background-image: -moz-linear-gradient(bottom, rgb(135,56,154) 47%, rgb(136,73,151) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(135,56,154) 47%, rgb(136,73,151) 74%);
background-image: -ms-linear-gradient(bottom, rgb(135,56,154) 47%, rgb(136,73,151) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(135,56,154)), color-stop(0.74, rgb(136,73,151)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(135,56,154), rgb(136,73,151));
}
.btn-purple:hover {
background-image: linear-gradient(bottom, rgb(245,126,8) 47%, rgb(135,56,154) 74%);
background-image: -o-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(135,56,154) 74%);
background-image: -moz-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(135,56,154) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(135,56,154) 74%);
background-image: -ms-linear-gradient(bottom, rgb(245,126,8) 47%, rgb(135,56,154) 74%);
background-image: url(../images/button.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(245,126,8)), color-stop(0.74, rgb(135,56,154)));
background-image: url(../images/button.png), -moz-linear-gradient(top, rgb(175,83,198), rgb(135,56,154));color:#fff;
}
.button:hover { background-color:#f2fbff;color:#fff; }
.btn-green:hover { background-color:#acbb12; color:#fff !important; }
.btn-blue:hover { background-color:#45abe7; color:#fff !important; }
.btn-orange:hover { background-color:#ff8f34; color:#fff !important; }
.btn-purple:hover { background-color:#ff8f34; color:#fff !important; }

/*.btn-green.btn-l, .btn-l.btn-green { font-size:17px; }*/

.btn-l { font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:19px; padding:10px 28px 10px 12px; }
.btn-xl { font-family:'Kreon', serif; font-size:17px; line-height:21px; padding:32px 28px 32px 12px; }

.btn3{float:left;
background-image:url(../images/btn3.png);
background-repeat:no-repeat;
background-position:center;
width:177px;
height:67px;
padding-left:25px;
cursor:pointer;
}
.btn3 a{
width:177px;
height:67px;
}
.btn3:hover{
background-image:url(../images/btn3-hover.png);
background-repeat:no-repeat;
background-position:center;
}
.btn31 a{
width:162px;
height:66px;
}
.btn31{float:right;padding-right:20px;
background-image:url(../images/btn31.png);
background-repeat:no-repeat;
background-position:center;width:162px;
height:66px;
}
.btn31:hover{
background-image:url(../images/btn31-hover.png);
background-repeat:no-repeat;
background-position:center;
}
/* */
.btn4{float:left;
background-image:url(../images/btn4.png);
background-repeat:no-repeat;
background-position:center;
width:184px;
height:56px;
padding-top:10px;
padding-left:15px;
cursor:pointer;
}
.btn4 a{
width:184px;
height:56px;
}
.btn4:hover{
background-image:url(../images/btn4-hover.png);
background-repeat:no-repeat;
background-position:center;
}
.btn41 a{
width:180px;
height:56px;
}
.btn41{float:right;padding-right:15px;padding-top:10px;
background-image:url(../images/btn41.png);
background-repeat:no-repeat;
background-position:center;
width:180px;
height:56px;
}
.btn41:hover{
background-image:url(../images/btn41-hover.png);
background-repeat:no-repeat;
background-position:center;
}
/* Buttons Sample 1 */
/* Orange Button */

.orange.button{
	color:#693e0a !important;
	border:1px solid #bea280 !important;	
	background-color: #e38d27;
	
	background-image:-moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
	background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}

.orange.button:hover{
	background-color:#ec9732;
	
	background-image:-moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
	background-image:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}

.btncont{
width:100%;
height:90px;
}
.calltrynow{
background-image:url(../images/calltrynow.png);
background-repeat:no-repeat;
background-position:center;
width:215px;
height:64px;
cursor:pointer;
float:left;
}
.calltrynow:hover{
background-image:url(../images/calltrynow-over.png);
background-repeat:no-repeat;
background-position:center;
width:215px;
height:64px;
}
.trynow a{
width:215px;
height:64px;
}
.trynow{
background-image:url(../images/trynow.png);
background-repeat:no-repeat;
background-position:center;
width:181px;
height:64px;
cursor:pointer;
float:right;
}
.trynow a{
width:165px;
height:64px;
}
.trynow:hover{
background-image:url(../images/trynow-over.png);
background-repeat:no-repeat;
background-position:center;
width:181px;
height:64px;
}


/* Button Stick Right */
.btncontstick{
position:fixed;
right:0px;
bottom:70px;
z-index:99999;
float:right;
}
.btncontstick .floatcalltrynow{
text-align:right;
}
.btncontstick floatcalltrynow a{
width:215px;
height:64px;
}

.btncontstick .floattrynow a{
width:165px;
height:64px;
}

.btncontinner{
width:405px;
height:75px;
}

.floatcalltrynow{
background-image:url(../images/floatcalltrynow.png);
background-repeat:no-repeat;
background-position:center;
width:214px;
height:64px;
cursor:pointer;
float:left;
}
.floatcalltrynow:hover{
background-image:url(../images/floatcalltrynow-over.png);
background-repeat:no-repeat;
background-position:center;
width:214px;
height:64px;
}
.floattrynow a{
width:214px;
height:64px;
}
.floattrynow{
background-image:url(../images/floattrynow.png);
background-repeat:no-repeat;
background-position:center;
width:181px;
height:64px;
cursor:pointer;
float:right;
}
.floattrynow a{
width:181px;
height:64px;
}
.floattrynow:hover{
background-image:url(../images/floattrynow-over.png);
background-repeat:no-repeat;
background-position:center;
width:181px;
height:64px;
}

/* Strip*/
.strip1{height:40px;width:100%;margin:0 0 15px 0;background:#ffe699;}
.strip2{height:40px;width:100%;margin:0 0 15px 0;background:#fecc96;}
.strip3{height:40px;width:100%;margin:0 0 15px 0;background:#d5fdce;}
.strip4{height:40px;width:100%;margin:0 0 15px 0;background:#c5eeff;}
.strip5{height:40px;width:100%;margin:0 0 15px 0;background:#ccddfe;}
.strip6{height:40px;width:100%;margin:0 0 15px 0;background:#fde0fe;}
.strip7{height:40px;width:100%;margin:0 0 15px 0;background:#ffd4d4;}

/* Image caption*/
a.captionright{
float:right;
padding:7px 20px 15px 0;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}
a.captionright:hover
{
color:#ff7200 !important;text-decoration:underline;
}
a.captionleft{
float:left;
padding:7px 0px 15px 28px;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}
a.captionleft:hover
{
color:#ff7200 !important;text-decoration:underline;
}
.comment1_container{
width:450px; padding-right:10px;
}
.comment1_wrapper
{
width:300px;
}
.comment1{
font-size:17px;line-height:21px;width:430px;
}
.comment2_container
{
width:450px; padding-right:10px;
}
.comment2_container h3{
color:#ff7200 !important;
margin-bottom:10px;
}
.comment2{
width:440px;font-size:17px;line-height:17px;
color:#666;
}
