* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 62.5%;
	line-height: 1.7em;
	background: url(../images/body_bg.jpg) top center no-repeat black;
	min-width: 960px;
}
img {
	display: block;
	border: none;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	color: white;
	font-weight: normal;
	padding-bottom: 10px;
	background: url(../images/heading_underline.jpg) bottom left no-repeat;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 1em;
	font-weight: normal;
	color: white;
}
h3 {
	font-size: 1.5em;
	color: white;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.8em;
	color: #c18b3f;
	margin-bottom: 1em;
	font-weight: normal;
}
	h4 a {
		text-decoration: none;
		color: #c18b3f;
	}
	h4 span {
		font-size: 0.8em;
	}
	h4 a:hover {
		text-decoration: underline;
	}
p, span {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: white;
}
	p img {
		float: right;
		margin: 0 0 1em 1em;
	}
	* span {
		font-size: 1em;
		color: white;
	}
	p a {
		color: #c18b3f;
		text-decoration: underline;
	}
	p a:hover {
		text-decoration: none;
	}
ul {
	list-style-type: none;
}
input, textarea, select {
	border: 1px solid gray;
	font-family: "Myriad Pro", "Times New Roman", Verdana;
	font-size: 1em;
	background: #0a1e32;
	width: 200px;
	height: 15px;
	padding: 0.2em 0.1em;
	color: white;
}
.submit {
	width: 204px;
	background: #395c79;
	color: white;
	border: 1px solid gray;
	height: 25px !important;
}
table .submit {
	float: right;
}
table textarea {
	height: 120px;
	width: 100%;
}

textarea {
	height: 100px;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #7ea3c2;
}	
label {
	float: left;
	width: 180px;
	font-size: 1.2em;
}	
hr.cl {
	clear: left;
	height: 0px;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr  {
	float: right;
}
table td {
	vertical-align: top;
}
.warn {
	color: red;
	border-color: red;
}

a img {
	border: 1px solid white;
	opacity: 0.7;
}
a:hover img, img:hover {	
	opacity: 1;
} 
.td0, .td1, .td2, .td3 {
	padding: 10px 5px 0;
}
.td0 {
	background: #113150; 
}
.td1 {
	background: #0d273f;
}
.td2 {
	background: #142d44;
}
.td3 {
	background: #213a4f;
	text-align: right;
}
.tooltip {
	width: 160px;
	padding: 2px;
	background: #0c1e27;
	border: 1px solid #96bbd1;
	color: white;
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.8em !important;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
#header {
	height: 360px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}	
	.lang {
		position: absolute;
		top: 50px;
		right: 45px;
		border: 2px solid #6f8ca7;
		z-index: 2;
	}
	#header ul {
		width: 960px;
		position: absolute;
		bottom: -1px;
		left: 0;
		z-index: 1;
	}
		#header ul li {
			float: left;
		}
			#header ul li a {
				float: left;
				display: block;
				width: 160px;
				padding-top: 8px;
				height: 22px;
				text-align: center;
				font-size: 1.2em;
				font-family: "Myriad Pro", "Times New Roman", Verdana;
				text-decoration: none;
				text-transform: uppercase;
				color: white;
				background: url(../images/header_button.gif) top left no-repeat;
			}
			#header ul li a:hover {
				background: url(../images/header_button_in.gif) top left no-repeat;
			}	
			#header li a.first {
				background: url(../images/header_first_button.gif) top left no-repeat;
				padding-left: 30px;
				width: 130px;
			}
			#header li a.last {
				background: url(../images/header_last_button.gif) top left no-repeat;
				padding-right: 30px;
				width: 130px;
			}
			#header a.last:hover {
				background: url(../images/header_last_button_in.gif) top left no-repeat;				
			}
			#header a.first:hover {
				background: url(../images/header_first_button_in.gif) top left no-repeat;				
			}
