@charset "utf-8";
/****************************** CSS Document ******************************/


body {
	background: url(../../media/images/bkgd.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
	margin:0;
	padding:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#263463;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#263463;
	font-size:15px;
	font-weight:bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#263463;
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
	text-transform: uppercase;
}

p {
	/*text-indent: 20px;*/
}

.content_area, .content_areaI {
	margin: 0 25px;
}
.content_areaI p {
	/*text-indent: 20px;*/
	padding-bottom: 10px;
}
.content_area p {
	text-indent: 0;
	padding-bottom: 10px;
}

strong { font-weight:bold; }


a:link, a:active {
	color: #333399;
	
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
}

img.left {
	float: left;
}

img.right {
	float: right;
}


/******************************* Navigation *******************************/

#left_nav {
	float:left;
	min-height: 550px;
	background: url(../../media/images/left_bakg.gif) repeat-y left;
	margin:0;
	padding: 0;
}

.locator {
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
	color: #263463;
	text-align: center;
	display: list-item;
	border: 1px solid #000;
	background: url(../../media/images/drop_bg.gif) repeat-x;
	list-style-type: none;
}

#div_window {
	display:block;
	position:relative;
	top:0;
	left:0;
}

/***************************** Top Navigation Menu Links *********************************/
#top_nav {
    list-style:none;
    width: 900px;
    height: 41px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(../../media/images/top_nav.gif) 0 0 no-repeat;
	z-index: 50000;
}	

#top_nav li {
	margin:0;
	padding:22px 0 0 0;
	display:block;
	float:left;
}	
#top_nav li ul {
	margin:0;
	padding: 5px 0 10px 9px;
}

#top_nav li li {
	padding:0;
	margin:0;
	line-height: 2;
}

#top_nav li li a{
	padding: 0;
	margin: 0;
	width: auto;
}

#top_nav a {
	display:block;
	background: transparent url(../../media/images/top_nav.gif) 0 0 no-repeat;	
}

#top_nav table a 		{ width:auto; height: auto; background: none;}
#top_nav li li a:hover 	{ background-image: none;}

#top_home a 			{ width: 93px;background-position: 0px 41px;}
#top_home a:hover 		{ background-position: 0px -63px; }

#top_about a 			{ width: 65px;background-position: -93px 41px;}
#top_about a:hover 		{ background-position: -93px -63px; }

#top_pbuild a 			{ width: 164px;background-position: -158px 41px;}
#top_pbuild a:hover 	{ background-position: -158px -63px; }

#top_cbuild a 			{ width: 126px; background-position: -322px 41px;}
#top_cbuild a:hover 	{ background-position: -322px -63px; }

#top_diy a 				{ width: 110px; background-position: -448px 41px;}
#top_diy a:hover 		{ background-position: -448px -63px; }

#top_links a 			{ width: 48px; background-position: -558px 41px;}
#top_links a:hover 		{ background-position: -558px -63px; }

#top_locations a 		{ width: 68px; background-position: -606px 41px;}
#top_locations a:hover 	{ background-position: -606px -63px; }

#top_contact a 			{ width: 74px; background-position: -674px 41px;}
#top_contact a:hover 	{ background-position: -674px -63px; }








/**************************** Bottom Navigation Menu Links ******************************/
#botm_nav {
	list-style-type:none;
	width: 800px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../../media/images/botm_nav.gif) 0 0 no-repeat;	
}	

#botm_nav li {
	margin:0;padding:5px 0 0 0;display:block;float:left;
}	

#botm_nav a {
	display:block;background: url(../../media/images/botm_nav.gif) 0 0 no-repeat;	
}

#botm_nav table a 		{ width:auto; height: auto; background: none;}

#botm_home a 			{ width: 93px; background-position: 0px 55px;}
#botm_home a:hover 		{ background-position: 0px -60px; }

#botm_about a 			{ width: 65px; background-position: -93px 55px;}
#botm_about a:hover 	{ background-position: -93px -60px; }

#botm_pbuild a 			{ width: 164px; background-position: -158px 55px;}
#botm_pbuild a:hover 	{ background-position: -158px -60px; }

#botm_cbuild a 			{ width: 126px; background-position: -322px 55px;}
#botm_cbuild a:hover 	{ background-position: -322px -60px; }

#botm_diy a 			{ width: 105px; background-position: -448px 55px;}
#botm_diy a:hover 		{ background-position: -448px -60px; }

#botm_links a 			{ width: 48px; background-position: -553px 55px;}
#botm_links a:hover 	{ background-position: -553px -60px; }

#botm_locations a 		{ width: 68px; background-position: -601px 55px;}
#botm_locations a:hover { background-position: -601px -60px; }

#botm_contact a 		{ width: 74px; background-position: -669px 55px;}
#botm_contact a:hover 	{ background-position: -669px -60px; }


/******************************* Layout CSS *******************************/
#container {
	width:800px;
	position:relative;
	margin:0;
	padding:0;
	
}


.page {
	margin:5px 12px 15px 12px;
}

#subpage {
	width: 798px;
	margin:0;
	background-color: #fff;
	border-left: 1px solid #8d8c88;
	border-right: 1px solid #8d8c88; 
}

.content {
	float:left;
	width: 574px;
	margin: 0;
	margin: 15px;
	text-align: left;
	margin: 3px;
	width: 598px;
}

