@charset "utf-8";
/* CSS Document */

/*

TOKORIKI
#9F9A81
---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - main, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #e1ded2
		body text - #fff
		headings  - #
		
/*
		
/* ------- GENERAL ------- */

body{
	margin: 0;
	background-color:#e1ded2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:18px;
	}

a:link, a:active, a:visited{
	color:#707070;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

form, h1, h2, h3{
	margin:0;
	padding:0;
	}
h1{
	margin-bottom:20px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:2px;
	}
h1 em{
	padding:0 35px;
	}
h2{
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	}
h3{
	font-size:14px;
	letter-spacing:1px;
	}

img{
	border:0;
	}

.clear{
	clear:left;
	}
	
/* -------- LAYOUT ------- */



#container{
	width:940px;
	margin:auto;
	}
#header{
	height:350px;
	margin-bottom:4px;
	}
/*menu styles located under MENUS*/
#logo{
	height:112px;
	margin-top:7px;
	background-image:url(/images/background-logo.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	background-color:#f0efe9;
	text-align:right;
	}

/* ------- CONTENT ------- */

#content{
	padding:25px 8px 30px 28px;
	/*background-color:#c1bba1;*/
	background-color:#AFA98E;
	}
#left{
	width:532px;
	margin-right:8px;
	padding-right:20px;
	float:left;
	}
#right{
	width:330px;
	padding-top:10px;
	float:left;
	}

.subpage {
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
}
.subpage img {
	vertical-align: middle;
	margin-right: 15px;

}
.subpage a {
	color:#fff;
}
	
a.deluxe, a.sunset{
	display:block;
	margin-bottom:10px;
	padding-left:125px;
	background-repeat:no-repeat;
	background-position:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:80px;
	}
a.deluxe{
	background-image:url(/images/link-deluxe.jpg);
	}
a.sunset{
	background-image:url(/images/link-sunset.jpg);
	}
a.deluxe:hover, a.sunset:hover{
	text-decoration:none;
	color:#707070;
	}
a.btn{
	margin:5px 5px 5px 0;
	padding:5px;
	background-color:#a1a1a1;
	color:#fff;
	}
a.btn:hover{
	background-color:#959595;
	text-decoration:none;}

/* guest book */

.accordion h3{
	margin-top:5px;
	padding:2px 10px;
	background-color:#b4af9c;
	background-image:url(/images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #a19f98;
	color:#707070;
	font-weight:normal;
	font-size:12px;
	cursor:pointer;
	}
.accordion h3 strong{
	padding-left:10px;
	}
.accordion p{
	padding:0 20px;
	}
.accordion h3.active{
	background-image:url(/images/arrow_up.gif);
	}


/* ----- FORM STYLES ----- */

input, textarea, select{
	width:130px;
	padding:2px;
	background-color:#c1bba1;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#707070;
	}
input.btn{
	width:auto;
	cursor:pointer;
	}
.error, .notification{
	display:block;
	padding:5px;
	background-color:#c1a1a1;
	border:1px solid #bb9595;
	color:#bc3b3b;
	}
.notification{
	background-color:#e5c39f;
	color:#db690c;
	border-color:#dcb790;
	}


/* Standard form */
.form{}
.form th{
	padding:2px 5px 2px 0;
	vertical-align:top;
	text-align:right;
	color:#707070;
	font-weight:normal;
	width: 120px;
	}
.form td{
	vertical-align:top;
	font-size:12px;
	}

input.formfield {
	width: 250px;
}
textarea.formfield {
	width: 250px;
}
select.formfield {
	width: auto;
}
/* -------- MENUS -------- */


/* Main menu */

#mainmenu{
	height:34px;
	background-image:url(/images/background-menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#959595;
	font-size:12px;
	text-align:right;
	line-height:20px;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	color:#fff;
	}
#mainmenu a:hover{
	color:#f9a34a;
	text-decoration:none;
	}
	
#mainmenu ul{
	padding:0;
	margin:0;
	float:right;
	list-style:none;
	}
#mainmenu li{
	float:left;
	position:relative;
	}
#mainmenu li:hover ul, #mainmenu li.sfhover ul{
	display:block;
	}
#mainmenu li ul{
	width:130px;
	padding:5px 0 5px 15px;
	display:none;
	bottom:39px;
	left:0;
	position:absolute;
	background-color:#817f79;
	border-bottom:5px solid #f9a34a;
	}
#mainmenu li li{
	float:none;
	text-align:left;
	}
#mainmenu ul.accommodation{
	width:182px;}

/* Footer */

#footer{
	margin-top:10px;
	font-size:9px;
	color:#c1bba1;
	}
#footer a:link, #footer a:active, #footer a:visited{
	padding:0 9px;
	color:#c1bba1;
	}
#footer a:hover, #footer a.newsletter:hover{
	color:#f9a34a;
	text-decoration:none;
	}
#footer em{
	float:right;
	font-style:normal;
	font-size:10px;
	}
#footer em a:link, #footer em a:active, #footer em a:visited{
	padding-right:0;
	}
#footer strong{
	padding-left:9px;
	font-weight:normal;
	}
#footer span.newsletter, #footer a.newsletter{
	color:#b3ab8a;
	padding:0 9px;
	}
#footer form{
	width:290px;	
	}
#footer input{
	width:auto;
	background-color:#e1ded2;
	font-size:9px;
	color:#b7b7b7;
	}
#footer input.btn{
	border:0;
	color:#b3ab8a;
	}

.medialist img {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

.medialist td {
	border-bottom: 1px dotted #9F9A81;
}

#bookingarea {
	background-color: #F0EFE9;
	margin: 0 0 5px 0;
	padding: 5px 10px;
}
#bookingarea form {
	margin: 0;
}
#bookingarea input, #bookingarea select {
	width: 80px;
}
#bookingarea input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.help-banner {
	text-align: center;
	margin: 10px 0;
}