@charset "utf-8";

/* START RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }

body { line-height: 1; }
blockquote, q {	quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

h1,h2,h3 { font-weight:normal; }

/* END RESET */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* END THICKBOX */

body { background:#004b85 url('../images/bg.gif') repeat-x top; font-family:Arial, Helvetica, sans-serif; }
img, div { behavior: url(iepngfix.php) }

div#main-wrapper { margin:0 auto; width:780px; }
div#main-wrapper.homepage { background: url('../images/home_splash.jpg') no-repeat top; } 

div#header { height:108px; overflow:hidden; }
div#header #logo { float:left; padding-top:20px; width:227px; }	
div#header #navigation { border-bottom:1px solid #a3d8f5; float:right; width:544px; height:72px; text-align:right; }
div#header #navigation #top { padding:20px 0; }
div#header #navigation #top img { margin-left:15px; }
div#header div#bottom { margin-left:74px;position:relative;width:470px; }
ul#navbar { position:absolute;left:0;top:0; }
ul#navbar li { float:left;list-style:none; }
ul#navbar li a { display:block; }
ul#navbar li ul { display:none; }
ul#navbar li:hover ul,ul#navbar li.hover ul { position:absolute;display:inline;left:0;width:100%; }
ul#navbar li:hover li,ul#navbar li.hover li { color:#88c9e9;float:left; }
ul#navbar li:hover li a,ul#navbar li.hover li a { background:url(../images/nav_bullet.png) no-repeat left top;color:#88c9e9;font-size:12px;font-weight:normal;padding:19px 14px 10px 10px;text-decoration:none; }
ul#navbar li:hover li a:hover,ul#navbar li.hover li a:hover { text-decoration:underline; }
ul#navbar li.top { border-right:solid 1px #9dd8f6;height:14px;padding:4px 15px 0 15px; }
ul#navbar li.top.first { padding-left:0; }
ul#navbar li.top.last { border-right:none;padding-right:0; }

div#container { background: url('../images/container_top-arch.png') no-repeat top; padding-top:12px; }

div#footer { border-top:1px solid #a3d8f5; font-size:11px; color:#FFF; overflow:hidden; padding:20px 0; line-height:15px; }
div#footer a:link { color:#FFF; text-decoration:none; font-weight:normal; }
div#footer a:visited { color:#FFF; text-decoration:none; font-weight:normal; }
div#footer a:hover { color:#FFF; text-decoration:underline; font-weight:normal; }
div#footer .links { text-align:center; padding-bottom:15px; }
div#footer .copyright { float:left; width:210px; color:#598eb8; }
div#footer .disclaimer { float:right; width:560px; color:#598eb8; }

.clearfix { content: "."; height: 0; clear: both; visibility: hidden; font-size:0px;}


/* HOMEPAGE STYLES */

div#splash-banners img { margin:232px 0 0 15px; }
div#welcome-content { color:#FFF; font-size:12px; padding:40px 15px 20px 15px; overflow:hidden; text-align:left; }
div#welcome-content p { margin:15px 0; line-height:18px; }
div#welcome-content .logos { float:right; padding-top:24px; margin-left:50px; }


/* PRODUCT PAGES */

div#container #section-heading { padding:40px 300px 0 40px; height:224px; }
div#container #section-heading p { color:#555555; font-size:14px; line-height:18px; margin:15px 0; }
div#container .replacement { background: url('../images/sec-head_replacement.jpg') no-repeat top; }
div#container .newconstruction { background: url('../images/sec-head_newconstruction.jpg') no-repeat top center #fff; }
div#container .patiodoor { background: url('../images/sec-head_patiodoor.jpg') no-repeat top; }
div#container h1 { color:#054f87; font-size:21px; font-weight:bold; }

div#container #content { background:#FFF; padding:30px 40px 40px 40px; overflow:hidden; }
div#container #content.noheading { background:#FFF; padding:40px; }
div#container #content.noheading p { color:#555555; font-size:12px; margin:15px 0; line-height:16px; }
div#container #content.noheading ul { list-style:disc; color:#555555; font-size:12px; margin-top:20px; line-height:16px; }
div#container #content.noheading li { list-style-position:inside; }

div#container #content h1 { color:#054f87; font-size:21px; font-weight:bold; }
div#container #content h2 { color:#054f87; font-size:18px; font-weight:bold; }
div#container #content h3 { color:#3e7fad; font-size:14px; font-weight:bold; margin-top:15px; line-height:16px; }
div#container #content a:link { color:#004b85; text-decoration:none; font-weight:bold; }
div#container #content a:visited { color:#004b85; text-decoration:none; font-weight:bold; }
div#container #content a:hover { color:#004b85; text-decoration:underline; font-weight:bold; }

div#series-list { border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px; overflow:hidden; }
div#container .noborder { border-bottom:0; }
div#container .last { border:0px; padding:0; margin:0; overflow:hidden; }
div#series-list .photo { background:#d7d7d7; float:left; padding:4px; width:232px; }

div#series-list #overview { float:right; width:440px; }
div#series-list #overview p.title { color:#004b85; font-size:18px; font-weight:bold; margin-top:20px; }
div#series-list #overview p.caption { color:#3e7fad; font-size:14px; margin-top:5px; }
div#series-list #overview p.description { color:#555555; font-size:12px; margin-top:20px; line-height:16px; }
div#series-list #overview p.header { background:#e1e1e1; color:#004b85; font-size:12px; font-weight:bold; margin-top:20px; padding:10px; }

div#series-list #overview img.view-details { margin-top:20px; }
div#series-list #overview ul { list-style:disc; color:#555555; font-size:12px; margin-top:20px; line-height:16px; }
div#series-list #overview li { list-style-position:inside; }
div#series-list #overview a:link, a:visited { color:#004b85; text-decoration:none; font-weight:bold; }
div#series-list #overview a:hover { color:#004b85; text-decoration:underline; font-weight:bold; }

div#subcat-nav { border-bottom:1px solid #CCC; text-align:center; padding-bottom:10px; margin-bottom:20px; font-size:12px; font-weight:bold; color:#004b85; }
div#subcat-nav a:link, a:visited { color:#004b85; text-decoration:none; }
div#subcat-nav a:hover { color:#004b85; text-decoration:underline; }