* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #d8d8d8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
p {
	padding-bottom:18px;
}
h1 {
	font-size: 14px;
	color: #ececec;
	
	text-transform: capitalize;
	font-family: "Trajan Pro", Cambria, Arial;
	margin-bottom: 20px;
	font-weight: 300;
}
h2 {
	font-size: 13px;
	color: #CCCCCC;
	text-transform: capitalize;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	color: #999999;
	text-transform: capitalize;
	margin-bottom: 5px;
	line-height: 12px;
}
h4 {
	font-size: 12px;
	color: #fffaf1;
}
h5 {
	font-size: 10px;
	color: #563818;
	font-weight: bold;
	padding-bottom: 5px;
}
.wrap {
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.header {
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 319px;
	padding-top: 6px;
	padding-left: 10px;
}
.logo {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	height: 59px;
	float: left;
	width: 868px;
	font-family: Cambria, Arial;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
#lava {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative;
	text-align:center;
	height:20px;
	margin-top: 20px;
}
#lava ul {
	padding:0;
	list-style:none;
	display:inline;
	/* position absolute so that z-index can be defined */
		position:absolute;
	top:0;
	/* should be higher than #box */
		z-index:100;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 12px;
}
#lava ul li {
	/* give some spaces between the list items */
		margin:0 20px;
	/* display the list item in single row */
		float:left;
	color: #CCCCCC;
	text-transform: uppercase;
}
#lava a {
	text-decoration: none;
	color: #CCCCCC;
}
#lava #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute;
	left:0;
	top:0;
	/* should be lower than the list menu */
		z-index:50;
	/* image of the right rounded corner */
		background:url(../images/tail.gif) no-repeat right center;
	height:23px;
	/* add padding 8px so that the tail would appear */
		padding-right:8px;
	/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
}
#lava #box .head {
	height:23px;
	/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:15px;
	background-color: #2D2D2D;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#slider {
	position:relative;
	height:349px;
	background-color:#291F1D;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.contentarea {
	background-image: url(../images/content_top_bg.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	float: left;
	background-position: top;
	width: 828px;
	background-color: #18130f;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contentarea a {
	color: #FFFFFF;
}
.leftcontent ul {
	margin-left: 20px;
}

.leftcontent li {
}

.contentmain {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.leftcontent {
	float: left;
	width: 600px;
	margin-right: 15px;
}
.imgalign {
	margin-right: 10px;
	border: 2px solid #333333;
	float: left;
}

.rightcontent {
	float: left;
	margin-top: 36px;
}
.bookingbox {
	background-image: url(../images/booking_bg.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 209px;
	margin-bottom: 25px;
}
.offer {
	float: left;
	background-image: url(../images/offer.jpg);
	background-repeat: no-repeat;
	width: 189px;
	height: 126px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Cambria, Arial;
}


.more {
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 92px;
	display: block;
	float: left;
}
.more span {
	display: none;
}
.more:hover {
	background-position: 0px -19px;
	cursor:pointer;
}
.footer {
	background-image: url(../images/footer_bg.png);
	width: 828px;
	font-size: 11px;
	color: #474747;
	background-repeat: no-repeat;
	float: left;
	height: 81px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}

.copyright {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 40px;
}
.clr {
	clear: both;
}
.homebox {
	float: left;
	width: 350px;
	margin-right: 5px;
	padding: 11px;
	background-color: #141414;
	margin-left: 4px;
	border: 1px solid #191919;
}
.homebox ul {
	margin-left: 30px;
}
.homebiobox {
	float: left;
	width: 350px;
	margin-right: 5px;
	padding: 11px;
	background-color: #121212;
	margin-left: 4px;
	border: 1px solid #191919;
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;
}
.homebiobox img {
	border: 1px solid #333333;
	float: left;
	margin-right: 6px;
}
