/* Banner
*/

#banner {
	background: url(../images/homepage-main.jpg) no-repeat;
	height: 219px;
	padding: 50px 20px 0 20px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 1.4;
	width: 655px;
}

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

#banner p {
	width: 300px;
	margin-bottom: 1em;
}

#banner ul {
}

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


/* Pods
*/

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

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

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


/* Products
*/

.products {
	background: #ffffff url(../images/homepage-products-bg.png) top no-repeat;
	clear: left;
}

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