html,body {

	background: url(../images/bg.png) repeat;
	background-position: 50% 0%;
	background-color: #ece8d9;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
}

/* Common Functions */

.clear { clear: both; }
.trans { border: 0; }

#wrapper {

	position: relative;
	top: 30px;
	width: 942px;
	height: auto;
	display: block;
	left: 50%;
	margin-left: -471px;

}

#header {

	display: block;
	width: 942px;
	height: 18px;
	background: url(../images/header.png) no-repeat;

}

#content-wrapper {

	display: block;
	height: auto;
	width: 942px;
	background: url(../images/content-wrapper.png) repeat-y;

}

#content-body {

	margin-left: 32px;
	margin-top: 0px;
	width: 882px;
	background: url(../images/content-body.png) repeat;
	height: auto;
	display: block;

}


/* Sidebar */

#sidebar-wrapper {

	margin-left: 35px;
	display: block;
	float: left;
	width: 245px;
	background: url(../images/sidebar-wrapper.png) repeat;

}

#logo {

	margin-top: 13px;
	display: block;
	width: 245px;
	height: 152px;
	background: url(../images/logo.png) no-repeat;

}

#navigation {

	margin-top: 18px;
	display: block;
	width: 245px;
	height: 213px;
	background: url(../images/menu.png) no-repeat;

}

#sidebar-wrapper h1 {

	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 7px;
	background-color: #d4c9a5;
	text-align: center;
	border-bottom: 1px solid #f0e9d5;
	font-size: 13px;
	font-family: arial,lucida sans,times new roman,serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 3px;
	color: #585344;

}

.sidebar-content {

	display: block;	
	text-align: center;
	padding: 10px;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #494949;
	line-height: 22px;

}

.sidebar-content span {

	display: block;
	padding: 3px;
	background-color: #f1ecdd;
	margin-bottom: 11px;
	margin-top: -5px;
	border: 1px solid #d8cdab;

}

.sidebar-content span span {

	color: #373737;
	display: inline;
	border: 0;

}

.sidebar-content span a {

	text-decoration: none;
	color: #726d5f;

}

.sidebar-content span a:hover {

	border-bottom: 1px dotted #726d5f;

}

#bookings {

	display: block;
	width: 245px;
	height: 120px;
	background: url(../images/bookings.png) no-repeat;

}

/* Content */ 

#content {

	display: block;
	float: left;
	width: 563px;
	height: auto;
	margin-left: 21px;
	padding-top: 14px;

}

#content h2 {

	font-size: 20px;
	letter-spacing: -1px;
	font-family: lucida sans,arial,tahoma,sans-serif;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3dabd;
	margin-bottom: 10px;
	color: #938a6d;
}

#content em {

	font-size: 12px;
	color: #696351;

}

#content a {

	border-bottom: 1px dotted #696351;
	text-decoration: none;
	color: #696351;

}

#content a:hover {

	color: #3b382e;

}

.welcome {

	background: url(../images/welcome.png) no-repeat;
	background-position: 1px 10px;

}

.accommodation {

	background: url(../images/accommodation.png) no-repeat;
	background-position: 1px 10px;

}

.location {

	background: url(../images/location.png) no-repeat;
	background-position: 1px 10px;

}

.gallerytour {

	background: url(../images/tour.png) no-repeat;
	background-position: 1px 10px;

}

.contact {

	background: url(../images/contact.png) no-repeat;
	background-position: 1px 10px;

}

#welcome {

	width: 562px;
	display: block;
	height: auto;
	padding-top: 70px;
	font-size: 11px;
	font-family: arial,sans-serif;
	line-height: 19px;
	text-align: justify;
	color: #434343;
	padding-left: 1px;
	padding-bottom: 10px;
}

#welcome ul {

	display: block;
	margin-bottom: 15px;
	background-color: #f6f1e3;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e6ddc1;
	border-bottom: 1px solid #e6ddc1;

}

#welcome ul li {

	margin-left: 20px;
	background: url(../images/bullet.png) no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;

}

#welcome p {

	margin-bottom: 13px;

}

/* Footer */

#footer {

	clear: both;
	width: 923px;
	height: 26px;
	background: url(../images/footer.png) no-repeat;
	display: block;
	padding-top: 18px;
	text-align: right;
	padding-right: 19px;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #6a6453;

}

#footer a {

	text-decoration: none;
	color: #6a6453;
	font-weight: bold;
	
}

#footer a:hover {

	color: #4c4c4c;

}


