body
{
	background-color: #666;
	color: #333;
	font: normal 12px Arial;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 5px;
	width: 925px;
}
#info ul
{
	background: #fff url(images/header2.jpg);
	height: 119px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 910px;
	z-index: 1;
}
#info li
{
	height: 112px;
	list-style-type: none;
	position: absolute;
}
#info a {
	background: transparent;
	color: #000;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 112px;
	text-decoration: none;
	z-index: 10;
}
* html #info a {
	height: 0;
	height: 112px;
}
#info a#home
{
	left: 0px;
	position: absolute;
	top: 0px;
	height: 119px;
	width: 320px;
}
a#hometext
{
	left: 0px;
	position: absolute;
	top: 0px;
	height: 70px;
	width: 910px;
}
#info a#veh
{
	background: url(images/veh.gif) no-repeat -107px 0;
	left: 338px;
	position: absolute;
	top: 90px;
	width: 107px;
}
#info a#book
{
	background: url(images/book.gif) no-repeat -116px 0;
	left: 424px;
	position: absolute;
	top: 90px;
	width: 116px;
}
#info a#rates
{
	background: url(images/rates.gif) no-repeat -124px 0;
	left: 518px;
	position: absolute;
	top: 90px;
	width: 124px;
}
#info a#tandc
{
	background: url(images/tandc.gif) no-repeat -112px 0;
	left: 620px;
	position: absolute;
	top: 89px;
	width: 112px;
}
#info a#contact
{
	background: url(images/contact.gif) no-repeat -108px 0;
	left: 710px;
	position: absolute;
	top: 90px;
	width: 108px;
}
#info a#stg
{
	background: url(images/stg.gif) no-repeat -112px 0;
	left: 798px;
	position: absolute;
	top: 90px;
	width: 112px;
}
#info a#home:hover,
#info a#veh:hover,
#info a#book:hover,
#info a#rates:hover,
#info a#tandc:hover,
#info a#contact:hover,
#info a#stg:hover
{
	background-position: 0 0;
}
#info a#veh.currentpage,
#info a#book.currentpage,
#info a#rates.currentpage,
#info a#tandc.currentpage,
#info a#contact.currentpage
{
	background-position: 0 0;
}
#info a#home:hover b,
#info a#veh:hover b,
#info a#book:hover b,
#info a#rates:hover b,
#info a#tandc:hover b,
#info a#contact:hover b,
#info a#stg:hover b
{
	display: none;
}
#mainbody {
	background: #fff;
	float: right;
	width: 73%;
	height: 397px;
	margin: 0;
	top: 120px;
	padding-left: 12px;
}
#scrollmain {
	background: #fff;
	float: left;
	width: 100%;
	height: 379px; /* 395px - (8px * 2) */
	margin: 0 auto;
	top: 119px;
	overflow: auto;
	padding: 8px 0 0;
}
#minMax {
	background: #e0e0e0;
	margin: 0 auto;
	max-width: 910px;
	min-width: 700px;
}
#header {
	background: #a31e39;
}
#leftsies {
	background: #e4e4e4;
	float: left;
	margin-left: 7px;
}
#rightsies {
	background: #494949;
	float: right;
	width: 5%;
}
#leftsies, #rightsies {
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	color: #fff;
}
#wrapper {
	overflow: hidden;
	height:395px;

}
#footer {
	background: #494949;
	clear: both;
	position:relative;
}
h1, h2, h3, p {
	margin:0;
}
h1 {
	font-size: 20px;
	padding-top:2px;
	margin-bottom:5px;
}
h3 {
	font-size: 18px;
}
.content {
	padding: 5px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 2px 8px 6px 0;
}
.imgcentre {
	margin: 0 auto;
}
.bookform input {
	border: 1px solid #000; 
	color: #000;
	background: #fff;
}
.notsel {
	background-color: #e3e3e3;
}

.radiosel {
	background-color: #aaaae3;
}
.mand {
	color: #780001;
}

.bookform .mandf {
	background-color: #eee;
	background: #eee;
}
.bookform .errmandf {
	background-color: #FF9FBE;
	background: #FF9FBE;
}
.footerwording {
	position: absolute;
	top: 36px;
	left: 7px;
	width: 100%;
	color: #ccc;
}