/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   =======================================================================F=== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Source Sans Pro';
	height: 100%;
	width: 100%;
}

body {
	background-color: #FFF;
	color: #333333;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
    width: 100%;
	min-width: 1200px;
	height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* Top three */

#login_email, #login_password, #email_fetch_login {
	width: 300px;
}

#accessories-nav .top-box {
	height: 53px;
	width: 297px;
	margin-right: 10px;
	float: left;
	color: #8d8d8d;
	border-right: 2px solid #e8e8e8;
}

#accessories-nav .top-box b {
	color: #555555;
	font-weight: 600;
}

#accessories-nav .last {
	border-right: none;
	padding-left: 10px;
	width: 280px;
}

#accessories-nav .second {
	margin-left: 10px;
}

#accessories-nav .top-box p {
	margin-top: 0px;
	padding: 10px 20px 0px 0px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.1em;
}

#accessories-nav .top-box.last p {
	padding: 10px 20px 0px 0px;
}

#accessories-nav .top-box img {
	vertical-align: middle;
	float: left;
	display: block;
	margin-right: 11px;
	margin-top: 4px;
}

#accessories-nav {
	padding: 0px 130px 0px 130px;
}

/* Containers */

.top-outer {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 109px;
}

#top {
	width: 1200px;
	margin: 0px auto 7px auto;
	display: block;
	padding-top: 0px;
	height: 111px;
	background: url(images/clouds-top2.png) no-repeat top;
}

.outer {
	width: 100%;
}

.outer .sub {
	min-height: 100%;
}

.cont {
	width: 1200px;
	margin: auto;
	display: block;
}

/* Main */
   
#main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	height: 100%;
	padding-top: 48px;
}

/* Top */

#logo {
	margin: 6px 0px 6px 91px;
	float: left;
}

#right-nav {
	margin: -5px 60px 6px 0px;
	padding: 16px 30px 0px 0px;
	font-size: 0.9em;
	font-weight: 400;
	display: inline-block;
	color: #0497b7;
	font-weight: 400;
}
#right-nav-top {
	margin: -5px 0px 3px 0px;
	padding-right: 10px;
	font-size: 0.9em;
	font-weight: 400;
	display: inline-block;
	color: #0497b7;
	font-weight: 400;
}

ul#right-nav-top {
	list-style-type: none;
}

ul#right-nav-top li {
	display: inline;
}

ul#right-nav-top li .last {
	padding-right: 0px;
	border-right: none;
}

ul#right-nav-top li a {
	padding: 0px 8px 0px 25px;
	font-size: 1.2em;
	color: #585d63;
	text-decoration: none;
	cursor: pointer;
}

#right-nav a:hover {
	color: #000;
}

ul#right-nav {
	list-style-type: none;
}

ul#right-nav li {
	display: inline;
}

ul#right-nav li .last {
	padding-right: 0px;
	border-right: none;
}

ul#right-nav li a {
	padding: 0px 8px 0px 25px;
	font-size: 1.2em;
	color: #585d63;
	text-decoration: none;
	cursor: pointer;
}

/* Form Styling */

#main .outer .cont .sub-page  h3{
	color: #616161;
}

#messages {
	width: 500px;
	padding: 40px;
	color: #616161;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	background-color: #ebebeb;
	margin: auto;
	margin-bottom: 25px;
}

#errors {
	color: #ff0d03;
	width: 50%;
	margin: auto;
	border: 1px solid;
	padding: 30px;
	line-height: 0.8em;
	margin-bottom: 40px;
	border-radius: 5px;
}

#errors a {
	display: none;
}

.form-box p.desc {
	clear: both;
	text-decoration: none;
	font-size: 0.9em;
}

.form-box {
	padding: 15px 30px 30px 25px;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-bottom: 15px;
}
.form-box h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 2em;
	color: #616161;
}
.label {
	font-size: 0.8em;
	clear: both;
	color: #8d8d8d;
	margin-top: 5px;
}
.input-block {
	float: left;
	margin-right: 10px;
}
.label, input {
	display: block;
}
.form-box .SUBMIT-BUTTON {
	margin-top: 10px;
}

.SUBMIT-BUTTON {
	text-transform: uppercase;
}

.SELECT-FIELD {
	padding: 7px;
}
.CLICKABLE-RADIO-BUTTON {
	float: left;
}

/* Main Navigation */

#main-nav {
	height: 42px;
	border-top: 3px solid #f3f3f3;
	border-bottom: 3px solid #f3f3f3;
}

#main-nav ul {
	list-style-type: none;
	margin: 11px 0px 13px 130px;
	padding: 0px;
}

#main-nav ul li {
	display: inline;
}

#main-nav ul li a {
	padding-right: 43px;
	color: #818181;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

#main-nav ul li a:hover {
	color: black;
}

#accessories-nav {
	height: 63px;
	margin: auto;
}

#accessories {
	margin-left: 130px;
}

/* Middle Section */

#middle-section {
	height: 546px;
	border-top: 5px solid #5a3e26;
	background-image: url(images/main-bg.jpg);
	width: 100%;
}

#main-middle {
	width: 940px;
	display: block;
	height: 372px;
	z-index: 80;
	position: absolute;
	top: 115px;
}

.main-middle-wrapper {
	width: 940px;
	height: 372px;
	margin: 50px auto;
	display: block;
	z-index: 60;
}

.main-middle-bg {
	border-radius: 5px;
	width: 940px;
	height: 372px;
	z-index: 70;
	background-image: url('images/main-box-bg.jpg');
	opacity: 0.92;
}

#main-middle p {
	font-size: 1.3em;
	color: #FFF;
}

#main-middle .pad {
	padding: 48px 40px 0px 40px;
}

#main-middle h1 {
	padding: 0px;
	margin: -10px;
	font-size: 4em;
	line-height: 1em;
	font-weight: lighter;
	color: #FFF;
	text-shadow: 0px 4px 4px #756245;
}

#main-middle .source-bold {
	font-weight: bold;
}

#main-middle .left {
	width: 485px;
	float: left;
}

#main-middle .button {
	width: 193px;
	height: 47px;
	text-align: center;
}

#main-middle .blue {
	background-color: #44a619;
	float: left;
	text-shadow: 0px 1px #317e9d;
	border-top: 1px solid #5ad923;
}

#main-middle .blue:hover {
	cursor: pointer;
}

