@charset "UTF-8";

/* CSS Document */
/* Reset & Typography Styles Import */
@import url(reset.css);
@import url(typography.css);
@import url(forms.css);
/*|End|*/

/* Site Specific CSS */
body{
	background:#333;	
}

#wrapper{
	margin:auto;
	width:960px;
}

#header{
	background:url('images/header_bg.png');
	clear:both;
	height:95px;
	width:960px;
}

#logo{
	background:url('images/pain_logo_white.png') no-repeat;
	clear:both;
	float:left;
	height:52px;
	margin:10px 0 0 10px;
	padding:10px 0 0 0;
	width:200px;
}

#nav{
	background:url('images/nav_bg.png');
	clear:both;
	display:block;
	height:36px;
	width:960px;
}

#nav ul{
	list-style:none;
	margin:0px 0px 0px 5px;
}

#nav li{
	float:left;
	list-style:none;
}

#nav li a{
	color:#fff;
	display:block;
	font-size:1.1em;
	height:24px;
	margin:0 5px 0 5px;
	min-width:125px;
	padding:10px 0 0 0;
	text-align:center;
	text-decoration:none;
}

#nav li a:hover{
	background:url('images/nav_hover_bg.png');
	color:#000;
	display:block;
	text-decoration:none;
}

#content{
	background:url('images/content_bg2.png') repeat-x #fff;
	clear:both;
	display:block;
	min-height:100px;
	padding:30px 0 0 0;
	width:960px;
}

.left{
	float:left;
	width:240px;
}

.subpage #content{
	padding:20px 0 0 0;
}

.middle_content{
	float:left;
	padding:10px 0 0 20px;
	width:560px;
}


#pod_consumer{
	background:url('images/pod_consumer.png') repeat-x #FA8432;
	border:#FA8432 thin solid;
	display:block;
	float:left;
	min-height:330px;
	margin:0 0 0 10px;
	width:220px;
}

#pod_news{
	background:url('images/pod_consumer.png') repeat-x #FA8432;
	border:#FA8432 thin solid;
	display:block;
	float:left;
	min-height:330px;
	margin:0 0 0 17px;
	width:460px;
}

#pod_pro{
	background:url('images/pod_pro.png') repeat-x #9AD6DE;
	border:#5693A6 thin solid;
	display:block;
	float:right;
	min-height:330px;
	margin: 0 10px 0 0;
	width:220px;
}

.left #pod_pro{
	margin: 0 8px 0 0;
}

#pod_pro ul{
	list-style:none;
	line-height:1.8em;
}

#pod_pro li a{
	color:white;
	display:block;
	font-size:1.1em;
	height:26px;
	padding:1px;
	text-decoration:none;
}

#pod_pro li a:hover{
	background:#C2E6EB;
	color:#000000;
	text-decoration:none;
}

.ad{
	background:#f1f1f1;
	border:#f1f1f1 thin solid;
	color:#666;
	display:block;
	float:left;
	margin:0 0 0 10px;
	min-height:30px;
	overflow:hidden;
	width:220px;
}

.ad img{
	margin:0 0 0 15px;
}


#related_content{
	background: #E0E0E0;
	color:#333!important;
	display:block;
	max-width:515px;
	padding:10px;
	margin-top:-10px;
}

#comments{
}

#comments img{
	display:block;
	float:left;
	padding:2px 10px 2px 2px;
}

.comment{
	background:#fff;
	border:#A3A3A3 solid 10px;
	display:block;
	max-width:510px;
	min-height:65px;
	margin-top:-10px;
	padding:2px;
}

.comment dl{
	margin:0 0 0 5px;
	max-width:396px;
	padding:2px 0 0 0;
}

#footer{
}