@charset "utf-8";
/* CSS Document */
body {
	background-color: #200000;
	}
a {
	color:#90682a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}
#wrapper {
	margin:3px auto 0 auto;
	width:800px;
	height:943px;
	/*background-image:url(../images/main_bg_01.png);*/
	background-repeat:no-repeat;
	}

/*NAVIGATION*/
#nav_wrapper {
	}
#nav {
	float:left;
	}

/*CONTENT*/
#content_wrapper {
	width:800px;
	margin-top:37px;
	height:427px;
	background-image:url(../images/content_bg.png);
	/*//background:no-repeat;*/
	overflow:auto;
	}
#content_wrapper_room {
	width:800px;
	margin-top:37px;
	/*height:607px;*/
	background-image:url(../images/content_room_bg.png);
	/*//background:no-repeat;*/
	overflow:auto;
	}
#content_r_wrapper {
	width:400px;
	float:right;
	margin:20px 86px 0 0;
	}
#pic {
	float:left;
	width:166px;
	}
#pic2 {
	float:left;
	width:217px;
	}
#text2 {
	float:right;
	margin-top:4px;
	width:183px;
	/*width:234px;*/
	}
#text {
	float:right;
	width:232px;
	/*width:234px;*/
	}
#normal_content {
	width:645px;
	padding-top:10px;
	margin:0px auto 0 auto;
	/*border:solid thin black;*/
}
.pic_title {
	padding:5px 0 5px 0;
}

/*FORM*/
#form {
	width:231px;
	background-image:url(../images/form_bg.png);
	background-repeat:no-repeat;
	margin:20px 0 0 67px;
	float:left;
	}
#form_title {
	padding:23px 0 0 15px;
	}
#fname {
	padding:12px 0 0 14px;
	}
#fname2 {
	padding:32px 0 0 13px;
	}
#finput {
	background-image:url(../images/input_gb.png);
	border:none;
	width:203px;
	height:18px;
	color:#FFFFFF;
	}
#textArea {
	background-image:url(../images/fcomment_bg.png);
	width:203px;
	height:46px;
	border: none;
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	}
#textArea2 {
	background:url(../images/fmsg_bg.png);
	width:203px;
	height:90px;
	border: none;
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	}
#select_wrapper {
	width:203px;
	margin:8px 0 0 13px;
	}
form select {
	border: none;
	background: url(../images/select_bg.png);
	color:#90682a;
}

#select_date1 {
	float:left;
	padding-left:1px;
	}
#select_date {
	float:left;
	padding-left:5px;
	}
#select {
	background-image:url(../images/select_bg.png);
	width:64px;
	height:20px;
	}
#button {
	margin:13px 0 0 29px;
	padding-bottom:41px;
	}

/*ROOM C0NTENT*/
#gallery {
	width:199px;
	float:left;
	margin:10px 0 0 58px;
	}
#room_content {
	width:400px;
	float:right;
	margin:19px 90px 0 0;
	}
#slide_wrapper {
	background-image:url(../images/room_slide_bg.png);
	/*background:no-repeat;*/
	width:650px;
	height:159px;
	float:left;
	margin:0px 0 30px 65px;
	}
.slide {
	margin-top:8px;
	/*float:left;*/
	}
.text_wrapper {
	width:430px;
}
.text_left {
	width:200px;
	float:left;
	padding:5px 0 0 8px;
}
.text_right {
	width:200px;
	float:right;
	padding-top:5px;
}
.table {
	margin:60px 0 0 10px;
	width:400px;
	}
.room_line {
	line-height:12px;
	}
	
/*RESTAURANT*/
 
 /*slide Image*/
.g_pic01 {
	margin:8px auto 5px 17px;
	width:199px;
	height:150px;
}
.g_pic02 {
	margin:8px auto 5px 17px;
	padding-bottom:8px;
}

.imageSlideshowHolder,.imageSlideshowHolder_left {
	margin:7px auto 5px 15px;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */		
	width:199px;	/* Image width */
	height:150px;	/* Image height */
		
	position:relative;	/* Don't remove this line */
}

.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

	
	
/*FOOTER*/
#footer_wrapper {
	margin:10px auto 20px auto;
	}

/*CLASS*/
.clear_button {
	background-image:url(../images/clear_button.png);
	width:80px;
	height:24px;
	color:#90682a;
	border: none;
	}
.submit_button {
	background-image:url(../images/send_button.png);
	width:80px;
	height:24px;
	color:#90682a;
	border: none;
	}
.maint_text {
	font-family:tahoma;
	color:#90682a;
	font-size:11px;
	line-height:14px;
	}
.list {
	line-height:12px;
	font-family:tahoma;
	color:#90682a;
	font-size:11px;
	}
.maint_text2 {
	font-family:tahoma;
	color:#90682a;
	font-size:11px;
	line-height:16px;
	}
.link_text {
	font-family:tahoma;
	color:#90682a;
	font-size:13px;
	}
.title {
	font-family:tahoma;
	color:#90682a;
	font-size:14px;
	}
.footer {
	color:#FFFFFF;
	font-size:10px;
	font-family:tahoma;
	}
.contact_person {
	margin:16px 0 0 10px;
	font-family:tahoma;
	color:#90682a;
	font-size:11px;
	line-height:14px;
	}