@import url(common.css);

body.home {
	background: url(../images/bg.png) repeat;
}

body.home .bodyWrapper {
	background: url(../images/ribbon.png) no-repeat left top;
}

body.home div div.content{
	width: 720px;
	margin: 25px auto 0 auto;
	padding-left: 75px;
}

body.home div form  {
	background: url(../images/search-bg.png) no-repeat left bottom;
	clear: both;
	margin:  0 auto;
	padding-top: 60px;
	width: 800px;
	height: 115px;
	position: relative;
}

body.home div form fieldset {
	position: absolute;
	top: 100px;
	left: 80px;
}

#popularsearches li
{
	float: left;
	width: 300px;
	height: 20px;
}

#searches, #stores, #about {
	width: 200px;
	height: 260px;
	float: left;
	background: url(../images/home-trio-bg.png) no-repeat left top;
	padding: 20px;	
}

#searches ol {
	background: url(../images/popular-searches.png) no-repeat left top;
	padding: 25px 0 5px 22px;
}

#searches li, #stores li, #about p {
	padding: 0 0 4px 0;
}

#stores ul {
	background: url(../images/favorite-stores.png) no-repeat left top;
	padding-top: 25px;
}

#about p {
	background: url(../images/whats-this-about.png) no-repeat left top;
	font-size: 11px;
	color: #777;
	padding: 25px 20px 0 0;
}
#about p em {
	font-weight: bold;
	color: #555;
}

#learnMore {
	border: solid 10px #99e2ec;	
	background-color: #fff;
	width: 640px;
	padding: 20px;
}

#moresearches 
{
	padding: 0px 0px 0px 22px;
}

#displaylist li
{
	list-style-type:disc;
	margin: 0 0 0 20px;
}
