/* CSS Document */

@font-face {
  font-family: 'Open Sans';
  src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url(/fonts/OpenSans-Bold.ttf);
}

body,html {
	margin:0;
	background-color:#E1E1E1;
	color:#333;
	font-family:'Open Sans';
	min-width:800px;
}
b,strong {
	font-family:'Open Sans Bold';
	font-weight:normal;
}
div,img,span {
	box-sizing:border-box;
}
img {
	border:none;
}
a {
	color:#F00;
	text-decoration:none;
}
a:visited {
	color:#D00;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.preload {
	visibility:hidden;
	height:1px;
	width:1px;
	overflow:hidden;
	position:relative;
	z-index:-1;
	margin-top:-1px;
}
/* max width */
.mw {
	max-width:800px;
	margin:0 auto;
	position:relative;
	min-width:800px;
}

/* HEADER */
#header {
	box-shadow:0 0 10px rgba(0,0,0,50);
	min-width:100%;
	position:relative;
	z-index:2;
	padding:0;
}
#topBar {
	position:absolute;
	top:-30px;
	left:0;
	height:30px;
	min-width:100%;
	background-color:#15264c;
	background-image:url("/img/topBar.jpg");
	background-position:top;
	background-repeat:repeat-x;
}
#memberLogin {
	position:relative;
	height:58px;
	z-index:2;
	margin:0 auto -58px auto;
	width:360px;
	background-image:url("/img/memberBack.png");
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	color:#82a8dd;
}
#memberLogin h3 {
	text-transform:uppercase;
	font-size:22px;
	margin:0 0 5px 0;
	line-height:24px;
}
#memberLogin a {
	color:#FFF;
	font-size:14px;
}
#topContact {
	text-align:right;
	line-height:26px;
	font-size:12px;
	position:relative;
	z-index:3;
}
#topContact img {
	vertical-align:middle;
	height:25px;
	width:auto;
	position:relative;
	top:1px;
}
#topContact a {
	color:#FFF;
	margin:0 5px 0 20px;
}
#banner {
	background-color:#82a8dd;
background: -moz-linear-gradient(top, #ffffff 0%, #82a8dd 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #82a8dd));
background: -webkit-linear-gradient(top, #ffffff 0%, #82a8dd 100%);
background: -o-linear-gradient(top, #ffffff 0%, #82a8dd 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #82a8dd 100%);
background: linear-gradient(to bottom, #ffffff 0%, #82a8dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#82a8dd', GradientType=0 );
	height:70px;
	position:relative;
	margin-top:30px;
	min-width:100%;
}
#logo {
	margin:15px 0 0 5px;
	float:left;
}
#logo:hover {
	opacity:.85;
	filter:alpha(opacity=85);
}
#nav {
	float:right;
	list-style:none;
	margin:0 5px;
	padding:0;
	text-align:right;
	position:relative;
	top:40px;
	font-size:16px;
	font-family:'OpenSans SemiBold';
}
#nav li {
	display:inline;
}
#nav li a {
	line-height:23px;
	color:#1c3264;
	margin-left:25px;
	text-transform:uppercase;
}
#nav li a.navFAQs {
	text-transform:none;
}
#nav li a img {
	position:relative;
	top:-3px;
	vertical-align:middle;
}
#nav li#watchLink a {
	color:#FFD400;
	text-shadow:0 0 1px #1C3264, 0 0 2px #1C3264, 1px 1px 2px #1C3264, 2px 2px 1px #1C3264;
}
#nav .mobile-nav {
	display:none;
}

/* FOOTER */
#footer .mw {
	padding:10px;
	font-size:14px;
}
#copyright {
	text-align:center;
	margin-bottom:20px;
}
#footerLeft {
	float:left;
	font-size:12px;
}
.footerCol {
	display:inline-block;
	margin-right:30px;
	vertical-align:top;
}
#footerLeft h3 {
	margin:0;
	font-size:12px;
}
#footerLeft ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footerLeft ul a {
	color:#555;
}
#footerRight {
	float:right;
}
#footerSocial {
	margin-top:5px;
	word-spacing:20px;
}

/* CONTENT */

