@charset "UTF-8";
body  {
	background: black;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font: 100%/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.booker #container { 
	width: 1000px; 
	background: black url(../images/bgHome.jpg) no-repeat;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	height: 721px;
}
.booker #menu {
	float: right;
	width: 320px;
	background: transparent;
	padding: 15px 10px;
	margin-top: 30px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
ul#topmenu{
	margin-top: 5px;
}
ul#bottommenu{
	margin-top: 150px;
}

.booker #mainContent { 
	margin: 50px 360px 0 20px;
	padding: 0 20px;
	background: url(../images/bgContent.png) repeat;
	color: white;
	border: 1px solid #666;
	width: 600px;
	position: absolute;
	max-height: 630px;
	overflow: auto;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	font-size: 70%;
	color: white;
	line-height: 1.2em;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ajaxContent {
	padding:10px;
}

a {
	color: #69c6ff;
	font-weight: normal;
	font-style: normal;
}
a:hover{
	color: #ff6900;
}
h1{
	
}
h2{
	font-size: 150%;
	font-weight: bold;
}
h3{
	font-size: 120%;
	font-weight: bold;
	color: #f98113;
	margin-bottom: 8px;
	margin-top: 12px;
}
h4{
	
}
ul{
	
}
ul li{
	margin-top: 8px;
	margin-bottom: 8px;
}

img {
	border-style: none;
}

/* The Project button */

.theproject{
	width: 320px;
	height: 58px;
}
.theproject a{
	width: 320px;
	height: 58px;
	background: url(../images/btnTheProject.png) no-repeat left top;
	display: block;
}
.theproject a:hover{
	background-position: right top;
}

/* Chakaia Button */

.chakaia{
	width: 320px;
	height: 98px;
}
.chakaia a{
	width: 320px;
	height: 98px;
	background: url(../images/btnChakaiaBooker.png) no-repeat left top;
	display: block;
}
.chakaia a:hover{
	background-position: right top;
}
/* map Button */

.map{
	width: 320px;
	height: 59px;
}
.map a{
	width: 320px;
	height: 59px;
	background: url(../images/btnMap.png) no-repeat left top;
	display: block;
}
.map a:hover{
	background-position: right top;
}
/* Photos Button */

.photos{
	width: 320px;
	height: 48px;
}
.photos a{
	width: 320px;
	height: 48px;
	background: url(../images/btnPhotos.png) no-repeat left top;
	display: block;
}
.photos a:hover{
	background-position: right top;
}
/* Resources Button */

.resources{
	width: 320px;
	height: 48px;
}
.resources a{
	width: 320px;
	height: 48px;
	background: url(../images/btnResources.png) no-repeat left top;
	display: block;
}
.resources a:hover{
	background-position: right top;
}
/* Video Button */

.videos{
	width: 320px;
	height: 52px;
}
.videos a{
	width: 320px;
	height: 52px;
	background: url(../images/btnVideos.png) no-repeat left top;
	display: block;
}
.videos a:hover{
	background-position: right top;
}
/* Home Button */

.home{
	width: 320px;
	height: 52px;
}
.home a{
	width: 320px;
	height: 52px;
	background: url(../images/btnHome.png) no-repeat left top;
	display: block;
}
.home a:hover{
	background-position: right top;
}
#footer a{
	color: white;
}
.video{
	background-color: #111111;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 10px;
	color: #191919;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.video1{
	background-color: #111111;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 10px;
	color: #191919;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.video h3, .video1 h3{
	color: #69c6ff;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
}
.logo{
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	vertical-align: middle;
}
.subscribe{
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 6px;
	background: url(../images/bgContent.png) repeat;
	margin-bottom: 12px;
	border: 1px solid #69c6ff;
}