@charset "UTF-8";

/*** DESIGN ***/
* {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

fieldset { border: none; }
.clear { clear: both; }

body {
    color: white;
}

.fp-section h2 {
	display: block;
	height: 40px; 
	font-size: 38px;
	line-height: 39px;
	font-weight: 200;
	letter-spacing: 3px;
	text-transform: lowercase;
}
.fp-section h2 > b,
.fp-section h2 > strong {
	letter-spacing: 0;
}


/*** PAGE ELEMENTS ***/
body {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	height: 100%;
    min-width: 1100px;
	background: #007AE8;
}
.design-home_page { background: #fff; }

/*---Main CONTENT---*/
.design-content {
	padding-bottom: 60px;
	background: #fff;
	position: relative;
}
.design-content .section-flight-search {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 288px;
	height: 529px;
	border: 1px solid #b1c6d9;
	background: url(../images/bg_booking.png) repeat-x top;
	border-bottom: 1px solid #A1C5E5;
	z-index: 1;
}
.design-content .fp-images {
	height: 498px;
	width: 1098px;
	border: 1px solid #77a3d5;
	overflow-x: hidden;
        
	overflow-y: hidden;
}
.design-content .fp-shadow {
	height: 1px;
	width: 1100px;
	background: url(../images/fp_imageshadow.jpg) no-repeat top;
}


/*** BELOW THE FOLD ***/
.design-content .fp-section {
	padding-top: 8px;
	margin-bottom: 20px;
}

	.fp-section .adBanners {
		float: left;
		height: 346px;
		width: 780px;
		margin-top: 40px;
		border-top: 2px solid #a1c5e5;
		overflow: hidden;
	}
		.fp-section .adBanners .section-images-banner-secondary {
			display: block;
			height: 165px;
			border-bottom: 7px solid #6093bf;
			overflow: hidden;
		}
		.fp-section .adBanners .section-images-lower-link1 {
			display: block;
			float: left;
			width: 380px;
			height: 172px;
			border-bottom: 2px solid #6093bf;
			overflow: hidden;
			margin-right: 20px;
		}
		.fp-section .adBanners .section-images-lower-link2 {
			display: block;
			float: left;
			width: 380px;
			height: 172px;
			border-bottom: 2px solid #6093bf;
			overflow: hidden;
		}



/* other useful classes */
.px40 { padding-top: 40px; }
.hidden { display: none; }


.design-header {
    z-index: 0 !important;
}