@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
		
body {
	background: url(../images/gradient-bg.png) repeat-x #bbd7e8;
	color: #52504a;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: -2px;
	}
	
	h1 span, h1 em, h1 center {
		font-size: 28px;
	}
	
	h1.small {
		font-weight: normal;
		letter-spacing: normal;
		color: #427392;
	}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
	}
	
	h2 span, h2 em {
		font-size: 22px;
	}
	
	h2 sup {
		position: relative;
		top: 5px;
	}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 5px;
	}
	
	h3 span, h3 em {
		font-size: 17px;
	}
	
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 5px;
	}
	
	h4 u {
		font-size: 15px;
		}

a {
	color: #0099ff;
}

	a:hover {
		color: #31b07f;
	}
	
	#content a, #footer a {
		text-decoration: none;
		border-bottom: 1px dotted #0099ff;
	}
	
		#content a:hover, #footer a:hover {
			border-bottom: 1px solid #31b07f;
		}
		
			#content .noline a, #content .noline a:hover {
				border-bottom: none !important;
			}
	
	a.noborder {
		border: none !important;
	}
	
	a img {
		border: none;
	}

.small, .copyrightNoLinks {
	font-size: 10px;
	line-height: 11px;
}

.underline {
	text-decoration: underline;
	}

.italic {
	font-style: italic;
	}
	
.topspace {
	margin-top: 10px !important;
}

.bottomspace {
	margin-bottom: 25px !important;
}

.noTopSpace {
	margin-top: 0 !important;
}

.noBottomSpace {
	margin-bottom: 5px !important;
}

.left {
	float: left;
}

	img.left {
		margin: 0 25px 10px 0;
	}

.right {
	float: right;
}

	img.right {
		margin: 0 0 10px 25px;
	}

.center {
	margin: 0 auto;
}

p.center {
	text-align: center;
}

.clear {
	clear: both;
}

.none {
	margin: 0 !important;
	padding: 0 !important;
}

div.hr {
  height: 1px;
  border-bottom: 1px solid #aea790;
  margin: 15px 0;
}

div.hr hr {
  display: none;
}

div.softhr {
  height: 1px;
  border-bottom: 1px dotted #aea790;
  margin: 15px 0;
}

div.softhr hr {
  display: none;
}

.green {
	color: #31b07f;
}	

.orange {
	color: #e26000;
}
	
.highlight {
	background-color: #ede3eb;
}

.halfwidth {
	width: 325px;
	text-align: center;
	margin: 0 0 15px 0;
}

.indent {
	padding-left: 30px;
}

/* Layout and Image header area */

#container {
	background: url(../images/headers/random.php) no-repeat center top;
	margin:0;
	padding:0;
}

#seo {
	width: 963px;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
}

#headerbar {
	height: 67px;
	background: url(../images/top-blue-bg.png) center top #009aff;
}

#headerarea {
	width: 975px;
	margin: 0 auto;
}

#logo {
	height: 67px;
}

#promo {
	height: 67px;
	width: 708px;
	background: url(../images/promocode-bg.png);
	position: relative;
}

	#promo p {
		width: 180px;
		display: block;
		position: absolute;
		top: 23px;
		right: 75px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #c0f3df;
		text-align: center;
		text-transform: uppercase;
	}
	

/* Top Nav */

#navbar {
	height: 31px;
	background: url(../images/nav-bar-bg.png);
}

#navbar ul {
	width: 975px;
	list-style-type: none;
	margin: 0 auto;
}

	#navbar li {
		display: inline;
		float: left;
	}
	
	#navbar li a {
		display: inline-block;
		overflow: hidden;
		position: relative;
	}

	#navbar li a span {
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#navbar li a, #navbar li a span {
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 31px;
		display: block;
	}
		
	#home #navbar li#navHome a, #home #navbar li#navHome a span, 
	#how #navbar li#navHow a, #how #navbar li#navHow a span,
	#why #navbar li#navWhy a, #why #navbar li#navWhy a span,
	#testimonials #navbar li#navTestimonials a, #testimonials #navbar li#navTestimonials a span,
	#faq #navbar li#navFAQ a, #faq #navbar li#navFAQ a span,
	#order #navbar li#navOrder a, #order #navbar li#navOrder a span {
		background-position: 0 -62px;
	}
	
	#navbar li a:hover, #navbar li a:hover span {
		background-position: 0 -31px;
		}

	#navbar li#navHome a, #navbar li#navHome a span {
		background-image: url(../images/clearpores_nav_1.png);
		width: 98px;
	}
	
	#navbar li#navHow a, #navbar li#navHow a span {
		background-image: url(../images/clearpores_nav_2.png);
		width: 178px;
	}
	
	#navbar li#navWhy a, #navbar li#navWhy a span {
		background-image: url(../images/clearpores_nav_3.png);
		width: 235px;
	}

	#navbar li#navTestimonials a, #navbar li#navTestimonials a span {
		background-image: url(../images/clearpores_nav_4.png);
		width: 207px;
	}

	#navbar li#navFAQ a, #navbar li#navFAQ a span {
		background-image: url(../images/clearpores_nav_5.png);
		width: 88px;
	}
	
	#navbar li#navOrder a, #navbar li#navOrder a span {
		background-image: url(../images/clearpores_nav_6.png);
		width: 169px;
	}

	#navbar li a:hover {
		background: 0 -31px; /*IE FIX*/
	}

