body, html {
margin:0px;
padding:10px;

background: url(/index/fon.jpg);
font-family: "Geor";
font-size:15px;

}
body h1 {
font-family: "Geor";
color:#1F3A53;
}

body h2,h3 {
font-family: "Geor";
color:#1F3A53;
}


body strong,b {
color:#1F3A53;
}

@font-face {
font-family: "Geor";
src: url("index/font/Georgia.ttf");
}



#header{
width:830px;
position: absolute;

}

#bottom{
width:825px;
height: 150px;
overflow:hidden;
border-color:#e67817;
border-style:double;
border-width:3px;
background-color:#fafafa;
}


#slider {

	height: 150px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
#slider span {
display: inline-block;
padding: 0px 0 0 0px;
overflow: hidden;
*display: inline;
*zoom: 1;
}
#slider img {
vertical-align: middle;
}
#sl_holder {
	width: 4000px;
	padding: 0px 0 0 0px;
	float: left;
}




/*Здесь пишем стили для левой колонки сайта */
#left{
width:200px;  /*ширина колонки */
height: 884px;
background-color:#fafafa;
position: absolute;
border-color:#e67817;
border-style:double;
border-width:3px;
padding:2px
}


/*Здесь пишем стили для блока контента */
#content{
width:805px; 
height: 570px;
border-color:#e67817;
border-style:double;
border-width:3px;
background-color:#fafafa;
overflow: hidden;
padding:10px

}

#news{
width:595px;
height: 650px; 
overflow: hidden;
background-color:#fafafa;
position: absolute;
border-color:#e67817;
border-style:double;
border-width:3px;
padding:10px
}
#news img {
float:left; 
margin: 7px 7px 7px 0;
height: 100px;
}

#banner{
width:204px;  /*ширина колонки */
height: 930px; 
overflow: hidden;
background-color:#fafafa;
position: absolute;
border-color:#e67817;
border-style:double;
border-width:3px;

}

/*Здесь пишем стили для левой колонки сайта */
#right{
width:200px;  /*ширина колонки */
height: 670px; 
text-align:center;
background-color:#fafafa;
position: absolute;
border-color:#e67817;
border-style:double;
border-width:3px;

}

#menu{
width:792px;  /*ширина колонки */
height: 187px; 


}

#menu1{
width:1000px;  
height: 65px; 


}

#menu1 img{
  border: 1px solid #e67817;
   

}
#menu a{
  border: 1px solid #e67817;
    color:#004788;
font-family: "Geor";

}



/* @group Blink */

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


/* всплывающий баннер*/

/* Всплывающее окно */	
#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
  background: #fff;
    max-width: 520px;
    width: 100%;
    margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 10px solid #FFFFFF;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popup h1{
    font:28px Monotype Corsiva, Arial;
    font-weight: bold;
	text-align: center;
	color: #008000;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
#popup h2{
    font:24px Monotype Corsiva, Arial;      
	color: #008000;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #FFFFFF;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(255, 69, 0, 0.8);
}








/* @end */




/*
     FILE ARCHIVED ON 02:50:25 Feb 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:24:16 Feb 20, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 477.429
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.073
  RedisCDXSource: 81.32
  esindex: 0.009
  LoadShardBlock: 376.36 (3)
  PetaboxLoader3.resolve: 492.029 (5)
  PetaboxLoader3.datanode: 94.629 (5)
  CDXLines.iter: 16.548 (3)
  load_resource: 241.703 (2)
*/
