/*  

Theme Name: Skin1

Author URI: http://ndzynes.com

Version: 2.0

Author: Nathan Parikh

Description: Theme developed for Skin1. Designed by <a href="http://www.skyboxcreative.com">Skybox Creative</a>.

*/
body {
	font-family: Arial, Helvetica, Verdana, Georgia, Times, serif;
	font-size: 14px;
	color: #7e7f81;
	background: #fff;
	line-height: 18px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #595959;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.left {
	float: left;
}
.center {
	display: block;
	margin: 0px auto;
}
.centertxt {
	text-align: center;
}
.centertxt .drkgray {
	margin: 0px 3px 0px 0px;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.text-left {
	text-align: left;
	display: block;
}
.text-right {
	text-align: right;
	display: block;
}
.orange {
	color: #f58467;
}
.blue {
	color: #3c97bf;
}
.blu {
	background: #3c97bf;
}
.orng {
	background: #f58467;
}
.red {
	background: #d93b2b;
}
.purple {
	background: #9b4a84;
}
.drkgray {
	color: #7e7f81;
}
.green {
	background: #adc863;
}
.fourteen {
	font-size: 14px;
}
.block {
	width: 38px;
	height: 14px;
	display: block;
	float: left;
	margin: 5px 10px 0 10px;
}
.container {
	width: 895px;
	margin: 0px auto;
	padding: 0px;
}
.logo {
	margin: 16px 0 0 0px;
	width: 167px;
	height: 56px;
	float: left;
}
.slogan {
	width: 242px;
	height: 23px;
	float: left;
	margin: 33px 43px 0 430px;
	background: url(images/slogan.png) no-repeat;
}
#menu {
	height: 29px;
	font-size: 12px;
	padding: 0px 0 0;
	margin: 17px 0 0px 0px;
	float: left;
	clear: both;
	height: 41px;
	width: 100%;
}
#menu a {
	font-size: 12px;
	color: #818285;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 41px;
}
#menu ul li {
	background: url(images/nav_divider.png) no-repeat center right;
	list-style-type: none;
	position: relative;
	display: inline;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	float: left;
	height: 41px;
}
#menu ul li a {
	padding: 13px 12px 12px;
	margin: 0px;
	float: left;
}
#menu ul li:hover {
	color: #f56e4c;
	text-decoration: none;
}
#menu ul li.current_page_item, #menu ul li.current_page_parent {
	background: url(images/nav_hover.png) repeat-x;
	color: #f26649;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color: #f56e4c;
	;
}
#menu ul li:hover a {
	color: #f56e4c;
	text-decoration: none;
}
/*DD Menu*/

/*NAVBAR CPDE*/ 

	#menu ul li {
	float:left;
	display:block;
}
#menu ul li ul li {
	float:none;
	display:block;
	background: none;
	padding: 0px;
	width: 184px;
	height: 24px;
}
#menu ul li ul li a {
	font-size: 11px;
	height: 8px;
	padding: 8px;
	width: 176px;
	text-transform: none;
}
#menu ul li ul {
	position: absolute;
	width: 184px;
	background: #f2f2f2;
	opacity: 0.9;
	padding:0px;
	z-index: 1000;
	display:none;
	line-height:12px;
	color: #818285;
	font-size: 11px;
	font-weight: bold;
	margin: 41px 0 0 0px;
	float: none;
	height: auto;
}
*:first-child+html #menu ul li ul {
	margin: auto;
	clear: both;
}
#menu ul li:hover ul li a {
	color: #818285;
}
#menu ul li ul li:hover {
	background: #e2e2e2;
}
#menu ul li ul li:hover a {
	color: #818285;
}
#submenu {
	background: url(images/submenu-bg.jpg) repeat-x;
	padding: 5px 0px 0px 0px;
	width: 872px;
	font-size: 11.5px;
	color: #D8D8D8;
}
.subpage {
	margin: 0px 10px 0px 10px;
}
#subspace {
	display: block;
	height: 5px;
	float: left;
	background: none;
}
#subspace.about {
	width:65px;
}
#subspace.products {
	width:130px;
}
#subspace.science {
	width:228px;
}
#subspace.media {
	width:348px;
}
#header {
	height: 130px;
	width: 100%;
	color: #fff;
	background:#f4795b url(images/bg.png) repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#header h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
