@charset "utf-8";
body {
	padding:25px;
	background-image: url(img/background.gif);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}


p {
	padding:0;
	margin:0;
	padding-bottom:5px;
}
h1 {
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#967531;
}

a {
	font-weight:bold;
	color:#A17F36;
}
a:hover {
	text-decoration:none;
}

#menu {
	padding-left:10px;
}

#menu span {
	display:none;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
	padding:0px;
	margin:0;
	list-style-type:none;
	float:left;
}


#menu ul li a:hover {
	background-position: 0 -36px;
}
#menu ul li .selected {
	background-position: 0 -72px;
}

a.about {
	width:57px;
	height:26px;
	display:block;
	background:url(img/li_about.gif) no-repeat top left;
}
a.rooms {
	width:139px;
	height:26px;
	display:block;
	background:url(img/li_rooms.gif) no-repeat top left;
}
a.bars {
	width:160px;
	height:26px;
	display:block;
	background:url(img/li_bars.gif) no-repeat top left;
}
a.events {
	width:62px;
	height:26px;
	display:block;
	background:url(img/li_events.gif) no-repeat top left;
}
a.services {
	width:68px;
	height:26px;
	display:block;
	background:url(img/li_services.gif) no-repeat top left;
}
a.activ {
	width:131px;
	height:26px;
	display:block;
	background:url(img/li_activities.gif) no-repeat top left;
}
a.photos {
	width:71px;
	height:26px;
	display:block;
	background:url(img/li_photos.gif) no-repeat top left;
}

a.book {
	width:93px;
	height:26px;
	display:block;
	background:url(img/li_book.gif) no-repeat top left;
}

.crown { }

#specials { margin-top:40px; }
.specialentry .pic,
.specialentry .text { float:left; }
.specialentry .pic { margin-left:30px; }
.specialentry .text { width:405px; }
.specialentry img { width:174px; height:116px; }
.specialentry .headline { font-size:18px; margin-bottom:10px;}

.specialentry .piccontainer { width:180px; height:122px; background:url('../img/specialpicbg.gif') top left no-repeat; }
.specialentry .picholder { width:174px; height:116px; }

.specialentry .readmore {text-align:right;; padding-right:13px; background:url('../img/adown.gif') center right no-repeat; }
.specialentry .readless {text-align:right;; padding-right:13px; background:url('../img/aup.gif') center right no-repeat; }

.specialentryhr { height:50px; width:100%; background:url(../img/hr.gif) center center no-repeat; }


