/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

#pcu html, body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-size: 13px; 
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

#pcu #wrapper-page {
  width: 100%;
  padding:0px;
  text-align: center;
}

#pcu #wrapper {
 	width: 900px;
  	padding:0px;
  	text-align: left;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	position:relative;
}

#pcu #header {
  width: 100%; 
  height: 265px;
  background: #ffffff;
  text-align: center;
  z-index:1;
}

#pcu #hero {
	width:100%;
	height:264px;
	background-image:url('../images/bg-hero-pcu.jpg');
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-top:60px;
}

#pcu #hero-sm {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:right;
	height:230px;
	padding-top:15px;
}

#pcu #filters {
	left:-109px;
	top:-60px;
	position:absolute;
}

#pcu #logo {
	left:497px;
	top:0px;
	position:absolute;
}

#pcu #toggle {
	right:0px;
	top:-94px;
	position:absolute;
}

#pcu #body-page {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
	margin-bottom:15px; 
}
#pcu #column-left {
	width: 410px; 
	margin: 44px 0 0 40px;
	background-color:#000;
	float:left;
}

#pcu #column-left-liner {
	margin: 0;
	padding: 25px;
}

#pcu #column-left p {
	color:#fff;
}
#pcu #column-left ul {
	color:#fff;
}

#pcu #column-right {
	padding: 35px 0 0 0;
	width: 391px;
	float:right;
	text-align:left;
	color: #666666;

}

.modal {
	padding:20px 0 10px;
}

#pcu #footer {
	width:100%;
	margin-top:15px;
	text-align:center;
}

#pcu #box {
	border: 1px solid #CCC;
	padding:10px;
}

#pcu .hideInitially{
	display: none;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/

#pcu ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
#pcu li{
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
}
#pcu td, #pcu table {
	padding:5px;
	font-size: 13px; 
	color: #666666;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
#pcu p {
	font-size: 13px; 
	color: #666666;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

#pcu .clear {
	clear: both
}

#pcu .color {
	color:#008bc4;
}
#pcu img {
	border:none;
}

#pcu a, #pcu a:link, #pcu a:visited {
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight:100;
	font-size: 13px;
	color:#008bc4;
	text-decoration:none;
}

#pcu a:hover, #pcu a:active {
	font-weight:100;
	color:#666;
	text-decoration:underline;
}

#pcu a.color, #pcu a.color:link, #pcu a.color:visited {
	color:#981B1E;
	text-decoration:underline;
}

#pcu a.color:hover, #pcu a.color:active {
	color:#999;
	text-decoration:none;
}

#pcu h1, h2, p {
  margin: 0;
}

#pcu h1 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 22px;
 	font-weight: 100;
 	color:#008bc4;
	margin-bottom:5px;
	line-height: 130%;
}

#pcu h2 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	color:#008bc4;
	margin-bottom:5px;
	line-height: 130%;
}

#pcu input.text {
	color: #CCC;
}

#pcu .textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}

#pcu .small {
	font-size:10px;
	color:#CCC;
}

#pcu .divider-top {
	border-top: 1px solid #CCC;
}

#pcu .divider-bottom {
	border-bottom: 1px solid #CCC;
}


/* 
------------------------------------------------
TOP HEADER STYLES 
------------------------------------------------
*/

#pcu #header-left {
	padding-top:12px;
	width:300px;
	float:left;
}

#pcu #header-right {
	width:500px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

.modal #mainImage { width: 400px; height: 300px; margin: 0 auto 30px; padding: 0;}
.modal #mainImage img { border: 5px solid rgb(0, 139, 196); }
.modal #thumbnails { width: 615px; min-height: 100px; margin: 20px auto 5px; padding: 0; text-align: center;}
.modal #thumbnails img { margin:2px; width:100px; cursor: pointer; }
.modal .selected { border:2px solid rgb(0, 139, 196); border-bottom: 6px solid rgb(0, 139, 196);  }
.modal .notselected { border: 2px solid #000; border-bottom: 6px solid #000; }