.whiteRow {
	background-color:#FFF;
	box-shadow:0 -5px 5px rgba(0,0,0,.5);
}
.whiteRow .mw *:first-child {
	margin-top:0;
}
.blueRow {
	background-color:#dce6f2;
	box-shadow:0 -5px 5px rgba(0,0,0,.5);
}
.blueRow .mw *:first-child {
	margin-top:0;
}
.vid-button,.vid-button:visited {
	z-index:1005;
	display: inline-block;
	margin: 0;
	position:relative;
	color: #FFF;
	font-family: 'OpenSans SemiBold';
	font-size: 18px;
	line-height:20px;
	border: 3px solid #1a821a;
	padding: 7px 10px;
	width:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #21db21;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#21db21, endColorstr=#158f15);
	background-image: -moz-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -o-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -ms-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#21db21), color-stop(50%,#158f15),color-stop(100%,#21db21));
	text-align: center;
	text-shadow:1px 1px 3px #000, 2px 2px 3px #000;
}
.vid-button:hover {
	border: 3px solid #24b524;
	background-color: #30ff30;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ff30, endColorstr=#24c424);
	background-image: -moz-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -o-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -ms-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#30ff30), color-stop(50%,#24c424),color-stop(100%,#30ff30));
	text-decoration:none;
}


/* HOME */
#slideshowBack {
/*	background-image:url('/img/blueGrid.jpg');  */
    background-color: white;
	background-position:top center;
	border-bottom:8px solid #001b4d;
}
#slideshowWrapper {
	padding:0px 0;
	margin-top:-15px;
	margin-bottom:-40px;
/*	background-image:url('/img/slideshowBack.jpg');  */
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
    background-color: white;
	box-shadow:0 -5px 5px rgba(0,0,0,.5);
}
#homeWatchBack {
	background-color:#15181d;
	background-image:url('/img/homeWatchBack.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	padding:10px 0;
	border-top:1px solid #1C3264;
	min-height:300px;
}
#homeWatchRow {
	display:table-row;
	font-size:18px;
}
#homeInitiative {
	background-color:#000;
	background-color:rgba(0,0,0,.6);
	width:63%;
	padding:10px;
	color:#FFF;
	
	display:table-cell;
}
#homeInitiative h2 {
	margin:0;
	font-size:48px;
	line-height:48px;
}
#homeInitiative p {
	margin:20px 0 0 0;
	
}
#homeCash {
	margin-left:20px;
	margin-bottom:10px;
	float:right;
	position:relative;
	top:10px;
}
#homeVid {
	display:table-cell;
	padding:10px 20px;
	text-align:center;
	vertical-align:top;
}
#homeVid a {
	color:#FFF;
	display:block;
}
#homeVid a img {
	margin-bottom:6px;
	border:1px solid;
	max-width:100%;
}
#homeVid a:hover img {
	opacity:.7;
	filter:alpha(opacity=70);
	border-color:#F00;
}
#homeSignup {
	box-shadow:none;
}
#homeSignup div.mw {
	padding:40px 20px;
}
#homeBook {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#homeSignup h1 {
	margin-top:0;
	font-size:24px;
	color:#333;
	font-weight:normal;
}
#homeBonuses {
	background: #ffffff;
	background: -moz-linear-gradient(top, #82a8dd 0%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #82a8dd), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #82a8dd 0%, #ffffff 100%);
background: -o-linear-gradient(top, #82a8dd 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #82a8dd 0%, #ffffff 100%);
background: linear-gradient(to bottom, #82a8dd 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a8dd', endColorstr='#ffffff', GradientType=0 );
	position:relative;
	z-index:4;
}
#homeBonuses div.mw {
	padding:30px 10px;
	color:#333;
	text-align:center;
}
#homeBonuses h2 {
	font-weight:normal;
	font-size:30px;
	color:#1b3161;
}
#homeBonuses p {
	font-size:18px;
}
#homeBonuses strong {
	color:#213d8f;
}
#homeBonusWrapper {
	display:table;
	width:100%;
}
.homeBonus {
	display:table-cell;
	width:25%;
	vertical-align:top;
	font-size:18px;
	padding:10px;
	cursor:pointer;
}
.homeBonus:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
.homeBonus img {
	margin-bottom:6px;
	max-width:100%;
}
.homeBonus h3 {
	margin:0;
	font-size:18px;
	font-weight:normal;
}
.homeBonusPrice {
	font-weight:bold;
	color:#F00;
}
.homeBonus s, #bonusWrapper .price {
	display:inline-block;
	color:#999;
	font-weight:normal;
	text-decoration:line-through;
}
.homeBonus s:before, .homeBonus s:after, #bonusWrapper .price:before, #bonusWrapper .price:after {
	content:'  ';
}
#bonusWrapper {
	background-color:#000;
	color:#FFF;
	font-size:18px;
	padding:10px;
}
#bonusWrapper img {
	float:left;
	margin:0 20px 20px 0;
}
#bonusWrapper h1 {
	font-weight:normal;
	margin:0;
}
#bonusWrapper h3 {
	margin:0;
}
#homeGuarantee {
	position:relative;
	z-index:5;
}
#homeGuarantee div.mw {
	padding:30px 20px;
}
#homeGuarantee h1 {
	margin-top:0;
	font-weight:normal;
	font-size:36px;
	color:#333;
}
#homeGuarantee img {
	float:right;
	margin-left:40px;
	margin-top:-40px;
}
	
