/*
----------------------------------------------------
Guardian Construction, LLC Main Screen Stylesheet
Author:  refactr.com
Version:  24 Mar 2009
----------------------------------------------------

/* resets
---------------------------------------------------- */
html * { margin: 0; /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */ }
img { border: none; }
ul, li, a, div, table, img, h1, h2, h3, h4 { margin: 0px; padding: 0px; }

/* text and fonts presets
---------------------------------------------------- */
body  { font: 10px/14px Verdana, Helvetica, Arial, sans-serif; margin: 0;}
table  { font-size: inherit; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 100%; }
sup { font-size: 0.7em; }
p { margin: 12px 0px; line-height: 1.75em; }

/* basic layouts & style
---------------------------------------------------- */

body {
	background: url('../img/bg.jpg') repeat-x top left;
	text-align: center;
}

#wrap {
	position: relative;
	width: 930px;
	min-height: 500px;
	margin: 0px auto;
	background: transparent url('../img/bg-sky.jpg') no-repeat top left;
}

a {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc6666;
}
	a:hover {
		opacity: .75;
		border: none;
	}

#head {
	position: absolute;
	width: 930px;
	height: 153px;
	top: 0px;
	left: 0px;
	background: transparent url('../img/head-bg.png') no-repeat top left;
	z-index: 3;
}
	#head a img#logo {
		position: absolute;
		top: 0px;
		left: 40px;
	}
	#head img#phone {
		position: absolute;
		top: 15px;
		left: 360px;
	}
	#head img#estimate {
		position: absolute;
		top: 15px;
		left: 620px;
	}

ul#nav {
		position: absolute;
		left: 328px;
		top: 100px;
		width: 540px;
		list-style: inside url('../img/nav-li.png');
		z-index: 10;
	}
	ul#nav li {
		position: relative;
		float: left;
		margin: 0px 6px;
		font: 300 17px/18px Arial, Sans-serif;
		color: #fff;
		text-align: left;
	}
	ul#nav li.on {
		list-style: inside url('../img/nav-li-on.png');
	}
	ul#nav li a{
		color: #eee;
		border: none;
	}
	
img#houseMan {
	position: absolute;
	top: 80px;
	left: -10px;
	z-index: 3;
}

#splash {
	position: absolute;
	top: 155px;
	left: 540px;
	width: 350px;
	z-index: 4;
}
	#splash p {
		font: 300 16px/22px Arial, Sans-serif;
		color: #333;
		text-align: left;
	}
	#splash p strong {
		font: 700 20px/22px Arial, Sans-serif;
	}
	#splash ul {
		position: relative;
		width: 350px;
		margin-left: 20px;
		padding-top: 0px;
		list-style: none;
	}
	#splash ul li {
		position: relative;
		float: left;
		width: 141px;
		height: 40px;
		margin-left: 20px;
		padding-top: 10px;
		font: 700 18px/18px Arial, Sans-serif;
		color: #333;
		text-align: left;
	}
	#splash ul li a {
		border: none;
		color: #3d627e;
		margin-left: 53px;
		clear: both;
	}
	#splash ul li#gutter {
		background: transparent url('../img/button-bg-gutter.png') no-repeat top left;
	}
	#splash ul li#paint {
		background: transparent url('../img/button-bg-paint.png') no-repeat top left;
	}
	#splash ul li#roof {
		background: transparent url('../img/button-bg-roof.png') no-repeat top left;
	}
	#splash ul li#siding {
		background: transparent url('../img/button-bg-side.png') no-repeat top left;
	}
	
#mainHome {
	position: absolute;
	width: 901px;
	min-height: 350px;
	top: 364px;
	left: 14px;
	background: transparent url('../img/mainHome-bg.png') no-repeat top left;
	text-align: left;
	z-index: 5;
}
	#mainHome h1 {
		position: relative;
		margin-top: 30px;
		margin-left: 320px;
		width: 550px;
		font: 700 24px/40px Arial, Sans-serif;
		color: #fff;
	}
	#mainHome p {
		position: relative;
		margin-left: 320px;
		width: 550px;
		font: 300 14px/22px Arial, Sans-serif;
		color: #333;
	}
	#mainHome ul {
		position: relative;
		width: 570px;
		min-height: 112px;
		margin-left: 300px;
		padding-top: 15px;
		background: transparent url('../img/li-bg.jpg') no-repeat top left;
		list-style: inside url('../img/li.png');
		font: 300 14px/22px Arial, Sans-serif;
		color: #333;
	}
		#mainHome ul li {
			position: relative;
			width: 230px;
			float: left;
			margin-left: 40px;
		}
		#mainHome ul li.supp {
			list-style: none;
			font-style: italic;
			padding-left: 20px;
			color: #666;
		}
	
