@charset "utf-8";
/* CSS Document */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */


body {
	/*background-color: #e2e9ee;*/	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
	background-position: right top;	*/
	
}


#page {
	background-color: #ffffff;	
	width: 910px;
	
}

.clear {
	clear:both;	
}

#logo {
	margin-top: 25px;	
	margin-bottom: 20px;
}

#pageHead {
	text-align: right;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 70px;
}

#mainNav {
	text-align: left;
	margin-right: 24px;
	/*height: 60px;*/
	height: 50px;
	font-size: 120%;
}

#mainNav a {
	display: block;
	float: left;
	width: 97px;
	height: 22px;
	text-align: center;
	margin-right: 7px;
	text-decoration: none;
	padding-top:3px;
}

#breadcrumbs {
	text-align:left;
	color: #666666;
	text-transform: uppercase;
    font-size: 80%;
	margin-bottom: 10px;
}

#breadcrumbs  a {	
	text-decoration: none;
	color: #666666;
	margin-bottom: 5px;
	margin-top: 5px;
}

#breadcrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}


#home {
	color: #847a18;
	background-image: url(../images/interface/greenSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#home:hover {
	color: #ffffff;
	background-position: left bottom;
}

#products {
	color: #a75d26;
	background-image: url(../images/interface/orangeSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#products:hover {
	color: #ffffff;
	background-position: left bottom;
}

#installations {
	color: #3b6e8f;
	background-image: url(../images/interface/blueSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#installations:hover {
	color: #ffffff;
	background-position: left bottom;
}

#finishes {
	color: #893001;
	background-image: url(../images/interface/redSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#finishes:hover {
	color: #ffffff;
	background-position: left bottom;
}

#programs {
	color: #847a18;
	background-image: url(../images/interface/greenSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#programs:hover {
	color: #ffffff;
	background-position: left bottom;
}

/*#resources {
	color: #847a18;
	background-image: url(../images/interface/greenSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#resources:hover {
	color: #ffffff;
	background-position: left bottom;
}
*/
#contact {
	color: #a75d26;
	background-image: url(../images/interface/orangeSprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact:hover {
	color: #ffffff;
	background-position: left bottom;
}

#subNav {
	float: right;
	width: 130px;
	padding-left: 20px;
	font-size: 110%;
	margin-top: 35px;
}

#subNav a {
	display: block;
	color: #3b6e8f;
	text-decoration: none;
	width:108px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-transform: capitalize;
}

#subNav a:hover {
	color:#847a18;
}

#subNews {
	color: #3b6e8f;
	float: right;
	width: 140px;
	padding-left: 5px;
	font-size: 110%;
}

#subNews h1 {
	font-size: 110%;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 20px;
}

#subNews a {
	display: inline;
	color: #3b6e8f;
	text-decoration: underline;
}

#subNews p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

#tertNav {
	float:left;
	margin-top: 10px;
}

#tertNav a {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#tertNav a:hover {
	color: #000000;
	text-decoration: underline;
}

#homeLink {
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;*/
}

#dealerLink {
border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;	
	padding-right:10px;
	margin-right: 10px;
}

#siteSearch{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left:10px;
	margin-left: 10px;
	display:inline;
}

#searchTerm {
	border: none;
	background: #eeeeee;
	font-size: 10px;
	color: #666666;
}

#tertNav a:hover{
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#tertNavNews {
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 110px;*/
	
}

#subNews .emptDiv {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 108px;
	text-align:left;
}

#tertNavNews a {
	font-size: 80%;
	display: block;
	color: #a75d26;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#tertNavNews a:hover{
	color: #a75d26;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content {
	margin-left: 70px;
	width: 680px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;	
	padding-top: 10px;
	min-height: 500px;
	color: #666666;	
	padding-bottom: 20px;
}

#content h1 {
	color: #3b6e8f;
	font-size: 116%;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: normal;
	margin-top:0;
}

#content h2 {
	color: #666666;	
	font-size: 150%;
	text-transform: capitalize;
	font-weight: normal;
	margin-top:0;
}

#content h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 15px;
}

