/* Construction Products section styles */

/* Header */
#header h1 a{
	background-image: url(../../images/header-bg-blue.jpg); /* Change header image */
}
#header, #footer{
	background: #2E4058;
}

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

/* Main contents */
h2, a{
	color: #30354F;
}
.data{
	border: 1px solid #bbb;
	border-right: none;
	margin: 0.5em 0 1em 0;
}
.data th{
	text-transform: uppercase;	
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 5px 3px;
	background: #e6e6e6;
}
.data td{
	padding: 2px 3px;
	text-align: center;
	border-right: 1px solid #bbb;
}


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