#main-middle .green {
	background-color: #3d9ec4;
	float: left;
	margin-left: 20px;
	text-shadow: 0px 1px #368514;
	border-top: 1px solid #4eccfd;
}

#main-middle .green:hover {
	cursor: pointer;
}

#main-middle .button a {
	display: block;
	padding: 7px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
}

#main-middle .button {
-moz-box-shadow: 0px 3px 3px #756245;
-webkit-box-shadow: 0px 3px 3px #756245;
}

.acc {
}

/* About Section */

#about-section {
	height: 541px;
}

.abt {
	height: 541px;
	background: url(images/about-bg.jpg) no-repeat right 50px;
}

#about-section p {
	width: 320px;
	font-size: 1.2em;
}

#about-section .pad {
	padding: 70px 130px 0px 130px;
}

#about-section h2 {
	font-size: 4em;
	line-height: 0.9em;
	padding: 0px;
	margin: -5px;
	font-weight: lighter;
}

/* How it works */

#how-it-works {
	height: 750px;
	background-color: #41b40d;
}

#how-it-works .pad {
	padding: 60px 40px 0px 130px;
}

#how-it-works .box img {
	margin: auto;
}

#how-it-works h3 {
	color: #FFF;
	font-size: 3.7em;
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

#how-it-works p {
	font-size: 1.2em;
	font-weight: lighter;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 40px;
}

#how-it-works .box {
	width: 300px;
	margin-right: 40px;
	float: left;
}

#how-it-works .box img {
	display: block;
	margin: auto;
}

#how-it-works .box p {
	font-size: 1em;
}

#how-it-works .box h4 {
	font-size: 1.8em;
	font-weight: 400;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#how-it-works .box .last {
	margin-right: 0px;
}

/* Products section */

#products-section {
	height: 700px;
}

#products-section .pad {
	padding: 70px 100px 0px 135px;
}

#products-section h3 {
	text-align: center;
	font-size: 3.5em;
	margin: 0px;
	padding: 0px;
}

#products-section p.description {
	font-size: 1.8em;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#products-section .box {
	width: 155px;
	margin-right: 42px;
	float: left;
}

#products-section .box.last {
	margin-right: 0px;
}

#products-section .box h4 {
	font-size: 1.8em;
	margin-bottom: 10px;
	padding: 0px;
}

#products-section .box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#products-section .box ul li {
	margin-bottom: 15px;
	font-size: 1.2em;
}

/* The buzz */

#media {
	height: 470px;
	background-color: #42b8e6;
}

#media .pad {
	padding: 80px 80px 0px 130px;
}

#media h3 {
	font-size: 3.8em;
	text-align: center;
	margin: -20px 0px 30px 0px;
	padding: 0px;
}

#media .lighter {
	font-weight: lighter;
}

#media .box {
	width: 270px;
	margin-right: 70px;
	color: #FFF;
	font-size: 1.3em;
	float: left;
}

#media .box p {
	font-size: 0.95em;
}

#media .box.last {
	margin-right: 0px;
}

#media .box.last img {
	margin-top: -5px;
	margin-bottom: -14px;
	padding-bottom: 0px;
}

#media.box img {
	margin: auto;
	display: block;
}

/* Join */

#join {
	height: 520px;
	background-color: #ededed;
}

#join .pad {
	padding: 70px 130px 0px 130px;
}

#join h3 {
	font-size: 2.5em;
	font-weight: 400;
	color: #41b40d;
	text-align: center;
	padding: 20px 0px 30px 0px;
	margin: -18px 0px 0px 0px;
}

#join p.description {
	font-size: 1.8em;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#join .b1 {
	margin-left: 50px;
}

#join .box {
	width: 250px;
	border: 2px solid #e6e6e6;
	float: left;
	margin: 15px 8px 0px 5px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

#join .box.bestprice {
	margin-top: -14px;
	padding-bottom: 10px;
	border: 2px solid #49b51c;
}

#join .box.last {
	margin-right: 0px;
}

#join .save10, #join .save15 {
	position: absolute;
	margin-left: 221px;
	margin-top: -8px;
	z-index: 10;
	width: 77px;
	height: 75px;
}

#join h4 {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #000;
	font-size: 1.5em;
	font-weight: lighter;
	color: 
}

#join h4.bestprice {
	padding: 20px 0px 10px 0px;
	line-height: 0.8em;
}

.small {
	font-size: 0.5em;
}

#join h5 {
	color: #000;
	vertical-align: text-top;
	margin: 3px 0px -10px 0px;
	padding: 0px;
	font-size: 4em;
}

#join h5.bestprice {
	margin-top: 0px;
	color: #000;
	font-size: 6em;
}

#join .dollar {
	font-size: 0.3em;
	font-weight: lighter;
	display: inline-block;
	vertical-align: top;
	margin-top: 31px;
}

#join  .dollar.sub {
	margin-top: 21px;
}

#join p.permonth {
	font-size: 1.1em;
	font-weight: 400;
	margin: -8px 0px 24px 0px;
	padding: 0px;
}

#join h6 {
	font-size: 0.9em;
	background-color: #fbfbfb;
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	margin: 0px;
	font-family: arial;
}

#join h6.bestprice {
	color: #c600a1;
}

.pricing-button {
	border-top: 1px solid #f2f2f2;
	height: 80px;
	padding-top: 10px;
}

.get-started {
	padding: 17px 50px 17px 50px;
	background-color: #a8a8a8;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}

.bestprice .get-started {
	background-color: #41b40d;
}

.get-started:hover {
	cursor: pointer;
}

/* Gift */

/* Join */

#gifted .get-started {
	background-color: #00b9f2;
	padding: 17px 50px 17px 50px;
}

#gifted {
	height: 680px;
	background-color: #d3009d;
}

#gifted .pad {
	padding: 70px 130px 0px 130px;
}

#gifted h3 {
	font-size: 3.8em;
	color: #FFF;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: -18px 0px 0px 0px;
}

#gifted p.description {
	font-size: 1.8em;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	color: #FFF;
}

#gifted .box {
	width: 350px;
	border: 2px solid #e6e6e6;
	float: left;
	margin: 25px 8px 0px 5px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

#gifted .box.bestprice {
	margin: -14px 20px 0px 0px;
	display: block;
	padding-bottom: 20px;
	border: 2px solid #939393;
}

#gifted .box.last {
	margin-right: 0px;
}

