@import url("/stylesCommon.css");

body{
	background: #000 url(images/bodyBG.jpg);
	font-family: serif, Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 1em;
	height: 100%;
}

#wrapperHeader{
	background-repeat: no-repeat;
	font-size: 0.875em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:986px;
	height: 100%;
}

#wrapper{
	background: url(images/wrapperBG.png) repeat-y;
	font-size: 0.875em;
	text-align: left;
	width:		870px;
	margin-left: 57px;
	min-height: 100%;
}

#header{
	background: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0 ;
	text-align: left;
	width: 100%;
	height: 149px;
}

#logoLink{
	width: 436px;
	height: 138px;
	margin-top:10px;
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
}


#nav{
	height: 120px;
	width: 450px;
	text-align: left;
	float: left;
}

.button{
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	background-position:0% 0%;
	height: 32px;
	background-color: #000;
}

.button:hover{
	background-position: 0% 100%;
}

#buttonAbout{
	width: 85px;
	margin-left:35px;
	margin-top: 0px;
	background-image: url(/images/buttonAbout.jpg);
}
#buttonServiceArea{
	width: 124px;
	margin-left: 14px;
	margin-top: 0px;
	background-image: url(/images/buttonServiceArea.jpg);
}
#buttonRequest{
	width: 135px;
	margin-left: 17x;
	margin-top: 0px;
	background-image: url(/images/buttonRequest.jpg);
}
#buttonOurServices{
	width: 116px;
	margin-left:18px;
	margin-top: 5px;
	background-image: url(/images/buttonOurServices.jpg);
}
#buttonOurJobs{
	width: 84px;
	margin-left:22px;
	margin-top: 5px;
	background-image: url(/images/buttonOurJobs.jpg);
}
#buttonOurStaff{
	width: 80px;
	margin-left: 48px;
	margin-top: 5px;
	background-image: url(/images/buttonOurStaff.jpg);
}
#buttonProducts{
	width: 84px;
	margin-left:35px;
	margin-top: 5px;
	background-image: url(/images/buttonProducts.jpg);
}
#buttonShingleSamples{
	width: 133px;
	margin-left:16px;
	margin-top: 5px;
	background-image: url(/images/buttonShingleSamples.jpg);
}
#buttonContact{
	width: 100px;
	margin-left:16px;
	margin-top: 5px;
	background-image: url(/images/buttonContact.jpg);
}

.headerImage{
	background-image: url(/images/header.png);
	width: 830px;
	height: 226px;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.titleText{
	margin-left: 40px;
}

.content{
	background-image: url(/images/contentBG.jpg);
	background-repeat: repeat-y;
	margin-left: 30px;
	text-align: left;
	width: 830px;
	float:left;
}

.contentPadding{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 3px;
	width: 775px;
}

.contentFooterImg{
	margin-left: 30px;
}



a {
	text-decoration: none;
}

a, a:visited{
	color: #be191d;
}

a:hover, a:active{
	color: #ed1f24;
}

.footer{
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-top:7px;
	margin-bottom: 15px;
	height: 104px;
	width: 844px;
}

.footerLinks a{
	color: #fff;
}

.footerLogos{
	float: left;
	margin-top: 45px;
	margin-left: 20px;
	width: 605px;
	height: 32px;
}

.footerVersatileLogo{
	width:190px;
	height: 52px;
	margin-left: 20px;
	margin-top: 18px;
	float: left;
	
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.footerLinks{
	float: left;
	height: 23px;
	width: 630px;
	margin-left: 20px;
	margin-top: 3px;
}

.madebyqcLink{
	float: right;
	height: 23px;
	margin-right: 15px;
	margin-top: 3px;
}


h1, h1 a{
color: #fff;
padding-bottom: 2px;
}

h2 a, h2{
color: #fff;
}

