@charset "windows-1251";
@import "reset.css";
/*@import "thickbox.css";*/
@import "block.css.php";

html, body {height: 100%;}

body {
	color: #555;
	/*font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	writting-mode:	lr-tb;
}

h1 {
	font: bold 16px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 30px 50px 20px 50px;
	text-align: center;
	text-transform: none;
}

h3{
	font-size:100%;
	font-weight:bold;
	margin:15px 0 5px;
}

li, p
{
	margin: 6px 2px;
	text-align: left; 
}

a {
	color:#1C6412;
	text-decoration:underline;
}

.clearfloat {
	clear: both; /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	height: 0;
	line-height: 0px;
}

div.hr {
  /*clear: both;*/
	height: 5px;
	background: url(images/hr1.gif) repeat-x scroll center;
	width:100%;
}
div.hr hr {
	display: none;
}


.twoColElsLtHdr #footer {
	/*background: url(images/footer.jpg) left top no-repeat ;*/
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 20px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	/*min-width: 101em;*/
	position: relative;
	margin: -50px auto 0 auto;
	font-style:italic;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	/*margin: 0 auto;*/
	margin: 0 auto 0 284px;
	/*min-height: 100%;*/
	padding: 0;
	text-align: left;
	max-width: 800px;
	background-color: #fff;
}

.twoColElsLtHdr #footer p, .twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	padding: 0px;
	width:auto;
	color:#444;
	min-height: 250px;
	_height: 250px;
	min-width: 38em;
	margin: 25px 15px 50px 0em;
/*	//_margin: 5px 15px 50px 25em;*/
	font-size:130%;
}

.twoColElsLtHdr #sidebar1 {
	/*background: #FFFFFF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	float: left;
	width: 282px; /* since this element is floated, a width must be given */
	margin-left: 0;
	padding: 0;
}

.twoColElsLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 20em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin-right: 1em; 
}

.twoColElsLtHdr #sidebar1 p {
	margin: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0;
	text-align: left;
}

.captcha input{
	width: 90%
}

.captcha small{
	color: #aaa;
}

table.block0{
	width:100%;
}

div.radius_c {
	padding-bottom: 12px;
	position:relative;
}
/*
#register input {
	width: 300px;
	height: auto;
}
#register select {
	width: 304px;
	height: auto;
}*/

table.paginate{
	border-collapse:separate;
	border-spacing:10px;
}



table#topmenu2{
	/*width:80%;	*/
	border-spacing:10px;
	border-collapse:separate;
	margin-right:100px;
}

#topmenu2 td {
	text-align:center;	
	white-space:nowrap;
	padding: 0 15px;
	
}
#topmenu2 td a,.block-title{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-weight:bold;
	color:#1C6412;
	text-decoration:none;
} 
 
#topmenu2 td a:hover,#topmenu2 td a.on{
	color:#77AA23;
	text-decoration:underline;
}

.block-title{
	text-decoration:underline;
}
 
.block-title{
	color:#1C6412;
	font-size: 12pt;
	font-weight:bold;
	height:3em;
	vertical-align:middle;
}

 
table.list tr:nth-child(odd) {background: #f6f6f6}

a#lenru,a#lenua{
	background-image: url(images/ru_ua.gif);	
	background-repeat:no-repeat;
	width:28px;
	height:23px;
	display:inline-block;
	margin: 5px 0 5px 55px;
	float:right;
}
a#lenua{background-position: 0 0 ;}
a#lenua:hover{background-position: 0 -27px;}
a#lenru{background-position: 0 -54px ;}
a#lenru:hover{background-position: 0 -80px ;}


#top {
	/*background: #fff url(images/top.jpg) no-repeat left top ;*/
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}

#topleft {
	background: url(images/tl.png) no-repeat 0 top;
	height: 196px;
	width: 268px;
}

#topright {
	background: url(images/tr.png) no-repeat right top;
	height: 66px;
	width:78px;
}

#logolink{
/*	background: transparent url(images/logo.png) no-repeat scroll right 30px;		*/
	width: 20%;
	height: 140px;
	min-width:154px;
	text-align:right;
	vertical-align:middle;
/*	font-weight: bold;*/
}
#slogan{
	color:6d6d6d;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	font-style:italic;
	font-weight:bold;
	padding: 0 0 0 20px;
}

#topbuttons{
	border-spacing:0px;
	border-collapse:separate;
	width:1000px;
}
#topbuttons td{
	text-align:center;
	padding: 0 15px;
}


