@CHARSET "utf-8";

#mainRightPic
{
	float: right;
}

#mainLeftPic {
	float: right;
}
	
#quotes {
	float:left;
}

#bottomSpacer {
	height: 40px;
}

.productDesc {
	width: 170px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #616779;
	float: right;
}

.productDivider {
	width: 3px;
	height: 169px;
	background-image: url("../images/home/product_divider.png");
	float:right;
}

.productDescText {
	padding-right: 12px;
	height: 120px;
}

.mainRightPic {
	width:468px;
	height:235px;
	background-image:url('../images/home/main_right.png');
	float: right;
	padding-top: 45px;
	text-align: center;
}

.homeTitle {
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
}
