* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

body {
	background-color: #003767;
	color: #ccc;
	margin: 0;
	padding: 0;
}

html, body {
	overflow: hidden;
	scrollbar-arrow-color:#fff;
	scrollbar-face-color:#00325A;
	scrollbar-highlight-color:#003767;
	scrollbar-3dlight-color:#aaa;
	scrollbar-shadow-color:#666;
	scrollbar-darkshadow-color:#00325A;
	scrollbar-track-color:#002F53;
}

A, A:visited {
	color: #008;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}

#container {
	width: 100%;
	height: 600px;
	position: relative;
	background: url( '../images/background.gif' ) 260px 50% no-repeat;
}

#logo {
	position: absolute;
	right: 50px;
	top: 20px;
	z-index: 2;
}

#counter {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 93px;
	height: 17px;
	z-index: 11;
}

#menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	height: 640px;
	z-index: 10;
	background: url( '../images/curve.gif' ) 100% 0% no-repeat;
}

#menubox {
	position: absolute;
	left: 0;
	top: 105px;
	width: 290px;
	height: 360px;
	z-index: 11;
}

.menubtn,
.menubtnover {
	border-left: 1px solid #4f5b87;
	border-top: 1px solid #4f5b87;
	border-bottom: 1px solid black;
	border-right: 2px solid black;
	padding: 2px 5px;
	margin: 10px;
	color: white;
	font: 12px/18px Arial, Tahoma, sans-serif;
}
.menubtnover A,
.menubtnover A:visited,
.menubtn A,
.menubtn A:visited {
	font: 12px/18px Arial, Tahoma, sans-serif;
	color: white;
	text-decoration: none;
}
.menubtnover A,
.menubtnover A:visited {
	color: black;
}
.menubtnover {
	background-color: #ffd;
	color: black;
}

.submenubtn,
.submenubtnover {
	border-left: 1px solid #4f5b87;
	border-top: 1px solid #4f5b87;
	border-bottom: 1px solid black;
	border-right: 2px solid black;
	padding: 2px 5px;
	margin: 10px;
	background-color: #ccc;
	color: #4f5b87;
	font: bold 11px/18px Arial, Verdana, sans-serif;
}
.submenubtnover A,
.submenubtnover A:visited,
.submenubtn A,
.submenubtn A:visited {
	font: 11px/18px Arial, Verdana, sans-serif;
	color: #4f5b87;
	text-decoration: none;
}
.submenubtnover A,
.submenubtnover A:visited {
	font-weight: bold;
	color: #4f5b87;
}
.submenubtnover {
	background-color: #ffd;
	color: black;
}

.sel {
	border: 1px solid #ddf;
}
.sel A,
.sel A:visited {
	font-weight: bold;
}
.subsel {
	border: 1px solid #ff0;
}
.subsel A,
.subsel A:visited {
	font-weight: bold;
}

#intro {
	position: absolute;
	visibility: hidden;
	left: 800px;
	top: 134px;
	z-index: 2;
}

#main {
	position: absolute;
	top: 124px;
	width: 100%;
	height: 360px;
	padding-left: 300px;
	background: url( '../images/background2.gif' ) 260px 0 no-repeat;
	background-color: #00325A;
	overflow: auto;
}

#maintab {
	position: absolute;
	top: 124px;
	width: 100%;
	height: 360px;
	padding-left: 500px;
	padding-right: 20px;
	background: url( '../images/background3.gif' ) 260px 0 no-repeat;
	background-color: #c0c0c0;
	overflow: auto;
	direction: ltr;
}
table.maintab {
	width: 100%;
}
table.maintab td {
	color: #00325A;
	font: 14px Arial, sans-serif;
	padding-top: 20px;
}
table.maintab td table td {
	padding: 0 2px;
}

#gallery {
	position: absolute;
	top: 500px;
	width: 100%;
	height: 80px;
	padding-left: 320px;
	overflow: hidden;
}

#text {
	padding:5px 20px 5px 60px;
	font: 12px/1.4em Arial, sans-serif;
	text-align: justify;
}

h2 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.fll1m {
	float: left;
	margin: 0 10px 10px 0;
}