/* Menu Items */

#menu1 {

	background: url(../images/menu.png) no-repeat;
	display: block;
	width: 245px;
	height: 37px;
	border: 0;
	

}

#menu1:hover {

	background-position: -245px 0px;

}

#menu2 {

	background: url(../images/menu.png) no-repeat;
	background-position: 0px -37px;
	height: 44px;
	width: 245px;
	display: block;
	border: 0;

}

#menu2:hover {

	background-position: -245px -37px;

}


#menu3 {

	background: url(../images/menu.png) no-repeat;
	background-position: 0px -81px;
	height: 44px;
	width: 245px;
	display: block;
	border: 0;

}

#menu3:hover {

	background-position: -245px -81px;

}

#menu4 {

	background: url(../images/menu.png) no-repeat;
	background-position: 0px -125px;
	height: 44px;
	width: 245px;
	display: block;
	border: 0;

}

#menu4:hover {

	background-position: -245px -125px;

}

#menu5 {

	background: url(../images/menu.png) no-repeat;
	background-position: 0px -169px;
	height: 44px;
	width: 245px;
	display: block;
	border: 0;

}

#menu5:hover {

	background-position: -245px -169px;

}

/* Gallery */

.tour {

	display: block;
	width: 563px;
	height: auto;
	text-align: left;
	margin-bottom: 15px;
}

.tour a {

	border-bottom: 0;

}

.tour img {

	background: url(../images/frame2.png) no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 12px;
	border-bottom: 0;

}


/* Slider */

#slider-container {

	width: 563px;
	height: 291px;
	background: url(../images/frame.png) no-repeat;
	display: block;
	padding-top: 8px;
	padding-left: 8px;

}

#map-container {

	width: 563px;
	height: 291px;
	background: url(../images/frame.png) no-repeat;
	display: block;
	padding-top: 8px;
	padding-left: 8px;

}

#map {

	width: 546px;
	height: 274px;

}

#slider {

	width: 546px; 
	height: 274px; 
	position: relative; 
	overflow: hidden; 
	border: 1px solid #e0d9bf;
	margin-top: 0px;
	text-indent: 0px;
}


#sliderContent {

	width: 720px;
	position: absolute;
	top: 0;
	margin-left: 0;
	margin-top: 0px;
	text-indent: 0px;

}

.sliderImage {

	float: left;
	position: relative;
	display: none;
	text-indent: 0px;

}

.sliderImage span {

	position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 527px;
	background-color: #1b1b1b;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	border-top: 10px solid #000;
	padding-bottom: 17px;
	padding-right: 10px;
}

.sliderImage span h1 {

	font-size: 18px;
	font-family: lucida sans,myriad pro,arial,sans-serif;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	letter-spacing: -1px;
	color: #efe8d3;
	margin-bottom: 5px;

}


.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

/* Contact Form Styling */

form.contactform fieldset {
	margin-bottom: 10px;
	border: 1px solid #9a9070;
	padding: 15px;
	background-color: #ebe5d2;
}
form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #303030;
}
form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.contactform fieldset ol {
	margin: 0;
	padding: 0;
}
form.contactform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.contactform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.contactform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.contactform fieldset fieldset label {
	display: block;
	width: auto;
}
form.contactform em {
	font-weight: bold;
 	font-style: normal;
	color: #f00;
}
form.contactform label {
	width: 130px; /* Label Width */
}
form.contactform fieldset fieldset label {
	margin-left: 133px; /* Width +3 (html space) */
}

form {
	font-family: arial;
	font-size: 11px;
}

form.contactform input, form.contactform textarea {

	padding: 4px;
	font-family: arial,tahoma,sans-serif;
	font-size: 11px;
	border: 1px solid #bbb5a1;
	background-color: #f7f4ea;
	width: 180px;
	margin-right: 4px;
}

form.contactform input:hover, form.contactform textarea:hover {

	background-color: #e4dec9;

}

form.contactform input:focus, form.contactform textarea:focus {

	background-color: #fff;

}

form.contactform input[type=submit] {

	width: 100px;
	cursor: pointer;
}

form.contactform select {

	padding: 3px;
	font-family: arial,sans-serif;
	font-size: 11px;

}

form.contactform input[type=submit]:focus {

	background-color: #efefef;

}

form.contactform button {

	border: 1px solid #625e50;
	background-color: #7b7768;
	padding: 4px;
	font-weight: bold;
	color: #fff;

}