#content {
	width: 960px;
	abackground: url(../images/content_bg1.jpg) top left no-repeat;
	min-height: 375px;
	margin: auto;
	padding: 60px 0px;
	position: relative;
}
	#left_content {
		width:480px;
		margin: 0 50px 0 90px;
		float: left;
		min-height: 500px;
	}
	#right_content {
		margin-right: 80px;
		width: 260px;
		float: left;
		min-height: 500px;
	}
		.border {
			background: white;
			padding: 1px;
			margin-bottom: 40px;
		}
		#index_offer {
			background:url(../images/index_offers_img.jpg) top no-repeat #133554;
			background-position: 14px 14px;
			padding: 340px 15px 5px;
		}
		#index_gallery {
			background: #133554;
			padding: 5px 0px 5px 5px;
		}
			#index_gallery img {
				float: left;
				margin: 0 5px 5px 0;
				width: 75px;
		 		height: 57px;
			}
		#right_content_rent {
			background: #133554;
			padding: 10px;
		}
		#right_content_rent img {
			margin-bottom: 1em;
			opacity: 0.7;
		}
	#mid_content {
		margin: 0 auto;
		width: 760px;
	}
		.offer {
			background: url(../images/offers_border.gif) bottom left repeat-x;
			width: 100%;
			padding-bottom: 2em;
			margin-bottom: 20px;
		}
			.offer h2, .offer p, .offer h4 {
				margin-left: 260px;	
			}
			.offer .fl {
				margin: 0px 20px 1em 23px;
			}
			.offer img {
				float: left;
			}
			.order img {
				border: none;
				float: left;
				margin-left: 20px;
			}
			.order_button {
				background: url(../images/offer_button.gif) left no-repeat;
				width: 80px;
				height: 25px;
				margin-bottom: 1em;
				padding-top: 5px;
				display: block;
				text-align: center;
				text-decoration: none;
				float: right;
			}
			.order_button:hover {	
				background: url(../images/offer_button_hover.gif) left no-repeat;
			}
				.order_button span {
					width: 90px;
					height: 30px;
					color: white;
				}
		.tech_info_pic {
			position: absolute;
			top: 170px;
			right: 40px;
			border: none;
		}
		.tech_info table {	
			text-align: left;
			width:515px;
			float: left;
		}
		.tech_info table tr:hover {
			background: #1a2c3d;
		}
		.tech_info table tr td {
			border-bottom: 1px solid #525252;
		}
		.tech_info table td p, .tech_info table span {
			margin: 0.5em 0;
			color: white;
		}
		.tech_info table span {
			float: right;
			color: #cdcdcd;
		}
		.destination_table {
			width: 100%; 
			margin-bottom: 1em;
		}
		.destination ul {
			float: left;
			font-size: 1.2em;
			color: white;
			list-style-type: circle;
		}
		.destination a img {
			margin: 0 4em 1em 0;
			float:left;
			display: block;
		}
		.destination_pic {
			margin: 1em auto;
			border: none;
			opacity: 1;
		}
		.gallery {
			width: 100%;
		}
		.gallery img {
			margin-bottom: 1em;
		}
		.gallery td {
			padding: 15px 20px 0;
			text-align: center;
			font-size: 1.4em; 
		}
	
		#content .freedom {
			width: 510px;
			padding: 0 250px 0 0;
			position: relative;
		}
			.freedom ul {
				position: absolute;
				top: 50px;
				right: 10px;
			}
			.freedom li a {
				text-decoration: none;
				color: white;
				font-size: 1.3em;
				background: url(../images/symbol.gif) left no-repeat;
				padding-left: 20px;
				font-weight: bold;
				border-bottom: 1px solid #7eadcb;
				width: 150px;
				padding: 5px 0 5px 20px;
				display: block;
			}
			.freedom li a:hover {
				border-bottom: 1px solid white;
			}
			.freedom h1 {
				margin-right: -250px;
			}
			.freedom img {
				padding: 1px;
				border: 1px solid white;
			}
			
/*--------------------------------------------------------------------------------------------------------------------------*/

#fmedia {
	clear: both;
	text-align: center;
}
#fmedia a {
	position: absolute;
	bottom: 5px;
	left: 50%;
	text-decoration: none;
	margin-left: -100px;
}
#fmedia img {
	display: inline;
	margin-right: 5px;
	border: none;
}
#fmedia a:hover {
	color: #85b7dc;
}

/* ------------------------------------------------------------- */

.gallery_border {
	text-align: center;
	padding: 80px;
	background: #111111;
	border: 1px solid #919191;
	position: relative;
}
.gallery_border img {
	border: 1px solid white;
	background: #006699;
}
.gallery_border h3 {
	font-size: 1.6em;
	color: white;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.next {
	width:  47px;
	height: 58px;
	background: url(../images/next_image.gif) no-repeat;
	top: 50%;
	right: 15px;
	display: block;
	position: absolute;
}
.next:hover {
	background: url(../images/next_image_up.gif) no-repeat;
	cursor: pointer;
}
.previous {
	width:  47px;
	height: 58px;
	background: url(../images/previous_image.gif) no-repeat;
	top: 50%;
	left: 15px;
	display: block;
	position: absolute;
}
.previous:hover {
	background: url(../images/previous_image_up.gif) no-repeat;
	cursor: pointer;
}