@charset "UTF-8";

/*
========================================================
Attributes
========================================================
*/
h1,h2,h3,h4 {
	font-family: Times New Roman, Times, serif; /*set font family of head elements*/
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1px 0px 0px;
	padding: 0px;
}
#col1 p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 3px 0px 0px;
	padding: 0px;
}
#col1 ul {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1em 0px 0px 15px;
	padding: 0px;
}
#col1   h1     {
	font-size: 2.6em;
	line-height: 1.1em;
	color: #990000;
	margin-top: 0px;
}
#col1 h2 {
	margin: 5px 0px 0px;
	font-size: 1.8em;
}
#col2 h2 {
	font-size: 1.8em;
	line-height: 90%;
	margin-bottom: 5px;
}


body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; /*sets base font to approx 10 px */
	background: #999999 url(/images/bckgrnd02.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
 }
.largerOne {
	font-size: 130%;
	line-height: 100%;
}
.blue {
	color: #000099;
}
 

/* Content Layout styles */
.-----Content Layout styles------ {}
.widedivid {
	color: #666666;
	padding: 0;
	margin: 0 0;
	width: auto;
	background: #FFFFFF;
	height: 10px;
	border-bottom: 3px solid #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.twoColFixRtHdr #container #mainContent .feature {
	background: url(/images/feature_bar_1.jpg) no-repeat;
	height: 300px;
	width: 900px;
}



.-----3 Column Block------ {}


.threecolinset   {
	color: #666666;
	padding: 15px 0 5px 0;
	margin: 0 0;
	top: 68px;
	width: auto;
	background: #FFFFFF;
	height: 150px;
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
}
.threecolinset ul {
	display: block;
	margin: 0 0 0 40px;
	padding: 0px;
}
.threecolinset  li   {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0px;
	padding: 0 0 0 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 265px;
}
.threecolinset a {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 0px;
	width: 265px;
	display: block;
	height: 100px;
}
.threecolinset a:hover {
	color: #FFCC00;
	text-decoration: none;
	padding: 0px;
	border-bottom: 4px solid #FFCC00;
	border-right: 4px solid #FFCC00;
}
#COLcasestudy  {
	background: url(/images/banner_casestudy3GRY.gif) no-repeat;
}
#COLdistributor  {
	background: url(/images/banner_distrib3GRY.gif) no-repeat;
	height: 100px;
}
#COLproducts   {
	background: url(/images/banner_products3GRY.gif) no-repeat;
}




.colTbl {
	width: 840px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding: 0px;
}
/*.bannerProd {
	background: url(/images/banner_products.jpg) no-repeat;
	height: 150px;
}
*/.colTbl td {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0 10px;
	background: #CCCCCC no-repeat;
	vertical-align: top;
	margin: 0px;
	height: 90px;
}
.colTbl h2 {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}
.colTbl .COLcasestudy {
	background: url(/images/banner_casestudy3GRY.gif) no-repeat;
}
.colTbl .COLdistributor {
	background: url(/images/banner_distrib3GRY.gif) no-repeat;
	height: 100px;
}
.colTbl .COLproducts  {
	background: url(/images/banner_products3GRY.gif) no-repeat;
}
.colTbl   a    {
	color: #990000;
}
.colTbl a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #990000;
	padding: 2px;
	display: block;
}


/* end HOLY GRAIL */



.-----Two Column both even------ {}

.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #container {
	width: 900px;
	margin: 15px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background: #FFFFFF;
	border: 2px solid #CCCCCC;
} 
.twoColFixRtHdr #container #mainContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: auto;
	padding: 0px;
	display: block;
	clear: both;
	height: auto;
} 
.twoColFixRtHdr #container #mainContent #col1 {
	float: left;
	width: 380px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	color: #CCCCCC;
}
.twoColFixRtHdr #container #mainContent .feature #col1 h1 {
	margin-top: 20px;
	color: #CCCCCC;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent #col2 {
	float: right;
	width: 440px;
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}
.-----Two  Column  Larger  left--- {}
/* Content Layout styles */