/* Content area */

#buttonarea {
	width: 959px;
	margin: 114px auto 0 auto;
	padding-left: 16px;
}

	#bottletop {
		background-image: url(../images/new/clearpores02.jpg);
		width: 303px;
		height: 79px;
		margin-right: 16px;
		float: left;
	}

	#button {
		padding: 20px 0 16px 0;
		float: left;
	}
	
	#button a {
	  display: block;
	  width: 314px;
	  height: 43px;
	  background: url(../images/free-trial-button.png) no-repeat 0 0;
	}
	
	#button a:hover { 
	  background-position: 0 -43px;
	}
	
	#button a span {
	  display: none;
	}
	
	#order #button {
	display: none;
	}
	
	#buttonOrder {
	display: none;
	}
	
	#order #buttonOrder {
	display: block;
	width: 314px;
	height: 43px;
	background: url(../images/order-page-button.png);
	margin: 20px 0 16px 0;
	float: left;
	}
	
#contentarea {
	width: 975px;
	margin: 0 auto;
	background: #FFF;
}

#leftbar {
	width: 303px;
	text-align: center;
}

	#leftbar img {
		margin-bottom: 15px;
	}
	
	#findout a {
		background: url(../images/new/findoutmore.png);
		height: 79px;
		display: block;
	}
	
	#findout a:hover { 
	  background-position: 0 -79px;
	}
	
	#findout a span {
	  display: none;
	}
	
	#healthcare a {
		background: url(../images/healthcare.png);
		height: 210px;
		width: 276px;
		margin: 20px auto 0 auto;
		display: block;
	}
	
	#healthcare a:hover { 
	  background-position: 0 -210px;
	}
	
	#healthcare a span {
	  display: none;
	}
	
	#flash {
		border: 1px solid #c4d7ef;
		width: 278px;
		margin: 0 auto;
	}
	
	#guarantee {
		margin-top: 15px;
	}
	
	#mcafee {
		margin-top: 5px;
	}

#mainarea {
	width: 623px;
}

#leftgrad {
	width: 16px;
	height: 810px;
	background-image: url(../images/new/clearpores05.png);
	}

#centergrad {
	width: 16px;
	height: 810px;
	background-image: url(../images/new/clearpores07.png);
	}

#rightgrad {
	width: 17px;
	height: 810px;
	background-image: url(../images/new/clearpores08.png);
	}

