
body {
	background: url(../images/content.jpg) repeat;
	color: #aeaeb2;
	margin-top: 35px;
	}

a {
   	color: #c8cacc;
   	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

a.active {
	color: #ffffff;
}

#parent {
	width: 960px;
	margin: 0 auto 0 auto;
	background: url(../images/parent_bg.jpg) repeat;
	overflow: auto;
	min-height: 800px;
	height: expression( this.scrollHeight < 801 ? "800px" : "auto" ); 
	}

#header {
	float: left;
	background: url(../images/ajax-loading.gif) no-repeat center center;
	}

#menu {
	float: left;
	background: url(../images/menu.jpg) repeat;
	height: 27px;
	line-height: 27px;
	width: 720px;
	}

#ai_menu {
	float: left;
	background: url(../images/ai_menu.jpg) repeat;
	height: 27px;
	line-height: 27px;
	width: 720px;
	}


#menu span, #ai_menu span, #ai_sub_menu span {
	margin-right: 25px;
}

#ai_sub_menu {
	padding-top: 5px;
	margin-bottom: 35px;
}


#bz_menu {
	float: left;
	background: url(../images/bz_menu.jpg) repeat;
	height: 27px;
	line-height: 27px;
	width: 720px;
	}


#menu span, #bz_menu span, #bz_sub_menu span {
	margin-right: 25px;
}

#bz_sub_menu {
	padding-top: 5px;
	margin-bottom: 35px;
}



#flash {
	float: left;
	}

#content {
	float: left;
	background: url(../images/content_panel.jpg) repeat-x;
	width: 720px;
	padding: 20px 0 0 0;
	font-size: 90%;
	color: #aeaeb2;
	}

#ai_content {
	float: left;
	width: 720px;
	padding: 0px 0 0 0;
	font-size: 90%;
	color: #aeaeb2;
	}

#ai_body {
	width: 720px; 
	min-height:700px; 
	background: url(../images/ai_content_middle.jpg) repeat; 
	position:relative; 
	padding: 0px 0 0 0;
	height: expression( this.scrollHeight < 701 ? "700px" : "auto" );
}

#bz_content {
	float: left;
	width: 720px;
	padding: 0px 0 0 0;
	font-size: 90%;
	color: #aeaeb2;
	z-index: 1;
	}

#bz_body {
	width: 720px; 
	min-height:700px; 
	background: url(../images/bz_content_middle.jpg) repeat; 
	position:relative; 
	padding: 0px 0 0 0;
	height: expression( this.scrollHeight < 701 ? "700px" : "auto" );
	z-index: 10;
}


#menu_content {
	float: left;
	width: 720px;
	padding: 40px 0 0 0;
	}

#hire_content {
	float: left;
	width: 720px;
	padding: 0px 0 0 0;
	}


#left_content {
	float: left;
	width: 335px;
	padding: 0 0px 0 5px;
	z-index:1000;
	}

#right_content {
        margin-left: 365px;
	width: 335px;
	padding: 0 5px 0 0px;
	z-index:1000;
	}


#left_menu_content {
	float: left;
	width: 315px;
	padding: 0 5px 0 5px;
	z-index:1000;
	}

#right_menu_content {
        margin-left: 365px;
	width: 340px;
	padding: 0 0px 0 0px;
	z-index:1000;
	}

#menu_gallery {
	width: 335px;
	height: 265px;
	border: 1px solid #666666;
}

#menu_gallery img {
	width: 335px;
	height: 265px;
}




#left_ai_content {
	position: absolute;
	top: 55px; 
	left: 15px;
	width: 315px;
	padding: 0 5px 0 5px;
	z-index:1000;
	}

#right_ai_content {
	position: absolute;
        left: 360px;
	top: 55px;
	width: 340px;
	padding: 0 0px 0 0px;
	z-index:1000;
	}

#ai_gallery {
	width: 335px;
	height: 265px;
	border: 1px solid #666666;
}

#ai_gallery img {
	width: 335px;
	height: 265px;
}

#left_bz_content {
	float: left;
	width: 295px;
	padding: 0 0 0 20px;
	z-index:10000;
	}

#bz_left {
	position:relative;
	z-index: 1000;
	padding: 0px 5px 0 20px;
	width: 300px;

}
#bz_left_wide {
	position:relative;
	z-index: 1000;
	padding: 0px 5px 0 20px;
	width: 600px;

}

#right_bz_content {
	margin-left: 360px;
	margin-top: 15px;
	width: 340px;
	padding: 0 0px 0 0px;
	z-index:1000;
	}

