@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	background-color: #E7CE6B;
}
a{
text-decoration:none;
}
#container {
	width:950px;
	margin:0 auto;

}
h1 {
margin:0px;
padding:0px;
height:5px;

text-indent:-9999px;

}
#header {
	background-image:url(../img/slices/header.jpg);
	height:108px;
}


#header a {
	display:block;
	height:108px;
	width:940px;
	text-indent:-9999px;


}
h2, h3 {
color:#990000;
}
#nav {
margin-left:10px;
float:left;

}
#nav ul {
margin:0;
padding:0;

}

#nav ul li {margin:0;
padding:0;
list-style:none;
height:28px;

float:left;
}
.home {
	float:left;
	width:177px;
	height:28px;
}
.home a:link, .home a:visited {
	width:177px;
	height:28px;
	display:block;
	background-image:url(../img/home.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.home a:hover {
	width:177px;
	height:28px;
	display:block;
	background-image:url(../img/homeO.gif);
}


.trips {
	float:left;
	width:233px;
	height:28px;
}
.trips a:link, .trips a:visited {
	width:233px;
	height:28px;
	display:block;
	background-image:url(../img/trips.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.trips a:hover {
	width:233px;
	height:28px;
	display:block;
	background-image:url(../img/tripsO.gif);
}


.tariff {
	float:left;
	width:156px;
	height:28px;
}
.tariff a:link, .tariff a:visited {
	width:156px;
	height:28px;
	display:block;
	background-image:url(../img/tariff.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.tariff a:hover {
	width:156px;
	height:28px;
	display:block;
	background-image:url(../img/tariffO.gif);
}

.facilities {
	float:left;
	width:177px;
	height:28px;
}
.facilities a:link, .facilities a:visited {
	width:177px;
	height:28px;
	display:block;
	background-image:url(../img/facilities.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.facilities a:hover {
	width:177px;
	height:28px;
	display:block;
	background-image:url(../img/facilitiesO.gif);
}

.enquiries {
	float:left;
	width:183px;
	height:28px;
}
.enquiries a:link, .enquiries a:visited {
	width:183px;
	height:28px;
	display:block;
	background-image:url(../img/enquiries.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.enquiries a:hover {
	width:183px;
	height:28px;
	display:block;
	background-image:url(../img/enquiriesO.gif);
}


#content {
	float:left;
	width:950px;
	background-color:#E7CE6B;
	background-image:url(../img/slices/bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#left_block {
	float:left;
	width:426px;
	padding:3px 20px 20px 20px;
	background-image:url(../img/centre_line.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#bookings {
float:right;
width:170px;
}
#right_block {
	float:left;
	width:426px;
	padding:3px 20px 20px 20px;
}
.footer {
	width:950px;
	height:46px;
	background-image:url(../img/slices/footer.jpg);
	background-location:bottom;
	background-repeat:no-repeat;
	clear:both;
	text-align:center;
}
.right {
float:right;
}
.left {
float:left;
}
