@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #fff url(../images/body.gif) no-repeat center top fixed;
	text-align: center;
	}
	
#header {
	margin: 0 auto;
	width: 995px;
	height: 105px;
	padding: 0 0 0 5px;
	border-top: 10px solid #fff;
	text-align: left;
	}
	
#header h1 {
	float: left;
	width: 330px;
	height: 105px;
	background-color: #c00;
	}

#header h1 a {
	display: block;
	width: 330px;
	height: 105px;
	background: url(../images/logo.gif) no-repeat left top;
	text-indent: -9999em;
	}

ul#nav {
	float: left;
	width: 664px;
	height: 105px;
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	}
	
ul#nav li {
	float: left;
	width: 165px;
	height: 105px;
	list-style: none;
	}

ul#nav li a.parent {
	width: 155px;
	height: 30px;
	color: #fff;
	display: block;
	list-style: none;
	padding: 75px 0 0 10px;
	text-decoration: none;
	}
	
ul#nav li.nav-arch a { background-image: url(../images/nav-arch.jpg); }
ul#nav li.nav-specialty a { background-image: url(../images/nav-specialty.jpg); }
ul#nav li.nav-consumer a { background-image: url(../images/nav-consumer.jpg); }
ul#nav li.nav-custom a { background-image: url(../images/nav-custom.jpg); }
	
ul#secondary {
	background: #df1919;
	padding: 10px 0;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	float: left;
	}

ul#secondary li {
	float: left;
	width: 154px;
	list-style: none;
	padding: 0 0 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	}

ul#secondary li a {
	color: #fff;
	text-decoration: none;
	}
	
ul#secondary li.search {
	float: none;
	display: block;
	clear: both;
	width: 310px;;	
	padding: 0 10px;
	}

ul#secondary li.search form {
	clear: both;
	margin: 0;
	display: block;
	background: #fff;
	height: 30px;
	width: 310px;
	padding: 0;
	}

ul#secondary li.search form input {
	float: left;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	height: 14px;
	width: 245px;
	padding: 8px 10px;
	margin: 0;
	vertical-align: middle;
	}

ul#secondary li.search form input.submit {
	float: right;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	width: 40px;
	height: 30px;
	color: #666;
	}
	
#wrapper {
	width: 995px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	text-align: left;
	}
	
#sidebar {
	float: left;
	width: 330px;
	}
	
/* intro & callouts */	
	
#intro {
	float: left;
	width: 310px;
	padding: 10px;
	}
	
#intro p {
	font: normal 14px/24px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 0 10px;
	}
	
#intro p a{
	font: normal 14px/24px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 0 10px;
	}
	
	
#intro ul {
	font: bold 20px/20px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	}

#intro ul li {
	list-style: none;
	display: inline;
	}
	
#intro ul li a {
	float: left;
	border-top: 1px solid #ddd;
	width: 220px;
	height: 60px;
	padding: 15px 0 0 90px;
	color: #666;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	}

#intro ul li.specs a { background-image: url(../images/icon-specs.png); }
#intro ul li.cata a { background-image: url(../images/icon-catalog.png); }	
#intro ul li.colordeck a { background-image: url(../images/icon-colorfan.png); }	

#intro ul li a:hover { background-color: #eee; }
	
/* text styles */

h2 {
	font: bold 14px/24px Helvetica, Arial, sans-serif;
	color: #c00;
	margin: 0 10px 10px;
	}

h2 a {
	color: #c00;
	border-bottom: 1px dotted #eee;
	text-decoration: none;
	}

h2 a:hover {
	color: #666;
	border-bttom: 1px dotted #999;
	}
	
h3 {
	font: bold 20px/20px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 10px 10px;
	letter-spacing: -.05em;
	}

h3 a {
	color: #333;
	border-bottom: 1px dotted #eee;
	text-decoration: none;
	}

h3 a:hover {
	color: #069;
	border-bttom: 1px dotted #999;
	}
	
/* footer */	
	
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 5px;
	width: 990px;
	text-align: left;
	}

#footer p {
	border-top: 5px solid #c00;
	padding: 10px 0 0 60px;
	height: 55px;
	background: url(../images/logo-wt.gif) no-repeat 10px 10px;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #666;
	}

#footer p a {
	color: #666;
	text-decoration: none;
	}

#footer p a:hover {
	color: #333;
	}
	
/* misc */

.clear { clear: both !important; }
.nowrap { white-space: nowrap !important; }
.align-right { text-align: right !important; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	.clearfix {display: inline-block;}  /* for IE/Mac */
	.clearfix {
	    *zoom: 1;     /* triggers hasLayout */
	    *display: block;     /* resets display for IE/Win */
	    }