#gifted .save10, #gifted .save15 {
	position: absolute;
	margin-left: 221px;
	margin-top: -8px;
	z-index: 10;
	width: 77px;
	height: 75px;
}

#gifted h4 {
	display: block;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	color: #000;
	font-size: 1.5em;
	font-weight: lighter;
	color: 
}

#gifted h4.bestprice {
	padding: 40px 0px 20px 0px;
	line-height: 0.8em;
}

.small {
	font-size: 0.5em;
}

#gifted h5 {
	color: #000;
	vertical-align: text-top;
	margin: 3px 0px -10px 0px;
	padding: 0px;
	font-size: 4em;
}

#gifted h5.bestprice {
	margin-top: 0px;
	color: #000;
	font-size: 6.5em;
}

#gifted .dollar {
	font-size: 0.3em;
	font-weight: lighter;
	margin-top: -20px;
}

#gifted p.permonth {
	font-size: 3.0em;
	line-height: 1em;
	margin: -28px 0px 24px 0px;
	padding: 0px;
	font-weight: 400;
}

#gifted h6 {
	font-size: 1.8em;
	background-color: #fbfbfb;
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	margin: 0px;
	font-weight: 400;
}

#gifted h6.bestprice {
	color: #c600a1;
}

/* Overlay Styling */

.login_overlay h1 {
	font-weight: lighter;
	color: #9c9c9c;
	font-size: 2.5em;
	margin-top: 0px;
	padding-top: 0px;
}

.login_overlay ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 755px;
}

.login_overlay li {
	width: 141px;
	height: 181px;
	background: url(images/selection-bg.png) top left;
	display: block;
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: center;
}

.login_overlay li:hover {
	background-position: bottom;
}

.login_overlay li a {
	height: 181px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.login_overlay li a:hover {
}

.login_overlay li img {
	display: block;
	margin: 20px auto 20px auto;
	width: 100px;
}

.login_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;
	background-color: #FFF;
	width:900px;
	min-height:458px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.login_overlay .pad {
	padding: 50px;
}

.login_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a.last:hover {
	cursor: pointer;
}

/*OVERLAY */

/* Overlay Styling */

.simple_overlay#monthly {
	background-color: #f8f8f8;
}

.simple_overlay .pad.awesome {
	background-color: #f8f8f8;
	display: block;
}

.simple_overlay h3 {
	font-weight: 600;
	color: #9c9c9c;
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: -2px;
}

.simple_overlay h4 {
	letter-spacing: -1px;
}

.simple_overlay ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	display: block;
}

.simple_overlay li {
	width: 131px;
	height: 150px;
	display: block;
	float: left;
	display: inline;
	margin-right: 20px;
	text-align: center;
	padding: 0px;
}

.simple_overlay li.last {
	margin-right: 0px;
}


.simple_overlay .pad .choices ul {
	margin: 0px auto;
	width: 584px;
}

.simple_overlay .top-desc {
	width: 131px;
	height: 200px;
	color: #FFF;
	text-align: left;
}

.simple_overlay .top-desc p {
	font-size: 0.9em;
	letter-spacing: -1px;
	font-weight: 400;
}


.simple_overlay .top-desc h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1em;
	height: 40px;
}

.simple_overlay .top-desc .pad {
	padding: 10px 10px 20px 10px;
}

.simple_overlay .top-desc.diet {
	background: url(images/blue-bottom.png) no-repeat bottom #3dc4f3;
}
.simple_overlay .top-desc.diet:hover {
	background: #38b0da;
}
.simple_overlay .top-desc.classic {
	background: url(images/purple-bottom.png) no-repeat bottom #c800a0;
}
.simple_overlay .top-desc.classic:hover {
	background: #df00b2;
}
.simple_overlay .top-desc.glutenfree {
	background: url(images/orange-bottom.png) no-repeat bottom #ff7803;
}
.simple_overlay .top-desc.glutenfree:hover {
	background: #ff8e2d;
}
.simple_overlay .top-desc.snacker{
	background: url(images/red-bottom.png) no-repeat bottom #f82222;
}
.simple_overlay .top-desc.snacker:hover {
	background: #e41e1e;
}
.simple_overlay .top-desc.vegan {
	background: url(images/green-bottom.png) no-repeat bottom #4ab817;
}
.simple_overlay .top-desc.vegan:hover {
	background: #41a114;
}

.simple_overlay li:hover {
	background-position: bottom;
}

.simple_overlay li a {
	height: 181px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.simple_overlay li a:hover {
}

.simple_overlay li img {
	display: block;
	margin: 20px auto 20px auto;
}

.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;
	background-color: #f8f8f8;
	width:900px;
	height:458px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .pad {
	padding: 50px;
}

.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a.last:hover {
	cursor: pointer;
}

/* Footer */

#footer2 {
	height: 50px;
	background-color: #3a3a3a;
	text-align: center;
}

#footer2 p {
	color: #d3d3d3;
}

#footer .footer-link ul li a {
	font-weight: 200;
}

#footer {
	height: 250px;
	background-color: #555555;
	color: #d3d3d3;
	clear: both;
	bottom: 0;
}

#footer a {
	color: #d3d3d3;
}

#footer .pad {
	padding: 35px 130px 0px 130px;
}

.footer-left {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.footer-link {
	width: 140px;
	float: left;
	margin-right: 10px;
}

.footer-link ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-link ul li {
	margin-bottom: 5px;
}

.footer-link h4 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	color: #d3d3d3;
	font-weight: lighter;
}

.footer-link ul li a {
	text-decoration: none;
}

.footer-social {
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.fb-like {
	margin-top: 10px;
	color: #FFF;
}

.social {
	margin-right: 5px;
	width: 38px;
	height: 38px;
	display: block;
	float: left;
}

.twitter {
	background: url('images/sprite-social.png') no-repeat left -38px;
}

.pinterest {
	background: url('images/sprite-social.png') no-repeat left -76px;
}

.instagram {
	background: url('images/sprite-social.png') no-repeat left -114px;
}

.facebook {
	background: url('images/sprite-social.png') no-repeat left -152px;
}

/* Sub page */

.sub-left {
	float: left;
	width: 180px;
	min-height: 600px;
}

#main .sub-right {
	float: right;
	width: 700px;
	min-height: 600px;
	margin-bottom: 40px;
	font-weight: 400;
}

.sub-right h1 {
	margin: 0px;
	padding: 0px;
	font-size: 2.3em;
	text-transform: uppercase;
}

