img{border:none;}


.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 4;
	float: right;
  margin-right: 214px;
  margin-bottom: 10px;
  display: inline;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
  background:url(/resources/images/panetrack.png) no-repeat center top;
  background-repeat: repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
  right: 0;
	cursor: pointer;
	overflow: hidden;
  display: inline;
	background:url(/resources/images/slider.png) no-repeat left top;
	height:35px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/resources/images/arrow_up.png) no-repeat center top;
	height:23px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
  background:url(/resources/images/arrow_down.png) no-repeat center top;
	height:23px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* This file skins dialog */

.flora .ui-dialog,
.flora.ui-dialog {
	background-color: #f9f9f9;
}

.flora .ui-dialog .ui-dialog-titlebar,
.flora.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background: #f9f9f9 url(/resources/images/dialog-title.gif) repeat-x;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

.flora .ui-dialog.ui-draggable .ui-dialog-titlebar,
.flora.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.flora .ui-dialog .ui-dialog-titlebar-close,
.flora.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(/resources/images/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.flora .ui-dialog .ui-dialog-titlebar-close span,
.flora.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.flora .ui-dialog .ui-dialog-titlebar-close-hover,
.flora.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(/resources/images/dialog-titlebar-close-hover.png) no-repeat;
}

.flora .ui-dialog .ui-dialog-title,
.flora.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.flora .ui-dialog .ui-dialog-content,
.flora.ui-dialog .ui-dialog-content {
  	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.flora .ui-dialog .ui-dialog-buttonpane,
.flora.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.flora .ui-dialog .ui-dialog-buttonpane button,
.flora.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.flora .ui-dialog .ui-resizable-n,
.flora.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(/resources/images/dialog-n.gif) repeat scroll center top; }

.flora .ui-dialog .ui-resizable-s,
.flora.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(/resources/images/dialog-s.gif) repeat scroll center top; }

.flora .ui-dialog .ui-resizable-e,
.flora.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(/resources/images/dialog-e.gif) repeat scroll right center; }

.flora .ui-dialog .ui-resizable-w,
.flora.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(/resources/images/dialog-w.gif) repeat scroll right center; }

.flora .ui-dialog .ui-resizable-se,
.flora.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(/resources/images/dialog-se.gif); }

.flora .ui-dialog .ui-resizable-sw,
.flora.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(/resources/images/dialog-sw.gif); }

.flora .ui-dialog .ui-resizable-nw,
.flora.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(/resources/images/dialog-nw.gif); }

.flora .ui-dialog .ui-resizable-ne,
.flora.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(/resources/images/dialog-ne.gif); }



@charset "windows-1251";
#content font{
  text-align:left;
}

#content p{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0px;
}

#wa{
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

#nav_pager a{
  color: #848484;
  padding-left: 5px;
  padding-right: 5px;
}
#nav_pager .highlight{
  background:url(/img/select.png);
  font-weight: bold;
}
#slidephoto{
  width: 200px;
  height: 331px;

  position: absolute;
  left: 650px;
  bottom:-2px;
  z-index: 4;
}

body{
  background:url(/img/backlines.jpg);
  background-repeat:repeat;
  margin:0px;
}

#dialog{
  display: inline;
  position: absolute;
}
#headerbackground {
  background:url(/img/headerbacklines.jpg);
  background-repeat:repeat;
  margin:0px;
  height: 1000px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#holder {
  height: auto;
  width: 852px;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  top: 20px;
}
#upmainholder {
  height: 81px;
  width: 851px;
  position: relative;
  
  z-index: 1;
}

#contentholder {
  background-color: #efefef;
  position: relative;
  z-index: 1;
  float: left;
  width: 851px;
}


#contentgrad {
  background:url(/img/contentgrad.jpg);
  position: absolute;
  left:0px;
  top:0px;
  z-index: 2;
  height: 250px;
  float: left;
  width: 851px;
}



