/* HOMEPAGE CSS */
#homepageHero{
	height:332px;
	position: relative;
}
#homepageHero img{
	position: absolute;
	top: 0;
	left:0;
}
#homepageSlider{
	padding-top: 8px;
}
#homePopularSearches{
	overflow: auto;
	background: url(../images/popularSearch-bg.gif) 0 0 repeat-x;
	height: 143px;
	padding: 40px 10px;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#homePopularSearches h3{
	font-size: 12px;
	color: #666;
}
#homePopularSearches ul{
	float: left;
	width: 153px;
	padding:10px 25px 10px 0;
}
#homePopularSearches ul li{
	padding:0;
	margin: 0;
	_height: 1px;
}
#homePopularSearches ul li a{
	color: #ccc;
	font-size: 12px;
	display: block;
	padding: 2px;
	_padding: 1px;
}