#homeSecure {
	position:relative;
	z-index:5;
}
#homeSecure div.mw {
	padding:30px 20px;
}
#homeSecure h2 {
	margin-top:0;
	font-size:24px;
	color:#333;
}
#homeSSL {
	float:right;
	margin-left:20px;
	margin-top:-30px;
}
#homeCards {
	float:right;
	margin-left:20px;
	margin-top:-20px;
}
#slideshowWrapper .bx-wrapper .bx-pager.bx-default-pager a {
	background: #82a8dd;
}
#slideshowWrapper .bx-wrapper .bx-pager {
    text-align: center;
	top:inherit;
	bottom:-16px;
}
#slideshowWrapper .bx-wrapper .bx-pager.bx-default-pager a.active, #slideshowWrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
  border:1px solid #FFF;
}
#slideshowWrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
  border:1px solid #FFF;
}


/* ABOUT */
#aboutContent {
	background-image:url('/img/filmGrain.gif');
	background-position:top center;
	color:#333;
}
#aboutContent .mw {
	padding:50px 50px 20px 50px;
	font-size:18px;
}
#aboutContent h2 {
	font-family:'OpenSans SemiBold';
}
#aboutContent h3 {
	line-height:48px;
}
#aboutContent img {
	max-width:100%;
}
#aboutVid {
	background-color:#15181d;
	background-image:url('/img/homeWatchBack.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	position:relative;
	z-index:4;
}
#aboutVid .mw {
	padding:20px 40px;
}
#aboutVidBox {
	padding:10px;
	background-color:#000;
	background-color:rgba(0,0,0,.6);
	color:#FFF;
	font-size:20px;
	display:table;
	width:100%;
}
#aboutVid h2 {
	font-size:36px;
	font-weight:normal;
	margin-top:0;
}
#aboutVidBox a {
	display:table-cell;
	vertical-align:top;
}
#aboutVidBox a img {
	margin-bottom:6px;
	margin-right:60px;
	border:1px solid;
}
#aboutVidBox a:hover img {
	opacity:.7;
	filter:alpha(opacity=70);
	border-color:#F00;
}
#aboutVidText {
	display:table-cell;
	vertical-align:top;
}

/* HOW IT WORKS */
#howItWorksTop {
	background-color:#000;
	color:#FFF;
}
#howItWorksTop div.mw {
	padding:20px 50px;
}
#howItWorksTop h1 {
	margin:0;
	font-size:48px;
	line-height:48px;
	font-weight:normal;
}
#hiwWrapper {
	background-color:#FFF;
	min-width:900px;
	box-shadow:0 0 10px rgba(0,0,0,.75);
	overflow:hidden;
	height:310px;
	margin:10px auto;
	padding-top:5px;
	
	white-space:nowrap;
}
#hiwPad {
	width:130px;
	height:150px;
	display:inline-block;
}
#hiwScroller {
	float:left;
	height:300px;
	white-space:nowrap;
}
#hiwScroller img {
	margin-left:80px;
	vertical-align:middle;
	opacity:.1;
	filter:alpha(opacity=10);
}
#hiwScroller img:first-child {
	margin-left:0;
}
#hiwScroller img.hiwActive {
	opacity:1;
	filter:alpha(opacity=100);
}
.howItWorks div.mw {
	padding:20px 50px;
	font-size:18px;
}
.blueRow.howItWorks h3 {
	margin:0;
}
.howItWorks h3 {
	color:#333;
}
.howItWorks h2 {
	font-size:36px;
	font-weight:normal;
	color:#213d8f;
	margin:0;
}
.howItWorks img {
	max-width:100%;
}
#vid {
	width:auto;
	height:auto;
}
/* FAQs */
#faqTop {
	background-color:#15181d;
	background-image:url('/img/homeWatchBack.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	color:#FFF;
	text-shadow:3px 3px 2px #000;
	
}
#faqTop div.mw {
	padding:30px 40px;
}
#faqTop h1 {
	font-size:40px;
	line-height:40px;
	font-family:'OpenSans SemiBold';
	margin:0;
}
#faqs div.mw {
	padding:20px 40px;
	font-size:20px;
}
#faqs h3 {
	margin:0 0 10px 0;
	font-size:22px;
	font-family:'OpenSans SemiBold';
	color:#213d8f;
}
#faqs p {
	margin:0;
}