#map {
	color: #00325A;
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	text-align: left;
}
#maplogo {
	position: absolute;
	left: 580px;
	top: 120px;
}
#txt1 {
	position: absolute;
	left: 425px;
	top: 152px;
	white-space: nowrap;
}
#air1 {
	position: absolute;
	left: 380px;
	top: 150px;
}
#line1 {
	position: absolute;
	left: 425px;
	top: 167px;
	width: 155px;
	height: 1px;
	border-top: 1px solid #00325A;
}
#txt2 {
	position: absolute;
	left: 580px;
	top: 45px;
	white-space: nowrap;
}
#air2 {
	position: absolute;
	left: 565px;
	top: 10px;
}
#line2 {
	position: absolute;
	left: 580px;
	top: 80px;
	width: 1px;
	height: 40px;
	border-left: 1px solid #00325A;
}
#txt3 {
	position: absolute;
	left: 725px;
	top: 105px;
	white-space: nowrap;
}
#air3 {
	position: absolute;
	left: 830px;
	top: 105px;
}
#line3 {
	position: absolute;
	left: 628px;
	top: 120px;
	width: 193px;
	height: 1px;
	border-top: 1px solid #00325A;
}

#addr {
	color: #00325A;
	font: 12px Arial, sans-serif;
	position: absolute;
	left: 580px;
	top: 200px;
	white-space: nowrap;
}

#link {
	color: #00325A;
	font: bold 12px Arial, sans-serif;
	position: absolute;
	left: 820px;
	top: 290px;
	padding: 8px 0;
	white-space: nowrap;
	text-align: center;
	width: 138px;
	height:35px;
	background: url( '../images/aqua.gif' ) no-repeat;
}
#link A,
#link A:visited {
	color: #00325A;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}
#link A:hover {
	color: #fff;
	text-decoration: none;
}

#flagit {
	position: absolute;
	top: 5px;
	left: 20px;
}
#flaguk {
	position: absolute;
	top: 5px;
	left: 60px;
}
#flagru {
	position: absolute;
	top: 5px;
	left: 100px;
}
#flagae {
	position: absolute;
	top: 5px;
	left: 140px;
}

#intrologo,
#intrologol,
#intrologor {
	position: absolute;
	width: 575px;
	height: 575px;
	left: 0px;
	top: 2000px;
}
#intrologo {
	z-index: 1;
}
#intrologor {
	text-align:left;
	visibility:hidden;
	z-index: 0;
}
#intrologol {
	text-align:right;
	visibility:hidden;
	z-index: 0;
}

#introbplogo {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 250px;
	height: 64px;
	z-index: 10;
}


#languages {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	border-left: 1px solid #ccc;
}
#languages td {
	height: 32px;
	width: 80px;
	padding: 0 5px 0 48px;
	border-right: 1px solid #ccc;
	color: white;
}
#languages A:hover,
#languages A:visited,
#languages A {
	font: 16px Arial, Verdana, Tahoma, sans-serif;
	color: white;
	text-decoration: none;
}
#languages A:hover {
	text-decoration: underline;
}
#languages td.it {
	background: url( '../images/flag_it.gif' ) 8px 50% no-repeat;
}
#languages td.uk {
	background: url( '../images/flag_uk.gif' ) 8px 50% no-repeat;
}
#languages td.ru {
	background: url( '../images/flag_ru.gif' ) 8px 50% no-repeat;
}
#languages td.ae {
	background: url( '../images/flag_ae.gif' ) 8px 50% no-repeat;
}


#info {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	font: 11px Arial, sans-serif;
	text-align: center;
}

#reqres {
	text-align: center;
	z-index: 2;
	position: absolute;
	visibility: hidden;
	font: 11px Arial, sans-serif;
	width: 100%;
}

.news {
	font: 13px/1.8em Arial, sans-serif;
}
.news p {
	margin: 0;
	text-align: justify;
}
.news p.tit {
	margin: 5px 0;
	text-align: left;
	font-size: 140%;
}
p.subt {
	margin: 3px 0;
	font-style: italic;
}
.news a,
.news a:visited {
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

#credits {
	position: absolute;
	left: 50px;
	top: 550px;
	width: 100px;
	height: 17px;
	z-index: 11;
	font: 10px monospace;
}
#credits A,
#credits A:visited {
	color: #aac;
	text-decoration: none;
}
#credits A:hover {
	text-decoration: underline;
}