#topline{
	background-color: #EBF3FB;
}
#loginLine{
	white-space: nowrap;
	
}

#sitename{
	text-align: center;
	vertical-align: middle;
	font: bold italic 24pt/32pt georgia, Arial, Helvetica, sans-serif; 
	color:grey;
}

#path{
/*	height: 30px;*/
	text-align: left;
	color: #877;
	vertical-align: middle;	
	min-height: 1em;
	padding: 0.2em 1em;
	width:100%;
}

#path a{
	color: #433;
	font-size: x-small;
}


#im_intro,#im_about,#im_0,#im_1,#im_2{
	background-image: url(images/left-image.png);
	background-repeat:no-repeat;
	background-color:#fff;
	color:white;
	font-size:135%;
	font-style:italic;
	/*font-weight: bold;*/
}

#im_intro{
	background-position:-29px 32px;
	height:130px;
	overflow:hidden;
	padding:380px 25px 40px 15px;
	width:217px;
}

#im_0{
	background-position: -29px -1075px;
	height:175px;
	padding:335px 20px 40px 15px;
	width:220px
}

#im_1{
	background-position: -29px -527px;
	height:178px;
	padding:335px 50px 40px 15px;
	width:220px;
}

#im_2{
	background-position: -29px -1628px;
	height:178px;
	padding:335px 50px 40px 15px;
	width:220px;
}

#bottommenu a{
	font-style:normal;
	color:#1C6412;
	font-size:110%;
	text-decoration:none;
}
#bottommenu a:hover{
	text-decoration:underline;
}

#mainContent ul li{
	background: url("images/bul.png") no-repeat scroll 5px -105px transparent;
	padding-left: 25px;
	/*font-style:italic;*/
}
#mainContent ul.dot1{
	list-style:disc inside none;
}
#mainContent ul.dot1 li{
	background-image: none;
	/*url("images/bul.png") no-repeat scroll 6px -86px transparent;
	*/
	padding-left: 10px;
	font-style:italic;
}

div#map {
	height:540px;
	width:800px;
	background: url("uploaded/image/sections/map2.jpg") no-repeat;
}
div#map div {
	/*border:1px solid red;*/
	
}
div#c1,div#c2,div#c3,div#c4{
	color:white;
	font-size:8pt;
	text-align:center;
}
div#address{
	position:relative;
	width:350px;
	height:80px; 
	top:10px; 
	left:450px
}
div#c1{
	height:18px;
	left:63px;
	position:relative;
	top:87px;
	width:93px;
}
div#c2 {
	height:18px;
	left:152px;
	position:relative;
	top:20px;
	width:105px;
}
div#c3 {
	height:18px;
	left:696px;
	position:relative;
	top:77px;
	width:92px;
}

div#c4{
	height:18px;
	left:629px;
	position:relative;
	top:187px;
	width:74px;
}

div#monsectora,div#monsectorb,div#monsectora a,div#monsectorb a {
	position:relative;
	background: url("images/monitoring.png") no-repeat;
}
div#monsectora a,div#monsectorb a{
	display:block;
	float:left;
}

div#monsectora a#ma01{height:118px;width:101px;left:0px;top:0px;}
div#monsectora a#ma01:hover{background-position: 0px -765px;}

div#monsectora a#ma02{height:118px;background-position: -102px 0px;width:102px;left:0px;top:0px;}
div#monsectora a#ma02:hover{background-position: -102px -765px;}

div#monsectora a#ma03{height:118px;background-position: -203px 0px;width:105px;left:0px;top:0px;}
div#monsectora a#ma03:hover{background-position: -203px -765px;}

div#monsectora a#ma04{height:118px;background-position: -308px 0px;width:100px;left:0px;top:0px;}
div#monsectora a#ma04:hover{background-position: -308px -765px;}

div#monsectora a#ma05{height:118px;background-position: -408px 0px;width:101px;left:0px;top:0px;}
div#monsectora a#ma05:hover{background-position: -408px -765px;}

div#monsectora a#ma06{height:118px;background-position: -509px 0px;width:61px;left:0px;top:0px;}
div#monsectora a#ma06:hover{background-position: -509px -765px;}

div#monsectora a#ma07{height:134px;background-position: -58px -118px;width:107px;margin-left:58px;top:0px;}
div#monsectora a#ma07:hover{background-position: -58px -883px;}

div#monsectora a#ma08{height:134px;background-position: -165px -118px;width:48px;left:0px;top:0px;}
div#monsectora a#ma08:hover{background-position: -165px -883px;}