#main {
	position: absolute;
	width: 901px;
	min-height: 350px;
	top: 128px;
	left: 14px;
	background: transparent url('../img/main-bg.jpg') no-repeat top left;
	text-align: left;
}
	#main h1 {
		position: relative;
		margin-top: 30px;
		margin-left: 320px;
		width: 550px;
		font: 700 24px/40px Arial, Sans-serif;
		color: #fff;
	}
	#main h2 {
		position: relative;
		margin-left: 320px;
		width: 550px;
		font: 700 15px/22px Arial, Sans-serif;
		color: #333;
	}
	#main p {
		position: relative;
		margin-left: 320px;
		width: 550px;
		font: 300 14px/22px Arial, Sans-serif;
		color: #333;
	}
	#main ul.app {
		position: relative;
		width: 550px;
		margin-left: 300px;
		padding: 15px 10px 25px 50px;
		background: transparent url('../img/li-bg.jpg') no-repeat top left;
		list-style: inside url('../img/li.png');
		font: 300 12px/22px Arial, Sans-serif;
		color: #333;
	}
		#main ul.app li {
			position: relative;
			width: 500px;
		}
	#main table {
		position: relative;
		width: 550px;
		margin-left: 300px;
		font: 300 12px/18px Arial, Sans-serif;
		color: #333;
		padding: 15px 10px 20px 20px;
		background: transparent url('../img/li-bg.jpg') no-repeat top left;
	}
		#main table thead {
			font: 700 12px/18px Arial, Sans-serif;
			text-transform: uppercase;
		}
		#main td.label {
			font-weight: 700;
			width: 100px;
			padding: 0px 0px 0px 18px;
			background: transparent url('../img/li.png') no-repeat top left;
		}
		
img.pics {
	position: relative;
	float: right;
	margin: 10px 30px 15px 5px;
}

#side {
	position: relative;
	float: left;
	width: 275px;
	min-height: 300px;
	padding: 45px 0px 10px 19px;
}
	#side ul {
		position: relative;
		width: 235px;
		list-style: none;
		font: 700 16px/30px Arial, Sans-serif;
		color: #fff;
		margin-bottom: 20px;
	}
	#side ul li {
		position: relative;
		width: 235px;
		height: 30px;
		padding: 0px 0px 0px 27px;
		margin: 2px 0px;
		background: transparent url('../img/button-bg-2nav.jpg') no-repeat top left;
	}
	#side ul li a {
		color: #fff;
		border: none;
	}
	#side p {
	position: relative;
	width: 235px;
	margin: 10px 0px 20px 25px;
	font: 300 14px/20px Arial, Sans-serif;
	color: #333;
	}

#storms {
	position: relative;
	padding: 30px 20px 0px 27px;
	width: 236px;
	height: 293px;
	background: transparent url('../img/storm-bg.png') no-repeat top left;
}
	#storms h3 {
		font: 700 20px/24px Arial, Sans-serif;
		color: #fff;
	}
	#storms p {
		font: 300 12px/18px Arial, Sans-serif;
		color: #fff;
		width: 190px;
		margin-left: 0px;
	}
	#storms a.button {
		font: 700 16px/20px Arial, Sans-serif;
		color: #fff;
		padding-left: 20px;
		margin: 25px 0px 0px 75px;
		background: transparent url('../img/li.png') no-repeat top left;
		border: none;
	}

table#form {
	position: relative;
	width: 525px;
	margin-top: 15px;
	font: 300 12px/16px Arial, Sans-serif;
	color: #333;
	background: none;
}
	table#form td {
		padding: 5px;
	}
	table#form td.label {
		width: 200px;
		font: 700 12px/16px Arial, Sans-serif;
		color: #333;
		text-align: right;
		background: none;
	}
	table#form td.submit {
		text-align: center;
		padding: 20px;
	}
	
#foot {
	position: relative;
	width: 900px;
	height: 100px;
	background: transparent url('../img/foot-bg.jpg') no-repeat top left;
	vertical-align: bottom;
	font: 300 11px/16px Arial, Sans-serif;
	color: #fff;
	padding: 30px 0px 0px 0px;
	text-align: center;
	clear: both;
}
	#foot a {
		font: 300 11px/16px Arial, Sans-serif;
		color: #fff;
		border: none;
	}