/* main stylesheet */


/* general settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.hidden, hr { /* hidden elements */
	position: absolute; left: -3800px;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

img { display: block; }
address { font-style: normal; }
a img { border: none; }
a, a span, .button { cursor: pointer; }
acronym, abbr { cursor: help; border-bottom: #8B9DB0 1px dotted; }
table { color: #8B9DB0; }

a:link { color: #7EB5DB; text-decoration: underline; }
a:visited { color: #7EB5DB; }
a:hover, a:focus { text-decoration: none; }



/* basic layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	margin: 0; padding: 0;
    font-family: 'Arial', sans-serif;
    cursor: default;
    text-align: center;
}

html {
    background: #010F1E url('../img/bg.png');
    font-size: 100%;
}

#document {
	position: relative;
    width: 880px;
    margin: 0 auto; padding: 0;
    text-align: left;
	color: #8B9DB0;
    font-size: 13px;
}

#content {
	font-size: 13px;
}



/* layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cleaner {
	clear: both;
}

#container {
    margin-top: -96px;
}

#page {
    background: url('../img/grid.gif') center top no-repeat;
    padding: 20px 50px 10px 50px;
    width: 780px;
}

#content {
    width: 600px;
    position: relative; left: 180px;
    line-height: 175%;
}

.column {
	overflow: hidden;
	width: 300px;
	float: left;
}

.column3 {
	overflow: hidden;
	width: 210px;
	float: left;
	font-size: 80%;
	line-height: 180%;
}

.wide {
	clear: both;
	width: 600px;
}

.column .wrapper, .column3 .wrapper {
	padding: 0 0.5em;
}

.picture {
	text-align: center;
}

.picture img {
	margin: 0 auto;
}

.pdf {
	display: block;
	text-indent: 5em;
	line-height: 40px;
	padding: 0.5em 0;
	background: url('../img/pdf.png') 1em center no-repeat;
}

.photo1
{
	padding: 0.5em 0px 0.5em 1.2em;
}

.photo1 img
{
	padding: 0px 1em 0px 0em;
}


.fll
{
	float: left;
}

.picture p {
	margin: 0; padding: 1em 0;
	color: #7EB5DB;
}



/* header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
	text-align: center;
	margin: 0; padding: 0;
}

#document h1 a {
	display: block;
	width: 318px; height: 199px;
	color: #FFF;
	line-height: 130px;
	overflow: hidden;
	margin: 0 auto;
}

h1 a span {
	display: block;
	width: 323px; height: 199px;
	background: url('../img/logo.png') center top no-repeat;
}

h1 a:hover span, h1 a:focus span {
	background-position: center -199px;
}



/* navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	position: absolute;
	left: 45px;
	top: 115px;
	width: 170px;
}

.menu, .menu ul, .menu li {
    margin: 0; padding: 0;
	list-style-type: none;
}

#nav ul, #nav li {
	width: 100%;
}

#nav a {
	color: #FFF;
	display: block;
	font-size: 150%;
	height: 42px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-indent: -5000px;
	width: 100%;
}

#nav .big a {
	height: 57px;
}

#nav .active a {
    color: #82AD42;
}

#nav .active a span {
    position: absolute; left: -80px; top: 6px;
	width: 30px; height: 22px;
    background: url('../img/pointer.png') left center no-repeat;
}



#nav .m1 {background: url("../img/menu_link_m1.jpg") no-repeat center center;}
#nav .m2 {background: url("../img/menu_link_m2.jpg") no-repeat center center;}
#nav .m3 {background: url("../img/menu_link_m3.jpg") no-repeat center center;}
#nav .m4 {background: url("../img/menu_link_m4.jpg") no-repeat center center;}
#nav .m5 {background: url("../img/menu_link_m5.jpg") no-repeat center center;}
#nav .m6 {background: url("../img/menu_link_m6.jpg") no-repeat center center;}
#nav .m7 {background: url("../img/menu_link_m7.jpg") no-repeat center center;}

#nav .m1 a, #nav .m1 a:link {background: url("../img/menu_hover_m1.jpg") no-repeat center -57px;}
#nav .m2 a, #nav .m2 a:link {background: url("../img/menu_hover_m2.jpg") no-repeat center -42px;}
#nav .m3 a, #nav .m3 a:link {background: url("../img/menu_hover_m3.jpg") no-repeat center -42px;}
#nav .m4 a, #nav .m4 a:link {background: url("../img/menu_hover_m4.jpg") no-repeat center -42px;}
#nav .m5 a, #nav .m5 a:link {background: url("../img/menu_hover_m5.jpg") no-repeat center -42px;}
#nav .m6 a, #nav .m6 a:link {background: url("../img/menu_hover_m6.jpg") no-repeat center -42px;}
#nav .m7 a, #nav .m7 a:link {background: url("../img/menu_hover_m7.jpg") no-repeat center -42px;}

#nav .m1 a:hover, #nav .m1 a:focus {background-position: center center;}
#nav .m2 a:hover, #nav .m2 a:focus {background-position: center center;}
#nav .m3 a:hover, #nav .m3 a:focus {background-position: center center;}
#nav .m4 a:hover, #nav .m4 a:focus {background-position: center center;}
#nav .m5 a:hover, #nav .m5 a:focus {background-position: center center;}
#nav .m6 a:hover, #nav .m6 a:focus {background-position: center center;}
#nav .m7 a:hover, #nav .m7 a:focus {background-position: center center;}

#nav .active a.m1, #nav .active a.m1:link {background: url("../img/menu_active_m1.jpg") no-repeat center center;}
#nav .active a.m2, #nav .active a.m2:link {background: url("../img/menu_active_m2.jpg") no-repeat center center;}
#nav .active a.m3, #nav .active a.m3:link {background: url("../img/menu_active_m3.jpg") no-repeat center center;}
#nav .active a.m4, #nav .active a.m4:link {background: url("../img/menu_active_m4.jpg") no-repeat center center;}
#nav .active a.m5, #nav .active a.m5:link {background: url("../img/menu_active_m5.jpg") no-repeat center center;}
#nav .active a.m6, #nav .active a.m6:link {background: url("../img/menu_active_m6.jpg") no-repeat center center;}
#nav .active a.m7, #nav .active a.m7:link {background: url("../img/menu_active_m7.jpg") no-repeat center center;}



/* login ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#login {
	position: absolute; right: 20px; top: 30px;
	width: 200px;
}

#login .textfield {
	color: #C3C3C3;
	background: #27323E;
	border: 1px solid #808B97;
	width: 145px;
	margin: 2px 0;
}

#login p {
	position: relative;
}

#login label {
/*	display: block;*/
	display: none;
	text-transform: lowercase;
	position: absolute; left: 0; top: 2px;
	line-height: 160%;
	width: 145px;
	text-align: center;
	color: #C3C3C3;
}

#login .forgot {
	width: 145px;
	font-size: 85%;
	text-transform: lowercase;
	text-align: center;
}

#button-login {
	position: absolute; right: 0; top: 0;
}



/* languages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lang {
	position: absolute; left: 50px; top: 30px;
}

#lang li {
	float: left;
}



/* footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bottom-container {
    background: url('../img/grid-bottom.gif') center top no-repeat;
    text-align: center;
}

#footer {
	font-family: 'Tahoma', sans-serif;
	width: 750px;
	margin: 0 auto; margin-bottom: 100px; padding-top: 8px;
	color: #7B7B7B;
}

#bluenext {
  font-size: 85%;
	margin: 1em 0 0 0;
}

#copyright {
	text-align: left;
	width: 48%;
	float: left;
	line-height: 16px;
	margin-left: 8px;
}

#partner {
    text-align: right;
	width: 48%;
	float: right;
	line-height: 16px;
	font-size: 120%;
	font-weight: bold;
	vertical-align: center;
	margin-right: 8px;
}

#partner img {
	display: inline;
	margin-left: 1em;
}



/* content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2 {
	margin: 0 0 1em 0; padding: 0;
	font-size: 21px;
	color: #7EB5DB;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #7EB5DB;
	margin: 0 0 0.5em; padding: 0;
}

p {
	margin: 0;
}

#content p {
	margin: 0 0 25px 0;
}

.marked, #content strong {
	color: #FFF;
	font-weight: normal;
}

#content ol { margin: 0 0 1em 0; padding: 0 0 0 2em; }
#content ul { margin: 0 0 25px 1em; padding: 0; }


.photo {
	background: #010F1E;
	border: 1px #354252 solid;
	display: block;
	padding: 10px
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	text-align: center;
}
.center img {
	display: inline;
}

#content strong.b {
	font-weight: bold;
}

#nav ul.menu {
	padding-top: 5px;
}

#nav a {
	outline: none;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

.pdf_small {
	background: url("../img/pdf_small.gif") no-repeat left 5px;
	padding-left: 35px; 
}
.pdf_mini {
	background: url("../img/pdf_mini.gif") no-repeat left top;
	padding-left: 20px; 
}

.audio_small {
	background: url("../img/audio_small.gif") no-repeat left 5px;
	padding-left: 35px; 
}

a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.col1 .wrapper {
	padding: 0 1em; 
}
.mclr {
	margin-bottom: 0 !important;
}
.blue {
	color: #7EB5DB;
}
.bold {
	font-weight: bold;
}
.white, a.white:link, a.white:visited {
	color: #FFF;
}
.noborder, a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active {
	text-decoration: none;
}

.grey {
	color: #C3C3C3;
}

table.data {
	margin: 10px 0;
}
table.data th {
	font-weight: normal;
	background-color: #27323E;
}
table.data td {
	background-color: #0C1A29;
}


input.style {
	background-color: #27323E;
	border: 1px solid #808B97;
	color: #C3C3C3;
	margin:2px 0;
}
.center {
	text-align: center;
}

form label {
	color: #C3C3C3;
}

.messageW {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.message {
	background: #FEFFC6;
	color: #666;
	border: 1px solid #FFF;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 320px;
}
.media_links {
	clear: left;
	margin-bottom: 10px;
	width: 500px;
}


#content table.contacts-national {
	padding-right: 25px;
	margin: 0 auto;
} 

#content table.contacts-national td {
	padding: 0 2px;
} 

#content table.contacts-national td p {
	text-align: center;
	top: -35px;
	position: relative;
	margin: 0;
} 

#content table.contacts-national td p a {
	font-size:10px;
} 