body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia;
	font-size: 14px;
	}

h1 {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

h3 {
	margin: 0 0 10px 0;
	padding:0;
	font-size: 20px;
}

form {
	margin:0;
	padding:0;
}
	
a,active,visited {
	text-decoration: none;
	color: #3960AD;
}

a:hover {
	color: #0A214F;
}
	
#wrapper {
	width: 766px;
	margin: auto;
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
	background-position: 6px;
}

#header {
	height: 140px;
	background-image: url(../images/header.jpg);
}

#menu {
	margin-left: 34px;
	margin-right: 35px;
	background-color: #000000;
	height: 23px;
	background-image: url(../images/menubg.jpg);
	font-size: 11px;
	font-weight: bold;
    width:697px;
    font-family: Arial;
    line-height:normal;
    position: relative;
}
#menu ul {
  margin:0;
  padding:2px 10px 0 10px;
  list-style:none;
  }
#menu li {
  display:inline;
  margin:0;
  padding:0;
  }
 
#menu li a {
  float:left;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#menu li a span {
  float:left;
  display:block;
  padding:2px 10px 3px 6px;
  color:#ffffff;
  cursor: pointer;
  }
  
#menu li a:hover span {
	color: #cccccc;
}

#menu li.selected a {
  float:left;
  background:url(../images/menutab-left.gif) no-repeat left top;
  padding:0 0 0 4px;
  text-decoration:none;
  background-color: #ffffff;
  }
#menu li.selected a span {
  float:left;
  display:block;
  background:url(../images/menutab-right.gif) no-repeat right top;
  padding:4px 10px 3px 6px;
  color:#755516;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu li.selected a span {float:none;}
/* End IE5-Mac hack */
#menu li.selected a:hover span {
	color: #cccccc;
  }

#content {
	margin-left: 34px;
	margin-right: 35px;
	padding: 15px;
	clear: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}

#footer {
	height: 17px;
	background-image: url(../images/footerbg.jpg);
	text-align: center;
	padding-top: 22px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	clear:both;
}

.homeImages {
	
}

.homeImages img {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.infoImages img {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#facilities-menu li.selected a,active,visited,hover {
	font-weight: bold;
	color: #000000;
}


#main-gallery .Gallery_categories .image, #main-gallery .Gallery_images .image {
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

#main-gallery .Gallery_categories .name, #main-gallery .Gallery_images .name {
	text-align:center;
	font-weight: bold;
	font-size: 11px;
}

#main-gallery .Gallery_categories a img, #main-gallery .Gallery_images a img, #main-gallery .Gallery_image_container img {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#main-gallery .Gallery_categories a:hover img, #main-gallery .Gallery_images a:hover img {
	border: 1px solid #666666;
}

#main-gallery .Gallery_image_container {
	text-align:center;
}

#main-gallery .Gallery_breadcrumbs {
	padding: 5px;
	background-color: #E1DBC5;
	font-size:11px;
	margin-bottom: 10px;
}

#main-gallery .Gallery_tools {
	padding: 5px;
	background-color: #E1DBC5;
	margin-top: 10px;
	margin-bottom:10px;
}

.pricetable {
	border: 1px solid #cccccc;
}

.pricetable th {
	text-align: left;
	background-color: #ffffff;
	font-weight: normal;
	color: #333333;
}

.pricetable td {
	background-color: #FFF8AF;
	font-weight: bold;
	border: 1px solid #ffcc00;
	text-align: center;
}

.bookingform {
	margin-top: 20px;
	border: 1px solid #cccccc;
}

.bookingform th {
	text-align: right;
	background-color: #ffffff;
	vertical-align: top;
}

.bookingform th.title {
	text-align: left;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
}