#content h4 {
	color: #666666;	
	font-size: 130%;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top:10px;
	padding-top: 10px;
	
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;	
	width: 630px;
}

#content h5 {
	color: #666666;	
	font-size: 130%;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top:10px;
	padding-top: 10px;
}


#content h6 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top:0;
}

#content p {
	width: 315px;
	line-height: 1.5em;
	margin-bottom:10px;
}




#content a {
	color: #666666;	
}

#content a:hover {
	text-decoration: underline;
}

a.green {
	color: #847a18;
	text-decoration: underline;
}

a.gray {
	color: #666666;	
	text-decoration: underline;
}

p#pressLinks {
	line-height: 1.9em;
	width: 400px;
}

#pressLinks a {
	font-size: 120%;
	color: #847a18;
	text-decoration: none;
}

#pressLinks a:hover {
	color: #847a18;
	text-decoration: underline;
}


#content #splash td{
	text-align: center;
	vertical-align: top;
}

#content #splash td a {
	text-decoration: none;
	color: #666666;	
	text-align: center;
}

#content #splash td a:hover {
	color: #847a18;	
}




#content #installs td{
	text-align: center;
	text-transform: capitalize;
}

#content #installs td a {
	text-decoration: none;
	color: #666666;	
	text-align: center;
	margin-bottom: 10px;
	display:block;
}

#content #installs td a:hover {
	color: #847a18;	
}


#content #installs td img {
	margin-bottom: 5px;
	/*border: 1px solid #999999;*/
}

#content #installs td img.noBorder {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#copyright {
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 25px;
	color: #666666;	
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#copyright a {
	color: #666666;	
}


#imagery{
	float:right;
	width: 315px;
	margin-right: 30px;
	
}

#imagery img {
	border: 1px solid #999999;	
	margin-bottom: 5px;
	margin-right: 4px;
}

#imageryLarge{
	float:right;
	margin-right: 30px;
}

#imageryLarge img {
	border: 1px solid #999999;	
}


.designer {
	font-size: 90%;
	/*text-transform: capitalize;*/		
}

#resources{
	font-size: 90%;	
}

#resources a {
	color:#893001;
	text-decoration: none;
}

#resources a:hover {
	color:#893001;
	text-decoration: underline;
}


	

#usgbc {
	margin-top: 10px;
	margin-left:15px;
	margin-bottom: 10px;
}

#chps {
	margin-top: 10px;
	margin-left:15px;
	margin-bottom: 10px;
}


/*------------------------- Home Page Styling -----------------------*/
#myGallery{
      position:relative;
      width:660px; /* Set your image width */
      height:330px; /* Set your image height */
    }
    #myGallery img{
      display:none;
      position:absolute;
      top:0;
      left:0;
    }
    #myGallery img.active{
      display:block;
    }

#homeLeft{
	float: left;
	width: 165px;
	color: #847a18;
	margin-top: 15px;
}

#homeLeft h1 {
	color: #847a18;
	font-size: 116%;
	text-transform: capitalize;
	font-weight: normal;
	margin-top:0;
	margin-bottom: 10px;
	line-height: 1.4em;
}

#homeLeft p {
	font-size: 100%;
	width: 165px;
	line-height: 1.5em;
}

#homeLeft a {
	color: #847a18;
}

#homeRight{
	margin-left: 186px;
	color: #666666;	
	margin-top: 15px;
	/*width: 470px;*/
	
}

#homeRight h1 {
	color: #666666;	
	font-size: 130%;
	text-transform: none;
	font-weight: normal;
	margin-top:0;
	margin-bottom: 10px;
}

#homeRight p {
line-height: 1.7em;
width: 430px;
margin-top: 0px;
}

#homeRight a {
	color: #666666;	
	}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:400px;
  height:270px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:400px; 
  height:270px;
  padding:10px;
  background-color:#ffffff;
  font-size: 120%;
}

#boxes #dialog h1 {
	margin-left: 15px;
	font-size: 160%;
	font-weight: normal;
}

#boxes #dialog p {
	width:350px;
font-size: 110%;
line-height: 1.4em;
}

