/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: #fff url(../images/body-tail.gif) repeat-x 0% 0%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #555;
	text-align: left;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #555;
}

	a:hover {
	text-decoration: none;
	font-weight: bold;
	}
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main {
	width: 990px;
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	background: url(../images/header-line.gif) no-repeat 50% 100%;
	position: relative;
	height: 220px;
	text-align: left;
}

section#content {
	width: 100%;
	text-align: left;
}

footer {
	background: url(../images/footer-line.gif) no-repeat 50% 0%;
	height: 92px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 25px 5px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 28px 0 0;
	}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

nav {
	width: 998px;
	overflow: hidden;
	position: absolute;
	top: 186px;
	left: 5px;
}

	nav ul {
		width: 100%;
		margin: 0 0 0 -1px;
	}

		nav li {
			background: url(../images/menu-divider.gif) no-repeat 0% 8px;
			float: left;
			padding: 0 3px 0 4px;
		}
		
		nav li.last {
			padding: 0 0 0 4px;
		}
		
			nav li a {
				background: url(../images/menu.gif) no-repeat 0% -49px;
				display: block;
				width: 136px;
				height: 49px;
				overflow: hidden;
				float: left;
				line-height: 48px;
				font-weight: 900;
				text-transform: uppercase;
				text-decoration: none;
				text-align: center;
				color: #949494;
			}
		
			nav li.act a {
				background-position: 0% 0%;
				color: #0469a3;
			}
			
			nav li a:hover {
				background-position: 0% 0%;
				color: #0469a3;
			}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 15px 0 21px 0;
}

#content #indent-1 {
	padding: 16px 0 26px 1px;
}

	#content p {
	padding: 0 0 16px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #333;
	text-align: justify;
	font-weight: bold;
	}
	
		#content p.extra {
			padding: 0 0 1px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 14px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 3px 0;
		}
		
			#content p small {
				display: block;
				line-height: 1.286em;
				font-size: 1.167em;
				color: #ababab;
			}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-1 .inner {
		padding: 0 0 13px 0;
	}
	
	.row-1 .inner-1 {
		padding: 0 0 28px 0;
	}
	
	.row-1 .inner-2 {
		padding: 0 0 35px 0;
	}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-2 .inner {
		padding: 0 0 21px 0;
	}

#column-left {
	float: left;
	width: 737px;
	padding: 0 13px 0 0;
}

	#column-left .indent {
		padding: 15px 0 0 0;
	}

#column-right {
	float: left;
	width: 237px;
}

/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 4px 4px 14px 4px;
	}
	
	.box img {
		margin: 0 0 11px 0;
	}
	
	.box strong {
		display: block;
		padding: 0 0 2px 11px;
		line-height: 1.143em;
		font-size: 1.167em;
		color: #0469a3;
	}
	
		.box strong a {
			text-decoration: none;
			color: #0469a3;
		}
		
			.box strong a:hover {
				text-decoration: underline;
			}
	
		.box strong b {
			padding: 0 0 0 7px;
			color: #72a700;
		}
		
	.box p {
		background: url(../images/arrow.gif) no-repeat 100% 4px !important;
		float: left !important;
		padding: 0 9px 0 12px !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #868686 !important;
	}
	
		.box p em {
			font-style: normal;
			font-weight: bold;
		}

