/* Construction Products section styles */

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

#header, #footer{
	background: #3E563C;
}

/* Sidebar and navigation */
#nav li.construction a{
	background-position: 0 -25px; /* highlight navigation element */
}
}
#footer-links a.construction{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
h2, a{
	color: #29543E;
}
#contents table.gallery td img{
	width: 175px !important;
}




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