/*************Main elements for the home page ONLY, not needed for load on other pages*/
/*-----------------Splash image on main page-----*/
#splash-promo {
	padding: 13px 14px 0px 15px;}
/*-----------------Product title on main page only-----*/
#prod-title {
	color: #253253;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: solid #c7c9d0 1px;
	margin: 20px 15px 0px 14px;
	padding-bottom: 5px;
}
/*-----------------Quick links button and text-----*/
#quick-links {
	margin: 8px 0px 0px 5px;
	height: 100px;
}
#quick-links p{
	padding: 0;
	margin: 0;
}
#quick-links-text {
	width: 990px;
	padding: 0px 5px 0px 3px;
	color: #253253;
	margin: 0;
	height: 100px;
}
#quick-links-text p{
	width: 220px;
	float: left;
	font-size: 11px;
	padding: 0px 15px 0px 12px;
	margin: 0;
	line-height: 1.4em;
}
/*-----------------END Quick links----*/