body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#990000;
}
#header {
	display:block;
	width:800px;
	height:150px;
	margin:0px auto 0px auto;
}
#container {
	background:url(/static_files/images/bg.jpg) repeat-x left top;
	padding:15px 0px 0px 0px;
}
#content {
	background:#ffffff;
	width:770px;
	margin:15px auto 0px auto;
	padding:15px;
}
#low-tab {
	background:#7b2332;
	width:800px;
	margin:0px auto 0px auto;
	padding:0px;
	color:#FFFFFF;
	font-weight:bold;
}
#bke-block {
	width:800px;
	margin:0px auto 0px auto;
}
#menu {
	background:#9d002b;
	display:block;
	width:720px;
	margin:0px auto 0px auto;
}
#menu a {
	display:block;
	float:left;
	height:8px;
	font-size: 1px;
}
.home {
	background:url(/static_files/images/home.jpg) no-repeat left top;
	width:50px;
}
.home:hover {
	background-position:left bottom;
}
.accommodation {
	background:url(/static_files/images/accommodation.jpg) no-repeat center top;
	width:145px;
}
.accommodation:hover {
	background-position:center bottom;
}
.facilities {
	background:url(/static_files/images/facilities.jpg) no-repeat center top;
	width:95px;
}
.facilities:hover {
	background-position:center bottom;
}
.weddings {
	background:url(/static_files/images/weddings.jpg) no-repeat center top;
	width:185px;
	height:9px;
}
.weddings:hover {
	background-position:center -9px;
}
.leisure {
	background:url(/static_files/images/leisure.jpg) no-repeat right top;
	width:110px;
}
.leisure:hover {
	background-position:right bottom;
}
.conferences {
	background:url(/static_files/images/conferences.jpg) no-repeat left top;
	width:190px;
}
.conferences:hover {
	background-position:left bottom;
}
.specials {
	background:url(../images/specials.jpg) no-repeat center top;
	width:100px;
}
.specials:hover, .specials_on {
	background:url(../images/specials.jpg) no-repeat center bottom;
	width:100px;
}
.activities {
	background:url(../images/activities.jpg) no-repeat center top;
	width:100px;
}
.activities:hover, .activities_on {
	background:url(../images/activities.jpg) no-repeat center bottom;
	width:100px;
}
.room-rates {
	background:url(/static_files/images/room-rates.jpg) no-repeat center top;
	width:235px;
}
.room-rates:hover {
	background-position:center bottom;
}
.whats {
	background:url(/static_files/images/whats.jpg) no-repeat center top;
	width:105px;
}
.whats:hover {
	background-position:center bottom;
}
.contact {
	background:url(/static_files/images/contact.jpg) no-repeat right top;
	width:90px;
}
.contact:hover {
	background-position:right bottom;
}
.sep {
	display:block;
	float:left;
	margin:2px 15px 0px 15px;
}
#menu br {
	margin:0px;
	padding:0px;
	line-height:0px;
}
div.hr {
	border:none;
	color:#ce8095;
	background:#ce8095;
	margin:10px 0px 10px 0px;
	line-height:1px;
	font-size:1px;
	height:1px;
	overflow:hidden;
}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#990000;
}
.footer {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	color:#666666;
	width:800px;
	margin:20px auto 0px auto;
}
#bke-table {
	background:#820124 url(/static_files/images/bke_bg.jpg) repeat-x bottom left;
	height:66px;
}
#bke-table select {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#9d002b;
	padding:1px;
}
#low-tab a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#low-tab a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.detail { 
	display:none;
}
/*	RATING PAGE */
#reviewform table {
	width:100%;
}
#reviewform table td {
	text-align:left;
	padding:3px;
	margin:1px;
}
#reviewform table textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	font-size:11px;
	color:#333333;
	padding:3px;
}
.bke_roomheadcell, .bke_roomheadtotal {
	text-align:center;
	font-size:11px;
}
.bke_roomdatacell {
	padding:0px 30px 0px 30px;
}
.bke_roomdatatotal {
	text-align:center;
	font-size:12px; 
	font-weight:bold;
	color:#9D002B;
}
.bke_roomdatacell select {
	color:#9D002B;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	padding:1px;
}