body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;	
	background-color:#e6e6e6;
}

h1, h2, h3{
	color:#bf1011;
}

a{
	color:#BE1009;
	text-decoration:none;
}
.addresstext{
 color: #333333;
}

hr{
	color:#BE1009;
	width:500px;
	margin-top:30px;
	margin-bottom:30px;
}

#header{
	height: 130px;
	background-image: url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	padding-top:18px;
	border-bottom:4px solid #bf1011; 	
}

#header ul{
 	padding-top:4px;
	color: #ffffff;
	font-size: 20px;
}

#header li{
	list-style-type: none;
	display: inline;
	padding-right:30px;
}

#header li a{
	color: #ffffff;
	text-decoration:none;
}

#header li a:hover, .current{
	color: #ffffff;
	background: #aaaaaa;
}

#imagebar{
	padding:6px;
	background-position:bottom-left; 
	
	
	//background-color:#ffffff;
	//background-image: url(../images/1925__624x500_sand-dunes-001925-basic-white.jpg);
	//background-image: url(../images/1405__624x500_climbing-vines-001405-basic-white.jpg);	
	//background-image: url(../images/1689__624x500_curtains-001689-medium-gray.jpg);	
	//background-image: url(../images/94__624x500_watercolor-grunge-000094-glossy-white.jpg);	
	background-image: url(../images/homebg.jpg);		

}

#imagebar ul{
	color: #ffffff;
}

#imagebar li{
	list-style-type: none;
	display: inline;
	padding-right:20px;
}

#imagebar img{
	border:1px solid grey;
	width:250px;
}

#content {
	width:700px; 
	background-color:#ffffff;
	text-align:left;
	padding:6px;
}

.bookingstable{
	width:400px;
	border-collapse:collapse; 
	padding:10px;
}

.bookingstable th{
	color:#FFFFFF;
}

#downloads{
	display:inline-block;
}
#downloads div{
	float:left;
	margin:10px;
}
#downloads a{
	text-decoration:none;
	color:#000000;
}
#downloads img{
	height:30px;
	border:0;
}


label{
	display:block;
}

input{
	margin-bottom:10px;
	width:180px;
}
#button{
	display:block;
	width:80px;
	margin: 10px 0 0 186px;
}

.imageright{
	float:right; 
	margin:5px;
}

#map{
	width: 400px; 
	height: 330px; 
	float:right;
}
#footer{
	border-top:4px solid #bf1011;
	height: 150px;
	background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-size: 14px;
	}

#footer li{
	list-style-type: none;
	display: inline;
	padding-right:30px;
}

#footer li a{
	color: #ffffff;
	text-decoration:none;
}

#footer li a:hover, .current{
	color: #ffffff;
	background: #aaaaaa;
}

#footer h3{
	font-size: 20px;
	color:#bf1011;	
	padding:0px;
	margin:0px;
}

#footer div{
	margin-top:10px; 
	width:700px; 
	text-align:right;
}

#cpmenu{
	text-align:center;
	width:450px;
}

#cpmenu ul{

	list-style:none;
	text-align:center;
	font-weight:bold;
}

#cpmenu li{
	display:inline-block;
	margin:20px;
}

#cpmenu li a{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
}
#cpmenu li a:hover{
	text-decoration:none;
	opacity: 0.60;
	filter:alpha(opacity=60);	
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	zoom:1;
}

#cpmenu img{
	width:80px;
	border:0px;
}
