/* CSS Document */


body {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	margin: 0;
	line-height: 18px;
}

p {
margin: 0 0 20px 0;
}

a:link, a:visited {
	color: #ed1b24;
	text-decoration: none;
	}
a:hover, a:active {
	color: #ed1b24;
	text-decoration: underline;
	}
	
	
	
h1 {
	margin: 0;
	}
h1 a {
	height: 197px;
	width: 800px;
	text-indent: -5000px;
	display: block;
	margin: 0;
	
}
h2 {
	font-size: 13px;
	color: #ed1b24;
	font-weight: bold;
	margin: 0 0 20px 0;
}	
h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px 0;
}	


h4 {
	color: #ed1b24;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0;
	}

ol {
	}
ol li {
	color: #ed1b24;
	font-weight: bold;
	margin: 0;
	line-height: 15px;
}
ol li span {
	color: #000;
	font-weight: normal;
	}
	
	
	
input {
	border: 1px solid #ccc;
	padding: 3px;
	width: 150px;
	font: 11px Arial, Helvetica, sans-serif;
	}
textarea {
	border: 1px solid #ccc;
	padding: 3px;
	width: 150px;
	height: 100px;
	font: 11px Arial, Helvetica, sans-serif;
	}
select {
	border: 1px solid #ccc;
	padding: 3px;
	font: 11px Arial, Helvetica, sans-serif;

}

/* ------------------------------------------ Classes ------------------------------*/

.clear {
	clear: both;
	}
.asterix {
	color: #ed1b24;
}





.tableCell {
	padding: 6px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
	line-height: normal;
	}
.tableCellB {
	padding: 6px;
	font-size: 11px;
	line-height: normal;
	}
.radio {
	width: 15px;
	border: none;
	}
	
.contentBlock {
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
	}
/* ------------------------------------------ IDs ------------------------------*/


#container {
	width: 800px;
	margin: 40px auto 0 auto;
	}
	
	
	
#home h1 a {
		background: url(/images/headHome.jpg) no-repeat;
}
#services h1 a {
		background: url(/images/headServices.jpg) no-repeat;
}
#about h1 a {
		background: url(/images/headAbout.jpg) no-repeat;
}
#contact h1 a {
		background: url(/images/headContact.jpg) no-repeat;
}
#bookings h1 a {
		background: url(/images/headBooking.jpg) no-repeat;
}
#chris h1 a {
		background: url(/images/headBooking.jpg) no-repeat;
}




#content {
	float: left;
	height: 280px;
	width: 605px;
	}
#copy {
	height: 245px;
	width: 310px;
	float: left;
	padding: 10px 20px 25px 0;
	overflow: auto;
	}
	body#home #copy {
	height: 365px;
	}
#bookinsForm {
	height: 365px;
	width: 310px;
	float: left;
	padding: 10px 20px 25px 0;
	overflow: auto;
	}
#image {
	width: 275px;
	float: left;
	}
#imagebg {
	width: 240px;
	float: left;
	background:url(/images/imgBooking.jpg) no-repeat;
	color: #fff;
	padding: 15px 15px 25px 20px;	
	}
#map {
	width: 275px;
	height: 280px;
	overflow: hidden;
	clear: none;
	float: left;
	}
#bookingsCentre {
	width: 260px;
	float: left;
	color: #fff;
	background:url(/images/imgBooking.jpg) no-repeat;
	height: 360px;
	padding: 15px 15px 25px 0;
	}
#submit {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100px;
	margin: 10px 0 0 58px;
	}	
#bookingNote {
	padding: 0px auto 30px auto;
	font-size: 11px;
	clear: both;
	}	
	
		
#menu {
	float: right;
	background: #ed1b24;
	width: 182px;
	height: 280px;
	overflow: hidden;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 13px;
	line-height: normal;
	}
#menu.bookingBg{
	background: url(/images/menuBookingBg.gif) no-repeat top;
	height: 400px;
	}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: #fff;
	text-decoration: none;
	}
#logos {
	margin: 55px 0 0 0;
	}
#email {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #000;
	}
		
	
	
	
	
#foot {
	height: 123px;
	overflow: hidden;
	background: #707070;
	}
	
#menu.bookingBg h4 {
	color: #bbbbbb;
	}

#menu #footBooking {
	overflow: hidden;
	float: left;
	text-transform:capitalize;
	}
#footBooking img {
	float: right;
	}
#menu #footBookingDetails {
	color: #fff;
	width: 165px;
	float: right;
	font-weight: bold;
	padding: 18px 15px 0 0;
	line-height: normal;
	font-size: 12px;
}
	
	
	
	
#foot img {
	float: right;
	}
#footDetails {
	color: #fff;
	width: 165px;
	float: right;
	font-weight: bold;
	padding: 15px;
	line-height: normal;
}
#copyrightInfo {
	font-size: 11px;
	text-align:center;
	margin: 15px 0 20px 0;
	color: #666666;
	}
#foot h4 {
	color: #bbbbbb;
	}




















/*------------------------------------------------ Menu ---------------------------------------------*/


#home #menuHome a {
	background: url(/images/menu.jpg) -153px 0;
}
#services #menuServices a {
	background: url(/images/menu.jpg) -153px -30px;
}
#about #menuAbout a {
	background: url(/images/menu.jpg) -153px -60px;
}
#contact #menuContact a {
	background: url(/images/menu.jpg) -153px -89px;
}
#bookings #menuBookings a {
	background: url(/images/menu.jpg) -153px -118px;
}
#chris #menuChris a {
	background: url(/images/menu.jpg) -153px -147px;
}





#menuHome a {
	background: url(/images/menu.jpg) 0 0;
	height: 22px;
	width: 138px;
	display: block;
	padding: 8px 0 0 15px;
	overflow: hidden;
	}
#menuHome a:hover {
	background: url(/images/menu.jpg) -153px 0;
	height: 22px;
	width: 138px;
	display: block;
	padding: 8px 0 0 15px;
	}
	
#menuServices a {
	background: url(/images/menu.jpg) 0 -30px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 8px 0 0 15px;
	}
#menuServices a:hover {
	background: url(/images/menu.jpg) -153px -30px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 8px 0 0 15px;
	}
	
#menuAbout a {
	background: url(/images/menu.jpg) 0 -60px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
#menuAbout a:hover {
	background: url(/images/menu.jpg) -153px -60px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
	
#menuContact a {
	background: url(/images/menu.jpg) 0 -89px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
#menuContact a:hover {
	background: url(/images/menu.jpg) -153px -89px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
	
#menuBookings a {
	background: url(/images/menu.jpg) 0 -118px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
#menuBookings a:hover {
	background: url(/images/menu.jpg) -153px -118px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
#menuChris a {
	background: url(/images/menu.jpg) 0 -147px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}
#menuChris a:hover {
	background: url(/images/menu.jpg) -153px -147px;
	height: 22px;
	width: 138px;
	display: block;
	padding: 7px 0 0 15px;
	}

