@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased !important;
	}

body {
	background: #fff;
	text-align: center;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}

.clearfix {
    *zoom: 1;     /* triggers hasLayout */
    *display: block;     /* resets display for IE/Win */
    }

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 905px;
	}

/*	NAV		*/

ul#nav {
	width: 900px;
	height: 130px;
	background: url(assets/header.jpg) no-repeat left top;
	position: relative;
	}
	
#home ul#nav {
	height: 203px;
	}

ul#nav li {
	float: left;
	list-style: none;
	}

ul#nav li.n-logo {
	width: 250px;
	height: 100px;
	overflow: hidden;
	}

ul#nav li.n-logo h1 {
	width: 250px;
	height: 100px;
	}

ul#nav li.n-logo h1 a {
	background: url(assets/logo.gif) no-repeat left top;
	display: block;
	width: 250px;
	height: 100px;
	text-indent: -9999em;
	overflow: hidden;
	}

/*	NAV > MAIN LINKS	*/
	
ul#nav li.n {
	width: 150px;
	height: 25px;
	}

ul#nav li.n a {
	display: block;
	width: 150px;
	height: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999em;
	}

ul#nav li.n a:hover {
	background-position: left center;
	}

ul#nav li.n a.on,
ul#nav li.n a.on:hover {
	background-position: left bottom;
	}
	
ul#nav li.n-products a { background-image: url(assets/n-products.gif); }
#home ul#nav li.n-products a { background-image: url(assets/n-products-home.gif); }

ul#nav li.n-company a { background-image: url(assets/n-company.gif); }
ul#nav li.n-support a { background-image: url(assets/n-support.gif); }
ul#nav li.n-gallery a { background-image: url(assets/n-gallery.gif); }
ul#nav li.n-contact a { background-image: url(assets/n-contact.gif); width: 149px; }

/*	NAV > GREEN BUILDING	 */

ul#nav li.n-green {
	float: right;
	padding-top: 100px;
	width: 150px;
	height: 25px;
	}

ul#nav li.n-green a {
	display: block;
	width: 150px;
	height: 25px;
	background: url(assets/n-green2.gif) no-repeat left top;
	}

ul#nav li.n-green a:hover,
ul#nav li.n-green a.on {
	background-position: left bottom;
	}
	
/* NAV > USGBC */

ul#nav li.n-usgbc {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	}
	
ul#nav li.n-usgbc a {
	background: url(assets/n-usgbc.gif) no-repeat left top;
	height: 100px;
	width: 150px;
	display: block;
	text-indent: -9999em;
	}
	
/*	NAV > SEARCH	*/

ul#nav li.n-search {
	float: left;
	width: 280px;
	height: 25px;
	text-align: left;
	padding: 75px 0 0 170px;
	}
	
ul#nav li.n-search label {
	background: url(assets/search-label.gif) no-repeat left bottom;
	width: 50px;
	height: 17px;
	float: left;
	margin: 0 5px 0 0;
	text-indent: -9999em;
	}
	
ul#nav li.n-search input.s {
	width: 140px;
	border: 1px solid #ddd;
	float: left;
	padding: 2px;
	font: normal 10px/10px Helvetica, Arial, sans-serif;
	margin: 0 5px 0 0;
	}
	
ul#nav li.n-search input.submit {
	background: url(assets/search-go.gif) no-repeat left bottom;
	width: 30px;
	height: 17px;
	float: left;
	text-indent: -9999em;
	/* IE Fixes: */
	*font-size: 0;
	*width: 35px;
	*text-align: right;
	*color: #fff;
	}
	
/*	NAV > NEW SEARCH / META	*/

ul#nav li.n-meta {
	float: left;
	width: 490px;
	height: 25px;
	text-align: left;
	padding: 75px 0 0 5px;
	}

ul#nav li.n-meta ul {
	display: inline;
	float: left;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	}
	
ul#nav li.n-meta ul li {
	float: left;
	padding: 5px 10px 0;
	}
	
ul#nav li.n-meta ul li a {
	text-decoration: none;	
	color: #666;
	}
	
ul#nav li.n-meta form {
	border: 1px solid #ddd;
	float: right;
	background: #fff;
	width: 176px;
	height: 17px;
	padding: 1px 5px 0;
	}
	
