@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: #999 url(images/bg_site.gif) repeat-x left top;
	font: 1em/1.5em Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,strong {
	color: #044;
}

a {
	color: #066;
}

a:hover {
	text-decoration: none;
}

embed, object {
	margin: 0;
}

.container {
	margin: 0 auto;
	width: 792px;
	background: #FFF url(images/bg_header.gif) repeat-x top;
}

.header {
	height: 126px;
	position: relative;
}

.logo {
	width: 376px;
	height: 126px;
	margin: 0 auto;
	display: block;
	background: url(images/logo.gif) no-repeat center top;
}

.header em {
	display: none;
}

.help {
	float: right;
	display: inline;
	margin: 18px;
	padding: 0 0 0 9px;
	background: url(images/bg_help_lt.gif) no-repeat left top;
}

.help a {
	color: #667;
	background: url(images/bg_help.gif) no-repeat right top;
	padding: 4px 12px 4px 3px;
	font-size: .689em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

.help a:hover, a.prev:hover, a.next:hover {
	color: #334;
}

.prev, .next {
	color: #667;
	font-size: .916em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	padding: 4px 12px 3px;
	display: block;
}

.prev {
	background: url(images/bg_previous.gif) no-repeat left top;
	border-right: 1px solid #EEE;
}

.next {
	background: url(images/bg_next.gif) no-repeat right top;
}

div.seal {
	width: 55px;
	height: 55px;
	float: right;
	margin: 17px 150px 0 0;
	background: url(images/50yrs.gif) no-repeat left bottom;
	display: inline;
	clear: right;
}

ul.nav {
	margin: 0;
	padding: 0;
	width: 792px;
	background: #337475 url(images/bg_nav.gif) repeat-x top;
	list-style-type: none;
	font-size: .75em;
	line-height: 1em;
	position: relative;
}

ul.nav li, ul.nav li ul li {
	float: left;
	display: inline;
}

ul.nav li a, ul.nav li ul li a {
	color: #FFF;
	text-transform: uppercase;
	padding: 12px 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

ul.nav li a:hover, ul.nav li.active a {
	background-image: url(images/bg_navON.gif);
}

ul.nav li ul {
	background: #033;
	list-style-type: none;
	width: 792px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
}

ul.nav li:hover ul {
	display:block;
}

ul.nav li ul {
	background: #033;
}

ul.nav li.active ul li a {
	background-image: none;
}

ul.nav li ul a:hover {
	background: #044;
}

.breadcrumbs {
	font-size: .625em;
	line-height: 1.25em;
	padding: 9px 0 9px 15px;
	background: #CCC;
	border-bottom: 1px solid #999;
}

.breadcrumbs a {
	margin: 0 3px;
}

.current {
	color: #000;
	text-decoration: none;
}

.content {
	font-size: .75em;
	width: 702px;
	margin: 0 auto;
	padding: 45px;
}

body#home .content {
	padding: 0;
	width: 792px;
	background: url(images/bg_feature.gif) repeat-x top;
}

body#about .content {
	padding: 0;
	width: 792px;
}

.content h1 {
	line-height: 1em;
	margin: 0;
}

.content h2 {
	clear: left;
}

.content p {
	margin-bottom: 36px;
}

.inPageNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.inPageNav li {
	float: left;
	border-left: 1px solid #CCC;
	padding: 0 9px;
}

.inPageNav li.first {
	padding-left: 0;
	border-left: none;
}

.nextstep {
	padding-top: 9px;
}

.sidebar {
	border: 1px solid #CCC;
	background: #EEE;
	width: 306px;
	margin: 18px 18px 18px 0;
	padding: 0;
	float: right;
	display: inline;
}

.sidebar h2 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 18px;
	padding: 18px 27px;
	background: #1D4748 url(images/bg_sidebar_header.gif) repeat-x top;
}

.sidebar p {
	margin: 0;
	padding: 0 27px 18px;
}

.signup {
	background: #FC6 url(images/bg_signup.jpg) repeat-x top;
	width: 252px;
	margin: 0 18px 18px 0;
	padding: 27px 27px 0;
	float: right;
	display: inline;
	clear: right;
}

.signup h2 {
	margin: 6px 0;
}

.signup form {
	margin: -18px 0 27px;
}

.leftColumn {
	width: 400px;
	padding: 36px 0 0 45px;
}

.footer {
	height: 36px;
	font-size: .625em;
	line-height: 1.25em;
	padding: 12px 0 12px 45px;
	background: #CCC;
}

.contactInfo {
	width: 324px;
	float: right;
	display: inline;
}

p.contact {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	padding: 5px 10px;
	margin: 0;
	width: 435px;
}

p.contalt {
	padding: 5px 10px;
	margin: 0;
}

.contact strong, .contalt strong {
	color: #333;
	padding-right: 5px;
	border-right: 1px solid #CED3CF;
}

