/* -------------------------------------------------------------------- */
/* Body
/* -------------------------------------------------------------------- */

body {
	background-color: #8fd300
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	padding: 35px 20px 0 20px;
}

/* -------------------------------------------------------------------- */
/* Header
/* -------------------------------------------------------------------- */

#header {
	height: 56px;
	margin: 0 0 25px 0;
	overflow: hidden;
	background: transparent url(../images/layout/title.jpg) top no-repeat;
}

#header span {
	display: none;
}

/* -------------------------------------------------------------------- */
/* Main Menu
/* -------------------------------------------------------------------- */

#mainmenu {
	margin: 0 0 3px 0;
	padding: 14px 0px 14px 22px;
	background: #64bd47 url(../images/layout/mainmenu_top.gif) top no-repeat;
	list-style: none;
}

#mainmenu li {
	float: left;
	margin: 0 11px 0 0;
	list-style: none;
}

#mainmenu li a {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: none;
}

#mainmenu li a:hover {
	color: #d4eacd;
}

#mainmenu li a:active {
	color: #aed9a0;
}

/* -------------------------------------------------------------------- */
/* Content Area
/* -------------------------------------------------------------------- */

#contentarea {
	margin: 0 0 15px 0;
	padding: 0 0 30px 0;
	background: #fff url(../images/layout/contentarea_bottom.jpg) bottom no-repeat;
}

#contentarea.bg2 {
	background: #fff url(../images/layout/contentarea_bottom2.jpg) bottom no-repeat;
}

#contentarea .left {
	display: inline;
	float: left;
	width: 390px;
	margin: 45px 0 0 35px;
}
#contentarea .left.home {
	width: 360px;
}

#contentarea .right {
	display: inline;
	float: right;
	width: 390px;
	margin: 25px 20px 0 0;
	zoom: 1;
	overflow: hidden;
}
#contentarea .right.home {
	width: 420px;
}

	#contentarea .right div.inner-left {
		display: inline;
		float: left;
		width: 232px;
	}
	
	#contentarea .right div.inner-right {
		display: inline;
		float: right;
		width: 128px;
		padding-bottom: 110px;
	}
		#contentarea .right.home div.inner-right {
			width: 158px;
		}

#contentarea .full {
	display: inline;
	float: left;
	width: 805px;
	margin: 45px 0 0 35px;
}

div.TA_rated {
	margin: 0 !important;
	padding: 0 40px !important;
}

div.widFRR {
	margin: 0 !important;
	padding-left: 0 !important;
	padding-r: 0 !important;
}

p.award {
	text-align: center;
	font-size: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

p.award span {
	font-weight: bold;
}

/* -------------------------------------------------------------------- */
/* Titles
/* -------------------------------------------------------------------- */

.title_welcome {
	height: 68px;
	background: transparent url(../images/layout/title_welcome.gif) top left no-repeat;
}

.title_rooms {
	height: 16px;
	background: transparent url(../images/layout/title_rooms.gif) top left no-repeat;
}

.title_cooking {
	height: 16px;
	background: transparent url(../images/layout/title_cooking.gif) top left no-repeat;
}

.title_tariffs {
	height: 16px;
	background: transparent url(../images/layout/title_tariffs.gif) top left no-repeat;
}

.title_booking {
	height: 16px;
	background: transparent url(../images/layout/title_booking.gif) top left no-repeat;
}

.title_awards {
	height: 16px;
	background: transparent url(../images/layout/title_awards.gif) top left no-repeat;
}

.title_localattractions {
	height: 16px;
	background: transparent url(../images/layout/title_localattractions.gif) top left no-repeat;
}

.title_map {
	height: 16px;
	background: transparent url(../images/layout/title_map.gif) top left no-repeat;
}

.title_contact {
	height: 16px;
	background: transparent url(../images/layout/title_contact.gif) top left no-repeat;
}

.clickheretobook {
	display: block;
	width: 215px;
	height: 14px;
	margin: 0 0 0 0;
	padding: 2.4em 0 0 0;
	background: transparent url(../images/layout/clickheretobook.gif) bottom left no-repeat;
	text-decoration: none;
	border: none;
}

.title_welcome span, 
.title_rooms span, 
.title_cooking span, 
.title_tariffs span, 
.title_booking span, 
.title_discount span, 
.title_localattractions span, 
.title_map span, 
.title_contact span, 
.clickheretobook span {
	display: none;
}

/* -------------------------------------------------------------------- */
/* Room Pics
/* -------------------------------------------------------------------- */

.roompics {
	float: right;
	width: 360px;
	margin: 0;
	padding: 20px 20px 0 0;
	list-style: none;
}

.roompics li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 20px 20px;
	background-color: #c1e5b5;
	list-style: none;
}

/* -------------------------------------------------------------------- */
/* Pictures
/* -------------------------------------------------------------------- */

.piclist {
	float: right;
	width: 360px;
	margin: 0;
	padding: 20px 20px 0 0;
	list-style: none;
}

.piclist li {
	float: left;
	width: 97px;
	height: 97px;
	margin: 0 0 16px 16px;
	padding: 3px;
	background-color: #c1e5b5;
	list-style: none;
}

/* -------------------------------------------------------------------- */
/* Booking Form
/* -------------------------------------------------------------------- */

div#booking {
	padding: 45px 35px 95px 35px;
	zoom: 1;
	overflow: hidden;
}

div.wrap {
	zoom: 1;
	overflow: hidden;
}

div#booking div.info {
	display: inline;
	float: left;
	width: 170px;
}

div#booking div.bookform {
	display: inline;
	float: right;
	width: 590px;
	padding-right: 10px;
}

div#booking div.bookform div.col1 {
	display: inline;
	float: left;
	width: 47%;
}

div#booking div.bookform div.col2 {
	display: inline;
	float: right;
	width: 47%;
	padding-right: 10px;
}

div#booking div.bookform p.formfooter {
	padding-top: 8px;
	padding-right: 9px;
	text-align: right;
}

/* -------------------------------------------------------------------- */
/* Google Maps
/* -------------------------------------------------------------------- */

.googlemap {
	height: 450px;
	margin-bottom: 15px;
	border: 1px solid #333;
}

/* -------------------------------------------------------------------- */
/* Footer
/* -------------------------------------------------------------------- */

#footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0.5em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
