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