/* ***** HOMEPAGE ***** */
#homePage h2 {
	color:#FF48FF;
}

#homeFeatured {
	width:648px;
	height:292px;
	padding:1px 1px 7px 7px;
	background-image:url(../statimages/home_feature.gif);
	background-repeat:no-repeat;
	clear:both;
	margin:1em 0;
	position:relative;
}
#homeFeatured img {
	float:right;
	margin-right:5px;
}
#featuredProds {
	width:380px;
	height:118px;
	margin-top:98px;
	padding:5px;
}
#featuredProds .listing {
	display:block;
	font-size:0.625em; /* 10px */
	width:180px;
	height:188px;
	overflow:hidden;
	text-align:center;
	color:#A09F9F;
	float:left;
	line-height:1.2em;
	margin-right:5px;
	text-decoration:none;
}
#featuredProds a.listing span {
	display:block;
	width:125px;
	height:120px;
	border:1px solid #000;
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin:0 auto 4px auto;
}
#homeFeatured #featureLink {
	position:absolute;
	top:67px;
	left:210px;
	text-decoration:none;
	font-size:0.875em; /* 14px */
	color:#F00;
}