/* CSS Document */

/* pp styles */

/* global */

body {
	background-color: #fdb2b6;
	background-image:url(/images/pp_body_bg.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	line-height:1.4em;
	}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	line-height:1.4em;
	}
	
hr {
	height:1px;
	color:#CCCCCC;
	border:0;
	background-color: #ccc;
	}
	
strong {
	color:#42a19c;
	}

.pink {
	color:#ec0289;
	}
	
.small {
	font-size:11px;
	}
	
.clear {
	clear:both;
	}		

#wrapper {
	position:relative;
	top:0;
	right:0;
	width:972px;
	/*
	background-image:url(/images/pp_bg.jpg);
	background-repeat:repeat-y;
	*/
	margin: 0 auto;
	}

#header {
 	/*
	position:relative;
	top:0;
	right:0;
	*/
	width:920px;
	height:145px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 26px;
	padding-right: 26px;
	background-image:url(/images/pp_header_bg.jpg);
	background-repeat:repeat-y;
	}

#navspace {
	/*
	position:relative;
	top:0;
	right:0;
	*/
	background-image:url(/images/nav_blank.jpg);
	background-repeat:no-repeat;
	width:892px;
	height: 66px;
	margin: 0 auto;
	padding:14px 0 0 80px;
	z-index:2;
	}

#content {
	/*
	position:relative;
	top:0;
	right:0;
	*/
	width:792px;
	height:auto;
	background-image:url(/images/pp_content_nav.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin: 0 auto;
	padding: 0 90px 0 90px;
	}
	
#col_1 {
	/*
	position:relative;
	top:0;
	right:0;
	*/
	width: 300px;
	float:left;
	margin-left:10px;
	}
	
#col_2 {
	/*
	position:relative;
	top:0;
	right:0;
	*/
	width:470px;
	float:right;
	}	
	
#single_col {
	position:relative;
	top:0;
	right:0;
	width:800px;
	margin-right:60px;
	margin-left:60px;
	}					

a {
	color:#636361;
	}	

a:hover {
	color:#42a19c;
	}
	
/* end global */


/* faux product list in left column  */

#productlist {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:.4em;
	margin-left:40px;
	}	

#productlistlist {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:.4em;
	margin-left:60px;
	}	
	
/* end faux product list in left column  */


/* product images and text in right column */

#product {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:1em;
	line-height:.8em;
	color:#666666;
	}
		

.col_2_img {
	border:10px;
	border-color:#fbe2de;
	border-style:solid;
	background: #fff;
	}



#product a:hover img {
	border:10px;
	border-color:#fdb2b6;
	border-style:solid;
	}	
	
#product a img {
	border:10px;
	border-color:#fbe2de;
	border-style:solid;
	}
	

				
	
/* end product images and text in right column */

	
/* footer */
#footer {
	width:972px;
	height:117px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(/images/pp_footer.jpg);
	}			

.footnav {
	font-size:.7em;
	line-height: 1.7em;
	color:#666666;
	}

.footnav a:hover {
	color:#333333;
	}		

.footnav a {
	color:#666666;
	}
/* end footer */


/*hh credit*/

a.srollover {
	display: block;
    width: 66px;
    height: 30px;
    background: url("images/headhigh_logo.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0 auto;
	}
       
a:hover.srollover {
    background-position: -66px 0;
	}



/*comment custom system message*/


.comment_system-message {
background:#ffffff url(/images/ok_pp.png) no-repeat scroll 29px 18px;
}
.comment_system-message, .comment_system-error-message {ModuleSt...heets.css (line 104)
background-color:#F9F9F9;
border:1px solid #EEEEEE;
color:#666666;
height:auto !important;
margin:18px;
min-height:110px;
padding:36px 36px 36px 180px;
}

/*comment custom system message*/

.pink_footer {
	text-align:center;
	padding:0 0 30px 0;
	}
	
.pink_footer ul {
	margin:0;
	padding:0;
	}	
	
.pink_footer_li {
	border-right:1px solid ;
	list-style-type:none;
	padding:0 8px;
	font-size:11px;	
	display:inline;
	}	

.lastli {
	border-right:medium none;
	display:inline;
	list-style-type:none;
	padding:0 8px;
	font-size:11px;
	}
	
.pink_footer a {
	text-decoration:none;
	}
	
.pink_footer a:hover {
	color:#555555;
	}		