div#monsectora a#ma09{height:134px;background-position: -213px -118px;width:49px;left:0px;top:0px;}
div#monsectora a#ma09:hover{background-position: -213px -883px;}

div#monsectora a#ma10{height:134px;background-position: -262px -118px;width:49px;left:0px;top:0px;}
div#monsectora a#ma10:hover{background-position: -262px -883px;}

div#monsectora a#ma11{height:134px;background-position: -311px -118px;width:50px;left:0px;top:0px;}
div#monsectora a#ma11:hover{background-position: -311px -883px;}

div#monsectora a#ma12{height:134px;background-position: -361px -118px;width:50px;left:0px;top:0px;}
div#monsectora a#ma12:hover{background-position: -361px -883px;}

div#monsectora a#ma13{height:134px;background-position: -411px -118px;width:50px;left:0px;top:0px;}
div#monsectora a#ma13:hover{background-position: -411px -883px;}

div#monsectora a#ma14{height:134px;background-position: -461px -118px;width:50px;left:0px;top:0px;}
div#monsectora a#ma14:hover{background-position: -461px -883px;}

div#monsectora a#ma15{height:134px;background-position: -511px -118px;width:50px;left:0px;top:0px;}
div#monsectora a#ma15:hover{background-position: -511px -883px;}

div#monsectorb a#mb01{height:120px;background-position: -50px -505px;width:61px;margin-left:50px;top:0px;}
div#monsectorb a#mb01:hover{background-position: -50px -250px;}

div#monsectorb a#mb02{height:120px;background-position: -111px -505px;width:101px;left:0px;top:0px;}
div#monsectorb a#mb02:hover{background-position: -111px -250px;}

div#monsectorb a#mb03{height:120px;background-position: -212px -505px;width:101px;left:0px;top:0px;}
div#monsectorb a#mb03:hover{background-position: -212px -250px;}

div#monsectorb a#mb04{height:120px;background-position: -313px -505px;width:103px;left:0px;top:0px;}
div#monsectorb a#mb04:hover{background-position: -313px -250px;}

div#monsectorb a#mb05{height:120px;background-position: -416px -505px;width:103px;left:0px;top:0px;}
div#monsectorb a#mb05:hover{background-position: -416px -250px;}

div#monsectorb a#mb06{height:120px;background-position: -519px -505px;width:95px;left:0px;top:0px;}
div#monsectorb a#mb06:hover{background-position: -519px -250px;}

div#monsectorb a#mb07{height:135px;background-position: -60px -625px;width:52px;margin-left:60px;top:0px;}
div#monsectorb a#mb07:hover{background-position: -60px -370px;}

div#monsectorb a#mb08{height:135px;background-position: -112px -625px;width:50px;top:0px;}
div#monsectorb a#mb08:hover{background-position: -112px -370px;}

div#monsectorb a#mb09{height:135px;background-position: -162px -625px;width:50px;top:0px;}
div#monsectorb a#mb09:hover{background-position: -162px -370px;}

div#monsectorb a#mb10{height:135px;background-position: -212px -625px;width:50px;top:0px;}
div#monsectorb a#mb10:hover{background-position: -212px -370px;}

div#monsectorb a#mb11{height:135px;background-position: -262px -625px;width:47px;top:0px;}
div#monsectorb a#mb11:hover{background-position: -262px -370px;}

div#monsectorb a#mb12{height:135px;background-position: -309px -625px;width:49px;top:0px;}
div#monsectorb a#mb12:hover{background-position: -309px -370px;}

div#monsectorb a#mb13{height:135px;background-position: -358px -625px;width:49px;top:0px;}
div#monsectorb a#mb13:hover{background-position: -358px -370px;}

div#monsectorb a#mb14{height:135px;background-position: -407px -625px;width:49px;top:0px;}
div#monsectorb a#mb14:hover{background-position: -407px -370px;}

div#monsectorb a#mb15{height:135px;background-position: -456px -625px;width:114px;top:0px;}
div#monsectorb a#mb15:hover{background-position: -456px -370px;}


div#monsectora{
	width:619px;
	height:255px;
	background-position: 0px 0px;
}
div#monsectorb{
	width:619px;
	height:255px;
	background-position: 0px -505px;
}

.txt.tbfield0{
	padding:10px;
}

.txt.tbfield0 label{
	width:25%;
	display:inline-block;
	text-align:right;
}
.txt.tbfield0 input{
	width:50%;
	
}
