@charset "UTF-8";
/* CSS Document */
html, body
{
	padding: 0;
	margin: 0;
}
body {
	background-color:#F9F9F9; /*m_body_bg_color*/
	background-image:url(images/index.html); /*m_body_bg*/
	font-family: Arial, Helvetica, Verdana,Thonburi; /*m_body_font_family*/
	font-size: 13px; /*m_body_font_size*/
	color:#333333; /*m_body_font_color*/
	position: relative;
}
body *
{
	/*text-shadow: none;*/
}
h1, h2, h3, h4, h5, h6
{
	color: #330;
	font-weight: bold;
	padding:3px 0 3px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color:#000000; /*m_body_link_color*/
	text-decoration:none;
}
pre{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav{display: none;}

#header #click-menu
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px; 
	height: 40px;
	position: absolute;
	left: 0px;
}
#content,.content {padding: 5px;}
#content{}
/*theme*/
#themes a{}
#themes a:before{}
#themes a:first-child{border-top: none;}
#themes a.dark:before{background: #333;}
#themes a.black:before{background: #000;}
#themes a.light:before{background: #f3f3f3;}
#themes a.white:before{background: #fff;}
#themes a.army:before,html.army .mm-menu {
	background: #332;
}
#themes a.navy:before,html.navy .mm-menu {
	background: #323849;
}
#themes a.navy:before,html.navy .mm-menu {
	background: #323849;
}
#themes a.custom:before,html.custom .mm-menu{
	background-color:#333; /*m_menu_bg_color*/
	color:#FFFFFF; /*m_menu_font_color*/
	background-image:url(images/index.html); /*m_menu_bg*/
}
#header,.header,#footer
{
	text-shadow:1px 1px 2px #000;
	background-color:#333333; /*m_header_bg_color*/
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF; /*m_header_font_color*/
	text-align: center;
	line-height: 40px;/*m_header_height*/
	height: 40px;/*m_header_height*/
	padding: 0 50px;
	background-image:url(images/index.html); /*m_header_bg*/
	background-position:bottom;
	position:relative;
}
a h2 {
	font-size: 13px; /*m_font_size*/
	font-weight:normal;
}
.box-title H1,
.box-title H2,
.box-title a {
	color:#fff; /*m_title_font_color*/	
}
.box-title {
	color:#fff; /*m_title_font_color*/
	padding:5px;
	margin:3px 0 3px 0;
	border-radius:3px; /*m_title_radius*/
	background-color:#333333; /*m_header_bg_color*/
}
.box-body{
	background-color:#F9F9F9; /*m_body_bg_color*/
	padding:3px;
	border-radius:5px;
}
.box-content-body {
	
}
.booking-barx {
	text-align:right;	
}