#header h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #7b7070;
}
#s {
	width: 178px;
	height: 25px;
	background: #fafafa;
	padding: 10px 5px 0 10px;
	border: 1px solid #D8D8D8;
	color: #636363;
	font-size: 14px;
}
#search {
	float: right;
	margin: 20px 0px 0px 0px;
}
#searchsubmit {
	background: #5f5f5f;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: none;
	padding: 1px 15px 2px 15px;
}
#rss {
	height: 32px;
	margin: 20px 0 0 30px;
	float: left;
	font-family: Lucida Sans, Georgia, Times, serif;
	color: #888;
	line-height: 32px;
}
#rss img {
	margin: 0px 10px 0px 0px;
}
#content {
	width: 568px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	float: left;
}
#content h1, #content h1 a {
	color: #f56e4c;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}
#page-content {
	width: 875px;
	background: #fff;
	padding: 0 0px 20px 0px;
	float: left;
	font-size: 12px;
	line-height: 24px;
}
#page-content .product-section-1, #page-content .product-section-2, #page-content .product-section-3, #page-content .product-section-4 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #7e7f81;
	line-height: 18px;
}
#page-content .product-section-1 .image {
	width: 435px;
	height: 432px;
	background: url(images/bg_product1.png) no-repeat;
	float: left;
	margin: 38px 0 0 -46px;
}
#page-content .product-section-1 .header {
	background: url(images/header_products.png) no-repeat;
	width: 420px;
	height: 60px;
	float: left;
	margin: 73px 0px 0px 7px;
}
#page-content .product-section-1 .copy {
	float: left;
	width: 478px;
	margin: 0px 0px 0px 8px;
	line-height: 23px;
}
#page-content .product-section-1 .copy .shadow {
	margin: 17px 0px 0px 0px;
}
#page-content .product-section-2 .image {
	width: 309px;
	height: 319px;
	background: url(images/bg_product2.png) no-repeat;
	float: right;
	margin: -26px 0 0;
}
#page-content .product-section-2 .header {
	background: url(images/header_regimen.png) no-repeat;
	width: 254px;
	height: 29px;
	float: left;
	margin: 0px 0px 14px 0px;
}
#page-content .product-section-2 .copy {
	float: left;
	width: 505px;
	margin: 45px 0 0 38px;
	line-height: 23px;
}
#page-content .product-section-2 .copy p {
	margin: 0px;
	clear: both;
}
#page-content .product-section-2 .copy .shadow {
	margin: 29px 0 0;
}
#page-content .product-section-3 .image {
	width: 290px;
	height: 372px;
	background: url(images/bg_product3.png) no-repeat;
	float: left;
	margin: 20px 0px 0px 56px;
}
#page-content .product-section-3 .header {
	background: url(images/header_clarifying.png) no-repeat;
	width: 309px;
	height: 29px;
	float: left;
	margin: 0px 0px 13px 0px;
}
#page-content .product-section-3 .copy {
	float: left;
	width: 480px;
	margin: 73px 0 0 42px;
	line-height: 23px;
}
#page-content .product-section-3 .copy p {
	margin: 0px;
	clear: both;
}
#page-content .product-section-3 .copy .shadow {
	margin: 18px 0px 0px 0px;
}
#page-content .product-section-4 .image {
	width: 323px;
	height: 297px;
	background: url(images/bg_product.png) no-repeat;
	float: right;
	margin: -7px 0px 0px 0px;
}
#page-content .product-section-4 .header {
	background: url(images/peels.png) no-repeat;
	width: 244px;
	height: 24px;
	float: left;
	margin: 0px 0px 13px 0px;
}
#page-content .product-section-4 .copy {
	float: left;
	width: 480px;
	margin: 36px 0px 0px 39px;
	line-height: 23px;
}
#page-content .product-section-4 .copy .shadow {
	margin: 13px 0px 0px 0px;
}
img.view-products {
	float: left;
}
#product-content {
	width: 500px;
	background: #fff;
	padding: 0 0px 20px 0px;
	float: left;
	font-size: 12px;
	line-height: 24px;
}
#about-header {
	width: 871px;
	height: 314px;
	margin: 40px auto 0px auto;
	background: url(images/about-header.jpg) no-repeat;
}
#green-statement-header {
	width: 872px;
	height: 465px;
	margin: 20px auto 0px auto;
	background: url(images/green-header.jpg) no-repeat;
}
#daily-header {
	width: 870px;
	height: 257px;
	margin: 0px auto 40px auto;
	background: url(images/daily-regimen-header.jpg) no-repeat;
}
#acne-header {
	width: 870px;
	height: 257px;
	margin: 0px auto 40px auto;
	background: url(images/acne-regimen-header.jpg) no-repeat;
}
#nutravit-header {
	width: 875px;
	height: 257px;
	margin: 15px auto 40px auto;
	background: url(images/nutravit-header.jpg) no-repeat;
}
#structure-header {
	width: 872px;
	height: 194px;
	margin: 15px auto 40px auto;
	background: url(images/structure-header.jpg) no-repeat;
}
#faq-header {
	width: 873px;
	height: 195px;
	margin: 15px auto 40px auto;
	background: url(images/faq-header.jpg) no-repeat;
}
#blog-header {
	width: 872px;
	height: 194px;
	margin: 15px auto 40px auto;
	background: url(images/blog-header.jpg) no-repeat;
}
#spa-header {
	width: 872px;
	height: 251px;
	margin: 40px auto 0px auto;
	background: url(images/putfirstheader.jpg) no-repeat;
}
#soon-header {
	width: 872px;
	height: 194px;
	background: url(images/coming-soon-header.jpg) no-repeat;
	margin: 40px auto 0px auto;
}
#media-header {
	width: 872px;
	height: 194px;
	background: url(images/media-header.jpg) no-repeat;
	margin: 40px auto 0px auto;
}
#peels-header {
	width: 870px;
	height: 256px;
	margin: 22px auto 37px -4px;
	background: url(images/bg_header_peels.jpg) no-repeat;
}
.media-box {
	width: 280px;
	display: block;
	float: left;
	margin: 0px 0px 35px 0px;
}
.media-box h2 {
	color: #4099c2;
	font-size: 15px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.media-box img {
	margin: 0px 0px 0px 60px;
}
#about-copy {
	padding: 0px 0px 20px 0px;
	margin: 0px 0 0 0;
}
#about-copy.about {
	margin: -50px 0px 0px 0px;
	width: 500px;
	float: left;
}
#about-copy.green-statement {
	width: 565px;
	float: left;
	margin: -155px 0px 0px 35px;
}
#about-copy.green-statement h2 {
	font-weight: bold;
	color: #7e7f81;
	font-size: 14px;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
}
#about-copy.peels .intro {
	float: left;
	background: url(images/bg_peels.png) no-repeat;
	width: 720px;
	height: 319px;
	margin: -20px 0 30px 0px;
}
	#about-copy.peels .intro .copy {
	width: 443px;
	height: 182px;
	float: left;
	margin: 130px 0 0 292px;
	font-size: 14px;
	line-height: 22px;
}
#about-copy.daily {
	width: 720px;
	float: right;
	position: relative;
	z-index: 5;
}
#about-copy.daily .intro {
	float: left;
	background: url(images/bg_regimen.png) no-repeat;
	width: 727px;
	height: 318px;
	margin: 0px 0px 50px 0px;
}
#about-copy.daily .intro.clarifying {
	background: url(images/bg_acne.png) no-repeat;
}
#about-copy.daily .intro .copy {
	width: 415px;
	height: 225px;
	float: left;
	margin: 113px 0 0 302px;
	font-size: 14px;
}
#about-copy.daily .intro .copy.acne {
	margin: 113px 0 0 280px;
}
#about-copy.science {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 15px;
}
#about-copy.glossary {
	float: left;
	margin: 0px 0px 0px 30px;
}
#about-copy.structure {
	width: 540px;
	float: left;
	margin: 0px 0px 0px 15px;
}
#about-copy.faq {
	width: 695px;
	float: left;
	margin: 0px 0px 0px 35px;
	font-style: italic;
}
#about-copy.faq h2 {
	font-weight: bold;
	color: #f4795b;
	font-size: 12px;
	margin: 25px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
	font-style: normal;
}
#about-copy.articles {
	width: 695px;
	float: left;
	margin: 0px 0px 0px 35px;
}
#about-copy.articles h2 {
	font-weight: bold;
	color: #7e7f81;
	font-size: 14px;
	margin: 25px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
	font-style: normal;
}
#about-copy.articles a {
	color: #f4795b;
	font-weight: bold;
}
#about-copy.blog {
	width: 635px;
	float: left;
	margin: 0px 0px 0px 27px;
}
#about-copy.blog h1 {
	font-weight: normal;
	font-size: 17px;
	padding: 0px;
	margin: 15px 0px 5px 0px;
}
#about-copy.press {
	width: 820px;
	float: left;
	margin: 0px 0px 0px 27px;
}
#about-copy.press .post {
	width: 820px;
}
#about-copy.press h1 {
	font-weight: normal;
	font-size: 17px;
	padding: 0px;
	margin: 15px 0px 5px 0px;
}
#about-copy.press .post h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	background: url(images/orange-cross.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 10px 0 5px 0;
}
#about-copy.press .post h1 a {
	color: #636363;
}
#about-copy.spa {
	width: 800px;
	float: left;
	margin: -22px 0px 0px 35px;
}
#about-copy.contact {
	width: 850px;
	float: left;
	margin: -22px 0px 0px 35px;
}
#about-copy.soon {
	width: 720px;
	float: right;
	position: relative;
	z-index: 5;
	font-size: 16px;
}
#about-copy.single-product {
	width: 505px;
	float: left;
	margin: 0 0 0 18px;
}
	#about-copy.single-product.peels {
		width: 575px;
	}
