@media screen {

/*===========================================================================
	Header
===========================================================================*/

div#page div#header {

position:relative;
	height: 125px;
}
/* Social */

#social {
	display:block;
	left:770px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	top:-30px;
	z-index:300;
}

#social #facebook {
	/*background-image: url(../_media/follow_facebook.png);*/
	width:95px;
	float:left;
}

#social #twitter {
	/*background-image: url(../_media/follow_twitter.png);*/
	width:95px;
	float:left;
}

/* @group Layout */

#pageWrap {
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	margin-bottom: 20px;
	}

#generatedContent-1 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

#generatedContent-2 {
	width: 230px;
	float: right;
	}
	
#f1a #contentBlock-1{
	padding:0 22px;
}

#f1c #contentBlock-1 {
	width: 940px;
	margin-left:30px;
	}

#f1d #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2a #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 230px;
	}

#f2b #contentBlock-2 {
	width: 750px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2d #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

/* @end Layout */

#f1c #contentBlock-1 .columnGroup .moduleGroup .module-1 {
	/*width:340px !important;*/
	padding:0 40px 30px 0;
	width:auto !important;
}

#f1c .moduleBody {
	height: 100%;
}
div#primary-content div#contentBlock-1 .moduleBody h2 {
	color: #db3568 !important;
}

/* Logo
===========================================================================*/

div#header a#logo {
	position: absolute;
	left: 25px;
	width: 161px;
	height:96px;
	
}

/* Nav
===========================================================================*/

ul#nav {
	position: absolute;
	top: 27px;
	/*left: 280px; needed when search form is displayed */
	right: 0;
}

ul#nav li {
	float: left;
	/*margin-right: 3px;*/
	/*border-right: 1px dotted #ffffff;*/
	background:url("../_media/nav/nav_divider.png") no-repeat scroll 0 6px transparent;
	/*padding-right: 3px;*/
	
}

ul#nav li.last-child {
	/*margin-right: 0;*/
	/*border-right: none;*/
	/*padding-right: 0;*/
	background:none;
}

ul#nav li a {
	display: block;
	height: 24px;
	text-indent: -1000em;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul#nav li a:hover {
	background-position: 0 -48px;
}

ul#nav li.active a {
	background-position: 0 -24px;
}

li#nav-home a {
	width: 60px;
	background-image: url(../_media/nav/home.png);
}

li#nav-how-it-works a {
	width: 108px;
	background-image: url(../_media/nav/how-it-works.png);
}

li#nav-coupons a {
	width: 79px;
	background-image: url(../_media/nav/coupons.png);
}
li#nav-products a {
	width: 75px;
	background-image: url(../_media/nav/products.png);
}
li#nav-news a {
	width: 60px;
	background-image: url(../_media/nav/news.png);
}

li#nav-where-to-buy a {
	width: 106px;
	background-image: url(../_media/nav/where-to-buy.png);
}

li#nav-tips-and-tricks a {
	width: 102px;
	background-image: url(../_media/nav/tips-tricks.png);
}
li#nav-testimonials a {
	width: 104px;
	background-image: url(../_media/nav/testimonials.png);
}
li#nav-janie-bryant a {
	width: 104px;
	background-image: url(../_media/nav/janie-bryant.png);
}

li#nav-contact-us a {
	width: 96px;
	background-image: url(../_media/nav/contact-us.png);
}

/* Search Form
===========================================================================*/

div#header form#search-form {
	display: none;
	position: absolute;
	top: 20px;
	right: 10px;
}

form#search-form fieldset {
	display: block;
	width: 152px;
	height: 20px;
	padding: 10px 7px;
	background: transparent url(../_media/bg_search-fieldset.png) top center no-repeat;
}

form#search-form input#search {
	border: none;
	/*width: 120px;*/
	background-color: transparent;
}

form#search-form input#submit-search-form {
	position: relative;
	top: 2px;
	padding-left: 5px;
	
}

/*===========================================================================
	Content Wrapper
===========================================================================*/

div#content-wrapper {
 /*padding-left:30px;*/
}

/* Primary Content
===========================================================================*/



div#primary-content h2,
div#secondary-content h2 {
	font-size: 1.5em;
	font-weight: normal;
	/*margin-top:15px;*/
	margin: 0 0 5px;
	padding-top:10px;
	color:#0062aa;
}


div#primary-content a {
	color: #00497e;
}

div#contentBlock-1 p,
div#contentBlock-2 p {
	font-size: 1.3em; /* 13px relative to 10px */
	line-height: 1.4; /* 20px relative to 14px */
	padding-bottom: 6px;
}


div#contentBlock-1 ul,
div#contentBlock-2 ul {
	list-style: disc;
	font-size: 1.3em;
	/*display: inline;*/
	margin-top: .5em;
}

div#contentBlock-1 ul li,
div#contentBlock-2 ul li {
	margin-bottom: .5em;
	margin-left: 1.5em;
	font-size:13px;
}

