@charset "UTF-8";
/* CSS Document */

/* --------------- reset --------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
			{ margin: 0 ;padding: 0; border: 0;font-weight: inherit; font-style: inherit ;font-size: 100%; font-family: inherit; }
a img 		{ border: none; }
	
/* ---------------- main --------------------*/

html{
	background-image: url('../images/granite.png');
	background-repeat: repeat;
}
body{
	background-color: transparent;
}

div.header-wrapper{
	height: 114px;
	background-color: #990000;
	text-align: center;
	border-bottom: 0px solid #ccc;
	color: #fff;
}
div#title-info{
	width: 843px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	float: left;
	width: 572px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 85px;
}

a:link, a:active, a:visited, a:hover{
	color: #990000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

div#header h1 a:link, div#header h1 a:active, div#header h1 a:visited, div#header h1 a:hover{
	display: block;
	width: 572px;
	height: 50px;
	text-indent: -9999px;
}
div#header h2{
	text-indent: -9999px;
}

#contact-info{
	float: left;
	text-align: right;
	width: 271px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 30px;
	font-size: .7em;
}

#nav-list{
	clear: both;
	height: 20px;
	list-style-type: none;
	width: 843px;
	text-align: left;
	margin: 0 auto;
}

#nav-list li{
	float: left;
	text-transform: uppercase;
}

#nav-list li a:link, #nav-list li a:active, #nav-list li a:visited, #nav-list li a:hover{
	display: block;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	border-left: 1px solid #990000;
}
#nav-list li a span{color: #ffcc99}
#nav-list li a:hover{background-color: #ffcc99; color: #660000}
#nav-list li a:hover span, #nav-list li a.current span{color: #990000}
#nav-list li a.current:link, #nav-list li a.current:active, #nav-list li a.current:visited, #nav-list li a.current:hover{
	background-color: #ffcc99 !important; color: #660000;
}

div.content{
	background-color: #fff;
	width: 843px;
	margin: 0 auto;	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

div.footer-wrap{
	background-color: #990000;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	padding-top: 30px;
	padding-bottom: 75px;
}


div.share{
	width: 803px;
	margin: 0 auto;
	padding-left:40px;
}

div.share h2{
	font-size: 1.1em;
	float: left;
	text-transform: uppercase;
	padding: 10px;
}

div.share ul{
	list-style-type: none;
	float: left;
}
div.share ul li{
	float: left;
	padding: 10px;	
}

ul.social a:link, ul.social a:active, ul.social a:visited, ul.social a:hover{
	padding: 10px;
	font-size: 1em;
	color: #ffcc99;
	text-decoration: none;
}
ul.social a:hover{
	text-decoration: underline;
	color: #ff9999;
}

div.copyright{
	clear: both;
	text-align: center;
	font-size: .7em;
	padding-top: 30px;
	margin: 0 auto;
	width: 803px;
	padding-left: 40px;
}

div.copyright a:link, div.copyright a:active, div.copyright a:visited, div.copyright a:hover{
	color: #ffcc99;
	text-decoration: underline;
}	
div.copyright a:hover{
	color: #ff9999;
	text-decoration: none;
}

div.copyright span{
	display: block;
	float: left;
	padding: 10px;
}

div#photo-spotlight{
	height: 276px;
	overflow: hidden;
}

div#photo-spotlight a:link, div#photo-spotlight a:active, div#photo-spotlight a:visited, div#photo-spotlight a:hover{
	text-decoration: none;
}

div#photo-spotlight ul{
	list-style-type: none;
	background-image: url('../images/granite.png'); 
	overflow: hidden;
}

div#photo-spotlight ul{
	float: left;
	width: 421px;
	height: 276px;
}	
div#photo-spotlight ul.first{
	border-right: 1px solid #333333;
}

div#photo-spotlight span{
	display: block;
	position: relative;
	height: 50px;
	width: 411px;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	font-family: Georgia, 'Times New Roman', serif;
	top: -50px;
	background-color: #000;
	padding: 5px;
	padding-top: 10px;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


div.text{
	padding: 20px;
	font-family: Verdana, Arial, serif;
	font-size: .8em;
	overflow: hidden;
}

div.text h2{
	font-size: 2em;
	font-family: Georgia, 'Times New Roman', serif;
	color: #ff0000;
}
p{
	padding: 10px;
}


.hide{
	display: none;
}

ul.contact{
	list-style-type: none;
}

ul.contact li{
	overflow: hidden;
	padding-bottom: 5px;
}

ul.contact li label{
	display: block;
	width: 150px;
	float: left;
	padding-bottom: 10px;
	clear: both;
}

fieldset.contact{
	border: 0px;
}

fieldset.contact legend{
	padding-top: 20px;
	font-weight: bold;
	color: #000;
}

#mail{
	background-color: #990000;
	color: #fff;
	padding: 5px;
	border: 0;
	text-align: center;
	width: 200px;
}

#mail:hover{
	background-color: #cc9999;
	color: #990000;
}

dl.contact dt{
	font-weight: bold;
	padding: 5px;
}
dl.contact dd{
	padding: 5px;
	padding-left: 20px;
}
p.fieldNote{
	font-size: 8pt;
	text-align: left;
	font-style: italic;
	padding-left: 150px;
}

form{padding-top: 10px;}

li.submit{
	text-align: center;
}

p.failed{
	background-color: #FF5F00;
	color: #fff;
	padding: 5px;
}


p.success{
	background-color: #008500;
	color: #fff;
	padding: 5px;
}

ul.contact{
	padding: 10px;
	list-style-type: none;
}

ul.services, ul.services ul, ul.services ul ul{
	padding: 10px;
	list-style-type: none;
}
 ul.services ul{padding-left: 30px;}
 ul.services ul ul{padding-left: 30px;}
 ul.services p{padding-left: 30px}


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

h3.services-image-ext, h3.services-image-caulking, h3.services-image-tuck, h3.services-image-water, h3.services-image-fire, h3.services-image-air{
	width: 300px;
	height: 30px;
	font-weight: normal;
	background-color: #000;
	padding-top: 10px;
}
h3.services-image-fire{
	height: 50px;
	font-weight: normal;
}

div.services{
	width: 300px;
	float: left;
	border-left: 50px solid #fff;
	border-right: 50px solid #fff;
	padding-bottom: 30px;
}

h3.services-image-ext span, h3.services-image-caulking span, h3.services-image-tuck span, h3.services-image-fire span, h3.services-image-water span, h3.services-image-air span{
	display: block;
	width: 300px;
	color: #fff;
	text-align: center;	
	font-family: Georgia, 'Times New Roman', serif;
}
h3.services-image-fire span{
	height: 45px;
}

.clear{clear: both}

div.services ul{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


h4{color: #000; font-size: 1.2em;}


ul.portfolio{
	padding-left: 20px;
	list-style-type: none;
	overflow: hidden;
}

ul.portfolio li{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

ul.portfolio li p{
	width: 200px;
	float: left;
}

ul.portfolio li div{
	float: left;
	width: 560px;
}

ul.portfolio img{
	border: 2px solid #000;
}
ul.portfolio h3{
	padding-bottom: 10px;
}

