@charset "utf-8";
/* CSS Document */

*, div {
	margin: 0px;
	padding: 0px;
	border:none;
}
img, div { behavior: url(iepngfix.htc); border: none; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #d2d2d2;	
	background-image: url('assets/bg.gif');
	background-repeat: repeat-x;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.container {
	margin: 80px auto 0px auto;
	width: 790px;
	height: auto;
}
.content_container {
	width: 718px;
	margin: 0px auto;
	height: 505px;
	background-image: url('assets/content_bg.gif');
	background-repeat: no-repeat;
	padding: 16px;
}
.content {
	width: 717px;
	background-color: #1b1b1c;
	height:502px;
}
	.header {
		background-image: url('assets/header.png');
		width: 717px;
		height: 93px;
		background-repeat: no-repeat;	
	}
	.banner {
		width: 717px;
		height: 179px;
	}
	.bottom {
		background-image: url('assets/bottom_bg.png');
		background-repeat: no-repeat;
		width: 651px;
		height: 195px;
		padding: 35px 33px 0px 33px;
	}
		.left_content {
			float: left;
			width: 302px;
			height:auto;
		}
			.title {
				height:21px;
				width: 302px;
				font-size: 14px;
				color: #bbc41a;
			}
				.header_copy {
					line-height: 21px;
					vertical-align:middle;
					float:left;
					margin-left: 5px;
				}	
			.text {
				width: 302px;
				margin-top: 10px;
				text-align:justify;
			}
			.text a {
				color: #bbc41a;
				text-decoration:underline;
			}
		.right_content {
			float: left;
			width: 302px;
			height:auto;
			margin-left: 47px;
		}
		.booknow {
			float: right;
			margin-top: 10px;
		}
.language {
	color: #cdcccc;
	float: right;
	margin-right: 27px;
	margin-top: 44px;
    z-index:9999;
	position:relative;
    text-transform:capitalize;
    font-weight:bolder;
    font-family: arial,verdana,sans-serif;

}
.language a {
	color:#ffffff;
    display:block;
    padding:0 0 0 7px;
    text-transform:capitalize;
    text-decoration:none;
    font-weight:normal;

}	
.language a:hover {
	color:#FFFFFF;
    text-decoration:none;
    font-weight:normal;

}
#lang {
	position:absolute;
	display:none;
	top: 25px;
	z-index: 9999;
}
#lang ul {
	background-color:#3e3e40;
	border: 1px solid #ffffff;
    list-style-type:none;
    margin:0;
    padding:0;
    width:68px;

}
#lang ul li {
    margin:0;
    padding:0 0 1px 0;
    display:inline;

}