.mainslideshow {
	position:relative;
	padding: 0;
	margin:0;
}

.infowindow {
	position:relative; 
	top:0;  
	font-size:10px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#print {
	padding: 10px 0;
}
#printlink {
	background: transparent url('../../media/images/print_icon.gif') no-repeat scroll left center;
	padding-left: 25px;
	text-decoration: none;
	color: #999999;
}
#printlink:hover {
	color: #000000;
}

#mapsearch {
  width : 546px;
  height: 300px;
  margin : 10px;
  padding : 4px;
  border : 1px solid #f9f9f9;
}
/* set height of idle state map */
#mapsearch .gsmsc-idleMapDiv { height : 200px; }

/* set height of active state map */
#mapsearch .gsmsc-mapDiv { height : 300px; }

.gmnoprint a {
	text-decoration: none;
	color: #999999;
}
.gmnoprint a:hover {
	color: #000000;
	text-decoration: underline;
}

#city_list {
	padding: 20px 0 10px 0;
}
#city_list a {
	text-decoration: none;
	color: #999999;
}
#city_list a:hover {
	color: #000000;
}


#button_products {
	float: left;
	display: block;
	padding-top: 190px;
	width: 150px;
	height: 10px;
	background: url(../../media/images/button_products.jpg) no-repeat top center;
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#button_products:hover {
	background-position: -36px -199px;
	cursor: hand;
	color: #333333;
}


#button_services {
	float: left;
	display: block;
	padding-top: 190px;
	width: 225px;
	height: 10px;
	background: url(../../media/images/button_services.jpg) no-repeat top center;
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#button_services:hover {
	background-position: 1px -200px;
	cursor: hand;
	color: #333333;
}

#button_gallery_comm {
	float: left;
	display: block;
	padding-top: 190px;
	width: 170px;
	height: 10px;
	background: url(../../media/images/button_gallery.jpg) no-repeat top center;
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#button_gallery_comm:hover {
	background-position: -28px -200px;
	cursor: hand;
	color: #333333;
}

#button_gallery_home {
	float: left;
	display: block;
	padding-top: 190px;
	width: 170px;
	height: 10px;
	background: url(../../media/images/button_gallery_home.jpg) no-repeat top center;
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#button_gallery_home:hover {
	background-position: -28px -200px;
	cursor: hand;
	color: #333333;
}

ol {
	list-style: decimal;
	padding: 0 0 5px 35px;
}
ul {
	list-style: disc;
	padding: 5px 0 5px 35px;
}
.color_chart {
	width: 30px;
	height: 30px;
	border: outset 2px;
	margin: 5px;
	float: left;
}
.color_chart:hover {
	border: inset 2px;
	cursor: help;
}
title {
	color: red;
}





/* Forms */

#contact {
	margin: 0 auto;
	width: 460px;
}
#contact .body{
	padding-right: 10px;
}

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
form img {
	/*
	float: left;
	margin-top: 20px;
	*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 0px 10px 0px 10px;
}
fieldset legend {
	color: #263463;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.dimensions {
	width: 12%;
	float: left;
	clear: none;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.radio {
	float:left;
	width:auto;
}
form div.radio label {
 	margin: 0 0 6px 0px;
 	padding-left: 20px;
 	padding-right: 4px;
}
form div.radio span.yes {
	padding-left: 20px;
}
form div.radio span.no {
	padding-left: 10px;
}
form div.radio span {
	float: left;
	padding-right: 4px;
}
form div.radio input {
 	float: left;
 	clear: none;
 	width: auto;
 	margin-top: 4px;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 80px;
}
label {
	display: block;
	padding-right: 20px;
	padding-bottom: 2px;
 	font-family: Verdana;
 	color: #333;
 	font-size: 12px;
 	font-weight: bold;	
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 90%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
form div.select {
	width: 50%;
	float: left;
	clear: none;
	padding-top: .3em;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
form div.checkbox {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form div.checkbox input {
	clear: none;
	width: 25px;
}
form div.checkbox span {
	float: left;
	width: 50px;
	display: block;
}
form div.mul_checkbox { height: 20px; }
form div.mul_checkbox label {
	float: left;
	padding-right: 8px;
}
form div.mul_checkbox input {
	float: left;
	display: inline;
	width: auto;
	clear: none;
	margin-right: 2em;
}
div.submit input {
	display: inline;
	font-size: 90%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
span.by {
	display: block;
	float: left;
	padding: 30px 5px 0px 5px;
	width: 12px;
}
div.form-left, div.form-right {
	width: 40%;
	float: left;
	clear: none;
}
div.form-left {
	padding-right: 2em;
}
div.form-right {
	
}
div.form-measurements {
	width: 160px;
	float: right;
	clear: none;
}
span.addrowlink {
	display: block;
	float: none;
	text-align: right;
	clear: both;
	margin-bottom: 4px;
}
span.addrowlink a {
	padding: 4px 0px 4px 24px;
	background: url('../img/icons/add.png') no-repeat 0 2px;
}

#product_pages ul{
	list-style: none;
}

a.facebook{text-decoration:none; line-height:16px!important; text-align:left!important; display:block;}
a.facebook img{vertical-align:middle; margin:0 5px 0 24px; float:left;}
