#sidebar{
	display: none;
}

#content{
	padding: 0;
	width: 750px;
	clear: both;
	float: none;
}

#page_header{
	display: none;
}

#hp_feature{
	position: relative;
	height: 265px;
	margin: 0 0 15px;
}

.slideshow{
	position: relative;
	top: -70px;
	z-index: 1;
}

* html .slideshow {
	top: auto;
	margin-top: -70px;
}

#hp_feature .btn{
	height: 36px;
	text-transform: uppercase;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	bottom: 20px; 	
	z-index: 2;
}

#hp_feature .btn:hover{
	background-position: 0 -36px;
}

#hp_feature .shop_listings{
	left: 20px;	 
	width: 220px;
	background-image: url(btn.shop_listings.gif);
}


#hp_feature .opening_hours{
	left: 255px;	 
	width: 240px;
	background-image: url(btn.opening_hours.gif);
}

#hp_secondary{
	margin: 0 -20px 0 0;
}

.hp_tile{
	width: 240px;
	float: left;
	margin: 0 15px 0 0;
}
.hp_tile a{
	display: block;
}

.hp_tile a img{
	display: block;
	margin: 0;
}

.hp_tile a strong{
	display: block;
	height: 33px; 
	background: url(hp_tile.a.gif) no-repeat 0 0;
	color: #000;
	padding: 2px 0 0 7px;
	line-height: 33px;
	margin: 0;
}

.hp_tile a:hover strong{
	background: url(hp_tile.a.gif) no-repeat 0 -36px;
}