.twoColasym #container {
	width: 900px;  /*  */
	background: #FFFFFF url(/images/maincontent_bck.jpg) repeat-y 352px;
	margin: 15px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 2px solid #CCCCCC;
} 
.twoColasym #container #mainContent {
	margin: 0;
	width: auto;
	padding: 0;
	display: block;
	clear: both;
	height: auto;
} 
.twoColasym #container #mainContent #col1 {
	float: left;
	width: 480px;
	margin: 0 0 0 160px;
	padding: 0px;
}
.twoColasym #container #mainContent #col1 #photo_right {
	float: right;
	width: 238px;
}
.twoColasym #container #mainContent #col1 #photo_right img {
	margin-bottom: 4px;
}
.twoColasym #container #mainContent #col1 #photo_left {
	float: left;
	width: 238px;
}
.twoColasym #container #mainContent #col1 #photo_left img {
	margin-bottom: 4px;
}
.twoColasym #container #mainContent #col2 {
	float: right;
	width: 210px;
	margin: 0px 0px 0 0;
	padding: 7px 7px 0px;
	background: #DDDDDD;
	border-bottom: 6px solid #FFFFFF;
}
#col2 ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#col2 li {
	margin: 5px 0px 0px;
	padding: 0px;
}
.-----Case Study styles----- {}
#case_study h1 {
	color: #999999;
	margin: 0px 0px 7px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font: 1.4em Arial, Helvetica, sans-serif;
}
#case_study a {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#case_study a:hover {
	color: #990000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#case_study p {
	background: #999999;
	padding: 2px 3px 2px 7px;
	margin-top: 2px;
	margin-left: 10px;
}
.-----break------- {}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#proj_cat {
	font-weight: bold;
	margin: 15px 0px 1px;
	padding: 0px;
	color: #666666;
	font-size: 1.3em;
}
#proj_list {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 110%;
	font-weight: bold;
	color: #999999;
}
#proj_list img {
	clear: both;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
