@charset "utf-8";
@font-face {
    font-family: calibril;
    src: url('fonts/calibril.ttf');
}
@font-face {
    font-family: calibrib;
    src: url('fonts/calibrib.ttf');
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#logo {
	width: 100%;
	height: 125px;
	position: absolute;
	margin: 0 auto;
	z-index:3000;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}
#booking {
	width: 1000px;
	height: 72px;
	position: absolute;
	left: 15%;
	right: 15%;
	margin: 0 auto;
	margin-top:40%;
	z-index:3000;
}
.footer_text{
	font-family: calibril;
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding-top: 25px;
	padding-bottom: 25px;
}
a.menulink:visited, a.menulink:link, a.menulink:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:hover {
	color: #e88c26;
}
a.readmore:visited, a.readmore:link, a.readmore:active {
	font-family: calibrib;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #666;
	padding: 10px;
	font-weight: normal;
}
a.readmore:hover {
	color: #000;
	border: 1px solid #000;
}
a.booknow:visited, a.booknow:link, a.booknow:active {
	font-family: calibrib;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	font-weight: normal;
	background-color: #3397bf;
}
a.booknow:hover {
	color: #FFF;
	background-color: #e88b26;
}
h1 {
	font-family: calibrib;
	font-size: 34px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}
.callcenter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: calibrib;
	font-size: 24px;
	color: #333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
h3 {
	font-family: calibrib;
	font-size: 28px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
h6 {
	font-family: calibrib;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	letter-spacing: 2px;
}
.bookaroom {
	font-family: calibrib;
	font-size: 30px;
	color: #505050;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
p {
	font-family: calibril;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
.bg_banner {
	background-attachment: scroll;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.text_white {
	color: #FFF;
}

#roomtype{}
#roomtype li {
	font-family: calibril;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
#roomtype ul {
	padding-left:50px;
}