ul#nav li.n-meta input.s {
	width: 148px;
	float: left;
	border-top: 3px solid #fff;
	color: #666;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	}
	
ul#nav li.n-meta input.submit {
	background: transparent url(assets/arrow.gif) no-repeat right 4px;
	width: 27px;
	padding: 2px 7px 0 0;
	text-align: right;	
	color: #666;
	float: right;
	text-transform: uppercase;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	}	

/*	NAV > SUBNAVS	*/
	
ul#nav li.n-sub {
	clear: both;
	display: block;
	border-bottom: 1px solid #ddd;
	height: 25px;
	overflow: hidden;
	width: 900px;
	float: none;
	}
	
ul#nav li.n-sub h3 {
	float: left;
	width: 130px;
	height: 17px;
	padding: 8px 10px 0;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	}

ul#nav li.n-sub h3 a {
	text-decoration: none;
	display: block;
	color: #000;
	text-align: right;
	padding-right: 12px;
	background: url(assets/arrow.gif) no-repeat right 1px;
	}
	
ul#nav li.n-sub h3 a:hover {
	border-bottom: 1px dotted #999;
	color: #666;
	background-color: #f9f9f9;
	}

ul#nav li.n-sub ul {
	float: left;
	padding: 8px 0 0;
	width: 748px;
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	}
	
ul#nav li.n-sub ul li {
	padding: 0 10px;
	white-space: nowrap;
	width: auto;
	list-style: none;
	display: inline;
	}

ul#nav li.n-sub ul li a {
	text-decoration: none;
	color: #000;
	}
	
ul#nav li.n-sub ul li a:hover {
	border-bottom: 1px dotted #999;
	color: #666;
	background: #f9f9f9;
	}
	
/* NAV > ADVANTAGE */

ul#nav li.n-advantage {
	position: absolute;
	right: 0;
	bottom: 1px;
	background: #fff;
	width: 150px;
	height: 72px;
}

/* HOME		*/

ul#masthead {
	position: relative;
	height: 300px;
	width: 900px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	}
	
ul#masthead li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 300px;
	position: relative;
	overflow: hidden;
}
	
ul#masthead li#services {
	position: absolute;
	left: 0;
	top: 0;
	width: 598px;
	border-right: 1px solid #ccc;
	list-style: none;
}
	
ul#masthead li#products {
	position: absolute;
	right: 0;
	top: 0;
	width: 299px;
	border-left: 1px solid #ccc;
}

ul#masthead li#services li.slide { width: 598px; }
ul#masthead li#products li.slide { width: 299px; }

ul#masthead h3 {
	z-index: 100;
	font: bold 10px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 260px;
	left: 10px;
	margin: 0;
	padding: 0;
}

ul#masthead .slide img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

ul#masthead .slide a {
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 10;
	text-decoration: none;
}

ul#masthead .slide a .slide-title {
	font: bold 18px/20px Helvetica, Arial, sans-serif;
	position: absolute;
	left: 10px;
	bottom: 7px;
}

ul#masthead .slide a .slide-more {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	position: absolute;
	right: 10px;
	bottom: 7px;
	text-transform: uppercase;
	padding-right: 12px;
	background-position: right 3px;
	background-repeat: no-repeat;
}

ul#masthead li#services h3,
ul#masthead li#services a { color: #fff; }

ul#masthead li#products h3,
ul#masthead li#products a { color: #333; }

ul#masthead li#services .slide a { background-image: url(images/50-black.png); }
ul#masthead li#products .slide a { background-image: url(images/50-white.png); }

ul#masthead li#services .slide a .slide-more { background-image: url(images/arrow-white.png); }
ul#masthead li#products .slide a .slide-more { background-image: url(images/arrow-black.png); }
	
ul#masthead li .pager {
	position: absolute;
	right: 8px;
	bottom: 30px;
	z-index: 999;
}

ul#masthead li .pager a {
	float: left;
	width: 12px;
	height: 10px;
	margin: 0 2px 0 0;
	overflow: hidden;
	text-indent: -9999em;
}

ul#masthead li#services .pager a { background-image: url(images/50-white.png); }
ul#masthead li#products .pager a { background-image: url(images/50-black.png); }