.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .border-top {
		background: #0469a3 url(../images/border-top1.gif) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(../images/border-bot1.gif) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(../images/border-left1.gif) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(../images/border-right1.gif) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(../images/corner-top-left1.gif) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(../images/corner-top-right1.gif) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(../images/corner-bot-left1.gif) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(../images/corner-bot-right1.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-1 .inner {
		padding: 14px 4px 22px 4px;
	}
	
	.box-1 strong {
		display: block;
		padding: 0 20px 0 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-1 b {
		display: block;
		padding: 0 20px 12px 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-1 p {
		padding: 0 20px 8px 21px !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}

.box-2 {
	width: 100%;
	overflow: hidden;
}

	.box-2 .border-top {
		background: #1e94a8 url(../images/border-top2.gif) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(../images/border-bot2.gif) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(../images/border-left2.gif) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(../images/border-right2.gif) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(../images/corner-top-left2.gif) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(../images/corner-top-right2.gif) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(../images/corner-bot-left2.gif) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(../images/corner-bot-right2.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 14px 4px 22px 4px;
	}
	
	.box-2 strong {
		display: block;
		padding: 0 20px 0 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-2 b {
		display: block;
		padding: 0 20px 12px 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-2 p {
		padding: 0 20px 8px 21px !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}
	
	.box-2 p.extra {
		padding: 0 20px 16px 21px !important;
	}
	
	.box-2 .list-3 {
		padding: 0 0 7px 21px;
	}

.box-3 {
	width: 100%;
	overflow: hidden;
}

	.box-3 .border-top {
		background: #7db20b url(../images/border-top3.gif) repeat-x 0% 0%;
	}
	
	.box-3 .border-bot {
		background: url(../images/border-bot3.gif) repeat-x 0% 100%;
	}
	
	.box-3 .border-left {
		background: url(../images/border-left3.gif) repeat-y 0% 0%;
	}
	
	.box-3 .border-right {
		background: url(../images/border-right3.gif) repeat-y 100% 0%;
	}
	
	.box-3 .corner-top-left {
		background: url(../images/corner-top-left3.gif) no-repeat 0% 0%;
	}
	
	.box-3 .corner-top-right {
		background: url(../images/corner-top-right3.gif) no-repeat 100% 0%;
	}
	
	.box-3 .corner-bot-left {
		background: url(../images/corner-bot-left3.gif) no-repeat 0% 100%;
	}
	
	.box-3 .corner-bot-right {
		background: url(../images/corner-bot-right3.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-3 .inner {
		padding: 14px 4px 22px 4px;
	}
	
	.box-3 strong {
		display: block;
		padding: 0 20px 0 21px;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-3 p {
		padding: 0 20px 8px 21px !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}
	
	.box-3 p.extra {
		padding: 0 20px 16px 21px !important;
	}
	
	.box-3 p.extra1 {
		padding: 0 20px 4px 21px !important;
	}
	
	.box-3 p.no-indent {
		padding: 0 20px 0 21px !important;
	}

.box-4 {
	width: 100%;
	margin: 0 0 23px 0;
	overflow: hidden;
}

	.box-4 .border-top {
		background: #e9e9e9 url(../images/border-top4.gif) repeat-x 0% 0%;
	}
	
	.box-4 .border-bot {
		background: url(../images/border-bot4.gif) repeat-x 0% 100%;
	}
	
	.box-4 .border-left {
		background: url(../images/border-left4.gif) repeat-y 0% 0%;
	}
	
	.box-4 .border-right {
		background: url(../images/border-right4.gif) repeat-y 100% 0%;
	}
	
	.box-4 .corner-top-left {
		background: url(../images/corner-top-left4.gif) no-repeat 0% 0%;
	}
	
	.box-4 .corner-top-right {
		background: url(../images/corner-top-right4.gif) no-repeat 100% 0%;
	}
	
	.box-4 .corner-bot-left {
		background: url(../images/corner-bot-left4.gif) no-repeat 0% 100%;
	}
	
	.box-4 .corner-bot-right {
		background: url(../images/corner-bot-right4.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-4 .inner {
		padding: 18px 24px 23px 25px;
	}

.box-5 {
	width: 100%;
	margin: 0 0 13px 0;
	overflow: hidden;
}

	.box-5 .border-top {
		background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box-5 .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box-5 .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box-5 .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box-5 .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box-5 .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box-5 .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box-5 .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-5 .inner {
		padding: 14px 4px 14px 4px;
	}
		
	.box-5 h2 {
	padding: 0 0 10px 17px !important;
	text-align: center;
	}
	
		.box-5 h2 em {
			font-weight: 400 !important;
		}
	
	.box-5 i {
		display: block;
		padding: 0 20px 22px 21px;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		font-style: normal;
		color: #555;
	}
	
	.box-5 em {
		display: block;
		padding: 7px 0 0 0;
		font-weight: bold;
		font-style: normal;
	}

.box-6 {
	width: 100%;
	margin: 0 0 13px 0;
	overflow: hidden;
}

	.box-6 .border-top {
		background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box-6 .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box-6 .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box-6 .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box-6 .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box-6 .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box-6 .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box-6 .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-6 .inner {
		padding: 14px 24px 14px 20px;
	}

.box-7 {
	width: 100%;
	overflow: hidden;
}

	.box-7 .border-top {
		background: #e9e9e9 url(../images/border-top5.gif) repeat-x 0% 0%;
	}
	
	.box-7 .border-bot {
		background: url(../images/border-bot5.gif) repeat-x 0% 100%;
	}
	
	.box-7 .border-left {
		background: url(../images/border-left5.gif) repeat-y 0% 0%;
	}
	
	.box-7 .border-right {
		background: url(../images/border-right5.gif) repeat-y 100% 0%;
	}
	
	.box-7 .corner-top-left {
		background: url(../images/corner-top-left5.gif) no-repeat 0% 0%;
	}
	
	.box-7 .corner-top-right {
		background: url(../images/corner-top-right5.gif) no-repeat 100% 0%;
	}
	
	.box-7 .corner-bot-left {
		background: url(../images/corner-bot-left5.gif) no-repeat 0% 100%;
	}
	
	.box-7 .corner-bot-right {
		background: url(../images/corner-bot-right5.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-7 .inner {
		padding: 14px 24px 25px 20px;
	}

.box-indent {
	margin: 13px 0 0 0;
}

/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

h1 {
	position: absolute;
	top: 94px;
	left: 14px;
}

	h1 a {
		background: url(../images/logo.gif) no-repeat 0% 0%;
		display: block;
		width: 964px;
		height: 98px;
		overflow: hidden;
		text-decoration: none;
	}
	
		h1 a span {
			display: none;
		}

h2 {
	padding: 0 0 9px 0;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #555;
}

	h2 em {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}

h3 {
	padding: 0 0 10px 17px;
	line-height: 1.25em;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: 400;
	color: #fff;
}

	h3 em {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}
	
	h3 i {
		display: block;
		margin: 0 0 -6px 0;
		font-style: normal;
	}

h5 {
	padding: 0 0 14px 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #555555;
}

	h5 span {
		font-weight: normal;
	}
	
	h5 small {
		font-size: 1em;
		color: #acacac;
	}
	
	h5 strong {
		display: block;
		padding: 0 0 3px 0;
	}

h6 {
	padding: 0 0 8px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #868686;
}

.title {
	padding: 0 0 22px 0;
}

.title-1 {
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #0469a3;
}

	.title-1 span {
		display: block;
		margin: 0 0 -38px 0;
		text-transform: none;
		color: #555;
	}
	
	.title-1 strong {
		display: block;
		margin: 0 0 -8px 0;
		font-weight: 500;
	}

.link {
	background: url(../images/arrow-1.gif) no-repeat 100% 7px;
	float: right;
	padding: 0 8px 0 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #0469a3;
}

.link-1 {
	background: url(../images/arrow-2.gif) no-repeat 100% 7px;
	float: right;
	margin: 0 19px 0 0;
	padding: 0 8px 0 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
}

.link-2 {
	background: url(../images/arrow-3.gif) no-repeat 100% 7px;
	float: right;
	margin: 0 19px 0 0;
	padding: 0 8px 0 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #555;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 187px;
	padding: 3px 0 0 5px;
	overflow: hidden;
}

	#contact-form label {
		background: url(../images/contact-input.gif) no-repeat 0% 22px;
		display: block;
		width: 100%;
		height: 54px;
		overflow: hidden;
	}
	
	#contact-form strong {
		display: block;
		padding: 0 0 6px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #868686;
	}
	
	#contact-form input {
		background: none;
		width: 179px;
		height: 15px;
		padding: 4px 4px 4px 4px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #868686;
	}
	
	#contact-form b {
		background: url(../images/contact-textarea.gif) no-repeat 0% 22px;
		display: block;
		height: 278px;
		font-weight: normal;
	}
	
	#contact-form textarea {
	background: none;
	width: 179px;
	height: 200px;
	padding: 4px 4px 4px 4px;
	border: none;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #868686;
	}
	
	#contact-form a#send {
		background: url(../images/contact-send.gif) no-repeat 0% 0%;
		display: block;
		width: 56px;
		height: 23px;
		overflow: hidden;
		float: right;
		margin: 0 0 0 15px;
		line-height: 24px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}
	
	#contact-form a#clear {
		background: url(../images/contact-clear.gif) no-repeat 0% 0%;
		display: block;
		width: 61px;
		height: 23px;
		overflow: hidden;
		float: right;
		line-height: 24px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}
	
	#contact-form a:hover {
		color: #000 !important;
	}

#subscribe-form {
	width: 217px;
	padding: 0 0 0 1px;
}

	#subscribe-form label {
		background: url(../images/subscribe-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 33px;
		overflow: hidden;
	}

	#subscribe-form input {
		background: none;
		width: 193px;
		height: 16px;
		padding: 5px 12px 5px 12px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #868686;
	}
	
	#subscribe-form a {
		background: url(../images/subscribe-submit.gif) no-repeat 0% 0%;
		float: right;
		width: 88px;
		height: 26px;
		overflow: hidden;
		line-height: 28px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		#subscribe-form a:hover {
			color: #000;
		}

#flight-form {
	width: 187px;
}

	#flight-form strong {
		display: block;
		height: 25px;
		overflow: hidden;
		font-weight: normal;
	}
	
		#flight-form strong.extra {
			height: 31px;
		}
		
		#flight-form strong.extra-1 {
			height: 33px;
			padding: 11px 0 0 0;
		}
		
		#flight-form strong.date {
			background: url(../images/flight-input1.gif) no-repeat 0% 22px;
			height: 54px;
		}
		
			#flight-form strong.date input {
				background: none;
				width: 173px;
				height: 15px;
				padding: 4px 7px 4px 7px;
				border: none;
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				font-weight: bold;
				color: #868686;
			}
	
		#flight-form strong.input {
			background: url(../images/flight-input.gif) no-repeat 100% 0%;
			height: 29px;
		}
		
			#flight-form strong.input input {
				background: none;
				width: 140px;
				height: 15px;
				padding: 4px 4px 4px 4px;
				border: none;
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				color: #868686;
			}
	
	#flight-form label {
		display: block;
		height: 17px;
		padding: 3px 0 0 0;
		overflow: hidden;
	}
	
		#flight-form label.extra {
			height: 28px;
		}
	
	#flight-form input.radio {
		float: left;
		width: 13px;
		height: 13px;
		margin: 3px 4px 0 0;
	}
	
	#flight-form input.checkbox {
		width: 13px;
		height: 13px;
		float: left;
		margin: 3px 9px 0 0;
	}
	
	#flight-form b {
		float: left;
		padding: 0 15px 0 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #868686;
	}
	
	#flight-form a {
		display: inline-block;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		color: #0469a3;
	}
	
	#flight-form em {
		display: block;
		width: 28px;
		height: 23px;
		padding: 0 11px 0 0;
		line-height: 22px;
		float: left;
		text-align: right;
		font-style: normal;
		font-weight: bold;
		color: #868686;
	}
	
	#flight-form i {
		display: block;
		height: 23px;
		padding: 0 4px 0 0;
		line-height: 22px;
		float: left;
		font-style: normal;
		font-weight: bold;
		color: #868686;
	}
	
	#flight-form small {
		display: block;
		padding: 0 0 6px 0;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		color: #868686;
	}
	
		#flight-form small small {
			padding: 0 !important;
			display: inline-block !important;
			font-weight: normal !important;
		}

	#flight-form select {
		float: left;
		width: 69px;
		height: 21px;
		margin: 0 8px 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #868686;
	}
	
	#flight-form span a {
		background: url(../images/flight-submit.gif) no-repeat 0% 0%;
		display: block;
		width: 69px;
		height: 23px;
		overflow: hidden;
		float: left;
		line-height: 24px;
		font-size: 1em;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		#flight-form span a:hover {
			color: #000;
		}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 21px 0;
}

