/* ------------------------------------------- 
The Acne Resource Style Sheet

version:	1.1
author: 	Leigh Scherer 
email: 		lscherer@idealadder.com
website: 	www.idealadder.com
-----------------------------------------------*/

/* Typography
-----------------------------------------------*/

body {
	text-align: center;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 911px;
	margin: 0;
	padding:0;
	background:#ffffff;
	position: relative;
}

h1 {
	font-size:18px;
	padding: 0px;
	margin: 0px;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
}

h2 {
	font-size:15px;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 13px;
	line-height:normal;
}

h4 {
	font-size: 11px;
	line-height:normal;
	border-bottom: 1px dotted #ff0099;
}

h5 {
	font-size: 11px;
	line-height: normal;
	border-bottom: 1px dotted #ff0099;
}

a {
	color: #ff0099;
}

a:hover {
	color: #333333;
}

ul {
	line-height:21px;
	font-size:12px;
}

li {
	line-height:21px;
	font-size:12px;
}
p {
	margin:5px;
	padding: 0;
	line-height:24px;
	font-size:12px;
}

#branding h1 {
	color: #ffffff;
	font-stretch:expanded;
	letter-spacing:10px;
	padding-top: 10px;
	padding-left: 22px;
}

#mainNav ul a {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin: -12px 0 0 0;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	float:left;
	display:block;
	text-decoration: none;
	background-color:#666666;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}

#mainNav ul a:hover, .selected a {
	background-color: #ff0099;
}

#mainNav li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 0;
}

#home #mainNav .home a,
#products #mainNav .products a,
#reviews #mainNav .reviews a,
#news #mainNav .news a,
#resources #mainNav .resources a,
#acneinformation #mainNav .acneinformation a {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin: -12px 0 0 0;
	padding: 0;
	text-decoration: none;
	cursor: default;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ff0099;
}

#contentMain h1 {
	text-indent: -99999px;
}

#contentSub1 h1, #contentSub2 h1 {
	padding:0px;
	margin-bottom:0px;
	text-indent:0px;
	border-bottom: #ff0099 1px dotted;
	padding-bottom:5px;
	font-size:18px;
}

#contentSub1 h2, #contentSub2 h2 {
	border-top: #ff0099 1px dotted;
	padding-top: 5px;
}

#contentSub1 p, #contentSub2 p {
	line-height: 15px;
	margin-bottom: 5px;
}

#subNav ul a {
	display:block;
	width: 240px;
	line-height:30px;
	color: #ffffff;
	font-size:12px;
	padding-left:20px;
	padding-top:0px;
	list-style: none;
	text-decoration: none;
	background-color:#999999;
	border-top: #ffffff 1px solid;
}

#subNav ul a:hover, .selected a {
	background-color: #ff0099;
}

#subNav li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 0;
}

#newsletter #subNav .newsletter a,
#specialoffers #subNav .specialoffers a {
	display:block;
	width: 240px;
	line-height:30px;
	color: #ffffff;
	font-size:12px;
	padding-left:20px;
	padding-top:0px;
	list-style: none;
	text-decoration: none;
	background-color:#ff0099;
	border-top: #ffffff 1px solid;
}

#footer ul a {
	color: #333300;
	font-size:11px;
	font-weight:normal;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	list-style: none;
	text-decoration:none;
	display:inline;
	float:left;
	list-style-type: none;
}

#footer ul a:hover {
	color: #666666;
}

#footer ul a:visited {
	color: #666666
}

#footer li {
	list-style-type: none;
	margin: 0 auto;
	display: inline;
}

img {
	border-style:none;
}

/* Layout
-----------------------------------------------*/


#branding {
	width:100%;
	height: 50px;
	margin:0 auto;
	background-color:#666666;
	border-bottom: #ff0099 solid 1px;
	border-top: #ff0099 solid 1px;
}
	
#wrapper {
	width: 911px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	border-top: #333333 solid 17px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	background: #ffffff;
	padding-bottom: 30px;
	position: absolute;
	top: 30px;
	left: 25%;
	z-index:2;
}

#mainNav {
	width: 911px;
	height: 65px;
	margin: 0;
	text-align:center;
	padding: 0 0 0 0;
	position: absolute;
	left: -40px;
}

#contentMain {
	width: 911px;
	float: left;
	padding-right:0px;
	padding-top:8px;
	background-color: #ffffff;
	padding-left: 0px;
}

#contentSub {
	float: left;
	width: 550px;
	font-size:11px;
	padding-left:15px;
	padding-top:20px;
	background-color:#ffffff;
	padding-right: 0px;
	margin: 0;
	overflow: auto;
	padding-bottom:0px;
	border-top: #999999 1px solid;
}

#contentSub1 {
	width: 225px;
	height: auto;
	float: left;
	padding-left: 25px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-color:#ff0066;
	overflow:visible;
}

#contentSub2 {
	width: 225px;
	height: auto;
	float: right;
	padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-color:#ff0066;
	overflow:visible;
}

#contentSub3 {
	width: 650px;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 15px;
	margin-bottom:20px;
}

#subNav {
	padding-top: 20px;
	padding-left:0px;
	margin: 0;
	float:right;
	width: 311px;
}

#googleAds {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 45px;
}

#footer {
	clear:both;
}


/* Not sure if I need this yet
-----------------------------------------------


#contentMain ul {
	list-style-image:inherit;
}

#contentMain li {
	padding-left:20px;
	padding-right:40px;
	padding-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type: none;
	background: url(images/circle.gif) no-repeat 0 50%;
}



#contentSub3 {
	width: 600px;
	float: left;
	padding-right: 10px;
	margin-bottom:20px;
	background: url(images/ideas.gif) no-repeat top left;
}


.img-wrapper {
	float:left;
	margin: 10px 20px 0 0;
	line-height:0;
}

.img-wrapper img {
	float:none;
	margin:0;
	padding:4px;
	position:relative;
	border-style:none;
	border:1px dotted;
	border-color:#cccccc;
}
*/
