@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;
}

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

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

#about: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: #893001;
	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;*/
	width: 200px;
	color: #847a18;
	margin-top: 15px;
}

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



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

#homeLeft p.large {
	color: #847a18;
	font-size: 15px;
	width: 200px;
	line-height: 1.6em;
	margin-bottom: 15px;
}


#homeLeft a {
	color: #847a18;
}

#homeLeft .emptDiv {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 170px;
	text-align:left;
}

#homeLeft #redLink {
	color: #893001 !important;
}

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

#homeRight p.larger {
	font-size: 115%;
	line-height: 1.5em;
}

.homeNeoconLogo {
	margin-top:10px;
	margin-bottom:10px;	
}

#homeRight h1 {
	color: #666666;	
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	margin-top:0;
	width: 430px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#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;
}

textarea {
border: 1px solid #69670e;	
}

select {
border: 1px solid #69670e;	
}

#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: 260px;
}

#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: 605px;
}
#fullPage strong {
	font-weight: bold;		
}

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

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

/*--------------------- additional content pages like about us and sub pages ------------------*/

#aboutPage{
	
}

#aboutPage #headImg {
	margin-bottom: 10px;
	margin-top: 10px;
}


#aboutPage a {
	color: #666666;	
}

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

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



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

#aboutPage ul {
	line-height: 1.5em;
	margin-bottom:15px;
	width: 580px;
	list-style-type: disc;
	margin-left: 15px;
}

#aboutPage li {
	margin-bottom: 5px;
}


#aboutPage strong {
	font-weight: bold;		
}




/*--------------------- 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: 0;	
}

#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;	
}

td.titleCaseWrap div{
	text-transform: capitalize;	
	margin-bottom: 10px;
	margin-top: 5px;
	line-height:1.2em;
	width:80px !important;
	/*text-align: center;
	white-space:pre-wrap;
	word-wrap: break-word;*/
}		


/*--------------------- 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;
}

/*-------------------- Revit Choices Form  ------------------*/

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

#revitChoices th {
	font-weight:bold;
	padding-top:8px;
	padding-bottom:5px;	
}

#revitChoices select {
	margin-left: 5px;	
	border: 1px solid #7e8082;
}

#revitChoices td {
	padding-bottom:5px;
}	

#revitOrder input {
	border: 1px solid #7e8082;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}

#revitOrder textarea {
	font-family:Arial;
	border: 1px solid #7e8082;

}

#revitOrder select {
	border: 1px solid #7e8082;
}


#revitOrder td {
	padding-bottom:5px;
}	

#subBut{
	margin-top:20px;	
}

.sup {
	vertical-align: super;
	font-size:70%;
}


.largeBlue {
	margin-top:75px;
	color:#3B6E8F;
	font-size:21px;
	margin-bottom:10px;
}

.blueLink {
	color:#3B6E8F !important;
}
/*--------------------Designer Page  ------------------*/

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



.headshot {
	float:left;
	margin-right: 13px;
	text-align:center;
}

.headshot img {
	margin-bottom:8px;
	border: 1px solid #ffffff;	
	}

.headshot a {
	font-size: 95%;
	}

#lucci{

	}
	
#morrow{
	display:none;
	}

#baldanzi{
	display:none;
	}
	
#dante{
	display:none;
}

.designShow {
	display:block;	
}

.designActive img {
	border: 1px solid #3B6E8F;	
}

.designActive a {
	text-decoration:none;
	}
	
#iidex {
	width: 194px;
	margin-top: 10px;
	color:#000000;
	line-height:1.4em;	
}

#iidex strong {
	font-weight:bold;	
}

#iidex td {
	vertical-align:top;	
}
