/* @override http://localhost/css/pages/home.css */

/* -------------------------------- */
/* MAIN CONTENT */
/* -------------------------------- */

#header { /* THIS IS THE TOP BAR IMAGE */
	background:  url(/css/images/top/hardwood_1.jpg) no-repeat;
}
#secondContainer { /* THIS IS THE IMAGE IN THE BOTTOM LEFT */
	background:   url(/css/images/side/hardwoods_1.jpg) no-repeat;
	background-position: bottom left;
}
#testimonial p {
	font-style: italic;
	font-weight: bold;
	color: #355684;
}
#nav1 a, #secondNav1 a {
	color: #000000;
}
#homePic {
	border: 1px solid #CCCCCC;
	margin: 25px 35px 10px 0;
	float: right;
}
#ourProducts {
	margin-bottom: 5px;
}
#featuredProduct,
#featuredProduct .specialsContent {
	width: 140px;
	float: left;
}
#featuredProduct2 {
	float: right;
}
#featuredProduct2 .specialsContent {
	width: 140px;
}
.highlightProduct {
	background-color: #E5F0F6;
}