div#contentBlock-1 ul.actions,
div#contentBlock-2 ul.actions {
	list-style: none;
	/*font-size: 10px;*/
	display: block;
}

div#contentBlock-1 ul.actions li {
	margin-bottom: 0;
	margin-left:0;
}

div#contentBlock-2 ul.actions li {
	margin-bottom: 0;
}

div#contentBlock-1 h1,
div#contentBlock-2 h1 {
	font-size:2em;
	font-weight:normal;
	margin-bottom:10px;
	color:#db3568;
	line-height:1.2em;
}

form#subscribe-form {
	display:inline;
}

form#subscribe-form fieldset {
	padding-top:10px;

}

form fieldset input,
#email-form-wrapper input,
#regular-mail-form-wrapper input {
	width:140px;
	height: 100%;
	color:#333;
	margin-bottom: .4em;
}

#email-form-wrapper input[type=radio],
#regular-mail-form-wrapper input[type=radio] {
	clear: both;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-bottom:0;
}

#email-form-wrapper .fsTable .fsRow,
#regular-mail-form-wrapper .fsTable .fsRow {
	padding-bottom: 0.75em;
}

#email-form-wrapper br,
#regular-mail-form-wrapper br {
	display:none;
}


ul.actions {
	margin-top: 5px;
}

.read-more {
	padding: 2px 19px 0 0;
	color: #033d8e;
	line-height: 1.7em; /* 17px relative to 10px */
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../_media/icon_read-more.png) center right no-repeat;
}

/* Secondary Content
===========================================================================*/



.js div#email-form-wrapper,
.js div#regular-mail-form-wrapper {
	display: none;
}

/*===========================================================================
	Footer
===========================================================================*/



div#footer {
	margin-top: 50px;
	color: #0062aa;
	text-align: center;
	font-size:1.1em;
	clear:both;
}

div#footer ul li {
	display: inline;
	margin-right: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 9px;
}

div#footer ul li.last-child {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

div#footer a {
	color: #db3568;
}
div#footer a:hover {
	color: #c36a95;
}


div#footer ul.legal {
	margin-top:15px;
}

div#footer ul.properties {
	margin-bottom:30px;
}

div#footer ul.properties, div#footer ul.legal {
	color:#6CB3CA;
}
div#footer ul.properties a {
	/*color: #A6E3FF;*/
}

/*===========================================================================
	Forms
===========================================================================*/
div.tx-powermail-pi1, 
div.tx-powermail-pi1 h1{
	/*color:#A6E3FF;*/
}

div.tx-powermail-pi1 legend {
	display: none;
}
div.tx-powermail-pi1 .powermail_radio_inner,
div.tx-powermail-pi1 .powermail_check_inner,
div.has-checkbox {
	float:left;
}

div.tx-powermail-pi1 .powermail_radio,
div.tx-powermail-pi1 .powermail_check,
div.has-checkbox input {
	float:left;
	margin: .1em .6em .7em 0;
}

div.tx-powermail-pi1 .powermail_radio_inner label,
div.tx-powermail-pi1 .powermail_check_inner,
div.has-checkbox label {
	width:400px;
}
div#contentBlock-1 div.tx-powermail-pi1 .powermail_radio_inner label
div#contentBlock-1 div.tx-powermail-pi1 .powermail_check_inner label {
	width:250px;
}
div.tx-powermail-pi1 .powermail_submit,
form div.buttons {
	clear: both;
	margin-top:0.7em;
}


div#contentBlock-1 p.tx_powermail_pi1_fieldwrap_html_radio_title,
div#contentBlock-2 p.tx_powermail_pi1_fieldwrap_html_radio_title,
p.radio-title {
	line-height:1.2em;
	margin-bottom:0.1em;
}

div.tx-powermail-pi1 input,
form#downloadcoupon input {
	margin: 0 0 1em;
}

div.tx-powermail-pi1 label,
form#downloadcoupon label {
	display: block;
	font-size: 1.3em;
}

div.tx-powermail-pi1 textarea {
	margin:0 0 0.5em;
}

div#contentBlock-1 div.tx-powermail-pi1 textarea {
	width: 300px;
	height: 150px;
	margin: 0 0 1em;
}
div.tx-powermail-pi1 textarea {
	width: 400px;
	height: 100px;
}
div#contentBlock-2 div.tx-powermail-pi1 p,
form#downloadcoupon p {
	width:350px;
}

.powermail_mandatory,
form#downloadcoupon span.required {
	color:#ff8373;
font-size:1.2em;
font-weight:bold;
}

form#downloadcoupon input#subscribe {
	width: 200px;
	margin-right: 10px;
	padding-top:10px;
}

div.powermail_mandatory_js {
	color:#ff8373;
	/*float:right;*/
	margin: -2px 0 8px;
	font-size:1.3em;
	font-weight:bold;
	/*width:650px;*/
	clear:both;
}

form p.messaging {
	display: none;
	margin: 5px;
	padding: 5px;
	background-color: red;
}

