/* TOC
	1) DEFAULTS
	2) GLOBAL
	3) PAGE SPECIFIC
	4) HEADERS and BUTTONS
	5) FLOAT CLEARS/HACKS/SPECIAL CLASSES
	
	VALUES:
	#eee1bc		Body Background
	#000000		Base Font Color
	#715b3d		Footer Font Color
	
	AUTHOR / LOG:
	
	Thomas Gainar, Initial creation, 6/3/9

	HACKS:
		IE6:
		* html #ie6 { background-color: red; } or
		{_background-color: red;}
		
		IE6 + IE7, but not IE8
		
		{*background-color: red;}

		IE7:
		*:first-child+html #ie7 { background-color: blue; }

		Safari2:
		body:last-child:not(:root:root) #safari2 { background-color: yellow; }

		"Modern" browsers:
		html>body #modern { background-color: pink; }

		Safari 3:
		html*:first-of-type #safari3 { background-color: orange; }
		html*#id_of_body:first-of-type to target the body

		Safari 2/3:
		html* #safari2and3 { background-color: gray; }
		html*#id_of_body to target the body
		
		Safari
		@media screen and (-webkit-min-device-pixel-ratio:0){
			.home_fields {background-color: pink;}
		}
		
*/

/* 1) DEFAULTS ---------------------------------------------------------- */
	/* Resets ---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

input, textarea {
	font-family: inherit;
	}
	
table	{ /* tables still need cellspacing=0 in the markup */
	border-spacing: 0;
	}

input[type='text'],
input[type='password'],
textarea,
select	{
	padding: 1px;
	}
	
/* /DEFAULTS ------------------------------------------------------------ */

/* 2) GLOBAL ----------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */
	background: #d8d8d8 url(../images/bg.gif) 50% 0 repeat-y;
	}
#container {
	width: 850px;
	margin: 0 auto 0 auto;
}
h1 {
	background: transparent url(../images/bg_header.jpg) left top no-repeat;
	height: 230px; /* 94-10pad=84 */
	border-bottom: 4px solid #0580a5;
	text-indent: -3000em;
}
h1.receipt {background-image: url(../images/bg_header_receipt.jpg);}
#banner {
	background: transparent url(../images/promo_banner.gif) left top no-repeat;
	height: 74px;
	text-indent: -3000em;
}
#banner.v1 { background-image: url(../images/promo_banner_v1.gif);}
#banner.v1b { background-image: url(../images/promo_banner_v1b.gif);}
#banner.v2 { background-image: url(../images/promo_banner_v2.gif);}
#banner.v2b { background-image: url(../images/promo_banner_v2b.gif);}

#footer {
}


	/* MAIN CONTENT */
	
.content {
	position: relative;
	border-bottom: 4px solid #0580a5;
	background-color: #fff;
}
	.content.intro {
		background: transparent url(../images/bg_intro.gif) left top no-repeat;
		min-height: 403px;
		height: auto !important;
		height: 403px;
	}	
	.content.intro2 {
		background: transparent url(../images/bg_intro_2bottles.jpg) left top no-repeat;
		min-height: 403px;
		height: auto !important;
		height: 403px;
	}
		.content .product_table {
			margin: 12px 0 0 12px;
			float: left; 
			_display: inline;
		}
		
	.content.the_cause {
		height: 428px;
	}
	.content.the_solution {
		background: transparent url(../images/bg_the_solution.gif) left top no-repeat;
		height: 602px;
	}
	.content.the_solution2 { background: transparent url(../images/bg_the_solution_2bottles.gif) left top no-repeat; height: 602px; }
		.the_solution .teaser,
		.the_solution2 .teaser {
			position: absolute;
			bottom: 0; right:0;
		}
	
.intro .movie {
	position: absolute;
	left: 150px; top: 150px;
}	
.intro2 .movie {
	position: absolute;
	left: 160px; top: 150px;
}	
.general-list li {
	padding-left: 10px;
	margin-left: 13px;
	margin-bottom: 20px;
	background-image: url(../images/g_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
		
	/* /MAIN CONTENT */
	
	
/* /GLOBAL ------------------------------------------------------- */

	/* MODULES */
#module {
	background: #10b1ef url(../images/bg_module.gif) left bottom no-repeat;
	width: 272px;
	font-size: 11px;
	margin: 12px 12px 12px 0;
	float: right;					
	_display: inline;									
}
	#module h2 {
		background: #10b1ef url(../images/hdr_regain_control.gif) left top no-repeat;
		width: 272px; height: 34px;
		text-indent: -3000em;
		margin-bottom: 15px;
	}