ul#masthead li#services .pager a.activeSlide { background: #fff; }
ul#masthead li#products .pager a.activeSlide { background: #000; }
	
	
#badge {
	background: url(images/2011-10year.gif) no-repeat left top;
	width: 900px;
	height: 90px;
	position: relative;
}

#badge p {
	position: absolute;
	left: 130px;
	top: 10px;
	width: 760px;
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	color: #000;
	text-align: justify;
}

#badge a.badge-warranty {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 25px;
	text-indent: -9999em;
}

/* HOME > NEWS	*/

#home h3.news {
	height: 25px;
	border-bottom: 1px solid #ddd;
	width: 900px;
	background: url(assets/home-news.gif) no-repeat 10px 8px;
	text-indent: -9999em;
	}

ul.features {
	}

ul.features>li {
	float: left;
	padding: 15px 0;
	list-style: none;
	}
	
ul.features>li.features-news { width: 280px; padding-right: 20px; }
ul.features>li.features-types { width: 375px; }
ul.features>li.features-callouts { width: 225px; }	
	
	
ul.features li h4 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	color: #942723;
	}

ul.features li a {
	color: #333;
	text-decoration: none;
	}

ul.features li a:hover {
	color: #666;
	border-bottom: 1px dotted #999;
	}
	
ul.features li p,
ul.features li ul {
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	}
	
ul.features li img {
	display: block;
	margin: 0 0 6px;
	}

ul.features li ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
ul.features li.features-news li { margin-bottom: 6px; }
ul.features li.features-types ul {
	float: left;
	font-weight: bold;
	width: 185px;
	}
	
/*	BREADCRUMBS 	*/

#breadcrumb {
	height: 25px;
	width: 900px;
	margin: 10px 0 0;
	overflow: hidden;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	color: #333;
	}

#breadcrumb a {
	color: #333;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	}

#breadcrumb a:hover {
	color: #999;
	}

#breadcrumb span {
	float: left;
	height: 18px;
	background: url(assets/bc-sub2.gif) no-repeat right top;
	padding: 7px 20px 0 10px;
	}
	
#breadcrumb span.b1 {
	background: url(assets/bc-main.gif) no-repeat left top;
	width: 280px;
	color: #fff;
	}
#breadcrumb span.b1 a {
	color: #fff;
	border-bottom: 1px dotted #edb5b3;
	text-decoration: none;
	}

#breadcrumb span.b1 a:hover {
	color: #edb5b3;
	}

/*	SIDEBAR	*/

ul#sidebar {
	float: left;
	width: 300px;
	background: url(assets/sidebar.gif) no-repeat left top;
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
	}

ul#sidebar li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	list-style: none;
	}

ul#sidebar li a {
	text-decoration: none;
	color: #942723;
	}

ul#sidebar li a:hover,
#green ul#sidebar li a:hover {
	border-bottom: 1px dotted #999;
	color: #666;
	}

ul#sidebar li ul {
	padding: 0;
	}
	
ul#sidebar li li {
	padding: 5px 10px 0;
	border: none;
	}

ul#sidebar li li a,
#green ul#sidebar li li a {
	color: #333;
	}
	
ul#sidebar li li li {
	padding: 5px 0 0;
	border: none;
	font-weight: normal;
	}
	
ul#sidebar li li li a {
	padding: 0 0 0 10px;
	border: none;
	background: url(assets/arrow.gif) no-repeat left 2px;
	}

	
ul#sidebar li li a.on,
ul#sidebar li li a.on:hover {
	color: #942723;
	font-weight: bold;
	border: none;
	}
	
ul#sidebar li.pdf {
	background: url(images/icons/icon_PDF.gif) no-repeat 10px 8px;
	padding-left: 30px;
	}
	
ul#sidebar li.sidebar-share {
	background: url(images/share.png) no-repeat 10px 8px;
	padding-left: 30px;
	}	
	
ul#sidebar li.sidebar-callouts {
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 25px;
}

/*	SIDEBAR > SECONDARIES	*/

ul#sidebar li.secondary {
	background: #eee;
	padding: 3px 0 8px;
	}

ul#sidebar li.secondary li {
	margin: 0;
	}

/*	CONTENT	*/

#content {
	float: left;
	width: 550px;
	padding: 15px 0 25px 25px;
	}
	
