@font-face {
    font-family: 'Georgia';
    src: url('fonts/georgia-webfont.eot');
    src: url('fonts/georgia-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia-webfont.woff') format('woff'),
         url('fonts/georgia-webfont.ttf') format('truetype'),
         url('fonts/georgia-webfont.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/georgia_italic-webfont.eot');
    src: url('fonts/georgia_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia_italic-webfont.woff') format('woff'),
         url('fonts/georgia_italic-webfont.ttf') format('truetype'),
         url('fonts/georgia_italic-webfont.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/georgia_bold-webfont.eot');
    src: url('fonts/georgia_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia_bold-webfont.woff') format('woff'),
         url('fonts/georgia_bold-webfont.ttf') format('truetype'),
         url('fonts/georgia_bold-webfont.svg#Georgia') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/georgia_bold_italic-webfont.eot');
    src: url('fonts/georgia_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia_bold_italic-webfont.woff') format('woff'),
         url('fonts/georgia_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/georgia_bold_italic-webfont.svg#Georgia') format('svg');
    font-weight: bold;
    font-style: italic;

}

/*
	 http://css-tricks.com
*/

* {
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

html                        { overflow-y: scroll; }

body {
	font-style: normal;
	font-weight: normal;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../layout/bg_top.gif);
	color: #646464;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
	font-size: 14px;
	background-color: #001d2d;
	line-height: 22px;
}

.headContent {
}

.clear                      { clear: both; }

#page-wrap                  { width: 700px; margin: 40px auto; }

label                       { width: 250px; display: block; }

input[type=text], textarea  { width: 350px; outline: none; }

.rowElem 
label.error                 { float: none; font-style: italic; color: red;
                              position: absolute; top: 16px; left: 0; 
                              font-size: 12px; }
                              
.rowElem #jqTransformTextarea-mm
label.error                 { top: 28px; }

#changeTypeArea             { float: left; margin: 0 0 10px 0; width: 350px; }

.rowElem                    { position: relative; clear: both; min-height: 35px; }
.rowElemSelect              { clear: both; min-height: 35px; }

.thanks                     { color: green; font-weight: bold; }

.jqTransformTextarea, 
.jqTransformSelectWrapper   { margin: 0 0 8px 0; }

a.Mainy:link { 
white-space: nowrap;
padding-left: 6px; 
padding-bottom: 2px; 
padding-right: 6px; 
padding-top: 1px; 
text-decoration: none; 
color: #014ea7; 
background: #bcddfc; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
}

a.Mainy:visited {
white-space: nowrap; 
padding-left: 6px; 
padding-bottom: 2px; 
padding-right: 6px; 
padding-top: 1px; 
text-decoration: none; 
color: #014ea7; 
background: #bcddfc; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
}

a.Mainy:hover { 
white-space: nowrap;
padding-left: 6px; 
padding-bottom: 2px; 
padding-right: 6px; 
padding-top: 1px; 
text-decoration: none; 
color: #ffffff; 
background: #2576d4; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
}

#container {
	text-align:left;
	width:1010px;
	margin: 0 auto;
}

#mainLeftContent {
	margin-left: 10px;
	float:left;
	width:460px;
	margin-right: 40px;
}

#mainRightContent {
	margin-left: 32px;
	float: right;
	width:468px;
}

#navigation {
	background-color: #FFF;
	margin-bottom: 30px;
	margin-left: 10px;
	float:left;
	width: 216px;
}

#content {
	min-height: 200px;
	margin-bottom: 40px;
	float:right;
	width: 738px;
	margin-left: 46px;
	overflow: visible;
}

#extraBanners {
	margin-right: auto;
	margin-left: auto;
	clear:both;
	width:1010px;
	background-position: top;
	text-align: left;
	vertical-align: top;
	height: 324px;
}

#extraBannersBG {
	margin-bottom: 44px;
	margin-left: 10px;
	background-repeat: repeat-x;
	background-image: url(../layout/bg_extra.gif);
	clear:both;
	width:1000px;
	background-position: top;
	text-align: left;
	vertical-align: top;
	height: 5px;
}

h1 {
	display: inline;
}

#header {
	font-style: italic;
	line-height: 30px;
	padding-top: 40px;
	padding-left: 10px;
	background-position: left top;
	background-image: url(../layout/bg_header.png);
	background-repeat: no-repeat;
	color: black;
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
	height: 186px;
}

                     
#footer { 
margin-left: auto; 
margin-bottom: 28px; 
margin-right: auto; 
margin-top: 0; 
width: 1010px; 
}

