@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	font: 9pt Tahoma, Geneva, sans-serif;
}
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
	height: 100%;
	color: #333333;
	background-image: url(images/bglogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #EAEDF5;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0 0 5px 0;
}
p, pre, blockquote, ul, ol, dl, address {
        margin: 0 1em;
        padding: 0;
}
a {
	color: #005295;
}
a:hover {
	color: #69C;
}
H1 {
	font-size: 10pt;
	color: #005295;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
.login {
	padding: 10px 5px 5px 15px;
}
.login input[type="submit"] {
	width: 75px ! important;
	background-color: #FF3300;
	font-weight: bold;
	font-size: 7pt;
}
.login input {
	margin: 0 5px 0 0;
}
form label {
	display: block;
	cursor: pointer;
	width: 100px;
	font-size: 7pt;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-size: 8pt;
		font-family: inherit;
}
.form-item {
/*	float: left;*/
}
.form-item label {
	font-weight: normal;
}
.form-radios .form-item {
        display: inline;
}
#slider TABLE TD {
	vertical-align: top;
}
SPAN.linksign {
	color: #005295;
}
/* container styles */
TABLE#maincontainer {
	height: 100%;
}
DIV#innercontainer {
	width: 800px;
	height: 570px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: left;
	background-image: url(images/bgcontainer.png);
}
DIV#secmenu {
	margin: 10px 0;
	padding: 0;
	font-size: 9px;
	clear: both;
}
DIV#secmenu UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
DIV#secmenu UL LI {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	width: 150px;
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #6082B6;
}
DIV#secmenu UL LI A {
	display: block;
	width: 140px;
	height: 100px;
	padding: 3px 0 0 10px;
	background-image: url(images/arrow.png);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
DIV#secmenu UL LI A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
DIV#backbutton {
	display: block ! important;
	position: absolute ! important;
	z-index: 800 ! important;
	margin: -29px 0 0 0;
	padding: 2px 0 0 35px;
	width: 135px;
	height: 18px;
	background-image: url(images/arrowback.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}
DIV#secmenu UL LI#sec1 {
	background-image: url(images/sadala01.png);
}
DIV#secmenu UL LI#sec2 {
	background-image: url(images/sadala02.png);
}
DIV#secmenu UL LI#sec3 {
	background-image: url(images/sadala03.png);
}
DIV#secmenu UL LI#sec4 {
	background-image: url(images/sadala04.png);
}
DIV#secmenu UL LI#sec5 {
	background-image: url(images/sadala05.png);
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
DIV#empty {
	clear: both;
	height: 15px;
}
/* other styles */
DIV#logo {
	float: left;
	width: 154px;
	height: 40px;
	padding: 5px 0 0 8px;
}
DIV#lang {
	float: right;
	padding: 0 5px 0 0;
	font-size: 8pt;
	font-weight: bold;
}
DIV#contacts {
	clear: right;
	float: right;
	padding: 0 5px 0 0;
	font-size: 8pt;
	font-weight: bold;
}
DIV#lang A, DIV#contacts A {
	display: block;
	float: right;
	text-decoration: none;
	padding: 3px;
	color: #005295;
}
DIV#lang A:hover, DIV#contacts A:hover {
	text-decoration: none;
	padding: 3px;
	background-color: #FFF;
	color: #005295;
}
DIV#copy {
	text-align: right;
	font-size: 8px ! important;
	padding: 20px 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #005295;
}
#holder {
	clear: both;
	width: 800px;
	height: 379px;
	margin: 5px auto;
