@import url(home.text.css);

@import url(global.layout.css);

@import url(comp.menu.css);

@import url(comp.booking-mask.css);

/* START EASY CLEARING */
#feature_outer_panel:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */


body {
	background-color: #0F314A;
}


#main-content {
	min-height: 337px; _height: 337px;
	padding-left:60px;
	padding-right:373px;
}

#main-content h2 {
	top: 552px;
	left:138px;
}

#main-content h2 span {
	display: block;
}


div#main-menu ul li.active ul {
	display: none; visibility: hidden;
}


#weather {
	position: absolute;
	z-index: 100;
	left: 748px;
	top: 540px;
	width:100px;
	padding-top:15px;
}


#jstempcontainer {
	position: absolute;
	z-index: 100;
	left: 858px;
	top: 550px;
	padding:2px;
	width:190px;
}


/*#feature_outer_panel {
	position: relative;
	padding: 0 40px;
	width: 900px;
	margin-bottom: 40px;
}*/
#feature_outer_panel {
	padding:0 40px;
	position:absolute;
	top:611px;
	left:113px;
	width:900px;
	z-index:1;
}

#feature_outer_panel h2 {
	background-color: white;
	margin: 0 -40px 10px;
	padding: 0 40px 10px;
}

.feature_panel {
	background: white url(../images/featurebg.gif) no-repeat scroll center bottom;
	float: left;
	padding: 5px 5px 6px;
	width: 200px;
	margin-right: 20px;
}
.feature_panel#f4 {
	margin-right: 0;
}

.feature_panel h3 {
	margin: 0 0 5px;
}

.feature_img_panel {
	width: 200px;
	height: 95px;
}

#special-offer .more-link{
	z-index:15;
}