#about-copy.media {
	width: 875px;
	float: left;
	margin: 0 0 0 0px;
}
#big-product {
	width: 264px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #7e7f81;
}
#big-product.tote {
	width: 240px;
}
	#big-product.peels {
		width: 93px;
		margin: 20px 16px 0px 38px;
	}
#big-product img {
	
}
#big-product p {
	float: left;
	clear: both;
}
#about-copy.single-product .details {
	width: 221px;
	float: left;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
	#about-copy.single-product .details.peels {
		width: 405px;
		margin: 17px 0 0 19px;
		line-height: 15px;
	}
	#about-copy.single-product.peels h2 {
		margin: 22px 0 16px;	
	}
	
	#about-copy.single-product .details.tote {
		width: 240px;
	}
#about-copy.single-product .components {
	color: #f58467;
	font-weight: normal;
	font-size: 11px;
	margin: 30px 0px 20px 0px;
}
#about-copy.single-product h2 {
	font-size: 24px;
	line-height: 1em;
}
#jump {
	border: none;
}
.suggested-product {
	color: #7e7f81;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	width: 115px;
	margin: 0px 0px 0px 0px;
	padding: 0 10px 0 0;
	float: left;
}
.suggested-product img {
	border: 1px solid #e6e7eb;
}
.grayarrow {
	background: url(images/gray-arrow.png) right center no-repeat;
}
#ingredients {
	font-size: 9px;
	color: #7e7f81;
	float: left;
	line-height: 14px;
	margin: 20px 0px 0px 0px;
	clear: both;
	width: 100%;
}
#ingredients h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	float: left;
}
#lead-image {
	border-bottom: 1px solid #e6e6e6;
}
	#lead-image.peels {
		border: none;
		margin: 8px 0 0 0px;
		line-height: 18px;
	}