// ME privacy laws
div#powermaildiv_uid104, div#powermaildiv_uid106 { display: none; }

/* FormSpring
===========================================================================*/

.fsTable .fsRow { display: block; padding-bottom: 1em; }

.fsRequiredLabel { display: block; }

label.fsLabel, .fsOptionLabel { 
	/*display: block;*/
	font-size: 1.3em;
	margin-bottom: 0.1em;
	vertical-align: bottom;
 }

.fsOptionLabel {
	padding-top: 0.2em;
}

label.fsLabel { 
	font-weight:bold;
	margin-top: 0.5em;

}
.fsRequiredLabel span {
	color:#ff8373;
	font-size:1.2em;
	font-weight:bold;
}

.fsSpacerRow { display: none; }

/*===========================================================================
	Modules
===========================================================================*/

div.module {
/*	position: relative;*/
	/* margin-top: 30px; */

}

*+html div.module  > div {
	opacity: .4;
}




*+html div.module div.mod-content > div {
	border: 1px solid transparent;
}

/* Translucent */


/* Opaque */



/* Gradient Fade */



/* Textured */


.coupon {
	position: absolute;
	/*top: 0;*/
	/*left: -30px;*/
	margin-top:9px;
	z-index: 0;
}

#subscribe-form h4.label-title {
	font-weight: bold;
	font-size: 1.2em;
	/*letter-spacing: .05em;*/
	color: #666666;
}

form#subscribe-form {
	position: relative;
	z-index: 100;
	/*margin-top: 117px;*/
}

input#subscribe {
	width: 85%;
}

/* BN Test */

table.contenttable td{
	vertical-align: middle;
	padding:10px 10px 0 0;
}

div.clearOnly {
	display: none;
}

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color:#db3568;
	background: transparent url(../_media/mod/right-cap.png) no-repeat scroll right top;
	font-size: 14px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	color:#db3568;
	background: transparent url(../_media/mod/left-cap.png) no-repeat scroll left top;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: transparent url(../_media/mod/right-cap.png) no-repeat scroll right bottom;
	font-size: 1px;
	/*overflow: hidden;*/
	}

.moduleFooter span {
	display: block;
	height: 15px;
	background: transparent url(../_media/mod/left-cap.png) no-repeat scroll left bottom;
	}

.moduleBody {
	/*padding: 15px 10px 10px 10px;*/
	height:220px;
	}
	


.moduleBodyWrap {
	background: url(../_media/mod/module-body-bg.png) repeat-y scroll 0 0 transparent;
	padding: 0 20px;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	width:220px;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */








/* Footer Images */

span.x2a.large-bottles {
	bottom: -80px;
	right: -10px;
	width: 120px;
	height: 183px;
	background: transparent url(../_media/mod/ft_bottles-large.png) bottom right no-repeat;
}

span.x2a.small-bottles {
	bottom: -10px;
	right: -5px;
	width: 101px;
	height: 117px;
	background: transparent url(../_media/mod/ft_bottles-small.png) bottom right no-repeat;
}

/*===========================================================================
	Image Replacement
===========================================================================*/

#see-how-it-works {
	margin-bottom: 25px;
	height: 135px;
	background-image: url(../_media/ir/see-how-it-works.png);
}

#start-your-wrinkle-free-life {
	height: 40px;
	background-image: url(../_media/ir/start-your-wrinkle-free-life.png);
}

/*===========================================================================
	Flash wrappers
===========================================================================*/

div.inner-flash-wrapper {
	position: relative;
	/*right: -480px;*/
}

* html div.inner-flash-wrapper {
	position: absolute;
	top: 125;
	right: -200px;
}

*+html div.inner-flash-wrapper {
	right: 35px;
}


/* end @media */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}
/* Safari 3.0 and Chrome rules here */
div.inner-flash-wrapper {
	/*right: 20px;*/
}

/* Janie Bryant style */

table.contenttable.contenttable-0.janie {
	background-color: white;
	width: 630px;
	border: 1px solid #9A3895;
}

table.contenttable.contenttable-0.janie thead th {
	padding: 5px 5px 3px 10px;
	font-family: georgia;
	font-size: 13px;
	color: #211F1F;
	font-weight: normal;
	border-right: 1px dotted #211F1F;
	border-bottom: 1px solid #211F1F;
	background: url(../_media/table-bg.jpg) repeat-x;

}

table.contenttable.contenttable-0.janie tr {
	border: 1px dotted #211F1F;
	background: none repeat scroll 0 0 transparent;
}

table.contenttable.contenttable-0.janie tr.tr-even {
	background-color:#f9efee;
}

table.contenttable.contenttable-0.janie td {
	padding: 5px 5px 3px 10px;
	vertical-align: middle;
	color: #211f1f;
	font-size:12px;
}

table.contenttable.contenttable-0.janie td.td-0{
	width: 119px;
	border: 1px dotted #211F1F;
}

/* end Janie Bryant style */

