body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#475c4b url("/images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/16px  Arial, Helvetica, sans-serif;
	color:#494949;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{
	font-size:1.7em;
	color:#FFFFFF;
}
h2	{
	font-size:1.1em;
	color:#fff;
	border-bottom:1px solid #fff;
}

h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#84d794; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("/images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.margin-top {
	margin-top:20px;
	}	

/* ------------------------ form elements ------------------------ */

#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #686868;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#top-wrap {
	background:url("/images/top-wrap.jpg") no-repeat scroll center top;
	width:auto;
	margin:0 auto;
	text-align:center;
	}

#wrap {
	background:url("/images/bg-wrap.jpg") repeat-y;
	width:960px;
	margin:0 auto;
	text-align:left;
	}

body#index #wrap {background:url("/images/bg-wrap-index.jpg") repeat-y;}
	
/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("/images/masthead.jpg");
	height:133px;
	width: 960px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}	

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:681px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 26px 10px 26px; 
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

/* ------------------------ column-left framework ------------------------ */
#column-left-inside {
	width:681px;
	float:left;
	background-color:#FFFFFF;
	}

	#column-left-inside p, #column-left-inside h1, #column-left-inside h3, #column-left-inside ul, #column-left-inside dl, #column-left-inside table {
		margin:0px 26px 10px 26px; color:#494949;
		}
	#gallery-container {
		margin:20px 0px 20px 26px;
		}
	#gallery-container image.lightbox {
		margin:10px;
		float:left;
		}
	#gallery-container h2 {
		border-bottom:#999999 1px solid;
		border-top:#999999 1px solid;
		margin:10px 0;
		width:596px;
		padding:5px;
		}			

	#column-left-inside form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left-inside ul { padding-left:5px; }
		#column-left-inside ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left-inside a:link, #column-left-inside a:visited	{ color:#347740; text-decoration:underline; outline:none; }
	#column-left-inside a:hover, #column-left-inside a:active	{ color:#599464; text-decoration:underline; outline:none; }			
				
	body#blog #column-left-inside h2{
	font-size:24px;
	color:#347740;
	border-bottom:1px dotted #347740;
	line-height:26px;
	padding-bottom:5px;
	margin:0px 26px 7px 26px;
	display:block;
	}
	
	body#blog #column-left-inside h3{
	font-size:20px;
	color:#347740;
	line-height:26px;
	padding-bottom:5px;
	margin:0px 26px 7px 26px;
	display:block;
	}
	
	body#blog #column-left-inside h2 a{
		text-decoration:none;
	}
	
	.post{
		margin-bottom:20px;
	}
	
	body#blog #column-left-inside .post p{
		line-height:24px;
	}		
	
	p.postmetadata{
		background:#ccc;
		padding:7px 6px 6px 8px;
	}			
		
	body#blog #column-left-inside textarea{
		width:620px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
			
	body#blog .vcard, body#blog .commentmetadata{
		margin:10px 26px;
	}
	
	body#blog li.even .vcard, body#blog li.even .commentmetadata{
		margin:10px 0px;
	}
	
	li.even{
		background:#f3f3f3;
		margin:20px 26px;
		padding:1px 10px;
	}
	
	li.comment em{
		margin:0px 26px;
	}	
	
	li.even em, li.even p{
		margin-left:0px !important;
	}	
		
/*-------------- 3 Large Homepage Buttons ------------- */

#btn-residential {
		position:relative;
		height:244px;
		width:230px;
		float:left;
		background:url("/images/btn-residential.jpg") no-repeat;	
		}
	#btn-residential a{	
		position:absolute;
		width: 230px; height: 244px;
		}

	#btn-residential a:hover{ background: transparent url(/images/btn-residential.jpg) 0px -244px no-repeat; }	
	#btn-residential a span { display:none;}
	
#btn-commercial {
		position:relative;
		height:244px;
		width:229px;
		float:left;
		background:url("/images/btn-commercial.jpg") no-repeat;	
		}
	#btn-commercial a{	
		position:absolute;
		width: 229px; height: 244px;
		}

	#btn-commercial a:hover{ background: transparent url(/images/btn-commercial.jpg) 0px -244px no-repeat; }	
	#btn-commercial a span { display:none;}
	
#btn-shower-doors {
		position:relative;
		height:244px;
		width:222px;
		float:left;
		background:url("/images/btn-shower-doors.jpg") no-repeat;	
		}
	#btn-shower-doors a{	
		position:absolute;
		width: 222px; height: 244px;
		}

	#btn-shower-doors a:hover{ background: transparent url(/images/btn-shower-doors.jpg) 0px -244px no-repeat; }	
	#btn-shower-doors a span { display:none;}				

/* ------------------------ location pod - homepage ------------------------ */
			
