/**
 * home.css
 * Homepage specific styles
 *
 * @author       Lewis Howles
 * @date         2010-07-08
 * @lastmodified 2010-07-08
 * @site         Reeds Rains Cream
 */

#content-wrapper.home {
	background:none;
	font-family:Georgia, "Lucida Bright", Lucida, "DejaVu Serif", serif;
	font-size:12pt;
	padding:0;
}

#images {
	background:url(../images/bg-slideshow.png) no-repeat;
	float:left;
	height:363px;
	overflow:hidden;
	padding:14px 17px 17px 15px;
	width:484px;
}

#images img {
	margin-bottom:17px;
	width:484px;
}

#homepage-column {
	display:inline;
	float:right;
	margin-right:50px;
	padding-top:25px;
	width:320px;
}

#homepage-column p {
	text-align:justify;
}

#homepage-column div.styled {
	margin-top:130px;
}

/* Search Form */
#quick-search li {
	float:left;
}

#quick-search select, #quick-search input.text {
	float:none;
}

#Menu_location {
	margin-right:5px;
	width:198px;
}

#location {
	margin-right:5px;
	width:198px;
}

#radius {
	width:111px;
}

#minimum-price, #maximum-price {
	margin-right:5px;
	width:138px;
}

input.submit {
	width:34px;
}
/* End Search Form */