/*
	Layout Classes:
	These classes apply to only the Search page (/search.aspx)
	NOTE: the #header, #footer, and #left classes are in styles.css
*/
#wrapper {
	position: relative;
	width:780px;
	margin:0 auto;
	background:url(/i/landing/landing-background.jpg) repeat-y;
}

#wrapperbackground {
	width:780px;		
	background:url(/i/landing/landing-background-bottom.jpg) no-repeat bottom;
}

#middle {
	float:right;
	width:555px;
	margin-top:140px;
	background:url(/i/search/search-middle-background.jpg) no-repeat;
}

#breadcrumbs {
	width:520px;
	height:16px;
	clear:both;
	background:url(/i/breadcrumbs/breadcrumbs-background.jpg) no-repeat;
	padding:4px 20px 0 15px;
	font-size:9px;
	text-transform:uppercase;
	color:#c7be15;
}
#breadcrumbs a {
	text-decoration:underline;
	color:#fff;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#fff;
}


/*
	Reviews Classes:
	These classes apply to the bulleted callouts at the bottom of the page
*/
#reviews {
	width:263px;
	height:96px;
	float:left;
	padding-top:40px;
	
}
#reviewmodule {
	width:235px;
	height:17px;
	background:url(/i/landing/landing-reviews-bullet.gif) no-repeat;
	text-indent:45px;
	font-size:12px;
}
#reviewmodule a {
	text-decoration:underline;
	font-weight:bold;
	color:#5d5d14;
}
#reviewmodule a:hover {
	text-decoration:none;
	color:#5d5d14;
}