#content h2 {
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	color: #942723;
	margin: 0 0 12px;
	}
	
#content h3 {
	font: bold 16px/18px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	color: #666;
	margin: 0 0 12px;
	}
	
#content h4 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	color: #333;
	border-top: 1px solid #ddd;
	padding: 6px 0 0;
	margin: 0 0 12px;
	}
	
#content h5 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 3px;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 12px;
	}
	
#content li {
	margin: 0 20px;
	}

#content ul li {
	list-style: square;
	}
	
#content ol.alpha li {
	list-style: upper-alpha;
	}

#content ol.alpha ol li {
	list-style: decimal;
	}

#content ol ul li,
#content ul ul li {
	list-style: disc !important;
	} 

#content a {
	color: #000;
	}

#content a:hover {
	color: #666;
	}
	
#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	}

#content .images {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
	clear: both;
	}

#content .images img {
	float: left;
	margin: 0 10px 10px 0;
	}
	
/*	CONTENT	> 	TABLES	*/	
	
#content table {
	width: 550px;
	margin: 0 0 12px;
	}
	
#content table th {
	text-align: left;
	vertical-align: bottom;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	color: #942723;
	padding: 5px;
	border-bottom: 3px double #ddd;
	}
	
#content table td {
	text-align: left;
	vertical-align: top;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	padding: 5px;
	border-bottom: 1px solid #eee;
	}
	
#content table .alt td {
	background: #f6f6f6;
	}
	
/*	CONTENT >	FORMS	*/

#content label {
	display: block;
	padding: 4px 0 0;
	}
	
#content input.text,
#content select,
#content textarea {
	border: 1px solid #ccc;
	padding: 3px;
	}	

#content input.button {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	background: #942723;
	}	

#content ul.radio {
	width: 365px;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	padding: 4px 0 0;
	}
	
#content ul.radio li {
	list-style: none;
	margin: 0 0 3px;
	padding: 0;
	float: left;
	width: 180px;
	}
	
/*	CONTENT > DETAIL 	*/

.hero {
	float: right;
	margin: 0 0 5px 5px;
	width: 230px;
	text-align: center;
	font: bold 10px/14px Helvetica, Arial, sans-serif;
	}
	
.hero img {
	display: block;
	margin: 0 0 3px;
	}



/*	CONTENT > TABS */


#content ul#tabNav {
	border-bottom: 1px solid #ddd;
	height: 25px;
	margin: 0;
	padding: 0 0 0 5px;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	clear: both;
	border-top: 10px solid #fff;
	}
	
#content ul#tabNav li {
	display: inline;
	list-style: none;
	margin: 0;
	}	
	
#content ul#tabNav li a {
	float: left;
	padding: 8px 8px 0;
	height: 17px;
	color: #333;
	text-decoration: none;
	}	

#content ul#tabNav li a:hover {
	background: #f9f9f9;
	color: #666;
	}

#content ul#tabNav li a.on,
#content ul#tabNav li a.on:hover {
	float: left;
	background: #fff;
	color: #942723;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 7px 7px 0;
	height: 18px;
	}
	
#content #tabContent {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0 0 12px;
	padding: 24px 24px 24px 24px;
	width: 500px;
	}

#content #tabContent ul.files {
	margin: 0;
	}
	
#content #tabContent ul.files li {
	float: left;
	width: 90px;
	margin: 0 5px;
	list-style: none;
	}	

#content #tabContent ul.files li.singlecolumn { width: 500px; margin: 0; }
 
#content #tabContent ul.files li h4 {
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	color: #000;
	}
	
#content #tabContent ul.files li ul {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	margin: 0;
	}

#content #tabContent ul.files li ul li {
	display: block;
	_display: inline;
	float: none;
	width: auto;
	}
	

#content #tabContent ul.files li ul li a {
	display: block;
	padding: 3px 0 5px 20px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 4px;
	}
	
#content #tabContent ul.files li ul a.zip { background-image: url(assets/icon_ZIP.gif);	}
#content #tabContent ul.files li ul a.dwg { background-image: url(assets/icon_DWG.gif); }
#content #tabContent ul.files li ul a.pdf {	background-image: url(assets/icon_PDF.gif); }
#content #tabContent ul.files li ul a.doc {	background-image: url(assets/icon_DOC.gif); }