#proj_list a {
	color: #666666;
}
#proj_title {
	color: #FFFFFF;
	background: #000099;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 3px 4px 5px;
	margin-top: 7px;
	margin-bottom: 3px;
}
.-----break------- {}
/*#mainConten  {
	float: right;
	width: 420px;
	margin: 0px 20px 0 0;
	padding: 0px;
}
*/#photohead {
	background: url(/images/house_front.jpg) no-repeat;
	margin: 0px;
	height: 100px;
	color: #FFFF66;
	text-align: center;
	font: bold 280% Verdana, Arial, Helvetica, sans-serif;
	padding: 180px 0px 0px;
}
#products h2 {
	font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
	margin: 0px 0px .3em;
	padding: 0px;
}
#products .bodyHeadnoindent {
	font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;
}
.photosub      {
	font-size: 60%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 90%;
}
#highlightBox {
	background: #E5E5E5;
	padding: 10px 10px 25px 10px;
}
/*.twoColFixRtHdr #container #mainContent #col2 li {
	margin: .2em 0px 0px 1em;
	padding: 0px;
}*/
#srvlist     {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #000099;
	font-weight: bold;
}
#srvlist li {
	padding: 0px;
	margin: .3em 0em 0em 1em;
}
#mission {
	font-size: 1.1em;
	line-height: 105%;
	margin: 0px;
	padding: 5px 10px;
	background-color: #CC9933;
	color: #FFFFFF;
}
#mission p {
	margin: 0px;
	padding: 0px;
}
#mission h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFF99;
	line-height: 105%;
}
#mission ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#mission li {
	margin: 6px 0px 0px 10px;
	padding: 0;
}
#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .9em;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 0px;
	margin: 0 1px 0 0;
}
/* old styles from redline dispose if not needed in rapat


#sidebar1 h1 {
	margin: 0px;
	padding: 0px;
}
#sidebar1  ul   {
	color: #660000;
	font: italic bold 160%/95% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px auto;
	padding: 10px;
	background: #F6C45F;
	width: 172px;
}
#sidebar1  li   {
	list-style-type: none;
	font-size: 85%;
	color: #666666;
	width: 170px;
	text-align: left;
	padding: 5px 2px 0px 0px;
	text-decoration: none;
	margin: 0px;
}
#sidebar1 a {
	text-decoration: none;
	color: #666666;
}
#sidebar1 a:hover {
	color: #000000;
}
#sidebar1 .first {
	margin-top: 2px;
	padding-top: 5px;
}
#sidebar1 .last {
	background: url(/images/remodel_comp.jpg) no-repeat -5px 28px;
	height: 150px;
	margin: 0px;
}
#sidebar1 #contr_ad {
	font: oblique bold 160%/100% Verdana, Arial, Helvetica, sans-serif;
	background: #000066 url(/images/blue_grad.jpg);
	color: #FEF9B1;
	text-align: center;
	padding: 10px;
	margin: 5px auto;
	width: 172px;
}
#sidebar1 #lumber_ad {
	font: oblique bold 160%/100% Verdana, Arial, Helvetica, sans-serif;
	background: #330000;
	color: #FFCC00;
	text-align: center;
	padding: 10px;
	margin: 7px auto;
	width: 172px;
}
#sidebar1 #contr_ad p {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
}
#sidebar1 #contr_ad a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1 #lumber_ad p {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
}
#sidebar1 #lumber_ad a {
	color: #FFFFFF;
	text-decoration: underline;
}
*/.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.first {
	color: #FFFFCC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/*Top banner and menu styles*/
.-----Top banner and menu styles_________ {}

#headbanner {
	background: #FFFFFF url(/images/top_banner.gif) no-repeat 0px 0px;
	height: 100px;
	width: 900px;
	border-width: 0px;
}
#headbanner a {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#topmenu {
	font-size: 1.1em;
	font-weight: bold;
}
#redmenu   {
	color: #666666;
	padding: 2px 0;
	margin: 15px 0 0 290px;
	position: absolute;
	top: 68px;
	width: 600px;
}
#redmenu ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#redmenu  li   {
	list-style-type: none;
	float: left;
	margin: 0 12px 0 0px;
	padding: 0 0 0 18px;
	font-size: 1em;
	text-transform: uppercase;
	background: url(/images/menu_sq.gif) no-repeat 0px 4px;
	text-align: left;
	line-height: 100%;
}
#redmenu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#redmenu li ul li{
	padding: 4px 2px;
	font-size: 100%;
	border-bottom: 1px solid #000000;
	width: 10em;
	background: #FFFFCC;
}
#redmenu li:hover ul, #redmenu li.sfhover ul {
	left:auto
	}
	

#redmenu   .one  {
	margin: 0 10px 0 0;
	padding: 0;
	background: url(none);
}
#redmenu a {
	color: #666666;
	text-decoration: none;
	background: 0px 0px;
}
#redmenu a:hover {
	color: #FFCC00;
	text-decoration: none;
	padding: 3px 0;
}
#topmenu  .graymenu   {
	padding: 2px 0px;
	margin: 0 0 0 570px;
	width: 280px;
	top: 20px;
	color: #FFFFFF;
	position: absolute;
}
#topmenu  .graymenu  ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#topmenu  .graymenu  li   {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0px;
	padding: 0;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topmenu .graymenu .one {
	padding: 0;
	margin: 0 10px 0 0;
}
#topmenu .graymenu a {
	color: #FFFFFF;
}
#topmenu .graymenu  a:hover {
	color: #FFCC00;
}
#footerA {
	background: #999999 center;
	margin: 0px;
	padding: 3px 15px;
	clear: both;
}
.dealerState {
	font: bold 105%/100% Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0px 0px;
	padding: 3px 0px 3px 5px;
	background: #336699;
	color: #FFFFFF;
}
.dealerCity {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 6px 0px 0px;
}
.dealerName {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