#daily-shot, #acne-shot {
	font-size: 14px;
	cursor: pointer;
}
#daily-shot {
	background: url(images/daily-regimen-shot.png) no-repeat;
	width: 357px;
	height: 284px;
	color: #fff;
	float: left;
	margin: 0 25px 0 70px;
	padding: 75px 0 0 0;
}
#daily-shot ul li, #acne-shot ul li {
	list-style-type: disc;
	margin: 0 0 10px 0px;
	line-height: 14px;
}
#acne-shot ul li.more {
	list-style-type: none;
	margin: 0px 0px 0px -13px;
}
#acne-shot {
	background: url(images/acne-regimen-shot.png) no-repeat;
	width: 364px;
	height: 359px;
	color: #fff;
	float: left;
	padding: 75px 0 0 0px;
}

#product-grid {
	float: left;
	width: 720px;
	margin: 11px 0 0;
}

.product-left {
	padding: 15px 15px 15px 0px;
}
.product-right {
	padding: 15px 0px 15px 15px;
}
.product-left {
	display: table-cell;
	width: 359px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	height: 275px;
}
	.product-left.peels, .product-right.peels {
		width: 285px;
		margin: 0px 0 0 54px;
		line-height: 19px;
	}
		
	.product-right.peels {
		margin: 0px 0px 0px 0px;
		float: left;
		padding: 15px 0 15px 51px;
	}
		.product-right.bottom.peels {
			margin: 0px 0px 0px 0px;
		}
		.product-left.peels img, .product-right.peels img {
			margin: 0 36px 0 0;
		}
		.product-left.peels h2, .product-right.peels h2 {
			margin: 28px 0 7px;
			line-height: 21px;
		}
		.product-left.peels .learn, .product-right.peels .learn {
			margin: 12px 0 !important;
			clear: none;
		}
