@charset "utf-8";
/* CSS Document */

/* header */

header {
	width:100%;
/*	position:fixed;*/
	background-color:#ffffff;
/*	border-bottom:1px solid #cccccc;*/
}

#header_area {
	width:980px;
	margin:0 auto;
	position:relative;
	height:56px;
}

#logo {
	height:52px;
	margin:2px;
	float:left;
}

#logo img {
	margin-top:3px;
}

#btn_menu {
	width:187px;
	padding-top:39px;
	height:0px;
	float:right;
	margin-top:5px;
	background-image:url(/hotel/img/cms/btn_menu_open.gif);
	overflow:hidden;
}

#btn_menu:hover {
	cursor:pointer;
}

#head_menu {
	width:292px;
	background-color:#0f8a00;
	position:absolute;
	top:49px;
	right:0;
	padding:14px;
	display:none;
}

#head_menu p {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

#head_menu ul li a {
	display:block;
	width:100%;
	height:32px;
	background-color:#eaeaea;
	border:1px solid #9d9d9d;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#454545;
	padding-top:8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:6px;
}

#head_menu ul li a.link_book {
	width:140px;
	float:left;
	margin:0 2px 6px;
	font-size:12px;
}

#head_space {
	height:56px;
}

nav {
	width:100%;
	height:18px;
	background-color:#f4f4f4;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #0f8a00;
}

nav ul#site_menu {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

nav ul#site_menu li {
	height:18px;
	float:left;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #ffffff;
}



nav ul#site_menu li a {
	display:block;
	width:120px;
	height:18px;
	text-align:center;
	color:#333333;
	font-size:84%;
	text-decoration:none;
}

nav ul#site_menu li a:hover {
	text-decoration:underline;
}


#nav {
	width:100%;
	height:18px;
	background-color:#f4f4f4;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #0f8a00;
}

#nav ul#site_menu {
	width:976px;
	margin:0 auto;
	overflow:hidden;
	border-right:1px solid #c9c9c9;
}

#nav ul#site_menu li {
	height:18px;
	float:left;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #ffffff;
}

#nav ul#site_menu li a {
	display:block;
	width:120px;
	height:18px;
	text-align:center;
	color:#333333;
	font-size:84%;
	text-decoration:none;
}

#nav ul#site_menu li a:hover {
	text-decoration:underline;
}

/*----------------------------------------------
Smartphone Styles
----------------------------------------------
@media screen and (max-width: 767px){
	
#header_area {
	width:100%;
}

#logo {
	width:176px;
	height:34px;
}

#header_space {
	height:44px;
}

nav {
	display:none;
}

#btn_menu {
	width:54px;
	padding-top:39px;
	height:0px;
	background-image:url(/hotel/img/cms/btn_menu_open_sma.gif);
}

nav ul li {
	display:none;
}

}


/*added for HTL hotel*/



div#sub_nav_box {
	margin:5px 0 0 0;

	position:absolute;
	top:0;
	right:0;
	padding-left:10px;
}

#under_nav {padding:5px;height:15px;}
#under_nav:after {clear:both;content:" ";height:0;display:block;visibility:hidden;}
div#under_nav ul{width:980px;margin:0 auto;}
div#under_nav ul li {float:left;line-height:100%;border-right:1px solid #999;margin:2px;padding:0 8px;}
div#under_nav ul li:last-child {border-right:none;}

#domin {
	position:absolute;
	top:28px;
	left:831px;
}

.breadcrumbs {margin:5px 0 5px 0;clear:both;}