#whiteField {
	background-color: #FFF;
	width: 100%;
	overflow: visible;
}

.headerSlogan {
	font-weight: normal;
	line-height: 30px;
	font-style: normal;
	color: #646464;
	font-size: 24px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
	text-align: left;
	width: 680px;
	margin-left: 320px;
}

#blankDiv {
	margin-right: auto;
	margin-left: auto;
	clear:both;
	width:1010px;
}
#generalMenu {
	clear: left;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 54px;
	width: 1010px;
}
#mainMenu_ru {
	padding-left: 136px;
	text-align: center;
	background-color: #013b6f;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../layout/bg_main_menu.gif);
	height: 42px;
	width: 758px;
	float: left;
	padding-top: 12px;
}

#mainMenuLeft {
	background-repeat: no-repeat;
	float: left;
	background-color: #013b6f;
	height: 54px;
	width: 20px;
	background-position: left top;
	background-image: url(../layout/mm_left.gif);
}

#mainMenuRight {
	background-repeat: no-repeat;
	float: left;
	background-image: url(../layout/mm_right.gif);
	background-position: left top;
	background-color: #013b6f;
	width: 28px;
	height: 54px;
}

#langBoxEst {
	float: left;
	margin-right: 0px;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 27px;
	height: 54px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../layout/flag_est.gif);
	color: #ff4401;
	font-size: 14px;
	text-align: center;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}

#langBoxRus {
	float: left;
	margin-right: 0px;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 27px;
	height: 54px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../layout/flag_rus.gif);
	color: #ff4401;
	font-size: 14px;
	text-align: center;
	font-family: Georgia, serif, sans-serif, "Trebuchet MS";
}

a.Lang:link {
	color: #929292;
	text-decoration: none;
}

a.Lang:visited {
	color: #929292;
	text-decoration: none;
}

a.Lang:hover {
	color: #ff4401;
	text-decoration: none;
}

#menuPunkt {
	padding-bottom: 25px;
	height: 17px;
	color: white;
	text-shadow: 1px 1px black;
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	white-space: nowrap;
	float: left;
	margin-right: 28px;
	margin-left: 28px;
}

a.A1:link {
	color: white;
	text-decoration: none;
}

a.A1:visited {
	color: white;
	text-decoration: none;
}

a.A1:hover {
	color: #ff4401;
	text-decoration: none;
}
                                                   
