body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:#072534 url(../../../../images/jXWofWpykN_large.jpg) top repeat-x;
	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: #666666;
}

h1 {
color:#970030;
font-weight:normal;
font-size:2.5em;
line-height:1.2em;
margin-top:0;
}

#commercial h1, #commercial h2, #commercial h3{
color:#0C425C;
}

#residential h1, #residential h2, #residential h3{
color:#1E733C;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../../../../images/footer.jpg) bottom center no-repeat;
background-color:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#333333;
	font-size:12px;
	line-height:20px;
} 
#header { 
	background:#FFFFFF url(../../../images/bg_header.jpg) no-repeat;
background-position:15px 0px;
	padding: 0 10px 0 20px;  /* 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. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
text-indent:-999999px;
height:136px;
border-bottom:none;
}

#header #cse-search-box {float:right;padding:5px;}
#header #cse-search-box input {float:left;}
#header #cse-search-box input {float:left;border:0;background:#dedede;padding:5px;color:#B61F32;}
#header #cse-search-box img {float:left;}

#navigation { 
	background:#ffffff url(../../../../images/bg_red_menu.gif) left no-repeat;
	height:25px;
	font-size:11px;
border-left:15px solid #ffffff;
border-right:15px solid #ffffff;
} 

/* navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-family:arial, sans-serif;
}

#nav li { /* all list items */
	float: left;
	/* width: 6em; /* width needed or else Opera goes nuts */
}

#nav li a { /* all list items */
	height:18px;
    display:block;
	font-weight:bold;
	padding:7px 10px 0 10px;
    border-right:1px solid #DE4356;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:10px;
	font-weight:bold;
}

#nav li ul li a { /* second-level lists */
	padding:5px;
	background:#BE2135;
	width:13em;
    border:none;
}


#nav li ul li a:hover { /* second-level lists */
	background: #333333;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end lhs navigation */
/* start RHS navigation */


#nav_rhs, #nav_rhs ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
float:right;
}

#nav_rhs a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-family:arial, sans-serif;
}

#nav_rhs li { /* all list items */
	float: left;
	/* width: 6em; /* width needed or else Opera goes nuts */
}

#nav_rhs li a { /* all list items */
	height:19px;
	font-weight:bold;
	padding:6px 10px 0 2px;
}

#nav_rhs li ul { /* second-level lists */
	position: absolute;
	width:8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:10px;
	font-weight:bold;
}

#nav_rhs li ul li a { /* second-level lists */
	padding:5px;
	height:15px;
	width:12.7em;
}


#nav_rhs li ul li a:hover { /* second-level lists */
	background: #BE2135;
}


#nav_rhs li:hover ul, #nav_rhs li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.nav_commercial {
background:#0D4966 url(../../../../images/bg_commercial_menu.gif);
width:125px;
}

.nav_commercial_sub {
background:#0D4966;
width:125px;
}

.nav_residential {
background:#195F31 url(../../../../images/bg_residential_menu.gif);
width:125px;
}

.nav_residential_sub {
background:#195F31;
width:125px;
}

/* end RHS navigation */

/*  #float_col1 {
	float: left; 
	width: 280px; 
	background: #ffffff; 
	padding: 5px 5px 10px 15px; 
	display:block;
	margin-top:7px;
}

#flashContent1 {
background:#ffffff url(../../images/bg_col1.jpg) top no-repeat;
margin-top:10px;
padding-bottom:0px;
margin-bottom:0px;
height:220px;
width:280px;
color:#092636;
} */

#flashContent1 h4
{
font-size:12px;
padding-left:10px;
padding-top:7px;
} 


#float_col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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: 0px 5px 10px 15px; /* padding keeps the content of the div away from the edges */
	display:block;
	margin-top:2px;
}

#flashContent1 {
background:#ffffff url(../../images/bg_col1.jpg) top no-repeat;
margin-top:15px;
padding-bottom:0;
margin-bottom:0;
height:220px;
width:280px;
color:#092636;
}

#flashContent1 p
{
font-weight:normal;
font-family:arial;
font-size:11px;
padding:0 15px 0 15px;
}

#float_col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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: 5px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
	display:block;
}

#float_col1 img, #float_col3 img, #float_col2 img { border:none;}

#flashContent2 {
padding-top:12px;
}

#float_col3 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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: 5px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	display:block;
}


#flashContent3 {
padding-top:12px;
}

#float_col_content {
	float: left; /* since this element is floated, a width must be given */
	width: 575px; /* 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 0px 15px 15px; /* padding keeps the content of the div away from the edges */
	display:block;
color:#666666;
}

#float_col_content table td{
vertical-align:top;
}

#custom_ratings { font-size:.95em; background:#f3f3f3; padding:10px; border:5px solid #ffffff; }

#ratings_table {font-size:.95em;}
#ratings_table td {border-top:1px solid #f3f3f3; padding:3px; width:50%;}

h1{
color:#A40B32;
font-size:25px;
border-bottom:1px solid #E6E6E6;
padding-bottom:3px;
}

h2{
color:#A40B32;
font-size:16px;
padding-bottom:3px;
}

h3{
color:#A40B32;
font-size:14px;
padding-bottom:3px;
}

#content_col {
	float: left; /* since this element is floated, a width must be given */
	width: 580px; /* 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 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	display:block;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#window_results {
	display:block;
float:left;
width:500px;
background:#333333;
color:#FFFFFF;
padding:10px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFFFFF;
	height:200px;
	padding:70px 0 0 0;
	line-height:21px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {color:#ffffff;}

#footer #footer_col {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 30px 70px 20px 10px;
	display:block;
	color:#FFFFFF;
font-size:10px;
}

#footer h3 {
color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin:0;
text-transform:uppercase;
border-bottom:1px solid #DE4356;
}

/* search form layout */

#search_form {
border:0;
}

#search_form label {
font-weight:bold;
color:#CC5060;
}

#search_form td {
padding:10px;
border-top:1px solid #dedede;
}

#search_form select, checkbox {
color:#333333;
border:1px solid #999999;
}

/* end search form layout */

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.top {display:block; text-align:right; width:575px; border-top:1px solid #f3f3f3; text-transform:uppercase; padding-bottom:20px;}

.search_snippet {font-size:1.1em; background:; padding:10px; border:1px solid #EEEEDD; background:#FAFAF5;}
.search_frame_description { font-size:1.5em; font-weight:normal; color:#1E733C; padding-bottom:5px;}
.search_manufacturer { color:#126389; font-variant:small-caps; padding-bottom:5px;}
.search_material, .search_type {padding-right:10px;}
.search_uw, .search_shgcw { padding-right:10px;}
.search_snippet strong {font-weight:normal; color:#999}

.nodisplay {display:none;}
.members_snippet {padding:5px; height:250px;}
.members_address {width:200px; border-top:1px dotted #ccc;}
.members_phone {font-weight:bold; color:#333; padding:5px 0px;}
.members_website {display:none;}
.members_profile { padding:5px 0; float:right; width:300px;}
.members_contact_details {width:200px; background:#f3f3f3; padding:5px;}
.members_branding_details {width:200px; background:#e5e5e5; padding:5px;}
.members_logo {border:1px solid #ccc; padding:10px; background:#fff url(../../../images/img_to_come.gif) center center; text-align:center; width:200px; }

.announce {background:url(http://www.wers.net/images/post_it_large.jpg) top center no-repeat; height:202px; width:197px;}
.announce p{ display:block; position:relative; padding-left:18px; padding-right:25px; padding-top:50px; margin-left:auto; margin-right:auto; text-align:center; font-size:11px; line-height:14px; }