#module fieldset {}
#module fieldset.checkout ul {
	margin: 0 20px 0 40px;
}
	#module fieldset li {
		display: block;
		clear:both;
		margin-bottom: 5px;
		zoom: 1;
	}
	#module fieldset input {
		font-size: 11px;
		width: 147px;
	}
	#module fieldset select {
		font-size: 11px;
		line-height: 16px;
	}
	#module fieldset select.month {width: 70px;}
	#module fieldset select.year {width: 70px;}
	#module fieldset.checkout input {
		width: 180px;
	}
	#module fieldset input.short,
	#module fieldset input#CVV {width: 40px;}
	#module fieldset input.checkbox {
		width: 15px; margin:0;
	}
	#module fieldset .actions input {
		height: auto;
		width: auto;
	}
	#module fieldset label {
		float: left;
		text-align: right;
		display: block;
		line-height: 20px;
		width: 75px;
		margin-right: 10px;
	}
	#module fieldset.checkout label {
		float: none;
		width: auto;
		text-align: left;
		line-height: normal;
	}
	#module .actions {
		text-align: center;
		margin: 20px 0 36px 0;
	}
	#module .error_messaging {
		margin: 0 15px 10px 15px;
		color: #ff0000;
		line-height: 18px;
	}
	#module .checkout .error_messaging {
		margin: 0 30px 10px 40px;
	}
	#module .error,
	#module .error input {color: #ff0000;}

	
	/* /MODULES */


	/* RECEIPT PAGE */

#receipt {
	font-size: 12px;
	margin: 25px 50px 25px 25px;
	line-height: 18px;
}
	#receipt h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
#receipt table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
	#receipt table td, #receipt table th {padding-right: 10px;}
	#receipt table .summary td,
	#receipt table .summary th {padding-top: 30px;}
	#receipt th, #receipt td {text-align: left;}
	#receipt .price {text-align: right;}
	#receipt tbody th {font-weight: normal;}
	
#receipt .address {margin-top: 20px;}
	#receipt .address caption {
		text-align: left;
		font-weight: bold;
	}
	#receipt .address table {
		margin:0;
		float: left;	
		min-width: 290px;
		width: auto !important;
		width: 290px;
	}


	/* /RECEIPT PAGE  */

	/* MISC */
	
body.terms {background: #fff url(../images/terms.gif) left top no-repeat;}
body.terms .submit {margin-top: 280px;}	
body.privacy {background: #fff url(../images/privacy.gif) left top no-repeat; padding-bottom: 20px;}
body.privacy .submit {margin-top: 2012px;}	

	/* /MISC */

	
/* /PAGE SPECIFIC ------------------------------------------------------- */
/* 4) HEADERS and BUTTONS -----------------------------------------------*/

h2.about_us {background-image: url(../images/h2_about_us.gif); width: 155px; height: 36px; text-indent: -300em;}
h2.faqs {background-image: url(../images/h2_faqs.gif); width: 88px; height: 36px; text-indent: -300em;}
h2.how_it_works {background-image: url(../images/h2_how_it_works.gif); width: 228px; height: 36px; text-indent: -300em;}
h2.step1 {background-image: url(../images/h2_step1_your_warmer.gif); width: 629px; height: 36px; text-indent: -300em;}
h2.step2 {background-image: url(../images/h2_step2_your_scent_pod.gif); width: 629px; height: 36px; text-indent: -300em;}
h2.testimonials {background-image: url(../images/h2_testimonials.gif); width: 223px; height: 36px; text-indent: -300em;}
h2.contact_us {background-image: url(../images/h2_contact_us.gif); width: 187px; height: 36px; text-indent: -300em;}
h2.add_warmers {background-image: url(../images/h2_add_additional_warmers.gif); width: 786px; height: 146px; text-indent: -300em;}

a.btn {text-indent: -300em; display: block; outline: none;}
a.continue_to_step2 {background-image: url(../images/btn_continue_to_step2.gif); width: 359px; height:64px;}
a.continue_to_checkout {background-image: url(../images/btn_continue_to_checkout.gif); width: 359px; height:64px;}
a.continue {background-image: url(../images/btn_continue.gif); width: 239px; height:64px;}
a.add_to_cart {background-image: url(../images/btn_add_to_cart.gif); width: 122px; height:24px;}
a.shopping_cart {background-image: url(../images/btn_shopping_cart.gif); width: 97px; height:16px;}

/* /HEADERS and BUTTONS-------------------------------------------------- */
/* 5) FLOAT CLEARS/HACKS/SPECIAL CLASSES ------------------------------------ */
.clear	{
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	visibility: hidden !important;
	float: none !important;
	padding: 0 !important;
	display: block !important;
	}
.row, .content {
	zoom:1;
}
.row:after, .content:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	width:0;
	line-height:0;
	visibility:hidden;
}

/* /FLOAT CLEARS/HACKS/SPECIAL CLASSES ------------------------------------ */

#we_guarantee{
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#768a03;
	position:absolute;
	top:116px;
	left:39px;
}

