#fon{
  margin:0 auto;
  position:absolute;
  width:1024px;
  height:908px;
  top:0;
  left:0px;
  background:url('../fon.jpg');
  opacity:0.5;  
  z-index:130;
}

html {
    min-width: 1000px; 
    background: #a6caf5 url('../img/fon.jpg') center top repeat-y;
    }

html, body{
  height:100%;
  min-height:100%;
  width:100%;
  font:12px Tahoma, Sans-serif;
}

body {
    background: url(../img/header.jpg) center top no-repeat;
}
img{
  border:0;
}

a:link, a:visited{
  color:black;
  text-decoration:underline;
}
a:hover{
  text-decoration:none;
}

h1{
  font-size:16px;
  margin:15px auto;
  text-align:center;
  font-weight:bold;
}
h2{
  font-size:14px;
  margin:10px 0;
}
h3{
  font-size:16px;
  margin:10px 0;
}
#page{
  width:1024px;
  margin: 0 auto;
  overflow:hidden;
  height:auto !important;
  min-height:100%;
  height:100%;
  position: relative;
}

#header{
  width:1024px;
  height: 360px;
  float: left;
  position:relative;
}
#lang_rus,#lang_eng{
  position:absolute;
  display:block;
  width:24px;
  height:16px;
  background: url('../img/lang.png') left top no-repeat;
  right:20px;
  top:23px;
  z-index: 150;
}
#lang_eng{
  background-position: left bottom;
  top:47px;
}
/* логотип */
#logo{
  background:url('../img/logo.jpg') left top no-repeat;
  width:189px;
  height:52px;
  position:absolute;
  left:25px;
  top:25px;
  padding:60px 0 0 75px;
  letter-spacing:10px;
  white-space:nowrap;
  color:#001C54;
  z-index: 150;
}
#logo:link,#logo:visited{
  text-decoration:none;
}
#logo:hover{
  text-decoration:none;
}
/* активная фотография */
#act_photo{
  width:500px;
  height:400px;
  position:absolute;
  left:460px;
  top:160px;
}
.p1_static{
  background:url('../img/photo1.jpg') 115px 15px no-repeat !important;
}
.p2_static{
  background:url('../img/photo2.png') 20px 65px no-repeat !important;
}
.p1{
  background:url('../img/photo2.png') 20px 65px no-repeat;
}
.p2{
  background:url('../img/photo1.jpg') 115px 15px no-repeat;
}

/* меню */
#menu{
/*    width: auto;  */
  height:30px;  
  position:relative;
  font-size:15px;
/*   left:40px;
  top:460px; */
  padding-top:330px;
  padding-left: 60px;
  z-index:140;
}
#menu h3{
  font-size:14px !important;
  font-weight:bold;
  margin:0;
  cursor:default;
  font-weight:bold;
  
}
#menu a:link, #menu a:visited{
  display:block;
  float:left;
  color:black;  
  text-decoration:none;
  padding:5px 10px;
}
#menu ul{
  float:left;
  padding:5px 10px;
  line-height:20px;
}
#menu ul div{
  display:none;
}
#menu ul a:link, #menu ul a:visited{
  color:white;
  text-decoration:underline;
  cursor:default; 
  float:none;
  font-size:14px;
  padding:0;
}
#menu ul h3 a{
  display:block !important;
  font-size:14px !important;
  color:black !important;
  text-decoration:none !important;
  font-weight:bold !important;
}
#menu ul a:hover{
  text-decoration:none;
}







#menu2{
  /* width: 450px; */
  height:30px;  
  position:relative;
  font-size:15px;
  margin-top: -30px;
  margin-left: 470px;
  /* padding-left: 550px; */
/*   left:550px;
  top:460px; */
  z-index:140;
}
#menu2 h3{
  font-size:14px !important;
  font-weight:bold;
  margin:0;
  cursor:default;
  font-weight:bold;
}
#menu2 a:link, #menu2 a:visited{
  display:block;
  float:left;
  color:black;  
  text-decoration:none;
  padding:5px 10px;
}
#menu2 ul{
  float:left;
  padding:5px 10px;
  line-height:20px;
}
#menu2 ul div{
  display:none;
}
#menu2 ul a:link, #menu2 ul a:visited{
  color:white;
  text-decoration:underline;
  cursor:default; 
  float:none;
  font-size:14px;
  padding:0;
}
#menu2 ul h3 a{
  display:block !important;
  font-size:14px !important;
  color:black !important;
  text-decoration:none !important;
  font-weight:bold !important;
}
#menu2 ul a:hover{
  text-decoration:none;
}