#location {
	width:681px;
	float:left;
	background:url("/images/location-header.jpg") top no-repeat;
	background-color:#233827;
	}

	#location p, #location h1, #location h3, #location ul, #location dl {
		margin:0px 20px 10px 20px;
		}
	 #location h2 { margin:30px 20px 10px 20px; border-bottom:none;  }

	/* definition list */
	#location dl { margin-top:30px; }
		#location dl dt {
			font-size:1.3em;
			font-weight:bold;
			color:#fff;
			margin:0 0 12px 0;
			}
						

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:260px;
	float:left;
	background:url("/images/column-right-background.jpg") top no-repeat;
	margin-left: 19px;
	color:#fff;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0px 20px 10px 20px;
		}
		
	#column-right .first-header {
	margin-top:30px;
	}		

	body#blog #column-right ul{
		margin-left:20px;
		padding:0px;
	}
	
	body#blog #column-right ul#archive-categories{
		margin:30px 0px 0px 20px;
		padding:0px 0px 20px 0px;
	}
	
	body#blog #column-right ul h2{
		margin-left:0px;
		margin-top:5px;
		padding:0px;
	}
	
	body#blog #column-right ul li, body#blog #column-right ul li ul li{
		list-style-type:none ;
		background:none;
		padding:0px;
		float:none !important;
	}
	
		body#blog #column-right ul li ul{
			margin-left:10px !important;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("/images/header-index.jpg"); }
	body#about #header-graphic { background:url("/images/header-about.jpg"); }
	body#contact #header-graphic { background:url("/images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("/images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("/images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:101px; } /* sets height for all subheads */
	body#index #subhead { background:url("/images/subhead.jpg"); }
	
#subhead-inside { background:url("/images/subhead-inside.jpg"); height:112px; }

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("/images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:auto;
	margin:0 auto;
	text-align:center;
	background:#494949 url("/images/bg-footer.jpg") top repeat-x;
	}
#footer-header {
	height:118px;
	width:960px;
	text-align:center;
	margin:0 auto;
	background:#494949 url("/images/footer-header.jpg") top no-repeat;
	}	

#footer p {
	color:#fff;
	width:960px;
	margin:0 auto;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {
	margin:10px auto;
	width: 940px;
	text-align: center;
}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ Main Navgation ------------------------ */
#nav { 
	background:url("/images/nav.jpg") no-repeat; 
	width:960px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:50px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 67px;}
#nav-02 { width: 105px;}
#nav-03 { width: 129px;}
#nav-04 { width: 120px;}
#nav-05 { width: 110px;}
#nav-06 { width: 116px;}
#nav-07 { width: 165px;}
#nav-08 { width: 144px;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	z-index:1;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#37493b;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	
	}

#nav li ul li { 
	height:36px; /* Height of each drop down nav item */
	border:1px solid #1c2c20;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:36px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:22px;
	padding-top:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#1c2c20;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:190px; }		
#nav-03 ul, #nav-03 li { width:190px; }
#nav-04 ul, #nav-04 li { width:190px; }
#nav-05 ul, #nav-05 li { width:190px; }
#nav-06 ul, #nav-06 li { width:190px; }



/*-------------- (-79px) X position of button / (-50px) height of image from above ------------- */
#nav-01 a:hover { background:url("/images/nav.jpg")  0px -50px no-repeat; }
#nav-02 a:hover { background:url("/images/nav.jpg") -67px -50px no-repeat; }
#nav-03 a:hover { background:url("/images/nav.jpg") -172px -50px no-repeat; }
#nav-04 a:hover { background:url("/images/nav.jpg") -301px -50px no-repeat; }
#nav-05 a:hover { background:url("/images/nav.jpg") -421px -50px no-repeat; }
#nav-06 a:hover { background:url("/images/nav.jpg") -531px -50px no-repeat; }
#nav-07 a:hover { background:url("/images/nav.jpg") -647px -50px no-repeat; }
#nav-08 a:hover { background:url("/images/nav.jpg") -812px -50px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("/images/nav.jpg")  0px -50px no-repeat; }
body#SPECIFY #nav-02 { background:url("/images/nav.jpg") -67px -50px no-repeat; }
body#SPECIFY #nav-03 { background:url("/images/nav.jpg") -172px -50px no-repeat; }
body#SPECIFY #nav-04 { background:url("/images/nav.jpg") -301px -50px no-repeat; }
body#SPECIFY #nav-05 { background:url("/images/nav.jpg") -421px -50px no-repeat; }
body#SPECIFY #nav-06 { background:url("/images/nav.jpg") -531px -50px no-repeat; }
body#SPECIFY #nav-07 { background:url("/images/nav.jpg") -647px -50px no-repeat; }
body#SPECIFY #nav-08 { background:url("/images/nav.jpg") -812px -50px no-repeat; }


	