#under_we_guarantee{
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4F4F4F;
	position:absolute;
	top:146px;
	left:43px;
	line-height:22px;
}

#promescent_enhances_bullets{
	position:absolute;
	top:16px;
	left:160px;
}

#promescent_enhances_bullets_2{
	position:absolute;
	top:453px;
	left:132px;
}

#promescent_enhances_bullets h2, #promescent_enhances_bullets_2 h2{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#535353;
}

#promescent_enhances_bullets ul, #promescent_enhances_bullets_2 ul{
	list-style-image: url('../images/blue_bullet.jpg');
	padding-top:9px;
	list-style:outside;
}

#promescent_enhances_bullets li, #promescent_enhances_bullets_2 li{
	font-size:18px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	list-style:outside;
	list-style-image: url('../images/blue_bullet.jpg');
	margin-left:20px;
	margin-top:4px;
	margin-bottom:4px;
	line-height:20px;
	font-weight:bold;
}

#the_cause{
	background: transparent url('../images/the_cause_bg.jpg') right top repeat-y;
}

#the_cause_left{
	padding-top:18px;
	padding-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#6e6e6e;
	width:520px;
	letter-spacing:0px;
}

#the_cause_left p{
	padding-left:7px;
}

#forty_percent_of_men{
	background: transparent url('../images/40_percent.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 515px; 
	height:32px;
	padding-bottom:6px;
}

#the_challenge_of_hypersensitivity{
	background: transparent url('../images/the_challenge_of_hypersensitivity.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 393px; 
	height:29px;
	margin-top:39px;
}

#the_cause_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	position:absolute;
	top:0px;
	left:551px;
}

#the_cause_right p{
	padding-left:11px;
	
	width:275px;
}

#how_does_it_work{
	background: transparent url('../images/how_does_it_work.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 243px; 
	height:46px;
	padding-bottom:2px;
	margin-top:10px;
}

#you_can_regain_control{
	background: transparent url('../images/you_can_regain_control.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 276px; 
	height:45px;
	padding-bottom:2px;
	margin-top:6px;
}

#success_stories{
	position:absolute;
	top:23px;
	left:32px;
}

#success_stories_header{
	background: transparent url('../images/success_stories.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 208px; 
	height:26px;
	padding-bottom:0px;
	margin-top:6px;
}

.success_story{
	width:224px;
	padding-left:10px;
	padding-top:18px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

#about_the_product_creator{
	position:absolute;
	left:330px;
	top:30px;
}

#about_the_product_creator_header{
	background: transparent url('../images/about_the_product_creator.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 361px; 
	height:40px;
}

#dr_ronald_gilbert{
	background: transparent url('../images/dr_ronald_gilbert.jpg') left top no-repeat;
	text-indent: -3000em;
	width: 193px; 
	height:22px;
}

#about_the_product_creator p{
	padding-left:7px;
	padding-top:8px;
	padding-bottom:14px;
	font-size:13px;
	line-height:17px;
	color:#6e6e6e;
	width:450px;
}