#menuPunktActive {
	padding-bottom: 25px;
	height: 17px;
	color: #ff4401;
	text-shadow: 1px 1px black;
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	white-space: nowrap;
	float: left;
	margin-right: 28px;
	margin-left: 28px;
	background-image: url(../layout/menu_punkt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
                                                   
a.A2:link {
	color: #ff4401;
	text-decoration: none;
}

a.A2:visited {
	color: #ff4401;
	text-decoration: none;
}
                                                   
a.A2:hover {
	color: #ff4401;
	text-decoration: underline;
}
.georgia10 {
	font-size: 10px;
	font-family: Georgia, serif;
}
.georgia12 {
	font-size: 12px;
	font-family: Georgia, serif;
}
.georgia14 {
	font-size: 14px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.georgia16 {
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
	font-size: 16px;
}
.georgia18 {
	font-size: 18px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.tiserGeorgia19 {
	margin-bottom: 35px;
	text-decoration: none;
	text-align: justify;
	font-size: 19px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.georgia20 {
	font-size: 20px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.georgia24 {
	font-size: 24px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.georgia30 {
	font-size: 30px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.georgia36 {
	font-size: 36px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}

.trebuchet28 {
	line-height: 30px;
	font-size: 28px;
	font-family: "Trebuchet MS", sans-serif;
}
.boldText {
	font-weight: bold;
}
.line40 {
	line-height: 40px;
}
.line36 {
	line-height: 36px;
}
.line32 {
	line-height: 32px;
}
.line28 {
	line-height: 28px;
}
.line24 {
	line-height: 24px;
}
.line22 {
	line-height: 22px;
}
.line20 {
	line-height: 20px;
}
.line18 {
	line-height: 18px;
}
#mainBlock1 {
	padding-left: 80px;
	margin-bottom: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../layout/1.gif);
	position: relative;
	clear: left;
}
#mainBlock2 {
	padding-left: 80px;
	margin-bottom: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../layout/2.gif);
	position: relative;
	clear: left;
}
#mainBlock3 {
	padding-left: 80px;
	margin-bottom: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../layout/3.gif);
	position: relative;
	clear: left;
}
.orange {
	color: #ff4401;
}
.black {
	color: #000;
}
.blue {
	color: #2576d4;
}
.red {
	color: #ff0000;
}
.green {
	color: #50b435;
}
.grey {
	color: #929292;
}
.noneBold {
	font-style: normal;
	font-weight: normal;
}
h2 {
	display: inline;
}
h3 {
	display: inline;
}
.newPortMain {
	font-style: italic;
	font-weight: bold;
	color: #2576d4;
	font-size: 28px;
	text-align: left;
	font-family: "Trebuchet MS", sans-serif;
	float: left;
	width: auto;
	margin-bottom: 40px;
	margin-left: 8px;
}
.spacerBot10 {
	margin-bottom: 10px;
}
.newPortMain3 {
	width: 100px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#newPortBlock {
	clear: both;
	vertical-align: top;
	margin-bottom: 35px;
	overflow: auto;
}
.newPic {
	float: left;
}
#newTitleBlue {
	background-position: left top;
	margin-right: 12px;
	padding-top: 1px;
	padding-left: 12px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-image: url(../layout/new_title_left_blue.gif);
	background-color: #2576d4;
	height: 22px;
	float: left;
	width: auto;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#newTitleGreen {
	margin-right: 12px;
	padding-top: 1px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/new_title_left_green.gif);
	background-color: #54b734;
	height: 22px;
	float: left;
	width: auto;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#newDate {
	width: 260px;
	text-decoration: none;
	padding-right: 12px;
	background-color: #e8ebdd;
	height: 23px;
	float: left;
	color: #000;
	font-size: 18px;
	text-align: left;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
	margin-top: 9px;
}
#newEnlarge {
	float: left;
	height: 23px;
	width: 26px;
	margin-top: 9px;
}
#newText {
	float: left;
	margin-top: 8px;
	width: 298px;
}
.myBanner1_ru {
	float: left;
	text-align: right;
	height: 275px;
	margin-right: 31px;
	width: 519px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/banner1_ru.jpg);
}
.myBanner2_ru {
	float: left;
	text-align: right;
	height: 275px;
	margin-right: 31px;
	width: 519px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/banner2_ru.jpg);
}
.myBanner1_ee {
	float: left;
	text-align: right;
	height: 275px;
	margin-right: 31px;
	width: 519px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/banner1_ee.jpg);
}
.myBanner2_ee {
	float: left;
	text-align: right;
	height: 275px;
	margin-right: 31px;
	width: 519px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/banner2_ee.jpg);
}
.twitterBlock {
	line-height: 16px;
	font-size: 12px;
	margin-right: 31px;
	width: 266px;
	height: 191px;
	float: left;
}
#twitterBoxLeft {
	float: left;
	height: 32px;
	width: 137px;
	padding-top: 27px;
	padding-left: 77px;
	color: #2576d4;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../layout/bg_twitter.jpg);
	font-size: 20px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#twitterBoxRight {
	line-height: 14px;
	text-align: center;
	float: left;
	font-style: italic;
	padding-top: 5px;
	height: 54px;
	width: 52px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../layout/twitter_nr.gif);
	color: #000;
	font-size: 16px;
	font-family: "Trebuchet MS", sans-serif;
}
.trebuchet10 {
	line-height: 18px;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
}
#macBox_ru {
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: Georgia, sans-serif;
	color: #ff4401;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../layout/bg_mac_ru.jpg);
	height: 275px;
	width: 163px;
}
#macBox_ee {
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: Georgia, sans-serif;
	color: #ff4401;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../layout/bg_mac_ee.jpg);
	height: 275px;
	width: 163px;
}
.verdana10LightGrey {
	line-height: 12px;
	color: #c1c1c1;
	font-size: 10px;
	font-family: Verdana, Arial;
}
#footerBlock1 {
	float: left;
	margin-right: 33px;
	margin-left: 10px;
	line-height: 18px;
	height: 74px;
	width: 262px;
	color: white;
	font-size: 14px;
	text-align: left;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#footerBlock2 {
	float: left;
	margin-right: 29px;
	line-height: 18px;
	height: 74px;
	width: 226px;
	color: white;
	font-size: 14px;
	text-align: left;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#footerBlock3 {
	padding-top: 18px;
	margin-left: 12px;
	float: left;
	line-height: 18px;
	height: 56px;
	width: 226px;
	color: white;
	font-size: 14px;
	text-align: right;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
#footerBlock4 {
	padding-top: 18px;
	margin-left: 48px;
	float: left;
	line-height: 18px;
	height: 56px;
	width: 163px;
	color: white;
	font-size: 14px;
	text-align: right;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
