/* Construction Products section styles */

/* Header */
#header h1 a{
	background-image: url(../../images/header-bg-gold.jpg); /* Change header image */
}

/* Sidebar and navigation */
#nav li.roofing a{
	background-position: 0 -25px; /* highlight navigation element */
}
#footer-links a.roofing{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/* Main contents */
h2{
	color: #685530;
}

/* Footer */
#footer{
	background-image: url(../../images/footer-bg-gold.gif);
}

