body {
	background: #e9e8d6;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Lucida Grande, Arial, sans-serif;
}

/******************/
/***** Header *****/
/******************/

#skipnav {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 105px;
	height: 25px;
	padding: 3px 0 0 5px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/skip-nav.png) no-repeat;
}

#skipnav:hover {
	border-bottom: none;
}

#header {
	background: #470101;
	height: 134px;
	width: 100%;
	border-bottom: 1px solid #602625;
	color: #ffffff;
	font-family: Georgia, Times;
}

#header-bar {
	height: 19px;
	background: #3f0101;
}

#header-content {
	width: 894px;
	margin: 0 auto;
}

#phone {
	float: right;
	width: 97px;
	height: 25px;
	margin: 0;
	padding: 3px 0 0 35px;
	font-size: 13px;
	background: url(../images/phone-bg.png) no-repeat;
}

#logo {
	clear: right;
	float: left;
	width: 277px;
	height: 134px;
	position: relative;
	margin: -28px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#logo span {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: url(../images/logo.jpg) no-repeat;
}

a img {
	border: none;
}

/**********************/
/***** Navigation *****/
/**********************/

#navigation {
	clear: right;
	float: right;
	margin-right: 16px;
	list-style-type: none;
}

#navigation li {
	float: left;
	display: block;
	height: 32px;
	margin: 20px 30px 0 0;
	background: url(../images/tab-left.jpg) no-repeat top left;
}

#navigation li:hover {
	background: url(../images/tab-left-hover.jpg) no-repeat top left;	
}

#navigation a {
	display: block;
	height: 32px;
	padding: 4px 13px 0 13px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	background: url(../images/tab-right.jpg) no-repeat top right;
}

#navigation a:hover {
	border-bottom: none;
	background: url(../images/tab-right-hover.jpg) no-repeat top right;
}

/*******************/
/***** Content *****/
/*******************/

#content-wrapper {
	/*background: url(../images/gradient.jpg) repeat-x;*/
	font-size: .875em; /* 14px */
	line-height: 1.75em;
}

#content {
	width: 894px;
	margin: 0 auto;
}

#main-content {
	float: right;
	width: 604px;
}

#text {
	margin-left: 51px;
}

.sub #text, .info #text, .room #text {
	margin-left: 21px;
}

#sidebar {
	float: left;
	width: 290px;
}

#hotels, #catering {
	float: left;
	width: 290px;
}

#bedbreakfast, #entertainment {
	float: right;
	width: 290px;
}

#bedbreakfast-wrapper, #hotels-wrapper, #entertainment-wrapper, #catering-wrapper {
	margin-left: 7px;
	font-size: 12px;
}

.company-info {
	width: 245px;
	margin-top: 0;
	padding: 0 15px 10px 15px;
	background: #dddabe url(../images/box-2-bottom.jpg) no-repeat bottom left;
}

.info h3, .room h3 {
	width: 260px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 15px;
	font-weight: bold;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
	background: #dddabe url(../images/box-2-top.jpg) no-repeat top left;
}

/***************/
/***** Box *****/
/***************/

.box-top {
	background: url(../images/box-top.jpg) no-repeat top left;
}

.box-bottom {
	background: url(../images/box-bottom.jpg) no-repeat bottom left;
}

.box {
	clear: both;
	width: 275px;
	background: url(../images/box-bg.jpg) repeat-y;
	font-size: 1.07em; /* 15px */
}

.box ul {
	list-style-type: none;
	margin-left: 0;
	padding: 15px 5px 15px 5px;
	min-height: 1px;
}

.box ul li {
	padding-left: 40px;
	background: url(../images/box-bullet.jpg) no-repeat 12px 8px;
}

.box img {
	float: left;
	margin: 15px 10px 25px 15px;
	padding: 1px;
	border: 1px solid #c9c2b7;
}

.box .right {
	float: right;
	width: 160px;
	margin-right: 20px;
}

.right img {
	border: none;
	margin: 0;
	padding: 0;
}

.appointment {
	margin-top: 15px;
}

.appointment, .reserve {
	line-height: 1.25em;
}

.info .box h2, .room .box h2, .sub .box h2, .home .box h2 {
	margin-bottom: 5px;
	padding: 15px 0 0 15px;
}

.info .box ul, .room .box ul, .sub .box ul, .home .box ul {
	margin-top: 0;
	padding-top: 0;
}

.info .box ul li, .room .box ul li, .sub .box ul li, .home .box ul li {
	background: url(../images/box-bullet.jpg) no-repeat 12px 10px;	
}

.facebook {
	display: block;
	height: 25px;
	padding-left: 35px;
	margin-left: 40px;
	margin-top: 20px;
	background: url(../images/facebook.jpg) no-repeat 0 0;
}

.clear {
	clear: both;
}

.right_image {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #aa9e99;
}

#photos {
	margin: 0;
	padding: 0;
}

#photos li {
	margin: 4px;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
}

#photos li a {
	display: block;
	line-height: 0;
	padding: 2px;
	border: 1px solid #aa9e99;
}

#photos li a:hover {
	border: 1px solid #000;
}

/******************/
/***** Footer *****/
/******************/

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 2px solid #aa9e99;
	margin-top: 20px;
	font-size: .857em; /* 12px */
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer-right a {
	padding-right: 12px;
	background: url(../images/offsite.jpg) no-repeat right 3px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

/******************/
/***** Tables *****/
/******************/

table {
	border: 1px solid #aa9e99;
	margin-bottom: 10px;
}

tr {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

th {
	color: #ffffff;
	background: #470101;
	padding: 3px 10px 3px 10px;
	text-align: right;
}

td {
	padding: 3px 10px 3px 10px;
}

/********************/
/***** Headings *****/
/********************/

h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, sans-serif;
	font-weight: normal;
}

.home #text h2 {
	width: 532px;
}

.info #text h2 {
	display: inline;
	border-bottom: 1px solid #000;
}

.contact #text h2 {
	font-family: Lucida Grande, Arial, sans-serif;
}

.room #text h2, .rentals #text h2, .home #text h2 {
	height: 44px;
	text-align: center;
	padding-top: 7px;
	font-size: 20px;
	background: url(../images/decoration.jpg) no-repeat;
	background-position: center;
	border-bottom: none;
	display: block;
}

/*****************/
/***** Links *****/
/*****************/

a {
	outline: none;
}

a:link {
	color: #460101;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #460101;
}

a:visited {
	color: #460101;
	text-decoration: none;
	border-bottom: 1px solid #460101;
}

a:hover {
	color: #8f3821;
	text-decoration: none;
	border-bottom: 1px solid #8f3821;
}