#content {
	background: #FFF;
	border-top: 5px solid #b8b09f;
	padding: 20px;
}

	#content p {
		margin: 1em 0;
		line-height: 1.38em;
	}
	
	#content ul {
		margin-bottom: 15px;
		list-style-type: none;
	}
	
		#content ul.space {
			position: relative;
			left: 15px;
		}
	
		#content ul li {
			line-height: 1.38em;
			background: url(../images/bullet-white.gif) no-repeat 0 1px;
			padding-left: 17px;
			margin: 2px 0;
		}
		
		#content ul.neglist li {
			background: url(../images/bullet-neg.gif) no-repeat 0 2px;
			padding-left: 17px;
			margin: 2px 0;
		}
		
	#content ul.checklist {
		padding-left: 0;
		list-style-type: none;
	}
	
		#content ul.checklist li {
			background: url(../images/checkmark.png) no-repeat;
			display: block;
			height: 30px;
			padding-left: 36px;
			padding-top: 2px;
			font-size: 15px;
			font-weight: bold;
			font-style: italic;
			color: #8b8674;
		}
		
		#content ul.checklist.spaced li {
			line-height: 1em;
			margin-top: 15px;
			padding-top: 0px;
		}
		
		#content ul.checklist.spaced li.oneline {
			padding-top: 6px;
		}
		
	#content #polaroid {
		width: 580px;
		background: url(../images/polaroids/random.php) no-repeat right top;
	}
	
	#content #certificate {
		width: 580px;
		margin-bottom: 30px;
	}
	
		#certTop {
			background: url(../images/certificate1.png);
			height: 35px;
		}
		
		#certContent {
			padding: 0 25px;
			background: url(../images/certificate2.png);
		}
		
			#certContent h2 {
				font-family: Georgia, "Times New Roman", Times, serif !important;
				font-style: italic;
				color: #0099ff;
				font-size: 26px;
				margin: 0 !important;
			}
		
			#certContent p {
				margin: 15px 0 0 0;
				padding: 0;
			}
		
		#certBottom {
			background: url(../images/certificate3.png);
			height: 36px;
		}
	
	#content #linedPaper {
		background: url(../images/lined-bg.jpg);
		width: 540px;
		height: 480px;
		padding: 80px 20px 20px 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
		#linedPaper .right {
			margin-bottom: 0 !important;
		}
	
		.linedFirstP {
			position: relative;
			top: -5px;
		}
		
		.linedSecondP {
			position: relative;
			top: -10px;
		}

		.linedFirstUL {
			margin-top: -15px;
		}
		
		.linedSecondUL {
			margin-top: -16px;
		}
	
		#linedPaper li {
			line-height: 30px !important;
		}
		
			#linedPaper li strong {
				font-family: Georgia, "Times New Roman", Times, serif !important;
				font-style: italic;
			}
	
		#linedHeader {
			width: 320px;
		}
		
		.linedLastH3 {
			position: relative;
			top: -10px;
		}
		
		#linedButton {
			/*padding: 20px 0 16px 0;*/
			float: right;
		}
		
		#linedButton a {
		  display: block;
		  width: 146px;
		  height: 147px;
		  background: url(../images/lined-order-now.png) no-repeat 0 0;
		}
		
		#linedButton a:hover { 
		  background-position: 0 -147px;
		}
		
		#linedButton a span {
		  display: none;
		}
	
	.tagline {
		color: #aea790;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
	.signature {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 16px;
		/*letter-spacing: -1px;	*/
	}
	
	
#gallery a img {
	padding: 0 10px 10px 10px;
	border: 1px solid #cbd9ea !important;
	background-color: #FFF;
}
	
	.testimonialBox {
		margin-bottom: 20px;
		width: 580px;
	}
	
		.testTop {
			background: url(../images/testimonial-box1.png);
			height: 28px;
			}
		
		.testContent {
			background: url(../images/testimonial-box2.png);
			padding: 0 20px;
			}
			
			.testContent h3 {
				margin: 0;
				padding: 0;
			}
			
			.testContent p {
				margin: 15px 0 0 0 !important;
				padding: 0 !important;
			}
		
		.testBottom {
			background: url(../images/testimonial-box3.png);
			height: 77px;
			}
	
.step {
	text-align: left !important;
}

.stepNumber {
	display: block;
	float: left;
	margin: 5px 25px 20px 0;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
	
#ratedList {
	margin: 0;
	padding: 0;
}

	#ratedList li {
		width: 160px;
		height: 135px;
		margin: 10px 0 !important;
		padding: 10px !important;
		float: left;
		list-style-type: none;
		text-align: center;
		border: 1px dotted #aea790;
		background: none !important;
	}
	
	#ratedList li.middle {
		margin: 10px 10px !important;
	}
	
.orderTable {
	
}

	.orderTable li {
		list-style-type: none;
		font-size: 11px;
		font-weight: bold;
		padding-left: 8px;
	}
	
	.price {
		font-weight: bold;
		color: #FFF;
	}
	
	.retail {
		font-size: 15px;
		font-weight: bold;
	}
	
.doctorPic {
	margin: 0 0 20px 30px;
}

	.doctorPic p.center strong {
		font-size: 11px !important;
		line-height: 15px;
	}
	
#contactTable {
	 border: 1px dotted #cbd9ea !important;
	 margin: 20px auto;
}

	#contactTable td {
		padding: 5px;
	}
	
#imgdisclaimer {
	display: none;
}

#home #imgdisclaimer {
	display: block;
}
	
/* Footer */

#footer {
	margin-top: 16px;
	background: #e6e4de;
	border-top: 5px solid #b8b09f;
}

#footercontent {
	width: 975px;
	margin: 0 auto;
}

#footer p {
	color: #52504a !important;
}

#footer ul {
	list-style-type: disc;
	color: #978f7e;
	margin: 4px 0 30px 0;
	padding: 45px 19px 0 0;
}

	#footer ul p {
		margin: 0 0 10px 0;
	}
	
	#footer ul#navlist {
		background: url(../images/footer-sitemap.gif) no-repeat;
	}

	#footer ul#pkglist {
		background: url(../images/footer-order.gif) no-repeat;
		margin-left: 45px;
		margin-right: 45px;
	}
	
	#footer ul#privlist {
		background: url(../images/footer-leh.gif) no-repeat;
		max-width: 490px;
	}

	#footer ul li {
		margin-left: 15px;
	}

#footer .small {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: 1px dotted #a39f95;
}
