@charset "utf-8";
/* CSS Document */
#Menu {
	position:absolute;
	left:10px;
	top:236px;
	width:120px;
	height:251px;
	z-index:1;
}
#MainBox {
	position:absolute;
	left:131px;
	top:224px;
	width:471px;
	height:auto;
	z-index:1;
	padding: 10px;
}
#MainBoxContact {
	position:absolute;
	left:160px;
	top:250px;
	width:500px;
	height:auto;
	z-index:1;
}
#MainBoxFAQs {
	position:absolute;
	left:131px;
	top:230px;
	width:671px;
	height:300px;
	z-index:1;
	padding: 10px;
	font-size: 12px;
}
#MainBoxGallery {
	position:absolute;
	left:131px;
	top:230px;
	width:751px;
	height:250px;
	z-index:1;
	font-size: 12px;
}

#StrapLine {
	position:absolute;
	left:70px;
	top:171px;
	width:auto;
	height:auto;
	z-index:2;
	font-size: 26px;
	font-weight: bold;
	color: #efc815;
	font-family: "Comic Sans MS", cursive;
}
#ContactDetails {
	position:absolute;
	left:610px;
	top:284px;
	width:320px;
	height:204px;
	z-index:3;
	background-image: url(images/roller_box.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#PhoneNumbers {
	position: absolute;
	height: auto;
	width: 100%;
	top: 502px;
	left: 0px;
	color: #FFF;
}
#Footer {
	position: absolute;
	height: auto;
	width: 100%;
	top: 527px;
	left: 0px;
	font-size: 10px;
	color: #999;
}