.indent-left {
	padding: 0 0 0 20px;
}

.list {
	overflow: hidden;
	color: #0469a3;
}

	.list li {
		background: url(../images/arrow-1.gif) no-repeat 0% 8px;
		padding: 0 0 0 10px;
		line-height: 1.667em;
		font-size: 1em;
		color: #0469a3;
	}
	
		.list li a {
			color: #0469a3;
		}

.list-1 {
	padding: 0 0 14px 0;
	overflow: hidden;
}

	.list-1 li {
		background: url(../images/arrow-1.gif) no-repeat 0% 8px;
		padding: 0 0 0 13px;
		line-height: 1.667em;
		font-size: 1em;
		color: #ababab;
	}
	
		.list-1 li a {
			text-decoration: none;
			color: #ababab;
		}
		
		.list-1 li a:hover {
			text-decoration: underline;
		}

.list-2 {
	width: 100%;
	padding: 0 0 8px 0;
	overflow: hidden;
}

	.list-2 li {
		float: left;
		width: 229px;
		padding: 0 21px 0 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #555;
	}
	
	.list-2 li.last {
		padding: 0;
	}
	
		.list-2 li img {
			margin: 0 0 21px 0;
		}
	
		.list-2 li strong {
			display: block;
			padding: 0 20px 0 21px;
		}
		
		.list-2 li p {
			padding: 0 20px 8px 21px !important;
			line-height: 1.333em !important;
			font-size: 1em !important;
			color: #555 !important;
		}
		
		.list-2 li b {
			display: block;
			width: 100%;
			overflow: hidden;
		}
		
			.list-2 li b a {
				background: url(../images/arrow-3.gif) no-repeat 100% 7px;
				float: right;
				margin: 0 19px 0 0;
				padding: 0 8px 0 0;
				line-height: 1.5em;
				font-weight: bold;
				color: #555;
			}

