.banner-info, .banner, .homepage-left {
	float: left;
}
.banner-info {
	background: #262b62;
	width: 308px;
	height: 249px;
	padding: 40px 30px;
}
.banner-info h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.banner-info p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	height: 135px;
}
.banner {
	width: 712px;
	height: 329px;
}
.homepage-content {
	background: url(../images/bg-white.png) repeat left top;
	width: 749px;
	padding: 30px 30px 50px;
}
.homepage-content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.homepage-content h3 {
	color: #262b62;
	font-size: 20px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	margin-bottom: 10px;
}
.homepage-content p {
	font-size: 13px;
	color: #000;
}
.homepage-content .product-featured {
	margin-top: 50px;
}
.homepage-content table .product-featured {
	margin: 0;
	width: auto;
}
.product-featured {
	background: #e1e1e2;
	width: 273px;
	padding: 20px;
}
.product-featured h3, .product-featured-info h3 {
	font-size:18px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	text-decoration: none;
}
.product-featured h3 a {
	color: #ae2030;
	text-decoration: none;
}
.product-featured-img {
	margin-bottom: 20px;
}
.product-featured-info h3 a {
	color: #262b62;
}
.product-featured-info p {
	font-size: 13px;
	height: 80px;
}
.product-featured-info a {
	text-transform: uppercase;
	color: #ae2030;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
}
.homepage-block {
	width: 188px;
	padding: 20px;
	margin-bottom: 20px;
	background: url(../images/bg-black.png) repeat left top;
}
.homepage-block h3 {
	color: #fff678;
	font-size: 18px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.homepage-block a {
	color: #6f9efe;
}
.block-list {
	font-size: 14px;
	margin-top: 1em;
}
.block-list span.date {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
}
.block-list p {
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
}
.block-list p a {
	color: #6f9efe;
	text-decoration: none;
}