html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) top center repeat-y #f5f2eb;
}

a {
	color: #600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

#container {
	margin: 0 auto;
	width: 770px;
}

#banner h1 {
	width: 770px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/banner.jpg) no-repeat;
}

#nav {
	padding: 0 20px;
	height: 30px;
	background: url(images/nav.gif) repeat-x #600;
}

#nav ul li {
	float: left;
	height: 30px;
}

#nav ul li a {
	padding: 4px 16px;
	line-height: 30px;
	font-weight: bold;
	color: #f5f2eb;
}

#nav ul li a:hover,
#home #nav ul li a.active,
#roofing #nav ul li a.active,
#siding #nav ul li a.active,
#gutters #nav ul li a.active,
#contact #nav ul li a.active {
	text-decoration: none;
	color: #FFF;
	background-color: #700;
}

.content {
	padding: 20px;
	height: 400px;
}

#home .content {
	background: url(images/wm1.jpg) no-repeat;
}
#roofing .content {
	background: url(images/wm2.jpg) no-repeat;
}
#siding .content {
	background: url(images/wm4.jpg) no-repeat;
}
#gutters .content {
	background: url(images/wm3.jpg) no-repeat;
}
#contact .content {
	background: url(images/wm1.jpg) no-repeat;
}

#phone {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #600;
}

#footer-nav {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #f5f2eb;
}
#footer-nav li {
	float: left;
}

#footer-nav li a {
	padding: 4px 16px;
	line-height: 30px;
	font-weight: bold;
}

#footer-nav ul li a:hover,
#home #footer-nav ul li a.active,
#roofing #footer-nav ul li a.active,
#siding #footer-nav ul li a.active,
#gutters #footer-nav ul li a.active,
#contact #footer-nav ul li a.active {
	text-decoration: none;
	background-color: #f5f2eb;
}

#contact-info {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}

.msg {
	padding: 2px 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #600;
}