/*	border: 1px solid #F00;*/
}
#idtwo {
	background-image: url(images/bridge.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
/* TABLE.notation */
TABLE.notation TD {
	background-repeat: no-repeat;
}
TABLE.notation TD.text {
	background-image: url(images/txttbltext.png);
	background-repeat: repeat;
	padding: 0 0.5em 0 0.5em;
}
TABLE.notation TD.text {
	color: #E6E7E8;
}
TABLE.notation TD.text H1 {
	color: #FFFFFF;
}
TABLE.notation.sub TD.text H1 {
	color: #FFFFFF;
	padding: 0;
}
TABLE.notation TD.text p {
        margin: 0 0 0.5em 0;
        padding: 0;
}
TABLE.notation TD.text a {
	color: #E6E7E8;
}
TABLE.notation TD.top {
	background-image: url(images/txttblbrdtop.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TABLE.notation TD.bot {
	background-image: url(images/txttblbrdbot.png);
	background-repeat: repeat-x;
	background-position: top left;
}
TABLE.notation TD.left {
	background-image: url(images/txttblbrdlft.png);
	background-repeat: repeat-y;
	background-position: top right;
}
TABLE.notation TD.right {
	background-image: url(images/txttblbrdrgt.png);
	background-repeat: repeat-y;
	background-position: top left;
}
TABLE.notation TD.tl {
	background-image: url(images/txttblcornertl.png);
	background-position: bottom right;
}
TABLE.notation TD.tr {
	background-image: url(images/txttblcornertr.png);
	background-position: bottom left;
}
TABLE.notation TD.bl {
	background-image: url(images/txttblcornerbl.png);
	background-position: top right;
}
TABLE.notation TD.br {
	background-image: url(images/txttblcornerbr.png);
	background-position: top left;
}
TABLE.notation TABLE TD {
	background: none;
}

/* TABLE.announcement */
TABLE.announce TABLE TD {
	vertical-align: top;
	background: none;
}
TABLE.announce TD {
	background-image: url(images/txtwhttblcorners.png);
	background-repeat: no-repeat;
}
TABLE.announce TD.text {
	background-image: url(images/txtwhttbltext.png);
	background-repeat: repeat;
	padding: 0 0.5em 0 0.5em;
}
TABLE.announce TD.text p {
        margin: 0 0 0.5em 0;
        padding: 0;
		color: #333333;
}
TABLE.ent TD.text, TABLE.subcompany TD p, TABLE.subcompany TABLE  {
	font-size: 8pt;
}
TABLE.announce TD.text p a {
		color: #333333;
}
TABLE.announce TD.text IMG {
	float: left;
	margin-right: 5px;
}
TABLE.ent TD.text IMG {
	float: none;
	margin-bottom: 5px;
}
TABLE.announce TD.top {
	background-image: url(images/txtwhttblbrdtop.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TABLE.announce TD.bot {
	background-image: url(images/txtwhttblbrdbot.png);
	background-repeat: repeat-x;
	background-position: top left;
}
TABLE.announce TD.left {
	background-image: url(images/txtwhttblbrdlft.png);
	background-repeat: repeat-y;
	background-position: top right;
}
TABLE.announce TD.right {
	background-image: url(images/txtwhttblbrdrgt.png);
	background-repeat: repeat-y;
	background-position: top left;
}
TABLE.announce TD.tl {
	background-position: bottom right;
}
TABLE.announce TD.tr {
	background-position: bottom left;
}
TABLE.announce TD.bl {
	background-position: top right;
}
TABLE.announce TD.br {
	background-position: top left;
}
/* text styles */
DIV.textcontainer, DIV#textindex, DIV#text1, DIV#text11, DIV#text12, DIV#text13, DIV#text14, DIV#text15, DIV#text4, DIV#text41, DIV#text42, DIV#text43, DIV#text44, DIV#text45, DIV#text46, DIV#text5, DIV#text51, DIV#text52 {
	clear: both;
	width: 800px;
	height: 379px;
	background-position: center center;
	background-repeat: no-repeat;
}
DIV#textcontacts {
	background-image: none;
}
DIV#textindex {
	background-image: url(images/bgtextindex.jpg);
}
DIV#text1 {
	background-image: url(images/bgtext1.jpg);
}
DIV#text11 {
	background-image:  url(images/bgtext11.jpg);
}
DIV#text12 {
	background-image: url(images/bgtext12.jpg);
}
DIV#text13 {
	background-image: url(images/bgtext13.jpg);
}
DIV#text14 {
	background-image: url(images/bgtext14.jpg);
}
DIV#text15 {
	background-image: url(images/bgtext15.jpg);
}
DIV#text212 {
	background-image: url(images/bgtext212.jpg);
}
DIV#text213 {
	background-image: url(images/bgtext213.jpg);
}
DIV#text214 {
	background-image: url(images/bgtext214.jpg);
}
DIV#text215 {
	background-image: url(images/bgtext215.jpg);
}
DIV#text216 {
	background-image: url(images/bgtext216.jpg);
}
DIV#text217 {
	background-image: url(images/bgtext217.jpg);
}
DIV#text2111 {
	background-image: url(images/bgtext2111.jpg);
}
DIV#text2112 {
	background-image: url(images/bgtext2112.jpg);
}
DIV#text2113 {
	background-image: url(images/bgtext2113.jpg);
}
DIV#text2114 {
	background-image: url(images/bgtext2114.jpg);
}
DIV#text2115 {
	background-image: url(images/bgtext2115.jpg);
}
DIV#text2116 {
	background-image: url(images/bgtext2116.jpg);
}
DIV#text222 {
	background-image: url(images/bgtext222.jpg);
}
DIV#text223 {
	background-image: url(images/bgtext223.jpg);
}
DIV#text224 {
	background-image: url(images/bgtext224.jpg);
}
DIV#text225 {
	background-image: url(images/bgtext225.jpg);
}
DIV#text226 {
	background-image: url(images/bgtext226.jpg);
}
DIV#text2220 {
	background-image: url(images/bgtext2220.jpg);
}
DIV#text2222 {
	background-image: url(images/bgtext2222.jpg);
}
DIV#text2223 {
	background-image: url(images/bgtext2223.jpg);
}
DIV#text2224 {
	background-image: url(images/bgtext2224.jpg);
}
DIV#text2225 {
	background-image: url(images/bgtext2225.jpg);
}
DIV#text241 {
	background-image: url(images/bgtext241.jpg);
}
DIV#text4 {
/*	background-image: url(images/bgtext4.jpg);*/
}
DIV#text41 {
	background-image: url(images/bgtext41.jpg);
}
DIV#text42 {
	background-image: url(images/bgtext42.jpg);
}
DIV#text43 {
	background-image: url(images/bgtext43.jpg);
}
DIV#text44 {
	background-image: url(images/bgtext44.jpg);
}
DIV#text45 {
	background-image: url(images/bgtext45.jpg);
}
DIV#text46 {
	background-image: url(images/bgtext46.jpg);
}
DIV#text5 {
	background-image: url(images/bgtext5.jpg);
}
DIV#text51 {
	background-image: url(images/bgtext51.jpg);
}
DIV#text52 {
	background-image: url(images/bgtext52.jpg);
}
DIV.textnav1, DIV.textnav2 {
	margin: 10px 0 0 20px;
	width: 17px;
	height: 20px;
}
DIV.textnav2 {
	margin-right: 20px;
	float: right;
}
DIV#text1link {
	text-align: right;
	padding-top: 60px;
	padding-right: 40px;
}
/* default announcement width */
TABLE.announce {
	width: 200px;
}
/* default notation width */
TABLE.notation {
	width: 450px;
	padding: 35px 0 0 35px;
}
TABLE.subcompany {
	margin-left: 25px;
	padding: 10px 0 0 0;
}
DIV#textnews P {
	margin: 30px 30px 0 55px;
	line-height: 1.5;
}
P.links {
	margin: 30px 0 0 0;
	line-height: 2;
}
P.links A.active {
	font-weight: bold;
	color: #666;
}
TABLE.address {
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 5px;
	border-top: 1px solid #333;
}
TABLE.address.noleft {
	margin-left: 25%;
}
P.stats {
	margin: 30px 0 0 0;
	padding-left: 10px;
	border-left: 1px solid #333;
}
DIV#textcontacts TABLE.notation {
	padding: 55px 0 0 25px;
	width: 310px;
}
DIV#text1 TABLE.notation {
	margin: 0 0 0 355px;
	padding: 105px 0 0 0;
	width: 410px;
}
DIV#text11 TABLE.notation {
	margin: 0 0 0 35px;
	padding: 85px 0 0 0;
	width: 410px;
}
DIV#text12 TABLE.notation {
	padding: 185px 0 0 25px;
	width: 440px;
}
DIV#text13 TABLE.notation {
	margin: 0 0 0 355px;
	padding: 130px 0 0 0;
	width: 410px;
}
DIV#text13 TABLE.announce {
	margin: 225px 0 0 35px;
}
DIV#text14 TABLE.notation {
	margin: 0 0 0 35px;
	padding: 85px 0 0 0;
	width: 410px;
}
DIV#text15 TABLE.notation {
	margin: 0 0 0 355px;
	padding: 75px 0 0 25px;
	width: 410px;
}
DIV#text15 TABLE.announce {
	margin: 0 0 0 565px;
	padding: 20px 0 0 0;
}
DIV#text2 TABLE.notation {
	padding: 5px 0 0 25px;
}
DIV#text2 TABLE#products {
	font-size: 8pt;
}
DIV#text212 TABLE.notation {
	margin: 0 0 0 425px;
	padding: 15px 0 0;
	width: 350px;
}
DIV#text213 TABLE.notation {
	margin: 0 0 0 355px;
	padding: 15px 0 0;
	width: 420px;
}
DIV#text214 TABLE.notation {
	margin: 0 0 0 35px;
	padding: 35px 0 0 0;
	width: 410px;
}
div#text215 table.notation {
	margin: 0 0 0 15px;
	padding: 10px 0 0;
	width: 425px;
}
div#text215 table.rus {
	width: 525px;
}
DIV#text216 TABLE.notation {
	margin: 0 0 0 425px;
	padding: 25px 0 0;
	width: 350px;
}
div#text217 table.notation {
	margin: 0 0 0 25px;
	padding: 25px 0 0;
	width: 250px;
}
DIV#text2111 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 100px 0 0 0;
	width: 410px;
}
DIV#text2112 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 170px 0 0 0;
	width: 410px;
}
div#text2113 table.notation {
	margin:0 0 0 580px;
	padding:25px 0 0;
	width:200px;
}
DIV#text2114 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 140px 0 0 0;
	width: 410px;
}
DIV#text2115 TABLE.notation {
	margin: 0 0 0 465px;
	padding: 35px 0 0;
	width: 310px;
}
div#text2116 table.notation {
	margin: 0 0 0 15px;
	padding: 5px 0 0;
	width: 475px;
}
div#text2116 table.notation.rus {
	width: 575px;
}
div#text2116 table.notation.eng {
	padding: 15px 0 0;
	width: 560px;
}
DIV#text222 TABLE.notation {
	margin: 0 0 0 290px;
	padding: 55px 0 0 0;
	width: 470px;
}
div#text223 table.notation {
	margin: 0 0 0 550px;
	padding: 40px 0 0;
	width: 225px;
}
div#text223 table.notation.rus {
	margin: 0 0 0 550px;
	padding: 35px 0 0;
	width: 225px;
}
div#text224 table.notation {
	margin: 0 0 0 420px;
	padding: 25px 0 0;
	width: 360px;
}
div#text224 table.notation.rus {
	margin: 0 0 0 380px;
	padding: 25px 0 0;
	width: 400px;
}
DIV#text225 TABLE.notation {
	margin: 0 0 0 445px;
	padding: 25px 0 0;
	width: 330px;
}
DIV#text225 TABLE.notation.rus {
	margin: 0 0 0 405px;
	padding: 25px 0 0;
	width: 370px;
}
DIV#text226 TABLE.notation {
	margin: 0 0 0 25px;
	padding: 45px 0 0;
	width: 360px;
}
DIV#text226 TABLE.notation.rus {
	margin: 0 0 0 25px;
	padding: 35px 0 0;
	width: 400px;
}
DIV#text2220 TABLE.notation {
	margin: 0 0 0 265px;
	padding: 35px 0 0 0;
	width: 500px;
}
DIV#text2222 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 105px 0 0 0;
	width: 410px;
}
DIV#text2223 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 105px 0 0 0;
	width: 410px;
}
DIV#text2224 TABLE.notation {
	margin: 0 0 0 260px;
	padding: 75px 0 0 0;
	width: 500px;
}
DIV#text2225 TABLE.notation {
	margin: 0 0 0 280px;
	padding: 75px 0 0 0;
	width: 480px;
}
DIV#text2226 TABLE.notation {
	margin: 0 0 0 350px;
	padding: 75px 0 0 0;
	width: 410px;
}
DIV#text231 TABLE.notation {
	margin: 0 0 0 35px;
	padding: 55px 0 0 0;
	width: 575px;
}
DIV#text241 TABLE.notation {
	margin: 0 0 0 25px;
	padding: 15px 0 0;
	width: 575px;
}
DIV#text4 TABLE.notation {
	padding: 35px 0 0 35px;
}
TABLE#enterprises {
	margin-top: 35px;
}
TABLE.sub {
	margin-top: 0;
	padding-top: 0;
}
TABLE#products {
	margin-top: 10px;
}
DIV#text41 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px ! important;
}
DIV#text41 TABLE.announce {
	margin: 15px 0 0 25px;
}
DIV#text42 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px;
}
DIV#text42 TABLE.announce {
	margin: 15px 0 0 25px;
}
DIV#text43 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px;
}
DIV#text43 TABLE.announce {
	margin: 15px 0 0 25px;
}
DIV#text44 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px;
}
DIV#text44 TABLE.announce {
	margin: 15px 0 0 25px;
}
DIV#text45 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px;
}
DIV#text45 TABLE.announce {
	margin: 0 0 0 25px;
	padding: 15px 0 0 0;
}
DIV#text46 TABLE.notation {
	margin: 0 0 0 235px;
	padding: 15px 0 0 0;
	width: 540px;
}
DIV#text46 TABLE.announce {
	margin: 15px 0 0 25px;
}
DIV#text51 TABLE.notation {
	margin: 0 0 0 25px;
	padding: 45px 0 0 0;
	width: 520px;
}
DIV#text52 TABLE.notation {
	display: inline-table;
	width: 480px;
	margin: 160px 0 0 25px;
	padding: 0 0 0 25px;
}

/**/
TABLE.announce.ent {
	margin-right: 15px ! important;
}
TABLE.notation.ent {
	margin: 0 ! important;
	width: 60% ! important;
}
ol#controls {
	margin: -28px 0 0 3em ! important;
}
ol#controls li a {
	background: none ! important;
	border: none ! important;
	color: #005295 ! important;
	float:left;
	height:22px ! important;
	line-height:22px ! important;
	padding:0 6px ! important;
	text-decoration:none;
	font-size: 9pt ! important;
}
ol#controls li.current a {
	background: none ! important;
	color: #005295 ! important;
}
ol#controls li.current a:hover, ol#controls li a:hover {
	background: none ! important;
	background-color: #FFF ! important;
}