@charset "UTF-8";
#main {
	margin:0px;
	font-family: Helvetica, sans-serif;
	color: #F0FFF6;
	font-size: .9em;
	background-color: #ECEFE7;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#top{
	height:188px;
	width:100%;
	text-align:center;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topimage {
padding-right:500px;
margin-top:70px
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
}
#imagecontainer{
	height:338px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434C3E;
}
#content{
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}
#contentdetail{
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#contentdetailfacilites {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	background:url(images/detail-bg.jpg) no-repeat bottom left;
}
#contentdetailrates {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/ratebg_24.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentdetailtandc {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/flowerbg_24.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#main h1 {
	color: #A1B7A5;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 0px;
}


/* Menu */
#main #menu ul {
	list-style-type: none;
	display: block;
	height: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1B7A5;
}
#main {
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#main #container #menu li a {
	display: block;
	text-indent: -3000px;
	height: 21px;
}
#home {
	background-image: url(images/home.jpg);
	width: 55px;
	background-position: top;
}
#home:hover {
	background-position: bottom;
}
#facilites {
	background-image: url(images/facilities.jpg);
	width: 68px;
	background-position: top;
}
#facilites:hover {
	background-position: bottom;
}
#gallery {
	background-image: url(images/photogallery.jpg);
	width: 98px;
	background-position: top;
}
#gallery:hover {
	background-position: bottom;
}
#rates {
	background-image: url(images/rates-bookings.jpg);
	width: 111px;
	background-position: top;
}
#rates:hover {
	background-position: bottom;
}
#map {
	background-image: url(images/map-directions.jpg);
	width: 111px;
	background-position: top;
}
#map:hover {
	background-position: bottom;
}
#tandc {
	background-image: url(images/tandc.jpg);
	width: 145px;
	background-position: top;
}
#tandc:hover {
	background-position: bottom;
}
#contact {
	background-image: url(images/contact.jpg);
	width: 65px;
	background-position: top;
}
#contact:hover {
	background-position: bottom;
	background-image: url(images/contact.jpg);
}
.image {
	float: right;
	padding-left: 20px;
}
#main #container #contentdetailrates a {
	color: #434C3E;
}