.product-right {
	display: table-cell;
	width: 330px;
	border-bottom: 1px solid #e6e6e6;
	float: right;
	height: 275px;
}
.product-left h2, .product-right h2 {
	font-size: 18px;
	color: #636363;
	padding: 0px;
}
.vector {
	margin: 0px -40px 0px 40px;
	width: 136px;
	float: left;
	position: relative;
	z-index: -1;
}
.bottom {
	border-bottom: 0px solid #e6e6e6;
}
.details {
	font-size: 14px;
	font-weight: bold;
	color: #7e7f81;
}
.learn {
	margin: 0px 13px 0px 39px;
	clear: both;
	float: left;
}
#single-right {
	width: 176px;
	float: right;
}
#testimonials {
	width: 174px;
	border: 1px solid #e7e7e7;
	float: right;
	margin: 0px 0px 20px 0px;
	background: #fff;
	line-height: 17px;
}
#testimonials .border {
	border-bottom: 1px solid #fff;
}
#testimonials .header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#testimonials .testimony {
	padding-top: 20px;
	padding-bottom: 20px;
}
#testimonials .header, #testimonials .testimony {
	background: #b3c03c;
	padding-right: 10px;
	padding-left: 13px;
	color: #fff;
	font-size: 11px;
}
.spabox {
	border: 1px solid #d4d6d7;
	width: 305px;
	height: 135px;
	padding: 15px 0px 15px 40px;
	margin: 0px 15px 15px 0px;
	font-size: 11px;
	line-height: 20px;
	float: left;
}
.spabox h2 {
	margin: 0px 0px 10px -15px;
	padding: 0px 0px 0px 15px;
	background: url(images/cross.png) left no-repeat;
	font-weight: normal;
	font-size: 18px;
}
.spabox a {
	color: #4099c2;
}
#contactform {
	width: 420px;
	float: left;
	padding: 0px;
	margin: 0 25px 0 0;
	border-right: 2px solid #c6c7c9;
}
#info {
	width: 400px;
	height: 400px;
	float: left;
	background: url(images/infobg.jpg) bottom right no-repeat;
	font-size: 15px;
}
#info h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #4099c2;
}
.entry {
	margin: 0px 0px 30px 0px;
}
.commentlist li {
	padding: 10px 10px 5px 10px;
	border: 1px solid #8A8A8A;
	margin: 0px 0px 10px 0px;
}
.alt {
	background: #efefef;
}
#flash {
	width: 568px;
	height: 282px;
	margin: 25px 0 22px;
}
#welcome {
	width: 100%;
	height: 280px;
	line-height: 22px;
}
#welcome h1 {
	color: #f56e4c;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#sidebar {
	width: 302px;
	float: right;
	margin: 16px -22px 0 0;
}
#sidebar .box {
	width: 302px;
	background: url(images/box_shadow.png) no-repeat bottom;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}#connect {	float:left;	width:175px;	background:url(images/bg_connect.png) center left no-repeat;	padding:0px 0px 0px 120px;	margin:0px 0px 30px 0px;}	#connect .social {		margin: 0px 5px 0px 0px;	}