#boxes #dialog #alertIcon {
	float: left;
	margin-right: 10px;
}

#boxes #dialog .close {
	font-size: 125%;
	text-align: center;
	display: block;
	padding-top: 10px;
	height: 50px;
	margin-top: 20px;
	color: #bbbbbb;
	text-decoration:none;
}

#boxes #dialog .close:hover {
	text-decoration:underline;
	color: #ffffff;
}

/*------------------------- dealer area mostly --------*/

input {
	border: 1px solid #69670e;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}


#dealerBrochures {
	
}
#dealerBrochures h1 {
	margin-bottom: 15px;
}

#dealerBrochures h2 {
	font-size: 120%;
	font-weight:normal;
}

#dealerBrochures h4{
	font-size: 120%;
	color: #847a18;
	border:none;
}

#dealerBrochures h3 {
	color: #893001;
	margin-bottom: 10px;
}

#dealerBrochures p {
	width: 250px;
}

#dealerBrochures a {
	line-height: 1.6em;
	text-transform: capitalize;
	font-size: 120%;
	/*color: #847a18;*/
	text-decoration: none;
}

#dealerBrochures a.list {
	padding-left: 20px;
}



#dealerBrochures table{
	width: 300px;
}

#dealerBrochures p.intro{
	width: 600px;	
}

/*--------------------- for hidden installations ------------------*/

.hideMe {
	display: none;		
}
/*--------------------- additional content pages like privacy policy and what not ------------------*/

#addlLinks {
	float: right;
	text-align: right;
}

#fullPage{
	
}

#fullPage a {
	color: #666666;	
}

#fullPage h1 {
	color: #3b6e8f;
	/*font-size: 150%;*/
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: normal;
	margin-top:0;
}

#fullPage h2 {
	/*color: #847a18;	*/
	color: #666666;	
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top:10px;
	margin-bottom: 5px;
}



#fullPage p {
	line-height: 1.5em;
	margin-bottom:15px;
	width: 580px;
}


#pageIntro p{
	width: 580px;
	margin-bottom: 30px;
}

#pageIntro h1 {
margin-bottom: 5px;
}


/*--------------------- Contact Form ------------------*/

#contactForm {
	width: 250px;
	padding-top: 15px;
}

#contactForm h3 {
	margin-top: 0px;
}

#contactForm input {
	margin-left:0;
	border: 1px solid #7e8082;
	margin-bottom: 10px;
	margin-top: 3px;
}

#contactForm textarea {
	margin-left:0;
	border: 1px solid #7e8082;
	margin-bottom: 10px;
	margin-top: 3px;
}

#contactInformation {
	float: right;	
	margin-right: 150px;
}

#contactInformation p {
	width: 200px;
	line-height: 1.5em;
	margin-bottom:10px;
}

#contactInformation h3 {
	margin-top: none;	
}

#collection {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	
}

.detailLogos {
	margin-bottom: 15px;	
}

.allCap{
	text-transform: uppercase;		
}

.titleCase {
	text-transform: capitalize;	
}	


/*--------------------- Swatch Details ------------------*/

#swatches {
	width: 250px;
	float:right;
	margin-right:20px;
}

.swatch {
	margin-right:7px;
	margin-bottom: 7px;
}

#specs tr {
	line-height: 2em;	
}

#specs th {
	font-weight: bold;		
}

tr.altRow{
	background-color: #eeeeee;	
}

#specs {
	width: 390px;	
}

#specs p {
	width: 390px;	
}

#specs table {
	margin-bottom: 15px;	
}

#mainSwatch {
	margin-bottom: 20px;	
}


/*--------------------- Cleaning Code pop-up on swatch page ------------------*/

#cleancode {
	margin-left: 15px;
	width: 370px;
	padding-top: 10px;
	color: #666666;	
	padding-bottom: 20px;
}

#cleancode h1 {
	color: #3b6e8f;
	font-size: 116%;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top:0;
}

#cleancode p {
	line-height: 1.5em;
	margin-bottom:10px;
}

#cleancode strong {
	font-weight:bold;
}