/* SIGNUP/GET STARTED */
#getStartedTop {
	background-color:#000;
	background-image:url('/img/redCarpetBack.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	color:#FFF;
	text-shadow:3px 3px 2px #000;
}
#getStartedTop div.mw {
	padding:40px 40px;
}
#getStartedTop h1 {
	font-size:48px;
	line-height:48px;
	font-weight:normal;
	margin:0;
}
.blueRow.signupStep div.mw {
	padding:10px 40px;
	color:#1b3161;
	font-size:18px;
}
.blueRow.signupStep img {
	float:left;
	margin:0 20px 6px 0;
}
.signupStep h2 {
	font-weight:normal;
	font-size:30px;
	margin:0;
}
.whiteRow.signupStep div.mw {
	padding:20px 20px;
}
#signupStep1 h3, .signupContinue {
	color:#1b3161;
	font-size:25px;
	font-family:'OpenSans SemiBold';
	margin:20px 0 0 0;
}
#challenges {
	border-top:1px solid #82a8dd;
	box-shadow:0 0 10px rgba(0,0,0,.75);
}
#challenges div.challenge {
	padding: 10px 20px 10px 60px;
	background-color: #BCCBE6;
	color: #1b3161;
	font-size: 17px;
	line-height: 17px;
	font-family: 'OpenSans SemiBold';
	text-shadow: 0 0 2px #FFF;
	background-image: url(/img/expand.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #82a8dd;
	border-top: none;
	cursor: pointer;
}
#challenges div.challenge:hover {
	text-shadow:1px 1px 2px #FFF,-1px 1px 2px #FFF,1px -1px 2px #FFF,-1px -1px 2px #FFF;
}
#challenges div.expanded {
	background-image:url(/img/collapse.png);
}
#challenges div.descr {
	padding:10px 20px 20px 60px;
	background-color:#dce6f2;
	color:#1b3161;
	font-size:15px;
	line-height:20px;
	border:1px solid #82a8dd;
	border-top:none;
}
#signupStep2 {
	text-align:center;
	background-color:#15181d;
	background-image:url('/img/homeWatchBack.jpg');
	background-position:top center;
	background-repeat:repeat-x;
}
#signupStep2 h3 {
	font-size:24px;
	margin:0;
}
#signupStep2 a img {
	border:1px solid;
	max-width:100%;
}
#signupStep2 #vid {
	max-width:840px;
	margin:0 auto;
}
#signupStep2 a:hover img {
	border-color:#FFF;
	opacity:.7;
	filter:alpha(opacity=70);
}
#signupStep2 #next {
	position:relative;
	top:0;
}