.sub-right h3 {
	font-size: 1.6em;
	margin-top: 40px;
}

.sub-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sub-left ul li {
	font-size: 1.4em;
	margin-top: 5px;
	color: #aeaeae;
	border-bottom: 1px solid #d6d6d6;
	padding: 8px 0px 8px 0px;
	font-weight: 400;
}

.sub-left ul li a {
	text-decoration: none;
	color: #616161;
}
.sub-left ul li a:hover {
	color: #00b4f3;
}
.sub-right img {
	width: 90%;
	display: block;
	padding: 20px 0px 20px 0px;
}

#sub-page {
	width: 1200px;
	margin: auto;
}

#sub-page  .pad {
	padding: 50px 130px 50px 130px;
}

#sub-page .pad .left {
	float: left;
	width: 200px;
}

#sub-page .pad .right {
	width: 700px;
	float: right;
}

#sub-page .right h2 {
	font-size: 2.5em;
	margin-top: 0px;
	padding-top: 0px;
}

#sub-page .left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#button-trigger {
	display: none; height: 8px; width: 30%; position: absolute; left: 0; top: 0; z-index: 5000;
}

#top-gray {
	width: 100%; height: 48px; background-color: #4f4f4f; z-index: 9999;
}

.coupon-code {
	font-size: 1.2em;
	font-family: source sans pro;
}

.goBuzz {
	padding-right: 30px;
}

/* FORM FIELDS */

.SELECT-FIELD {
	height: 37px;
	-webkit-appearance: menulist-button;
	border: 1px solid #aeaeae;
}


input {
	border-radius: 4px;
	padding: 8px 4px 8px 4px;
	border: 1px solid #cccccc;
}

#template-table {
	width: 700px;
	float: left;
	margin-bottom: 70px;
}

#template-table h3 {
	font-size: 2em;
	color: #8b8b8b;
}

#template-table p {
	font-size: 0.9em;
}

.ERRORS, .MESSAGES, .WARNINGS{
	font-size: 0.9em;
}

.BASKET-CONTENTS-TABLE {
	width: 350px;
	border-color: #d6d6d6;
	border: 1px solid #d6d6d6;
}

.SUBMIT-BUTTON {
	padding: 10px 14px 10px 14px;
	background-color: #00b9f2;
	color: #FFF;
	font-weight: bold;
	margin-top: 15px;
}

ul.customer-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.customer-links li {
	display: inline;
	margin-right: 20px;
}

.photobox2 {
	background-color: #FFF;
	width: 205px;
	height: 244px;
	float: left;
	margin-right: 21px;
	margin-top: 0px;
	text-align: center;
}
#choices1 {
							position: absolute;
							margin: 0px;
							padding: 0px;
							width: 1080px;
							height: 550px;
							overflow: hidden;
							left: 50%;
							margin-left: -540px;
							display: block;
						}
						.bread {
							font-size: 1.7em;
							color: #31a72b;
							font-weight: 700;
							letter-spacing: -1px;
							margin: 0px 0px -60px 0px;
							padding: 0px;
							line-height: 1em;
						}
						.choicep.mini {
							height: 310px;
							margin-top: 60px;
						}
						.choicep.smalls {
							height: 330px;
							margin-top: 40px;
						}
						.choicep.medium {
							height: 350px;
							margin-top: 20px;
						}
						.choicep.large {
							height: 370px;
						}
						.choicep {
							width: 250px;
							height: 300px;
							border-radius: 20px;
							background-color: #FFF;
							float: left;
							margin-right: 10px;
							display: block;
							-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
							-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
							box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						}
						.choicep:hover {
							cursor: pointer;
							background-color: #ececec;
						}
						.choicep .top h4 {
							text-align: center;
							font-size: 1.6em;
							color: #187625;
							font-weight: 700;
							padding: 18px 0px 0px 0px;
							margin: 0px;
							line-height: 1em;
							letter-spacing: -1px;
						}
						.choicep .top h5 {
							padding: 0px;
							margin: 0px;
							line-height: 1em;
							font-size: 1.5em;
							color: #6b6b6b;
							font-weight: 600;
							letter-spacing: -1px;
						}
						.choicep .top h6 {
							padding: 0px;
							margin: 0px;
							line-height: 1em;
							font-size: 1.8em;
							color: #6b6b6b;
							font-weight: 600;
							letter-spacing: -1px;
							color: #b60fa4;
							font-family: reenie beanie;
						}
						.choicep .bottom {
							text-align: center;
						}
						.choicep .bottom h4 {
							font-size: 2.1em;
							color: #099d09;
							font-weight: 700;
							padding: 24px 0px 0px 0px;
							margin: 0px;
							line-height: 1em;
							letter-spacing: -1px;
						}
						.choicep .bottom h5 {
							padding: 0px;
							margin: 0px;
							line-height: 1em;
							font-size: 1.4em;
							color: #6b6b6b;
							font-weight: 600;
							letter-spacing: -1px;
						}
						.choicep .bottom h4 .dollarsign {
							color: #099d09;
							font-size: 50%;
							margin: -3px 0px 0px 0px;
							padding: 0px;
							vertical-align: top;
						}
						#choices1 .choicep .top {
							width: 100%;
							height: 84px;
							text-align: center;
							display: block;
						}
						#choices1 .choicep.smalls .top {
							height: 104px;
							background: url(images/save-large.png) no-repeat right top;
						}
						#choices1 .choicep.medium .top {
							height: 124px;
							background: url(images/save-small.png) no-repeat right top;
						}
						#choices1 .choicep.large .top {
							height: 144px;
							background: url(images/save-medium.png) no-repeat right top;
						}
						#choices1 .choicep .mid {
							height: 129px;
							width: 100%;
						}
						#choices1 .choicep.mini .mid {
							background: url(images/mini-box.png) no-repeat center bottom;
						}
						#choices1 .choicep.smalls .mid {
							background: url(images/smalls-box.png) no-repeat center bottom;
						}
						#choices1 .choicep.medium .mid {
							background: url(images/medium-box.png) no-repeat center bottom;
						}
						#choices1 .choicep.large .mid {
							background: url(images/large-box.png) no-repeat center bottom;
						}
						.mini {
							margin-left: 15px;
						}
						.bread .tri {
							color: #5d3e1a;
							padding: 0px 10px 0px 10px;
						}
						.bread .brn {
							color: #5d3e1a;
						}
						#choices1 .choicep .bottom h4 .to {
							font-size: 0.6em;
							color: #797979;
							margin-top: -5px;
						}
						.lesson {
							margin-top: -15px;
						}