a.A3:link {
	text-decoration: underline;
	color: #fff;
}
a.A3:visited {
	text-decoration: underline;
	color: #fff;
}
a.A3:hover {
	text-decoration: none;
	color: #ff4401;
}
#infoTopRound {
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	background-image: url(../layout/top_round.gif);
	height: 12px;
	width: 738px;
}
#infoBotRound {
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	background-image: url(../layout/bot_round.gif);
	height: 12px;
	width: 738px;
}
.mMenu {
	clear: both;
	margin-bottom: 6px;
	width: 216px;
	color: #000;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.sMenu {
	list-style-position: outside;
	margin-bottom: 8px;
	width: 200px;
	clear: both;
	color: #ff4401;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
}
a.A4 {
	text-decoration: none;
	color: #000;
}
a.A4:hover {
	text-decoration: underline;
	color: #000;
}
a.A5 {
	text-decoration: none;
	color: #a6ae8b;
}
a.A5:hover {
	text-decoration: underline;
	color: #000;
}
a.A6 {
	text-decoration: none;
	color: #000;
}
a.A6:hover {
	text-decoration: none;
	color: #ff4401;
}
#bannerDiv {
	padding-bottom: 9px;
	padding-top: 9px;
	background-color: #bcddfc;
	clear: both;
	margin-bottom: 6px;
	margin-top: 30px;
	width: 216px;
	text-align: center;
}
.bannerPic {
	margin-bottom: 9px;
	margin-top: 9px;
	clear: both;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}
#infoColBlock0 {
	background-color: #fff;
	width: 738px;
	overflow: auto;
	padding-bottom: 30px;
	clear: both;
}
#infoColBlock {
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../layout/bg_col.gif);
	width: 738px;
	overflow: auto;
	padding-bottom: 30px;
	clear: both;
}
#infoNumBlock1 {
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	height: 54px;
	width: 40px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(../layout/1b.gif);
}
#infoTextBlock0 {
	width: 340px;
	float: left;
}
#infoTextBlock1 {
	margin-left: 46px;
	width: 626px;
	float: left;
}
#infoNumBlock2 {
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	height: 54px;
	width: 40px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(../layout/2b.gif);
}
#infoNumBlock3 {
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	height: 54px;
	width: 40px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(../layout/3b.gif);
}
.lineThrue {
	text-decoration: line-through;
}
#infoGreenBlock {
	padding-left: 18px;
	padding-bottom: 20px;
	padding-right: 18px;
	padding-top: 20px;
	float: left;
	margin-left: 46px;
	background-color: #e8ebdd;
	color: #229d01;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.upText {
	text-transform: uppercase;
}
li {
	list-style-position: inside;
	list-style-image: url(../layout/list_punkt.gif);
}

#extraLineGreen {
	margin-bottom: 46px;
	background-repeat: repeat-x;
	background-image: url(../layout/bg_extra.gif);
	clear:both;
	background-position: top;
	text-align: left;
	vertical-align: top;
}

#portDate {
	font-weight: bold;
	height: 80px;
	font-size: 20px;
	float: left;
	width: 66px;
	color: #adb187;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
	padding-top: 10px;
}

.portPic {
	margin-left: 29px;
	float: left;
}
#infoTextBlock2 {
	float: left;
	width: 343px;
	overflow: visible;
	margin-top: 17px;
}
.siteLink {
	width: 343px;
	margin-bottom: 15px;
	margin-top: 11px;
}
#pageNav {
	word-spacing: 10px;
	color: #ff4401;
	margin-left: 112px;
	width: 626px;
	text-align: center;
	font-size: 21px;
}
#pageNav2 {
	word-spacing: 10px;
	color: #ff4401;
	width: 738px;
	text-align: center;
	font-size: 21px;
}
a.A7 {
	color: #2576d4;
	text-decoration: none;
}
a.A7:hover {
	color: #ff4401;
	text-decoration: none;
}
#footerBlank {
	background-position: left bottom;
	height: 324px;
	width: 100%;
	background-image: url(../layout/bg_bot.gif);
	background-repeat: repeat-x;
}
.headerSlogan2 {
	font-style: italic;
	line-height: 30px;
	color: black;
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 23px;
	width: 1000px;
	padding: 0px;
}
.robotText {
	color: #001d2d;
	margin-right: auto;
	clear: both;
	margin-left: auto;
	width: 1010px;
	padding: 0px;
	line-height: 9px;
	font-size: 10px;
	text-align: center;
}
.georgia12 {
	font-size: 12px;
	font-family: 'Georgia', 'Times New Roman', Arial, "Trebuchet MS";
}
.banPortDiv {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}

