@charset "utf-8";
/* CSS Document */

.banner {
	width: 800px;
	height:125px;
	background: url(../images/banners/bannerFlavour.jpg) no-repeat;
	margin: 0 10px;
}

#Layout {
	margin-top: 0 !important;

}

#Container {
	padding-bottom: 0 !important;
}

.hometitle {
	position:absolute;
	margin: 15px 0 0 17px;
}

.content {
	margin-top: 2.4em; /* instead of H2 */
	padding-top: 32px; /*instead of Layout + H2*/
	width: 348px;
	margin-left: 17px;
}

.specials{
	width: 370px;
	background: #FCC49C url(../images/specialsTopOverlap.png) no-repeat top;
}

.specialsTop {
	width: 385px;
	padding: 60px 0 0 0;
	float:right;
	background: url(../images/specialsTop.png) no-repeat top;
}
.specialsText {
	width:340px;
	padding: 10px 15px 0 15px;	

}

.specialsBottom {
	width:370px;
	height:15px;
	background: url(../images/specialsBottom.png) no-repeat bottom left;
}

.boxes{
	clear:both;
	width: 760px;
	margin: 0;
	padding: 25px 0 10px 0;
	background: #FFF6F1 url(../images/boxesTop.png) no-repeat top center;
	min-height: 215px;
}
.box1, .box2, .box3 {
	float:left;
	height: 214px;
	width: 214px;
}

.box1{
	margin: 0 43px 0 17px;
	clear:left;
	background-image: url(../images/boxMenu.jpg);
}

.box2 {
	float:left;
 background: url(../images/boxRegister.jpg);
}
.box3 {
	float:right;
	clear:right;
	margin: 0 17px 0 0;
 background: url(../images/boxPhone.jpg);
}

.servicesbanner {
clear:both;
	margin: 10px 0 0 0;
	width: 100%;
	height:28px;
	background: url(../images/servicesBanner.png) no-repeat center;
}

.specials p{
	color:#000000 !important;
	margin-bottom: 3px;
}
.specials h3{
	margin-bottom: 0px;
	margin-top:6px;
	}
.specials h5{
	margin-top:6px;
	margin-bottom: 2px;
}
	