.contact a, .contalt a {
	color: #066;
}

.offlineContact {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-size: 9px;
	line-height: 1.5em;
	float: right;
	width: 170px;
	padding: 5px 15px;
	color: #333;
}

.offlineContact h3 {
	margin: 5px 0;
}

.offlineContact strong {
	color: #333;
}

.profileList {
	font-size: 11px;
	list-style-type: none;
	margin: 0 auto;
	width: 500px;
	padding: 0;
}

.profileList li {
	margin: 0;
	padding: 0;
	text-align: left;
}

.profileList li a {
	width: 80px;
	height: 35px;
	padding: 17px 394px 21px 23px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1em;
}

.profileList li a strong {
	color: #FFF;
}

.profileList li a.agpanel {
	background-image: url(images/prof_agpanel.jpg);
}

.profileList li a.rpanel {
	background-image: url(images/prof_rpanel.jpg);
}

.profileList li a.umpanel {
	background-image: url(images/prof_u-mpanel.jpg);
}

.profileList li a.propanel2 {
	background-image: url(images/prof_propanel2.jpg);
}

.profileList li a.channeldrain {
	background-image: url(images/prof_channeldrain.jpg);
}

.profileList li a.c-pbc {
	background-image: url(images/prof_c-pbc.jpg);
}

.profileList li a.cor250 {
	background-image: url(images/prof_2-50cor.jpg);
}

.profileList li a.cor125 {
	background-image: url(images/prof_1-25cor.jpg);
}

.profileList li a.apanel {
	background-image: url(images/prof_apanel.jpg);
}

.profileList li a.vcrimp {
	background-image: url(images/prof_5vcrimp.jpg);
}

.profileList li a.prof72 {
	background-image: url(images/prof_7-2.jpg);
}

.profileList li a.trapezoidal {
	background-image: url(images/prof_trapezoidal.jpg);
}

.profileList li a.kliprib {
	background-image: url(images/prof_kliprib.jpg);
}

.profileList li a.nailstrip {
	background-image: url(images/prof_nailstrip.jpg);
}

.profileList li a.snaplock {
	background-image: url(images/prof_snaplock.jpg);
}

.profileList li a.standingseam {
	background-image: url(images/prof_standingseam.jpg);
}

.profileList li a.panbatten {
	background-image: url(images/prof_panbatten.jpg);
}

.models {
	padding: 0 0 0 20px;
	text-align: center;
}

.modelColumn {
	float: left;
	display: inline;
	background: #EEE;
	border: 1px #CCC;
	border-style: solid none;
	margin: 2px;
	padding: 15px;
	text-align: left;
	height: 370px;
	width: 200px;
	line-height: 1.25em;
}

div.columnShort {
	height: auto !important;
}

a.solution {
	margin: -15px -15px 15px;
	background: #066 url(images/arrow.gif) no-repeat 94% 50%;
	color: #FFF;
	display: block;
	padding: 10px 20px;
}

a.solution:hover {
	text-decoration: none;
	background: #1E4940 url(images/arrowOV.gif) no-repeat 94% 50%;
}

.modelColumn ul, .capabilities ul {
	margin: 0 9px 0 0;
	padding: 0;
	list-style-type: none;
}

.modelColumn li, .brands li, .capabilities li {
	margin: 0;
	padding: 0 0 0 9px;
	background: url(images/bullet.gif) no-repeat left 4px;
}

.offlineContact ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

.offlineContact li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/bullet.gif) no-repeat left 5px;
}

.modelColumn h1 a {
	margin: -15px -15px 15px;
	padding: 10px 20px;
	color: #FFF;
	background: #555;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
}

.modelColumn h1 a:hover {
	background: #444;
}

.modelColumn p {
	margin: 0 0 6px;
}

.modelColumn img, .modelColumn embed {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

body#productPage .modelColumn img {
	border: none;
}

.modelColumn h4 {
	border: 1px solid #999;
	background: #CCC;
	padding: 20px;
	margin: 20px auto;
	width: 120px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.description {
	background: #EEE;
	border: 1px solid #DDD;
	border-style: solid none;
	padding: 10px 20px;
}

.brands {
	background: #EEE;
	border-bottom: 1px solid #DDD;
	padding: 10px 20px;
	color: #444;
	clear: both;
}

.brands h1 {
	color: #000;
	font-size: 11px;
	margin: -10px -20px 10px;
	padding: 8px 20px 5px;
	background: #DDD;
	text-transform: uppercase;
	font-weight: normal;
}

.brands ul {
	margin: 0 20px 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
}

.brands li {
	background-position: left 8px;
}

.prodImg {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	padding: 10px;
	border: 1px solid #999;
	background: #CCC;
}

.prodImg h2 {
	color: #000;
	font-size: 1em;
	margin: 5px 0 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* new code for scrolling page */