#centermainholder {
  background-color: #c4c4c4;
  height: 302px;
  width: 851px;
  position: relative;
}

#downmainholder {
  height: 46px;
  width: 851px;
  position: relative;
  z-index: 1;
  background-color: #c4c4c4;
}
#downmainholder_other {
  height: 46px;
  width: 851px;
  position: relative;
  z-index: 1;
  background-color: #adadad;
}


#rightmenu {
  height: 292px;
  background-color:#000000;
  position: relative;
  float: right;
  width: 203px;
  z-index: 2;
  padding-top: 10px;
}
.menuitem {
  height: 47px;
  position: relative;
  left:15px;
  float: left;
  width: 172px;
  z-index: 2;
}
#photoblock{
  height: 302px;
  position: relative;
  float: left;
  width: 648px;
  z-index: 1;
  font-size: 0px;
}
#photorightcorner{
  background:url(/img/rcorner.png);
  top: 0px;
  right: 0px;
  height: 12px;
  width: 12px;
  position: absolute;
  z-index: 1;
}

#warning {
  height: 60px;
  width: 841px;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 10px;
  background-color: #c4c4c4;
}

.banneritem{
  width:255px;
  height:184px;
  float: left;
  margin-left: 21px;
  display: inline;
}  
#downholder {
  height: 38px;
  width: 851px;
  z-index: 2;
  float: left;
  position: relative;
}
#downholdershadow {
  height: 250px;
  width: 851px;
  position: relative;
  z-index: 2;
  float: left;
}

#contentheader {
  background-repeat:no-repeat;
  height: 50px;
  position: relative;
  width: 635px;
  float:right;
  z-index: 2;
  margin-top: 5px;
}

#content {
  position: relative;
  margin-right: 214px;
  display: inline;
  width: 400px;
  float:right;
  z-index: 2;
  padding-left:1px;
  padding-top:10px;
  padding-bottom:5px;
  padding-right:5px;
  overflow: hidden;
  height: 330px;
}

#leftmenu {
  height: auto;
  width: 205px;
  z-index: 2;
  position: absolute;
  top: 25px;
}
#leftmenu_selected {
  height: 28px;
  width: 205px;
  z-index: 2;
  position: relative;
  margin-bottom: 0px;
}
.leftmenuitem {
  height: 21px;
  width: 147px;
  z-index: 2;
  position: relative;
  border-top: 1px solid #747474;
  padding-top: 2px;
  padding-left: 40px;
  overflow: hidden;
  background:url(/img/bullet.gif);
  background-position: 15px 7px;
  background-repeat: no-repeat;
  
}

.leftmenuitemtext, .leftmenuitem a, .leftmenuitem a:visited, .leftmenuitem a:hover{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
  color: #707070;!important;
  height: 25px;
  overflow: hidden;
}