/*	CONTENT > ICON LISTS	*/

#content ul.icons li {
	list-style: none;
	margin: 0;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	}
	
#content ul.icons li a {
	display: block;
	height: 17px;
	padding: 3px 0 0 20px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 4px;
	}

#content ul.icons li a.zip { background-image: url(assets/icon_ZIP.gif);	}
#content ul.icons li a.dwg { background-image: url(assets/icon_DWG.gif); }
#content ul.icons li a.pdf {	background-image: url(assets/icon_PDF.gif); }
#content ul.icons li a.doc {	background-image: url(assets/icon_DOC.gif); }
#content ul.icons li a.zoom {	background-image: url(assets/icon_ZOOM.gif); }	
	
/*	CONTENT	> PR	*/

#content ul.pr li {
	display: block;
	list-style: none;
	margin: 0;
	border-top: 1px solid #eee;
	padding: 10px 0 1px;
	}	

#content ul.pr li p.date {
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	color: #666;
	text-transform: uppercase;
	}
	
#content ul.pr li h4 {
	padding: 0;
	border: none;
	font: bold 13px/16px Helvetica, Arial, sans-serif;
	}
	
#content ul.pr li li {
	display: list-item;
	list-style: square;
	margin: 0 20px;
	border: none;
	padding: 0;
	}
	
/*	MISC	*/
	
strong.accelerator {
	font-weight: bold !important;
	font-style: italic !important;
	text-transform: uppercase !important;
	color: #942723 !important;
	}
	
/*	CONTENT > GREEN	*/

#green #breadcrumb span.b1 {
	background: url(assets/bc-maingreen.gif) no-repeat left top;
	}

#green #breadcrumb span.b1 a {
	border-bottom-color: #a9d723;
	}

#green #breadcrumb span.b1 a:hover {
	color: #a9d723;
	}

#green ul#sidebar li a {
	text-decoration: none;
	color: #690;
	}
	
#green #content h2 {
	color: #690;
	}

#content a.green {
	color: #690 !important;
	}

#content a.green:hover {
	color: #666 !important;
	}

/* SEARCH */

#content form.contentSearch {
	}
	
#content form.contentSearch input {
	float: left;
	display: block;
	margin: 0 3px 0 0;
	}

#content ul.searchResult li {
	list-style: none;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 6px 0;
	}
	
#content ul.searchResult li h5 {
	text-transform: none;
	}

#content ul.searchResult p,
#content ul.searchResult ul {
	margin-bottom: 0;
	}
	
#content ul.searchResult ul li {
	list-style: square;
	border: none;
	margin: 0 25px;
	padding: 0;
	}
	
#content ul.searchResult ul li a {
	font-weight: bold;
	}

	
/* FOOTER	*/

#footer {
	clear: both;
	padding: 15px 10px;
	width: 880px;
	border-top: 1px solid #ddd;
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	color: #666;
	height: 40px;
	}
	
#footer p a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer p.links a {
	color: #000;
	}

#footer p.links a.green,
#footer p.links a.green:hover {
	color: #690;
	}

#footer p a:hover,
#footer p.links a:hover {
	border-bottom: 1px dotted #999;
	color: #666;
	}
	
#footer p.footer-left { float: left; }
#footer p.footer-right { float: right; }
	
	
/* SUCKERFISH */	

ul#nav li.n ul { /* second-level lists */
	position: absolute;
	height: auto;
	width: 150px;
	border-bottom: none;
	clear: both;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1000;
	padding: 0;
	margin: 0;
	*margin: 0;
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	background: #f9f9f9 url(assets/drop.gif) repeat-x left top;
	border-bottom: 1px solid #ddd;
}

ul#nav li.n ul li a {
	display: block;
	width: 130px !important;
	height: auto !important;
	color: #fff;
	padding: 5px 10px 4px;
	background: none !important;
	text-indent: 0 !important;
	color: #333;
	text-decoration: none;
	}

ul#nav li.n ul li a:hover {
	background: #fff !important;
	color: #942723;
	}
	
ul#nav li.n-green ul li a:hover {
	color: #690;
	}
	

ul#nav li.n:hover ul, ul#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	float: none;
}	
	