#polaroids .polaroidslide .photobox2 img {
	display: block;
	margin: 10px auto;
}
#polaroids .polaroidslide .photobox2 p {
						color: #000;
						text-align: left;
						font-size: 0.8em;
						padding: 0px 10px 10px 10px;
						margin: -5px 0px 0px 0px;
					}
.photobox {
						background-color: #FFF;
						-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						width: 205px;
						height: 244px;
						float: left;
						margin-right: 21px;
						margin-top: 50px;
					}
					.photobox img {
						padding-top: 10px;
						display: block;
						margin: auto;
					}
.polaroidslide {
	margin-top: 0px;
}
.front-outer #front-seventh .gift-box .price .dollarsign {
					font-size: 35%;
					margin-top: -20px;
					vertical-align: top;
				}
.office-box-main {
				width: 1080px;
				height: 404px;
				background: url(office-box.png) no-repeat center;
				position: absolute;
				margin: 0px;
				padding: 0px;
				overflow: hidden;
				left: 50%;
				margin-left: -540px;
				display: block;
			}
			.office-bullets {
				margin: 80px 0px 0px 20px;
				padding: 0px;
				float: left;
			}
			.office-bullets li {
				margin-bottom: 10px;
				font-size: 1.2em;
				font-weight: 600;
			}
			.office-pricing {
				float: right;
				margin-top: 60px;
				width: 300px;
			}
			#front-office {
				overflow: hidden;
			}
			#front-office .office-box-main .office-pricing h3.price {
				font-size: 3em;
				font-weight: 700;
				padding: 0px;
				margin: 0px;
				color: #FFF;
			}
			.dollar-sign-office {
				position: absolute;
				padding: 4px 0px 0px 0px;
				margin-left: -67px;
				font-weight: 700;
			}
			.office-bullets li {
				background:url("images/checkmark2.png") no-repeat 0 50%;
				padding-left: 30px;
			}

			.office-bullets li {
				list-style-type: none;
				padding: 0px 0px 0px 33px;
			}
			.buyofficenow:hover {
				cursor: pointer;
			}
			.buyofficenow {
				margin-top: 20px;
				display: block;
				margin-left: 80px;
			}
			.buyofficenow:hover {
				opacity:0.8;
				filter:alpha(opacity=80); /* For IE8 and earlier */
				transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
			}
			
			#slides {
				height: 500px;
				width: 1000px;
			}
			#prev {
				float: left;
				color: #FFF;
				font-size: 2em;
				text-decoration: none;
			}
			#next {
				float: right;
				color: #FFF;
				font-size: 2em;
				text-decoration: none;
			}
			.nav {
				margin-top: 160px;
			}
			.polaroid4 {
				width: 1000px;
				padding-left: 25px;
				display: block;
				padding-top: 50px;
				margin: auto;
			}
			.polar {
				background-color: #FFF;
				width: 230px;
				height: 250px;
				margin-right: 10px;
				float: left;
				-webkit-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
				-moz-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
				box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
			}
			.polar.last {
				margin-right: 0px;
				float: left;
			}
			.polar img {
				width: 210px;
				height: 210px;
				display: block;
				margin: auto;
				padding-top: 10px;
			}
			#last-month-box {
				width: 1070px;
				height: 600px;
				margin-top: 50px;
			}
			
			.simple_overlay#openvideo {
			width: 660px;
			height: 371px;
		}
		.simple_overlay#coupon-frame {
			background-color: #e6e6e6;
			padding-top: 22px;
			width: 500px;
			height: 500px;
			border: none;
			text-align: center;
		}
		.coupon-box {
			width: 283px;
			height: 90px;
			background-color: #FFF;
			margin: 0px auto;
			display: block;
		}
		.simple_overlay#coupon-frame .coupon-box h3 {
			text-align: center;
			color: #138924;
			font-size: 1.9em;
			font-weight: 700;
			padding-top: 23px;
		}
		#closer {
			text-align: center;
			font-size: 1.2em;
			text-decoration: italic;
			color: #7d7d7d;
			display: block;
			clear: both;
			cursor: pointer;
		}
		.simple_overlay#coupon-frame .close {
			display: none;
		}
		.btn {
		  background: #37c44c;
		  background-image: -webkit-linear-gradient(top, #37c44c, #0b660e);
		  background-image: -moz-linear-gradient(top, #37c44c, #0b660e);
		  background-image: -ms-linear-gradient(top, #37c44c, #0b660e);
		  background-image: -o-linear-gradient(top, #37c44c, #0b660e);
		  background-image: linear-gradient(to bottom, #37c44c, #0b660e);
		  -webkit-border-radius: 15;
		  -moz-border-radius: 15;
		  border-radius: 17px;
		  font-weight: 700;
		  color: #ffffff;
		  font-size: 1.9em;
		  padding: 15px 0px 15px 0px;
		  text-decoration: none;
		  clear: both;
		  margin: 20px auto;
		  cursor: pointer;
		  width: 164px;
		  text-align: center;
		  display: block;
		}

		.btn:hover {
		  background: #2ce832;
		  background-image: -webkit-linear-gradient(top, #2ce832, #2e9613);
		  background-image: -moz-linear-gradient(top, #2ce832, #2e9613);
		  background-image: -ms-linear-gradient(top, #2ce832, #2e9613);
		  background-image: -o-linear-gradient(top, #2ce832, #2e9613);
		  background-image: linear-gradient(to bottom, #2ce832, #2e9613);
		  text-decoration: none;
		}

#top-gray-margin {
					width: 1100px;
					margin: auto;
					display: block;
					clear: both;
					height: 45px;
				}
				#top-gray-margin p {
					margin: 0px;
					font-size: 1.2em;
					float: left;
					padding-top: 8px;
					color: #FFF;
				}
				#top-gray {
					clear: both;
				}
				#top-gray #top-gray-margin #right-nav-top {
					margin-right: 0px;
					padding-right: 0px;
					display: block;
				}
				#top-gray #top-gray-margin ul#right-nav-top a {
					color: #FFF;
				}
				body {
					font-weight: 400;
				}
				body a {
					outline: none;
				}
				body a img {
					outline: none;
				}
				img {
					border: 0;
				}
					.top-bar-wrapper, #top-message {
					}
					.top-bar-wrapper .top-bar-inner #top-message, .top-bar-wrapper .top-bar-inner .logout, .top-bar-wrapper .top-bar-inner .login {
						color: #616161;
					}
				
				.top-bar-wrapper {
					font-weight: 400;
				}
				body {
					-webkit-font-smoothing: antialiased;
					-moz-font-smoothing: antialiased;
					font-smoothing: antialiased;
				}
				.logout, .basket, .login {
					float: right;
					color: #FFF;
					display: block;
					padding: 7px 0px 3px 0px;
					margin: 0px;
					text-decoration: none;
				}
				.top-bar-inner .righty {
					padding-right: 125px;
				}
				.login:hover {
					cursor: pointer;
				}
				.top-outer .top-bar-inner a.logout:hover {
					color: #40cdf7;
				}
				.top-bar-inner {
					margin: auto;
					width: 1200px;
				}
				#top-message {
					color: #FFF;
					display: block;
					padding: 4px 0px 3px 295px;
					float: left;
					font-family: 'reenie beanie';
					font-size: 1.3em;
					border: none;
				}
				#top-message span {
					color: #FFF;
				}
				.top-outer {
					background: url(images/clouds-top2.png) no-repeat top;
				}
				.remove-product {
					background: url(images/cancel-button.png) no-repeat top;
				}
				#right-nav {
					float: right;
				}
				.front-outer {
					width: 100%;
				}
				.blue-gradient {
					width: 100%;
					background: url(images/sky-bg-new.jpg) repeat-x;
				}
				.front-inner {
					width: 1150px;
					margin: auto;
				}
				#tree {
					background: url(images/new-tree.png) no-repeat center 217px;
					height: 577px;
					display: block;
				}
				#front-main {
					width: 100%;
					background: url(images/grass-mound-small.png) no-repeat bottom center;
					height: 668px;
					display: block;
				}
				#video {
					background: url(images/video-bg2.png) no-repeat;
					width: 407px;
					height: 242px;
					float: right;
					margin: 65px 155px 0px 0px;
				}
				.play {
					margin: 0px 0px 0px 0px;
					display: block;
				}
				.play:hover, .play2:hover {
					opacity:0.8;
					filter:alpha(opacity=80); /* For IE8 and earlier */
					transition: opacity .25s ease-in-out;
				    -moz-transition: opacity .25s ease-in-out;
				    -webkit-transition: opacity .25s ease-in-out;
				}
				#main-text {
					width: 100%;
					height: 150px;
					text-align: center;
				}
				#main #main-text h1 {
					margin-top: -1px;
					color: #FFF;
					padding-top: 107px;
				}
				#main #main-text h2 {
					font-weight: 400;
					margin-top: 0px;
					padding-top: 0px;
					color: #FFF;
				}
				#main-text h1, .second-section h3, #main .third-section h3, #main .fourth-section h3, #main .fifth-section h3, #main .sixth-section h3, #main .seventh-section h3, #main .eighth-section h3 {
					font-size: 3.3em;
					letter-spacing: -2px;
					font-weight: 400;
					line-height: 1em;
					color: #464646;
					padding: 90px 0px 0px 0px;
					margin: 0px 0px 0px 0px;
				}
				#main-text h1 .bold, .second-section h3 .bold, #main .third-section h3 .bold, #main .fourth-section .bold, #main .fifth-section h3 .bold, #main .sixth-section h3 .bold, #main .seventh-section h3 .bold, #main .eighth-section h3 .bold {
					font-weight: 800;
				}
				#main-text h2 {
					font-size: 1.3em;
					font-weight: 200;
					letter-spacing: -1px;
					margin: 0px 0px 20px 0px;
					padding: 0px;
				}
				#front-second {
					width: 950px;
					height: 760px;
					margin: 0px auto;
				}
				#front-second img {
					margin-top: 40px;
				}
				.second-section {
					background-color: #FFF;
				}
				.second-section-text {
					text-align: center;
				}
				.second-section-text p {
					font-size: 1.2em;
				}
				#front-third {
					height: 820px;
					width: 950px;
					margin: auto;
					color: #FFF;
				}
				.third-section {
					background: #539f47; /* Old browsers */
					background: -moz-radial-gradient(center, ellipse cover,  #539f47 0%, #539f47 37%, #44863f 100%); /* FF3.6+ */
					background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#539f47), color-stop(37%,#539f47), color-stop(100%,#44863f)); /* Chrome,Safari4+ */
					background: -webkit-radial-gradient(center, ellipse cover,  #539f47 0%,#539f47 37%,#44863f 100%); /* Chrome10+,Safari5.1+ */
					background: -o-radial-gradient(center, ellipse cover,  #539f47 0%,#539f47 37%,#44863f 100%); /* Opera 12+ */
					background: -ms-radial-gradient(center, ellipse cover,  #539f47 0%,#539f47 37%,#44863f 100%); /* IE10+ */
					background: radial-gradient(ellipse at center,  #539f47 0%,#539f47 37%,#44863f 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539f47', endColorstr='#44863f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
				}
				.third-section .box {
					width: 280px;
					margin-right: 40px;
					text-align: center;
					margin-top: 20px;
					float: left;
				}
				.third-section .box h4 {
					font-size: 2.1em;
					font-weight: 400;
					margin: 0px;
					padding: 20px 0px 0px 0px;
				}
				#front-fourth {
					width: 950px;
					height: 690px;
					margin: auto;
				}
				.fourth-section p {
					text-align: center;
					font-size: 1.6em;
					font-weight: 200;
				}
				#main .fourth-section .section .box h4 {
					font-size: 1.4em;
					font-weight: 600;
				}
				#main .fourth-section .section .box {
					margin-right: 25px;
				}
				#main #products-section {
					height: 700px;
				}
				#main .fifth-section {
					height: 850px;
					background: #66bae8; /* Old browsers */
					background: -moz-radial-gradient(center, ellipse cover,  #66bae8 0%, #66bae8 37%, #418dad 100%); /* FF3.6+ */
					background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#66bae8), color-stop(37%,#66bae8), color-stop(100%,#418dad)); /* Chrome,Safari4+ */
					background: -webkit-radial-gradient(center, ellipse cover,  #66bae8 0%,#66bae8 37%,#418dad 100%); /* Chrome10+,Safari5.1+ */
					background: -o-radial-gradient(center, ellipse cover,  #66bae8 0%,#66bae8 37%,#418dad 100%); /* Opera 12+ */
					background: -ms-radial-gradient(center, ellipse cover,  #66bae8 0%,#66bae8 37%,#418dad 100%); /* IE10+ */
					background: radial-gradient(ellipse at center,  #66bae8 0%,#66bae8 37%,#418dad 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bae8', endColorstr='#418dad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
				}
				#main #front-fifth {
					width: 950px;
					margin: auto;
					text-align: center;
					color: #FFF;
				}
				#main #front-office {
					width: 950px;
					margin: auto;
					text-align: center;
					color: #FFF;
				}
				.quotebox {
					width: 264px;
					height: 330px;
					background: url(images/quotebox.png) no-repeat center;
					float: left;
					margin-right: 70px;
				}
				.quotebox img {
					text-align: center;
				}
				.quotebox p {
					padding: 40px 30px 30px 30px;
					height: 220px;
					font-size: 1.1em;
				}
				#main .sixth-section {
					height: 747px;
					background: url(images/join-bg.jpg) no-repeat center #bfbdbe;
				}
				#main .seventh-section {
					height: 690px;
					background: url(images/gift-bg.jpg) no-repeat center top #863266;
				}
				#main .eighth-section {
					height: 690px;
				}
				#main #front-seventh {
					width: 950px;
					margin: auto;
					text-align: center;
				}
				.regular-price {
					color: #268f33;
				}
				#main #front-sixth {
					width: 100%;
					margin: auto;
					text-align: center;
					position: absolute;
					overflow: hidden;
				}
				#main #front-eighth {
					position: absolute;
					overflow: hidden;
					text-align: center;
					margin: auto;
					width: 100%;
					background: url(office-skyline.png) no-repeat center bottom #8ebab5;
					display: block;
					height: 720px;
					clear: both;
				}
				#main #front-sixth p, #main #front-seventh p {
					font-size: 1.6em;
					margin: 0px;
					padding: 0px 0px 30px 0px;
					clear: both;
				}
				.regular-price {
					width: 250px;
					height: 250px;
					border-radius: 155px;
					float: left;
					margin-top: 40px;
					background-color: #FFF;
					border: 20px solid #428f3f;
					-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
					-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
					box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
				}
				.regular-price img {
					display: block;
					margin: -46px auto;
				}
				.regular-price:hover {
					border-color: #70b06d;
				}
				.big-price {
					width: 290px;
					height: 290px;
					border-radius: 170px;
					border: 20px solid #f57f20;
					float: left;
					background-color: #FFF;
					-webkit-box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					-moz-box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					margin: 25px 15px 0px 15px;
				}
				.big-price .leaf {
					display: block;
					margin: -47px auto;
				}
				.big-price:hover {
					border-color: #f3af77;
				}
				.regular-price h4, .big-price h4 {
					font-size: 1.5em;
					color: #f57f20;
					margin-top: 0px;
					padding-top: 90px;
					margin-bottom: 0px;
					padding-bottom: 0px;
					display: inline-block;
					clear: both;
				}
				.big-price .price {
					font-size: 5.7em;
					font-weight: 800;
					margin: 0px 0px -20px 0px;
					padding: 0px;
					line-height: 1em;
					color: #3f4040;
					display: inline-block;
					clear: both;
				}
				#main #front-sixth .regular-price .price {
					font-size: 5em;
					font-weight: 800;
					margin: 0px 0px -20px 0px;
					padding: 0px;
					line-height: 1em;
					color: #3f4040;
					display: inline-block;
				}
				#main #front-sixth .month-select .selection .regular-price .price {
					color: #3f4040;
				}
				.dollarsign {
					vertical-align: top;
					display: inline-block;
					padding-top: 15px;
					font-size: 1.6em;
					font-weight: 600;
					color: #3f4040;
				}
				.amonth {
					clear: both;
					font-weight: 400;
					color: #3f4040;
					line-height: 0.7em;
					margin: -10px 0px 0px 0px;
					padding: 0px 0px 0px 10px;
					font-size: 1.4em;
				}
				.selection h5 {
					padding: 10px 0px 0px 0px;
					margin: 0px;
					font-size: 1.5em;
					color: #353535;
					font-weight: 400;
				}
				.selection h6 {
					font-family: 'Reenie Beanie', cursive;
					padding: 0px;
					margin: 0px;
					font-size: 1.6em;
					color: #4a8f46;
					line-height: 0.8em;
				}
				.gift-box .theprice {
					font-family: 'Reenie Beanie', cursive;
					color: #863266;
					clear: both;
					font-size: 2.0em;
					line-height: 0.1em;
					padding: 0px;
					margin-top: -10px;
				}
				.gift-box.smaller .theprice {
					font-family: 'Reenie Beanie', cursive;
					color: #863266;
					clear: both;
					font-size: 1.6em;
					line-height: 0.1em;
					padding: 0px;
					margin-top: -30px;
				}
				.gift-box .theprice2 {
					font-family: source sans pro, cursive;
					color: #8d8d8d;
					clear: both;
					font-weight: 700;
					font-size: 2.1em;
					line-height: 0.1em;
					padding: 90px 0px 0px 0px;
					display: block;
					letter-spacing: -2px;
					margin-top: -10px;
				}
				.gift-box.smaller .theprice2 {
					font-family: source sans pro, cursive;
					color: #8d8d8d;
					clear: both;
					font-weight: 700;
					font-size: 1.7em;
					line-height: 0.1em;
					padding: 84px 0px 0px 0px;
					display: block;
					letter-spacing: -2px;
					margin-top: -30px;
				}
				.gift-box a {
					text-decoration: none;
				}
				.gift-box.smaller {
					width: 240px;
					height: 240px;
					border-radius: 170px;
					margin: 50px 5px 0px 5px;
				}
				.gift-box {
					z-index: 5000;
					text-decoration: none;
					width: 285px;
					height: 285px;
					float: left;
					border-radius: 170px;
					border: 20px solid #c05292;
					background-color: #FFF;
					-webkit-box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					-moz-box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					box-shadow: 0px 0px 6px 1px rgba(51,51,51,1);
					margin: 20px 15px 0px 15px;
					display: inline-block;
				}
				.gift-box:hover {
					cursor: pointer;
					border: 20px solid #d580b1;
				}
				.gift-box img {
					margin: -40px auto;
					display: block;
				}
				.gift-box.smaller .price {
					font-size: 4.2em;
					font-weight: 800;
					margin: 0px 0px -10px 0px;
					padding: 10px 0px 0px 0px;
					line-height: 1em;
					color: #3f4040;
					clear: both;
					display: block;
					letter-spacing: -5px;
				}
				.gift-box .price {
					font-size: 6em;
					font-weight: 800;
					margin: 0px;
					font-family: reenie beanie;
					padding: 10px 0px 0px 0px;
					letter-spacing: -7px;
					line-height: 1em;
					color: #3f4040;
					clear: both;
					display: block;
				}
				.gift-box .amonth {
					font-size: 1.4em;
				}
				#front-third p.description {
					font-size: 1.2em;
				}
				#products-section .cont .pad .box h4 {
					font-weight: 600;
					font-size: 1.5em;
				}
				#front-press {
					
				}
				.press-part {
					
				}
				#front-press .imgbox {
				margin: auto;
				padding-top: 40px;
				width: 880px;
			}
			.imgbox img {
				float: left;
				display: inline-block;
				margin-right: 50px;
				width: 180px;
			}
			body {
				padding: 0px;    
			}

			.month-select {
				position: absolute;
				margin: 0px;
				padding: 0px;
				width: 960px;
				height: 100%;
				left: 150%;
				margin-left: -480px;
			}

			.boxo {
				position: absolute;
				width: 900px;
				height: 300px;
				text-align: center;
				top: 180px;
				margin-left: -450px;
				left: 150%;
			}
			.boxo h4 {
				font-size: 1.8em;
				margin: 0px;
				padding: 0px;
				clear: both;
				text-transform: uppercase;
			}
			.boxo h5 {
				font-size: 0.8em;
				font-weight: 400;
				letter-spacing: -1px;
				margin: 0px 0px 0px 0px;
				height: 30px;
				padding: 0px;
				line-height: 0.8em;
			}
			.boxo ul.choices img.sign {
				margin: -10px auto -30px auto;
				display: block;
			}
			.selection:hover {
				cursor: pointer;
			}
			.selection {
				display: block;
			}
			.back:hover, .back2:hover {
				cursor: pointer;
				color: #6c6c6c;
			}
			.back {
				position: absolute;
				left: -50px;
				top: 150px;
				font-size: 3.3em;
				font-weight: 700;
			}
			.back2 {
				position: absolute;
				left: -50px;
				top: 150px;
				font-size: 3.3em;
				font-weight: 700;
			}
			.join-message-section {
				height: 40px;
				background-color: #ff0000;
				color: #FFF;
			}
			#join-message-section {
				width: 950px;
				margin: auto;
				text-align: center;
			}
			#join-message-section p {
				font-size: 1.6em;
				font-family: 'reenie beanie';
				padding: 4px 0px 4px 0px;
				margin: 0px;
			}
			.loader {
			margin-top: 70px;
			display: none;
			width: 100%;
			text-align: center;
		}
		.choices {
			list-style-type: none;
			margin: 40px auto;
			padding: 0px 0px 0px 25px;
		}
		.descs {
			list-style-type: none;
			margin: auto;
		}
		.descs li {
			margin-right: 25px;
			margin-top: -25px;
			width: 180px;
			display: inline-block;
			vertical-align: top;
			font-weight: 700;
			text-transform: uppercase;
		}
		.choices li {
			display: inline-block;
			margin-right: 25px;
			height: 270px;
			background: url(images/box2.png) no-repeat bottom;
		}
		.choices li a {
			text-align: center;
			display: inline-block;
			width: 180px;
			height: 180px;
			border-radius: 8px;
			text-align: center;
			position: relative;
			color: #FFF;
			text-decoration: none;
			font-size: 1.5em;
			font-weight: 600;
			}
			.vegan:after {
				border-top: solid 30px #316c34;
			}
			.classic:after {
				border-top: solid 30px #aa679a;
			}
			.diet:after {
				border-top: solid 30px #587a84;
			}
			.gluten-free:after {
				border-top: solid 30px #de7920;
			}
			.ERRORS, .MESSAGES, .WARNINGS {
				display: none;
			}
			.choices li a:after {
				position: absolute;
				top: 100%;
				left: 90px;
				margin-left: -20px;
				content: '';
				width: 0;
				height: 0;
				border-left: solid 20px transparent;
				border-right: solid 20px transparent;
			}
			.choices li a img {
				padding: 0px 0px 5px 0px;
			}
			.choices li a:hover {
				padding-bottom: 10px;
			}
			.choices p {
				font-size: 0.8em;
			}
			.vegan {
				background-color: #316c34;
			}
			.choices li .diet {
				background-color: #587a84;
				margin-right: 0px;
			}
			.classicd {
				color: #aa679a;
			}
			.glutend {
				color: #de7920;
			}
			.vegand {
				color: #316c34;
			}
			.dietd {
				color: #587a84;
			}
			.classic {
				background-color: #aa679a;
			}
			.gluten-free {
				background-color: #de7920;
			}
			
			#coupon {
				width: 560px;
				height: 386px;
				color: #332812;
				padding: 0px;
				margin: 0px;
			}
			
			#coupon p {
				font-size: 1.9em;
				margin: -35px 0px 0px 0px;
				padding: 0px;
				text-align: center;
				font-weight: 600;
			}
			
			#coupon h3 {
				text-align: center;
				padding: 0px 10px 0px 0px;
				display: block;
				margin: -20px 0px 0px 0px;
				font-size: 6.5em;
				clear: both;
				vertical-align: top;
			}
			
			#coupon .close {
				color: #FFF;
				text-align: center;
				cursor: pointer;
				width: 30px;
				height: 30px;
				border-radius: 20px;
				background-color: #dcccad;
				border: 3px solid #332812;
				float: right;
				margin: 0px 90px 0px -40px;
			}
			#coupon .close p {
				padding: 0px 0px 0px 0px;
				margin: -1px 0px 0px 0px;
				color: #332812;
				font-weight: 700;
				font-size: 1.4em;
			}
			#coupon .close:hover {
				background-color: #8a806d;
			}
			#buttons-right {
				float: right;
				width: 300px;
				margin-top: 80px;
			}
			#messages-left {
				float: left;
				width: 300px;
				margin-top: 100px;
			}
			#box-mid {
				width: 300px;
				float: left;
				padding: 55px 0px 0px 112px;
			}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#sub-page {
		min-height: 1500px;
	}
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}