@charset "utf-8";
/* CSS Document */
#mainContent {
	float:right;
	margin:0;
	padding:0;
	width:770px;
}
#mainContentBody {
	margin:10px 15px;
	padding:0;
}
/* Main Content header for home page */
#mainContentHead {
	background:url(/images/weve_got_you_covered.jpg) no-repeat;
	margin:0;
	padding:84px 20px 10px 280px;
	height:117px;
	width:470px;
}
#mainContentHead p {
	font-size:12px;
	line-height:18px;
}

/* Home Page callouts */
#mainContentBody .warranty,#mainContentBody .guarantee,#mainContentBody .demo {
	margin:0 0 5px;
	padding:62px 10px 5px 86px;
	width:144px;
	height:64px;
	font-size:11px;
	line-height:14px;
	color:#333;
	float:left;
	overflow:hidden;
	vertical-align:bottom;
}
#mainContentBody .warranty a,#mainContentBody .guarantee a,#mainContentBody .demo a {
	color:#01385d;
	text-decoration:underline;
}
#mainContentBody .warranty a:hover,#mainContentBody .guarantee a:hover,#mainContentBody .demo a:hover {
	color:#01385d;
	text-decoration:none;
}
#mainContentBody .warranty {
	background:url(/images/hp_callout_warranty.jpg) no-repeat;
}
#mainContentBody .guarantee {
	background:url(/images/hp_callout_guarantee.jpg) no-repeat;
	margin-left:10px;
	margin-right:10px;
}
#mainContentBody .demo {
	background:url(/images/hp_callout_demo.jpg) no-repeat;
}
.productDisplay {
	margin:5px;
}
#mainContent .productDisplay h2 {
	color:#f67600;
}