#sidebar h2 {
	font-size: 18px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#sidebar ul li, #sidebar li {
	list-style-type: none;
}
#nutravit {
	width: 248px;
	height: 129px;
	background: url(images/nutravit.png) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 50px 0 0 15px;
}
#nutravit ul li {
	list-style-type: disc;
	width: 115px;
	margin: 0 0 10px 8px;
	line-height: 14px;
}
#elle sweep {
	width: 115px;
	margin: 20 20 10px 8px;
	line-height: 14px;
}
#nature {
	width: 269px;
	height: 128px;
	background: url(images/nature.png) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 55px 0 0 14px;
	margin: 10px 0px 0px 0px;
}
#page-sidebar {
	width: 300px;
	float: left;
}
#page-sidebar.about {
	margin: -80px 0px 0px 0px;
}
#page-sidebar.daily {
	margin: 0px 0px 0px 0px;
	width: 130px;
	float: left;
}
#page-sidebar img {
	margin: 0px auto;
	display: block;
}
#product-sidebar {
	width: 146px;
	color: #636363;
	font-size: 12px;
	float: left;
}
#product-sidebar h2 {
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 0px 5px 0px;
}
#product-sidebar ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#product-sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: lowercase;
}
.date-box {
	width: 71px;
	height: 69px;
	float: left;
	border: 1px solid #d8d8d8;
	border-right: 0px;
	color: #636363;
	text-align: center;
}
.month {
	text-transform: lowercase;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.day {
	font-size: 34px;
	font-weight: bold;
}
.post {
	width: 537px;
	float: left;
	border: 1px solid #d8d8d8;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}
#about-copy.blog .post h1 {
	font-weight: normal;
	font-size: 24px;
	background: url(images/orange-cross.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 10px 0 5px 0;
}
#about-copy.blog .post h1 a {
	color: #636363;
}
.metadata, .comment, .email, .readmore, .tags {
	font-size: 11px;
	margin: 0px 4px 0px 0px;
	font-weight: bold;
	color: #636363;
}
#about-copy.blog .post .comment a, #about-copy.blog .post .email a, #about-copy.blog .post .readmore a {
	color: #636363;
	font-weight: bold;
}
#about-copy.blog .post .comment a:hover, #about-copy.blog .post .email a:hover, #about-copy.blog .post .readmore a:hover {
	color: #f4795b;
}
.comment {
	padding: 0px 0px 0px 18px;
	background: url(images/comment.png) left no-repeat;
}
.email {
	padding: 0px 0px 0px 18px;
	background: url(images/email.png) left no-repeat;
}
.readmore {
	padding: 0px 0px 0px 11px;
	background: url(images/more.png) left no-repeat;
}
#about-copy.blog .post a {
	color: #f56e4c;
}
#blog-sidebar {
	width: 195px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0 0 18px;
	float: left;
	font-weight: bold;
	color: #f56e4c;
}
#blog-sidebar a {
	font-weight: normal;
	color: #636363;
}
#blog-sidebar h2 {
	color: #636363;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 0px 10px 0px;
}
#blog-sidebar ul {
	margin: 0px 0px 0px 17px;
	padding: 0px;
}
#blog-sidebar ul li {
	list-style-type: none;
}
/* These 2 lines specify style applied while slider is loading */







.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	float: left;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	margin: 15px 0px 0px 0px;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */







	}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
	margin: 15px 0px 0px 0px;
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
#stripNav0.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	width: 700px !important;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
}
.stripNav ul li {
	float: left;
	margin-right: 15px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
}
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	color: #555555;
}
.stripNav li a:hover {
}
.stripNav li a.current {
	color: #F4795B;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
#footer {
	background: #8f9093;
	color: #fff;
	padding: 15px 0 15px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-top: 3px solid #808184;
	font-size: 11px;
	text-align:center;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #4d4d4f;
	text-decoration: none;
}
#footer-menu ul {
	margin: 0px;
	padding: 0px;
}
#footer-menu ul li {
	position: relative;
	list-style-type: decimal;
	display: inline;
	padding: 0 10px 0 0;
	margin: 0px;
}
#footer-menu ul li a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#footer-menu ul li.current_page_item a {
	color: #4d4d4f;
	text-decoration: none;
}
/* Begin Cart styling */