.text10{
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text11{
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text12{
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text16{
  font-size: 16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text14{
  font-size: 14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.title20{
  font-size: 20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#leftmenutitle {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  left: 40px;
  top: 2px;
  overflow: hidden;
  width: 145px;
  font-size: 11px;
  height: 24px;
  color: #ffffff;
  z-index: 1;
}
#downmainholdertitle {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  width: 600px;
  height: 22px;
  left: 25px;
  top: 12px;
  color: #ffffff;
  z-index: 1;
}

#downmainholderflags {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  width: 160px;
  height: 22px;
  right: 10px;
  top: 10px;
  color: #ffffff;
  z-index: 1;
}

#downmainholderflags1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  width: 760px;
  height: 22px;
  left: 20px;
  top: 10px;
  color: #ffffff;
  z-index: 1;
}


.leftmenusubitem {
  background-color: #848484;
  padding-left: 12px;
  width: 175px;
  height: 19px;
  padding-top: 5px;
  overflow: hidden;
}

.text_selected{
  color: black;
}


.leftmenubullet {
  font-size: 10px;
  font-family: Tahoma;
  padding-right: 10px;
  font-weight: normal;
}

.subitemselected{
  padding-left: 12px;
  background:url(/img/submenu_sel.jpg);
  background-repeat: no-repeat;
}

.selected{
  font-weight:bold
}


.leftmenusubitemtext, .leftmenusubitem a, .leftmenusubitem a:visited, .leftmenusubitem a:hover{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #d1d1d1;
  text-decoration: none;
}

.black{
  color: black;
}
.white{
  color: white;
}


a, a:visited, a:hover {
    color: #ffffff;
    text-decoration: underline;
}
 /* pravoe-menu */
.menuitem {text-decoration-none;}
.prob {
       height:34px;margin-bottom:6px;display:block;
       text-decoration: none;
       padding-left:49px;
       padding-top:6px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size:13px;
       font-weight:bold;
       letter-spacing:0,1em;
      
       color:#fffafb !important;       
       }
.prob:hover {text-decoration: none; }
#a,#b,#f{line-height:170%;}
#c, #d, #g{line-height:90%;}

#a{background:url(/img/buttons/about_out0.jpg);background-repeat:no-repeat;}
#a:hover{background:url(/img/buttons/about_in0.jpg);background-repeat:no-repeat;}
#b{background:url(/img/buttons/serv_out0.jpg);background-repeat:no-repeat;}
#b:hover{background:url(/img/buttons/serv_in0.jpg);background-repeat:no-repeat;}
#c{background:url(/img/buttons/corp_out0.jpg);background-repeat:no-repeat;}
#c:hover{background:url(/img/buttons/corp_in0.jpg);background-repeat:no-repeat;}
#d{background:url(/img/buttons/tur_out_en0.jpg);background-repeat:no-repeat;}
#d:hover{background:url(/img/buttons/tur_in_en0.jpg);background-repeat:no-repeat;}
#f{background:url(/img/buttons/assoc_out0.jpg);background-repeat:no-repeat;}
#f:hover{background:url(/img/buttons/assoc_in0.jpg);background-repeat:no-repeat;}
#g{background:url(/img/buttons/proc_out0.jpg);background-repeat:no-repeat;}
#g:hover{background:url(/img/buttons/proc_in0.jpg);background-repeat:no-repeat;}

/*verhnee-menu*/
.prob1 {
        display:block;
        width:130px;
        height:81px;
        text-align:center;
        line-height:5;
        text-decoration:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        background:url(/img/mhup010.png);color:#d7d7d7 !important;
               
        }
.prob1:hover {color:#ee1c25 !important;text-decoration:none;
        text-shadow: #ee1c25 0px 0px 8px;
filter: glow(color=#ee1c25,strength=8); /*  IE */}

/*2****/
.prob2 {
        display:block;
        width:84px;
        height:81px;
        text-align:center;
        line-height:5;
        text-decoration:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        background:url(/img/mhup020.png);color:#d7d7d7 !important;
               
        }
.prob2:hover {color:#ee1c25 !important;text-decoration:none;
        text-shadow: #ee1c25 0px 0px 8px;
filter: glow(color=#ee1c25,strength=8); /*  IE */}

/*3****/
.prob3 {
        display:block;
        width:88px;
        height:81px;
        text-align:center;
        line-height:5;
        text-decoration:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        background:url(/img/mhup030.png);color:#d7d7d7 !important;
               
        }
.prob3:hover {color:#ee1c25 !important;text-decoration:none;
        text-shadow: #ee1c25 0px 0px 8px;
filter: glow(color=#ee1c25,strength=8); /*  IE */}


/*4****/
.prob4 {
        display:block;
        width:88px;
        height:81px;
        text-align:center;
        line-height:5;
        text-decoration:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        background:url(/img/mhup040.png);color:#d7d7d7 !important;
               
        }
.prob4:hover {color:#ee1c25 !important;text-decoration:none;
        text-shadow: #ee1c25 0px 0px 8px;
filter: glow(color=#ee1c25,strength=8); /*  IE */}