#bz_gallery {
	width: 335px;
	height: 265px;
}

#bz_gallery img {
	width: 335px;
	height: 265px;
	border: 1px solid #666666;
}




#bar {
	float: right;
	width: 225px;	
	}

#bar_content {
	position: relative;
	top: 60px;
	padding: 0 10px 0 0;
	font-size: 80%;
	color: #9c9ca1;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

.select_long{ 
position: relative;
width: 207px; 
height: 18px;
border: 0px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
background: url('../images/select_long.jpg') no-repeat;
margin-bottom: 5px;
}

.hide_select_long {
position: absolute; 
left: 0px; 
top: 0px; 
filter: alpha(opacity=0); 
-khtml-opacity: 0.0; 
-moz-opacity: 0.0; 
opacity: 0.0; 
height: 16px; 
line-height: 18px; 
font-size: 10px; 
width: 207px; 
border: 0px; 
background: transparent; 
z-index: 20;
border: 1px solid #999999;
cursor: hand;
cursor: pointer;
}

.show_text_long {
position: absolute; 
left: 2px; 
top: 2px; 
filter: alpha(opacity=100); 
-khtml-opacity: 1.0; 
-moz-opacity: 1.0; 
opacity: 1.0; 
height: 14px; 
line-height: 14px; 
font-size: 10px; 
width: 207px;
background: transparent; 
padding: 0px; 
margin:0px; 
border: 0px; 
z-index: 10; 
color:#000000;
}

.select_short{ 
position: relative;
width: 97px; 
height: 18px;
border: 0px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
background: url('../images/select_short.jpg') no-repeat;
margin-bottom: 5px;
}

.book_short{ 
position: relative;
width: 97px; 
height: 18px;
border: 0px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
/* background: url('../images/book_btn.jpg') no-repeat; */
margin-bottom: 5px;
}

.show_book_short {
	position:relative;
	top: -1px;
	left: -3px;
}


.hide_select_short {
position: absolute; 
left: 0px; 
top: 0px; 
filter: alpha(opacity=0); 
-khtml-opacity: 0.0; 
-moz-opacity: 0.0; 
opacity: 0.0; 
height: 16px; 
line-height: 18px; 
font-size: 10px; 
width: 97px; 
border: 0px; 
background: transparent; 
z-index: 20;
border: 1px solid #999999;
cursor: hand;
cursor: pointer;
}

.show_text_short {
position: absolute; 
left: 2px; 
top: 2px; 
filter: alpha(opacity=100); 
-khtml-opacity: 1.0; 
-moz-opacity: 1.0; 
opacity: 1.0; 
height: 14px; 
line-height: 14px; 
font-size: 10px; 
width: 97px;
background: transparent; 
padding: 0px; 
margin:0px; 
border: 0px; 
z-index: 10; 
color:#000000;
}

option {
	background: #d2d4d6;
}

.rule {
	margin: 1em 0 0.5em 0;
}

.offers {
	margin-bottom: 1em;
}

.offer_div {
	position: relative;
}

.offer_pic {
	position:absolute;
	right: 5px;
}

.offer_div p {
	margin-right: 80px;
}

.offer_headline {
	font-family: "Trebuchet MS, Georgia, serif";
	color: #7eaad6;
	margin-bottom: 0.15em;
	font-weight: normal;
	font-size: 1.6em;
	margin-right: 80px;
	}
	
	.offer_headline a:link {
	font-family: "Trebuchet MS, Georgia, serif";
	color: #7eaad6;
	margin-bottom: 0.15em;
	margin-right: 80px;
	}

.white {
	color:#ffffff;
}

.invisible {
filter: alpha(opacity=0); 
-khtml-opacity: 0.0; 
-moz-opacity: 0.0; 
opacity: 0.0; 
}

.right {
	float: right;
}

.mrglft20 {
	margin-left: 20px;
}

.eightypc {
	font-size: 80%;
}

.hidden {
	display: none;
}

.question {
	font-weight: bold;
	vertical-align: top;
}

td {
	color: #fff;
}

.bold {
	font-weight: bold;
}

div {
border: 0px solid white;
}

td {
	padding-bottom: 15px;
}

.booking_date {
position:relative;
top: -2px;
height: 14px; 
line-height: 14px; 
font-size: 10px; 
width: 92px;
background: transparent !important; 
padding: 0px; 
margin:0px; 
border: 0px; 
z-index: 10; 
color:#000000;
}