@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
*:focus{
	outline:none;
}
body{
	background:#666;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}
input, textarea, select{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0px none;
}
ul{
	list-style:none;
}
p{
	margin-bottom:10px;
}
#main, .main{
	width:780px;
	margin:0px auto;
}
#header{
	background:url(../images/header_top.png) repeat-x 0px 0px;
	height:80px;
}
#header a{
	color:#fff;
}
#header .contact{
	line-height:80px;
	margin-right:50px;
	height:80px;
}
#top{
	background:#633618;
	height:253px;
}
#top .main{
	background:#633618 url(../images/top_banner.jpg) no-repeat 0px 0px;
}
#reservation{
	width:250px;
	margin-top:15px;
	height:200px;
}
#reservation h2{
	color:#fff554;
	font-size:26px;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Tahoma, sans-serif;
	margin-bottom:20px;
}
#reservation label{
	color:#d5a787;
	display:block;
	margin-bottom:10px;
}
#reservation a{
	color:#fff;
	line-height:22px;
}
.check_button{
	background:url(../images/check_button.png) no-repeat 0px 0px;
	border:0px none;
	height:22px;
	width:114px;
	margin-right:15px;
}
#menu{
	height:38px;
	line-height:38px;
	padding:0px 25px;
	background:url(../images/menu.png) no-repeat center 0px;
	text-align:center;
	font-weight:bold;
}
#menu a{
	color:#6f3a15;
	margin:0px 15px;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
	color:#392213;
}
#content{
	background:#f7e6d4;
	/*padding:0px 25px 35px 45px;*/
}
#content .main{
	padding:0px 25px 35px 45px;
	width:710px;
}
#left_col{
	float:left;
	width:440px;
	color:#ce955e;
	text-align:justify;
	overflow:hidden;
}
#left_col h1, #left_col h2, #right_col h3{
	color:#7c4510;
	font-size:24px;
	font-family:"Lucida Grande", Verdana, Tahoma, sans-serif;
	font-weight:normal;
	margin:30px 0px 25px 0px;
}
#left_col h2 a, #right_col h3 a{
	color:#7c4510;
}
#left_col a, #right_col a{
	text-decoration:none;
}
#left_col a:hover, #right_col a:hover{
	text-decoration:underline;
}
#left_col h1 span, #left_col h2 a span{
	color:#b3671e;
}
#left_col p{
	line-height:150%;
}
#right_col{
	width:255px;
	float:right;
	color:#ce955e;
	overflow:hidden;
}
#right_col h3{
	margin:30px 0px 0px 0px;
}
#right_col h2{
	font-size:12px;
	margin-top:25px;
}
#right_col h2 a{
	color:#b87637;
}
.news{
	background:url(../images/news.jpg) no-repeat center bottom;
	padding:0px 20px 10px 20px;
	margin-bottom:25px;
}
.item_details{
	font-weight:bold;
	color:#7b5613;
	text-decoration:none;
}
.gallery{
	margin-bottom:25px;
}
.gallery a{
	position:relative;
	display:block;
	height:100%;
}
.gallery a:hover{
	text-decoration:none;
}
.gallery a span{
	position:absolute;
	bottom:8px;
	left:10px;
	color:#fff;
	font-weight:bold;
}
.gallery a:hover span{
	text-decoration:underline;
}
.image_holder{
	margin:0px 20px 0px 0px;
	float:left;
}
.contact_form{
}
.contact_form label{
	width: 50px;
	display:inline-block;
	vertical-align:top;
}
.contact_form .input_text{
	padding:3px;
	border:1px solid #7B5613;
}
.contact_form .fholder{
	margin-bottom:5px;
}
.contact_form .input_submit{
	background:#7B5613;
	border: 1px solid #fff;
	color:#fff;
	padding:3px;
}
#s3Capcha{
	padding:5px;
	background:#fff;
	overflow:hidden;
	clear:both;
}
#s3Capcha .img{
	float:left;
}
#footer{
	background:url(../images/footer.png) repeat-x 0px 0px;
	text-align:center;
	height:43px;
	font-size:10px;
	color:#fff;
	padding:30px 20px 10px 20px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.error, .info{
	margin:10px 0px;
	line-height:150%;
	padding:5px;
	border:1px dotted #fff;
}
.error{
	color:red;
}
.copyright{
	color:#e3b99c;
}
.ib{
	display:inline-block;
	vertical-align:middle;
}
.ibt{
	display:inline-block;
	vertical-align:top;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clb{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.mr20{
	margin-right:20px;
}
.mb10{
	margin-bottom:10px;
}
.h10{
	height:10px;
}