.cartHeaders, .totalRow {
	display:none;
}
.simpleCart_items {
	overflow-y:auto;
	overflow-x:hidden;
	width:125px;
	margin-bottom:20px;
}
.itemContainer {
	clear:both;
	width:125px;
	padding:11px 0;
	font-size:11px;
}
.itemOptions, itemImage {
	display:none;
}
.itemName {
	float:left;
	width:80px;
	line-height: 14px;
}
.itemPrice {
	float:left;
	width:85px;
	color:#418932;
}
.itemQuantity {
	float:left;
	width:25px;
	margin-top:-12px;
	vertical-align:middle;
}
.itemQuantity input {
	width:18px;
	border:1px solid #ccc;
	padding:3px 2px;
	font-size:10px;
}
.itemTotal {
	float:left;
	color:#F56E4C;
	margin-top:-6px
}
a.simpleCart_checkout,  .checkoutEmptyLinks a.simpleCart_checkout {
	display:-moz-inline-box;
	display:inline-block;
	width:87px;
	height:25px;
	background:url(images/btnCheckout.gif);
	overflow:hidden;
	vertical-align:middle;
	text-indent:-9999px;
	font-size:0;
}
a.simpleCart_checkout:hover {
	background-position:87px 0;
}
a.simpleCart_empty {
	background: url(images/trolley_delete.png) no-repeat;
	padding: 0px 0px 5px 20px;
	font-size: 11px;
}
.clear form {
	margin: 0px;
	padding: 0px;
	float: left;
}
input.wpsc_buy_button {
	width: 101px;
	height: 24px;
	background: url(images/buy2.png) no-repeat 0 0;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
}
input.wpsc_buy_button:hover {
	background-position: 0px -24px;
	cursor: pointer;
}
/*Normal Html Add to Cart button*/
.buy_button {
	width: 101px;
	height: 24px;
	background: url(images/buy2.png) no-repeat 0 0;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
}
	.buy_button:hover {
		background-position: 0px -24px;
		cursor: pointer;
	}

.buy_button_derm {
	width: 164px;
	height: 24px;
	background: url(images/buy.png) no-repeat 0 0;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
}
	.buy_button_derm:hover {
                background: url(images/buy-hover.png) no-repeat 0 0;
		cursor: pointer;
	}

.tdqty {
	text-align: center;
	border: 1px solid #ACACAC;
	display: block;
	height: 12px;
	width: 11px;
	margin: 10px auto 10px auto;
}
span.gocheckout {
	background:url(images/checkout.png) no-repeat 0 0;
	width: 91px;
	height: 24px;
	text-indent: -9999px;
	margin: 10px 0 0 15px;
	clear: both;
	float: left;
}
span.gocheckout a {
	width: 91px;
	height: 24px;
	float: left;
}
span.gocheckout:hover {
	background-position: 0px -23px;
	cursor: pointer;
}
span.emptycart {
	background:url(images/x.png) left center no-repeat;
	padding: 0px 0px 0px 9px;
	margin: 20px 0 0 6px;
	text-align: center;
	float: left;
	width: 100px;
}
#sideshoppingcart {
	border: 1px solid #acacac;
	background: url(images/shopping-headerw.png) top no-repeat;
	padding: 50px 0px 5px 0px;
	line-height: 15px;
	float: left;
}
.pluspostagetax {
	line-height: 13px;
}
table.shoppingcart tr td {
	line-height: 12px;
}
.total {
	float: left;
	width: 120px;
}
.wpsc_empty_the_cart {
	float: left;
	clear: both !important;
}
.shopping-cart-wrapper {
	float: left;
}
span.items {
	float: left;
}
table.shoppingcart {
	float: left;
}
.totalhead {
	float: left;
}
