/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background:#000000;
	color:#ffffff;
	font-family:sans-serif, Arial, Helvetica;
	font-size:90%;
	line-height: 1.6;
}
/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h4 {font-size: 100%;text-transform: uppercase;}
ul, li{border:0; padding:0; margin:0; list-style:none;}
* Normal link */
a {
	color: #161c58
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#161c58;
	text-decoration: underline;
}

a img {
	border: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#hc-wrapper{
	padding: 60px 0 40px 0;
	/*color:#FF0000;*/
	width: 965px;
	margin: 0 auto;
	background:#000000;
	/*border:1px solid #ccc;*/
}
#hc-bg-home{
	/*background:url(../images/home.jpg) no-repeat #000000;*/
	width:940px;
	height:570px;
	padding:5px 10px;
	/*border:1px solid #ccc;*/
}
#hc-wrap-language{
	height:20px;
	padding:0 10px;
	/*border:1px solid #ccc;*/
	padding-right:35px;
	text-align:right;
	padding-top:0px;
}
#language-flag{
	border-top:1px solid #ccc;
	padding:5px 0;
	padding-top:10px;
	display:block;
	padding-right:5px;
	text-align:right;
}
#language-flag ul li{
	display:inline;
	padding-left:5px;
}
#language-bar a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#language-bar a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	font-weight:bold;
}
#box{
	width:100%;
	height:390px;
}
.mask{
	position:relative;
	width:100%;
	height:390px;
	overflow:hidden;
}
.hc-content-table td{
	padding:15px 0 0 5px;
}
#hc-content{
	padding:10px;
	height:445px;
	width:740px;
}
.hc-current-content{
	background:url(../images/content-bg.png) no-repeat;
	height:445px;
	width:730px;
}
.hc-current-content td{
	text-align:justify;
	padding:2px 10px;
	
}
.hc-current-content  h1{
	padding-top:10px;
	padding-left:10px;
	font-size: 135%;
	font-family:Arial, Helvetica, sans-serif
}
.break-page a{
	font-weight:bold;
	color:#FAC89F;
	text-decoration:underline;
}
.break-page a:hover{
	color:#FAC89F;
	text-decoration:none;
}
.make-reservation{
	text-align:center; 
	padding-top:30px;padding-left:50px; 
	font-size:120%; font-weight:bold
}
.make-reservation  a{
	color:#ffffff;
	text-decoration:none;
}
.make-reservation  a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.reservation-tetail td{
	padding:0px;
	padding-left:2px;
}
.bg-reservation{
	text-align:left; 
	color:#000; 
	background:#fff; 
	margin-bottom:3px;
	padding-left:3px;
	width:180px;
}
.bg-reservation-left{
	text-align:left; 
	color:#000; 
	background:#fff; 
	margin-bottom:3px;
	padding-left:3px;
	width:210px;
}
.bg-reservation-small{
	text-align:left; 
	color:#000;
	width:35px; 
	background:#fff; 
	margin-bottom:3px;
	padding-left:3px;
	padding-right:0;
}
.reservation-form td{
	padding: 3px 2px;
}