.list-3 {
	overflow: hidden;
}

	.list-3 li {
		background: url(../images/marker.gif) no-repeat 0% 8px;
		padding: 0 0 0 13px;
		line-height: 1.667em;
		font-size: 1em;
		color: #fff;
	}
	
		.list-3 li a {
			text-decoration: none;
			color: #fff;
		}
		
		.list-3 li a:hover {
			text-decoration: underline;
		}

.list-4 {
	padding: 0 10px 0 21px;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #555;
}

	.list-4 dt {
		font-weight: bold;
	}
	
		.list-4 dt a {
			text-decoration: none;
			color: #555;
		}
		
		.list-4 dt a:hover {
			text-decoration: underline;
		}
		
	.list-4 dd {
		padding: 0 0 16px 0;
	}

.list-5 {
	margin: 0 0 -4px 0;
	padding: 1px 0 0 5px;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #555;
}

	.list-5 dd {
		width: 100%;
		overflow: hidden;
		padding: 0 0 16px 0;
	}
	
		.list-5 dd small {
			float: right;
			padding: 0 10% 0 0;
			font-size: 1em;
		}

.list-6 {
	padding: 1px 0 0 5px;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #555;
}

	.list-6 dt {
	color: #555;
	text-align: justify;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #555;
		}
		
		.list-6 dt a:hover {
			text-decoration: underline;
		}
		
	.list-6 dd {
		padding: 0 0 16px 0;
	}