#products {
	background-image:url(/watch/img/bonuses.png);
	background-repeat:no-repeat;
	background-position:right;
}
.products {
	position:relative;
	margin-top:20px;
	border:6px solid #385080;
	box-shadow:0 0 15px rgba(0,0,0,.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product-wrapper {
	position:relative;
	float:left;
	width:313px;
	margin-left:20px;
	text-align:center;
}
.product-wrapper:first-child {
	margin-left:0;
	margin-right:1px;
}
.product-top {
	padding:10px;
}
.signupStep h2.product-title {
	font-family:'OpenSans SemiBold';
	font-size:22px;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
	margin-top:0;
	margin-bottom:0;
}
.product-img {
	display:block;
	margin:0 -10px 5px -10px;
}
.product-subtitle {
	font-family:'OpenSans SemiBold';
	font-size:20px;
	margin:0;
}
.product-disclaimer {
	margin:0;
	font-size:12px;
}
.product-savings {
	font-family:'OpenSans SemiBold';
	color:#D00;
	margin-top:10px;
	font-size:15px;
	margin-bottom:0;
}
.product-per {
	font-family:'OpenSans SemiBold';
	font-size:15px;
	margin:0;
}
.slash {
	color:#777;
	text-decoration:line-through;
}
.slash:before,.slash:after {
	content:'  ';
}
.product-bottom {
	padding:10px;
	position:relative;
}
.product-price {
	font-size:36px;
	font-family:'OpenSans SemiBold';
}
.product-shipping {
	position:absolute;
	right:2px;
	top:2px;
}
.product-cart {
	display: block;
	margin: 20px auto 5px auto;
	color: #FFF;
	font-family: 'OpenSans SemiBold';
	font-size: 20px;
	line-height:20px;
	border: 3px solid #1a821a;
	padding: 7px 10px;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21db21;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#21db21, endColorstr=#158f15);
	background-image: -moz-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -o-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -ms-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#21db21), color-stop(50%,#158f15),color-stop(100%,#21db21));
	text-align: center;
	text-shadow:1px 1px 3px #000, 2px 2px 3px #000;
}
.product-cart:hover {
	border: 3px solid #24b524;
	background-color: #30ff30;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ff30, endColorstr=#24c424);
	background-image: -moz-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -o-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -ms-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#30ff30), color-stop(50%,#24c424),color-stop(100%,#30ff30));
	text-decoration:none;
}
.big-cart {
	display: block;
	margin: 5px 0 0 0;
	color: #FFF;
	font-family: 'OpenSans SemiBold';
	font-size: 30px;
	line-height:20px;
	border: 3px solid #1a821a;
	padding: 10px 25px;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21db21;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#21db21, endColorstr=#158f15);
	background-image: -moz-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -o-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -ms-linear-gradient(top, #21db21 0%, #158f15 50%,#21db21 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#21db21), color-stop(50%,#158f15),color-stop(100%,#21db21));
	text-align: center;
	text-shadow:1px 1px 3px #000, 2px 2px 3px #000;
}
.big-cart:hover {
	border: 3px solid #24b524;
	background-color: #30ff30;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ff30, endColorstr=#24c424);
	background-image: -moz-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -o-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -ms-linear-gradient(top, #30ff30 0%, #24c424 50%,#30ff30 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#30ff30), color-stop(50%,#24c424),color-stop(100%,#30ff30));
	text-decoration:none;
}
.product-cart:visited,.big-cart:visited {
	color:#FFF;
}

/* CONTACT/TERMS/PRIVACY */
.whitePage {
	box-shadow:none;
}
.whitePage div.mw {
	padding:40px 50px;
}
#ppBody
{
    font-size:11pt;
    width:100%;
    margin:0 auto;
    text-align:justify;
	word-wrap:break-word;
}
#ppBody p {
	margin:0;
	
}
#ppBody ul {
	margin: 0;
}
#contactform {
	border:1px solid #CCC;
	padding:10px;
	margin:10px 0;
	box-sizing:border-box;
}
#contactform div {
	margin-bottom:10px;
}
#contactform div.clear {
	margin-bottom:0;
}
#contactform label {
	width:25%;
	padding-right:20px;
	box-sizing:border-box;
	height:25px;
	float:left;
	display:block;
}
#contactform input[type=text],#contactform input[type=email],#contactform textarea  {
	width: 75%;
	height:25px;
	box-sizing:border-box;
	padding:2px;
	border:1px solid #CCC;
	float:right;
	display:block;
}
#contactform textarea {
	height:auto;
	resize:none;
}
#contactform input[type=button] {
	background-color:#385080;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	height:auto;
	padding:5px 30px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	float:right;
	cursor:pointer;
}
#contactform input[type=button]:hover {
	background-color:#444;
}
#contactform  div#contact-form-bottom {
	margin-bottom:0;
	height:25px;
}
#contactresponse {
	font-size:18px;
	line-height:25px;
	color:#F20;
	text-align:center;
}