html, body {
	height: 100%;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    color: #3E3E3E;
    font-family: "Times New Roman", serif;

    font-size: 12pt;
}

P {
  margin-top: 0px;
  line-height: 1.3em;
  font-size: 12pt;
}

HR {
    color: #EFEFEF;
    background-color: #EFEFEF;

}

.small {
 font-size: 8pt;
}

.medium {
  font-size: 11pt;
}

H1 {
  font-size: 20pt;
  font-weight: normal;
  margin: 0px 0px 14px 0px;
  color: #3E3E3E;
}

H2 {
  font-size: 16pt;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  color:#666666;
}

H3 {
  color:#1D368A;
  font-weight: bold;
  font-size: 13pt;
  margin: 0px 0px 8px 0px;
}

.date {
  color: gray;
  font-size: 10pt;
  text-decoration: italic;
}



A {
  text-decoration: underline;
  color: #597cee;
}

A:hover {
  text-decoration: none;
  color: #a3a3a3;
}
A.doc {
	padding-left: 18px;
	background: url(/images/doc.gif) no-repeat left center; 
	display:block;
	margin-bottom: 8px;
}


A.link1 {
  font-size: 12pt;
  color: #001B70;

}

A.link1:hover {
  background-color: #FEFFF6;
}

A.link2 {
  color: #707070;
  text-decoration: underline;
}

A.link2:hover {
  text-decoration: none;
}



#head {
  height: 207px;
  border-bottom: 5px solid #D0E8F5;
  border-top: 5px solid #6FB9F1;
  background: url(/images/clouds.jpg) repeat-x #D9EEFF;
}

#head .inside2 {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

#head .inside1 {
  background: url(/images/girl.jpg) no-repeat left bottom;
  height: 207px;

}

#voloshonok {
  position: absolute;
  top: 90px;
  right: 60px;
}

#lng {
  position: absolute;
  right: 50px;
  top: 0px;
}

#lng .item {
  background: url(/images/lng_bg.png) repeat-x;
  padding: 0px 5px 0px 5px;
}

#lng .item A {
  text-decoration: none;
  font-size: 8pt;
}

#lng .item A:hover {
  text-decoration: underline;
}


#lngrus {
  padding: 0px 0px 0px 20px;
  background: url(/images/ico-rus.png) no-repeat left center;
}

#lngukr {
  padding: 0px 0px 0px 20px;
  background: url(/images/ico-ukr.png) no-repeat left center;
}

#lngeng {
  padding: 0px 0px 0px 20px;
  background: url(/images/ico-eng.png) no-repeat left center;
}

#main {
  padding: 20px 0px 0px 0px;
  width: 100%;
  float:left;
  background: url(/images/main_bg.jpg) repeat-x;
}

#main #left{
   width: 26%;
   float: left;
}


#main #center{
   width: 49%;
   float: left;
}

#main #right{
   width: 24%;
   float: right;

}

#bottom {
  float: left;
  width: 100%;
  background: url(/images/bottom_bg.jpg) no-repeat left;
  height: 126px;
  color: #b6b6b6;
  font-size: 10pt;

}

#bottom .inside1 {
  padding: 55px 0px 0px 170px;
}

#bottom .inside2 {
  border-top: 1px solid #b6b6b6;
  padding: 10px 0px 0px 0px;
}



#main #left .inside {
  padding: 0px 20px 0px 60px;
}

#main #right .inside {
  padding: 40px 0px 0px 20px;
}


#left_menu {
  font-size: 16pt;
}

#left_menu .item {
  padding-left: 24px;
  margin-bottom: 10px;
  background: url(/images/bullet01.gif) no-repeat left ;
}

#left_menu .item A {
  color: #474747;
}

#left_menu .item a:hover {
  color: #a3a3a3;
}

#left_menu .subitems {
  padding-left: 40px;
  margin-bottom: 10px;
}

#left_menu .subitem {
  font-size: 14pt;
}

#news_main {

}

#news_main .item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #b6b6b6;
}

#icons {
  position: absolute;
  top: 30px;
  left: 0px;

}

#icons .item {
  margin-bottom: 10px;
  height:35px;
  width: 35px;
  background: url(../images/icon_bg.gif) no-repeat;
  padding: 5px 0px 0px 5px;
}

#featured A {
  display: block;
  text-decoration: none;
}

#featured A:hover {

}

#featured A .f_outside {
    background: url(../images/featured-bg.gif) no-repeat;
    width: 177px;
    height: 161px;

}

#featured A:hover .f_outside {
    background: url(../images/featured-bg.gif) no-repeat;
    background-position: right top;
    cursor: hand;

    width: 177px;
    height: 161px;
}

#featured .f_inside {
 padding: 20px 10px 10px 10px;
}

.foto {
  border: 3px solid #eeeeee;
}

.error {
  color: red;
  font-size: 9pt;
  font-weight: bold;
}