/* Styles for Dave Goodman Construction Roofing */

body{
	background-color: #222;
	color: #111;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 9pt;
	line-height: 1.55em;
	letter-spacing: .07em;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/slateRoofBG.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h3{ padding: 15px 0 0 0 ; font-weight: normal; text-transform: uppercase; color: #333; font-size: 15px;}

label{
	display: inline;
	float: left;
	clear: left;
	width: 200px;
	margin-right: 5px;
	text-align: right;
}

#pageBG{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#wrapper{
	width: 640px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}

#logo{
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	height: 96px;
	background-image: url(/assets/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

#header{
	width: 100%;
	height: 128px;
	background-color: #fff;
	background-image: url(/assets/images/headerBottomBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 25px 0 0;
}

#mainnav{
	position: relative;
	top: 74px;
	padding: 0 25px;
}

a.mainnavItem{
	height: 38px;
	width: auto;
	margin: 0 8px;
	color: #111;
	text-decoration: none;
	font-size: 10.5pt;
	display: block;
	float: left;
	text-align: center;
	text-transform: UPPERCASE;
	background-image: none;
}

a.mainnavItem:hover{
	color: #777;
}
	
#mainnav a.active{
	color: #777;
	background-image: url(/assets/images/navBG.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content{
	margin: 12px 0 40px;
	padding: 25px;
	position: relative;
}

#contentBG{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 638px;
	border: solid 1px #797875;
	background-image: url(/assets/images/contentTopShadow.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	opacity: .65;
	-moz-opacity: .65;
	filter: alpha(opacity=65);
	z-index: 0;
}

#contentContent{
	position: relative;
	z-index: 1;
}

img.borderImage{
	background-image: url(/assets/images/imgBorder.png);
	border: solid 10px #fff;
}

#dgrGallery{
	height: 325px;
	width: 500px;
	margin: 0;
	padding: 0;
}

#dgrGallery ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#dgrGallery li{
	height: 390px;
	width: 590px;
	list-style: none;
	list-indent: 0;
	margin: 0;
	padding: 0;
}

#dgrGallery li img{
	width: 590px;
}

#prevBtn a, #nextBtn a{
	color: #444;
	text-decoration: none;
	border-bottom: dotted 1px;
	font-size: 12pt;
}

#prevBtn{
	float: left;
	clear: left;
	padding: 5px 0;
}

#nextBtn{
	float: right;
	clear: right;
	padding: 5px 0;
}








