/* Banner
*/

#banner {
	background: url(../images/homepage-main.jpg) no-repeat;
	color: #000000;
	font-size: 1em;
	height:234px;
	line-height:1.4;
	padding:33px 20px 0;
	width:655px;
}

#banner h2 {
	text-indent: -999em;
}

#banner p {
	width: 330px;
	margin-bottom: .8em;
}

#banner ul {
}

#banner li {
	float: left;
	width: 130px;
}


/* Pods
*/

#recycle-pod {
	background-color: #fef1e3;
	padding: 15px 0 0 15px;
	float: left;
	width:680px;
}

#pods {
	background-color: #fef1e3;
	padding: 15px;
	float: left;
}

#pods div {
	float: left;
	height: 256px;
}

#pods div:first-child {
	padding-right: 15px;
}


/* Products
*/

.products {
	background-color: #ffffff;
	clear: left;
}

.products #isle div.item h2 {
	background-image: none;
}