.tab {
	width: 100%;
	overflow: hidden;
}

	.tab li {
		float: left;
		width: 58px;
		padding: 0 1px 0 0;
	}
	
		.tab li a {
			background: url(../images/tab-tail.gif) repeat-x 0% 0%;
			display: block;
			height: 36px;
			overflow: hidden;
			line-height: 36px;
			font-size: 1.167em;
			font-weight: 400;
			text-align: center;
			text-decoration: none;
			color: #555;
		}
		
			.tab li a span {
				background: url(../images/tab-left.gif) no-repeat 0% 0%;
				display: block;
			}
			
				.tab li a span span {
					background: url(../images/tab-right.gif) no-repeat 100% 0%;
					display: block;
					height: 36px;
					overflow: hidden;
				}
				
		.tab li.act a {
			background-position: 0% -36px;
		}
		
			.tab li.act a span {
				background-position: 0% -36px;
			}
			
				.tab li.act a span span {
					background-position: 100% -36px;
				}
				
		.tab li.act a:hover {
			color: #555;
		}
		
		.tab li a:hover {
			color: #000;
		}
		
		.tab li.last {
			width: 60px;
			padding: 0;
		}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	width: 100%;
	padding: 0 0 12px 0;
	overflow: hidden;
	text-align: center;
}

	.privacy h2 {
	padding: 0 0 6px 0;
	text-align: left;
	}
	
	.privacy p {
	padding: 0 0 16px 5px !important;
	text-align: justify;
	}

/* ============================== other END ====================================== */





/* ============================ footer START ===================================== */

footer .inner {
	padding: 19px 1px 0 16px;
}

footer ul {
	float: right;
	padding: 4px 0 0 0;
}

	footer ul li {
		float: left;
		padding: 0 0 0 6px;
	}

footer p {
	float: left;
	width: 229px;
	padding: 0 20px 0 0;
	line-height: 1.286em;
	font-size: 1.167em;
	text-transform: uppercase;
	color: #868686;
}

	footer p strong {
		display: inline-block;
		line-height: 1.5em;
		font-size: 0.857em;
	}
	
	footer p a {
		text-transform: none;
		text-decoration: none;
		color: #868686;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}

	footer p b {
		display: block;
		text-transform: none;
		font-weight: normal;
	}
	
	footer em {
	display: block;
	float: left;
	line-height: 1.333em;
	font-size: 10em;
	font-style: normal;
	font-weight: bold;
	color: #868686;
	}
	
		footer em i {
			background: #fff url(../images/icon-skype.gif) no-repeat 0% 3px;
			display: block;
			padding: 2px 0 2px 21px;
			font-style: normal;
		}
		
		footer em a {
			text-decoration: none;
			color: #868686;
		}
		
		footer em a:hover {
			text-decoration: underline;
		}

/* ============================= footer END ====================================== */