/* контент */
#content{ 
  float:left; 
  margin: 10px 0 0 130px;
  width:770px;
  position:relative;
  z-index:130;
  min-height:200px;
}
#content img{
  margin:10px;
}
#content p{
  margin-top:10px;
}
#current_page{
  font-size:15px;
  font-weight:bold;
  margin:10px 0;
}





/* ********** MEDIA-BLOCK (блок с фото, видео и погодой) ********** */
#media-block {
    width: 172px;
    right: -100px;
    margin-top: 50px;
    border: 1px solid #9a9a9a;
    
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    behavior: url(./js/PIE.htc); /* IE border-radius */
}

.media-b-inner {
    width: 150px;
    float: left;
    padding: 0 10px;
    border: 1px solid #eeeeee;
    background: #d6e7f9;
    
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    behavior: url(./js/PIE.htc); /* IE border-radius */
    
    
}

    #content #media-block img {margin: 0; }


    /* ****** MEDIA-PHOTO ****** */
    .media-photo {
        width: 100%;
        float: left;
        margin-top: 12px;
        position: relative;
        border: 1px solid #9a9a9a;        
    }
    
        .media-photo img {max-width: 150px; }
        

    /* ****** MEDIA-VIDEO ****** */
    .media-video {
        width: 100%;
        float: left;
        margin-top: 12px;
        position: relative;
        border: 1px solid #9a9a9a;        
    }
    
        .media-video img {max-width: 150px; }
    
    
    /* ****** MEDIA-TITLE ****** */
    .media-title {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #b3b3b3;
        background: #fff;
        font-size: 16px;
        color: #000;
        
        opacity: .8;  /* CSS3  */
        -khtml-opacity:	.8;  /*  KHTML */
        -moz-opacity:	0.8;  /* Firefox */
    }
    
        .media-title a {
            display: block;
            padding: 4px 12px;
            color: #444; 
            text-decoration: none; 
        }
    
    
    /* ****** POGODA-WIDGET ****** */
    .pogoda-widget {
        width: 150px;
        float: left;
        padding-top: 12px;
        text-align: center;
    }
    
        #content .pogoda-widget a {margin: 0; }


/* правая часть */
#right{ 
  font-size:11px;
  border:1px solid #D7E7FA;
  float:right;
  width:160px;
  margin:-50px 20px 0 0;
  padding:3px 10px 20px 10px;
  position:relative;
  z-index:130;
  color:#039;
}
#right a{
  color:#039;
}
#r_head{
  font-size:13px;
  color:black;
  font-weight:bold;
}
#r_head a:link,#r_head a:visited{
  color:black;
  font-size:13px;
  text-decoration:none;
}
#r_head a:hover{
  text-decoration:underline;
}
#right .h2{
  display:none;
}
#right .news{
  margin:10px 0;
}

#push{
  height:182px;
  clear:both; 
}

/* ********** FOOTER ********** */

#footer{
  width: 100%;
  margin: 0 auto; 
  margin-top:-296px;
  clear:both;
  height:296px;
  position:relative;  
  background: url('../img/footer_line.png') bottom repeat-x;  
}

.footer-inner {
    width: 100%;
    height: 296px;
    float: left;
    background: url(../img/footer_aqua.png) right bottom no-repeat;
}

.footer-wrap {
    width: 1024px;
    height: 296px;
    margin: 0 auto;
    position: relative;
}

/* ссылка на ТочкаРу */
    #our{
      position:absolute;
      left:50px;
      bottom:14px;
      font-size:13px; 
    }
        #our img{
          vertical-align:top;
        }
        #our a:link, #our a:visited{
          font-size:13px;
          text-decoration:none;
        }
        #our a:hover{
          text-decoration:none;
        }

    /*Баннер внизу*/
    #banner{
      position:absolute;
      left:210px;
      bottom:2px;
      font-size:13px; 
    }
    #banner img{
      vertical-align:top;
    }
    #banner a:link, #our a:visited{
      font-size:13px;
      text-decoration:none;
    }
    #banner a:hover{
      text-decoration:none;
    }

#content .news{
    width: 710px;
    float: left;
  margin:15px 0;
}
.h1{
  font-size:16px;
  margin:15px auto;
  text-align:center;
  font-weight:bold;
}
.h2{
  font-size:14px;
  margin:5px 0;
}
.h3{
  font-size:16px;
  margin:10px 0;
}
#content .date{
  color:grey; 
}
#content .news_text{
  margin:5px 10px;
}

    #content .news em, #content .news .news_text i {font-style: normal; }
