#homeboxes {
	background-image: url(../navigation/boxes_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 960px;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-webkit-box-shadow: 0px 0px 10px rgba(0,133,176, .3);
	-moz-box-shadow: 0px 0px 10px rgba(0,133,176, .3);
	box-shadow: 0px 0px 10px rgba(0,133,176, .3);
	border: 1px solid #DAE8EB;
	min-height: 230px;
}

.homeboxes {
	width: 290px;
	position: relative;
	padding: 0px;
	display: inline;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-webkit-box-shadow: -3px -3px 8px rgba(0,0,0, .2);
	-moz-box-shadow: -3px -3px 8px rgba(0,0,0, .2);
	box-shadow: -3px -3px 8px rgba(0,0,0, .2);
	border: 1px solid #DAE8EB;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	min-height: 190px;
}
.homeboxes p {
	line-height: 1.3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.4em;
}
.homeboxes p a {
	background-image: url(../navigation/bullets2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}
#homeboxes #box1 img {
	position: absolute;
	top: -28px;
	left: -60px;
}
#homeboxes #box1 p {
	margin-left: 150px;
	padding-left: 5px;
}
#homeboxes #box1 h3 {
	margin-left: 150px;
	background-image: url(../navigation/openingtimes.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 55px;
	width: 117px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
}
#homeboxes #box2 img {
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
}
#homeboxes #box2 p {
	margin-left: 12px;
}
#homeboxes #box2 #offer {
	height: 74px;
	width: 73px;
	position: absolute;
	top: -15px;
	margin: 0px;
	padding: 0px;
	right: 50px;
}
#homeboxes #box3 h3 {
	padding: 0px;
	height: 57px;
	width: 169px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-image: url(../navigation/browse.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#homeboxes #box3 p {
	margin-left: 15px;
	width: 150px;
}
#homeboxes #box3 img {
	position: absolute;
	top: 0px;
	right: -40px;
	height: 212px;
	width: 192px;
}
