@charset "windows-1251";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {	height: 100%;}
body {
	font: 14px/18px  Times New Roman, Times, serif;
	height: 100%;
}
<!--font: 12px/18px  Arial, Helvetica, sans-serif ;  -->
<!--Arial, Tahoma, Verdana, sans-serif -->
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {	text-decoration: none;}
p 		{	margin: 0 0 18px}
img 	{	border: none;}
input 	{	vertical-align: middle;}
#wrapper {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
/*	min-height: 100%; */
/*	height: auto !important;  */
/*	height: 100%; */
}

#wrapper_down  {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;	
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 70px;
	/*background: #99cccc;*/
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	/* padding: 0 0 100px; */
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content_1 {
	padding: 0 0px 0 200px;
	margin-top: 10px; 		
	min-height: 100px;
	height: auto !important; 
}
#content_2 {
	padding: 0 100px 0 200px;
	margin-top: 0px; 		
	min-height: 100px;
	height: auto !important; 
}
#content_3 {
	padding: 0 250px 0 200px;
	margin-top: 10px; 		
	min-height: 100px;
	height: auto !important; 
}
#content_4 {
	padding: 0 250px 0 250px;
	margin-top: 10px; 		
	min-height: 100px;
	height: auto !important; 
}
#content_5 {
	padding: 0 0px 0 0px;
	margin-top: 0px; 		
	min-height: 100px;
	 
}
/* Sidebar Left
-----------------------------------------------------------------------------*/

/*
#contentUp {
	padding: 0 260px 0 160px;
	margin-top: 50px; 	
	height: 100px;
	min-height: 100px;
	height: auto !important;
}
#contentMiddle {
	padding: 0 260px 0 160px;
	margin-top: 180px;
	min-height: 100px;
	height: auto !important;
}
#contentDown {	
		 
	padding: 0 0px 0 0px;
	height: auto !important;
	
}
*/
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	margin-top: 0px; 
	width: 200px;
	min-height: 500px;
	height: auto !important;
	margin-left: -100%;
	position: relative; 
	/*background-color:#99cccc;*/
}
#sideLeft_4 {
	float: left;
	margin-top: 0px; 
	width: 250px;
	min-height: 500px;
	height: auto !important;
	margin-left: -100%;
	position: relative; 
	/*background-color:#99cccc;*/
}

/* Sidebar LeftUp
-----------------------------------------------------------------------------*/
/*
#sideLeftUp {
	float: left;
	margin-top: 0px; 
	width: 150px;
	min-height: 100px;
	height: auto !important;
	margin-left: -100%;
	position: relative; 
	vertical-align:middle;
}
*/
/* Sidebar Left
-----------------------------------------------------------------------------*/
/*
#sideLeftMiddle {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
	margin-top: 185px; 
	min-height: 100px;
	height: auto !important;
}
*/
/* Sidebar Left
-----------------------------------------------------------------------------*/
/*
#sideLeftDown {
	padding: 0 0px 0 0px;
	height: auto !important;
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
	margin-top: 527px; 
	min-height: 10px;
	height: auto !important;
}
*/
/* Sidebar Right
-----------------------------------------------------------------------------*/

#sideRight_2 {
	float: left;
	margin-right: -0px; 
	margin-top: 100px; 
	width: 100px;	
	min-height: 500px;
	height: auto !important;
	margin-left: -100px; 
	position: relative;
	margin-bottom:-10px auto 0;	
}

#sideRight_3 {
	float: left;
/*	margin-right: -0px; */
	margin-top: 100px; 
	width: 250px;	
/*	min-height: 500px; */
	height: auto !important;
	margin-left: -250px; 
	position: relative;
/*	margin-bottom:-10px auto 0;	*/
}

/* Sidebar RightUp
-----------------------------------------------------------------------------*/
/*
#sideRightUp {
	float: left;
	margin-right: -0px;
	margin-top: 0px; 
	width: 250px;
	min-height: 100px;
	height: auto !important;
	margin-left: -250px;
	position: relative;
	margin-bottom:-10px auto 0;
	
}
*/
/* Sidebar RightMiddle
-----------------------------------------------------------------------------*/
/*
#sideRightMiddle {
	float: left;
	margin-right: -3px;
	margin-top: 190px; 
	width: 100px;
	min-height: 100px;
	height: auto !important;
	margin-left: -100px;
	position: relative;
	background-color:#9999FF;

}
*/
/* Sidebar RightDown
-----------------------------------------------------------------------------*/
/*
#sideRightDown {
	float: left;
	margin-right: -3px;
	margin-top: 410px; 
	width: 250px;
	min-height: 10px;
	height: auto !important; 
	margin-left: -250px;
	position: relative;
	
}
*/
/* Down
-----------------------------------------------------------------------------*/
#Down {
	width: 100%;  
	padding: 0 0px 0 0px;
	height: auto !important;
	}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	/* margin: -60px auto 0;  */

	width: 100%;     
	min-width: 1000px;	
	height: 60px;	
	background-color:#FFFFCC;
	
}

 html #wrapper,
 html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

#footer_fix {
	/* margin: -60px auto 0;  */
/*	position:relative; bottom:60px; */
	 position:fixed; bottom:0px; 
	width: 100%;     
	min-width: 1000px;	
	height: 60px;	
	background-color:#FFFFCC;
	
}

/* ********************************* */
/*
#block_link_big {color:#000000; font-size:16px; margin-left:10px; margin-top:5px;margin-right:10px; }
#block_link_big a {color:#000000;text-decoration:none;}
#block_link_big a:hover{color:#000000;text-decoration:underline;background:url(images/Ãëàâíàÿ_05.jpg) }
*/

.nrepid {background-repeat:no-repeat;}
.t_c { }
.t_c:hover {
background-color:  #FFFFCC;
font-weight: bold;
}

.help_1{background-color:#e5e5e5;color:#000000;font-size:16px;margin:10px;line-height:14px;}

.btn_main { text-align: center;  
height:28px;
width:180px;
background-color: #FFFFCC; 
border: outset #e5e5e5 3px; cursor:pointer; font-weight:500; 
font-size:16px;
}
.btn_main:hover {
background-color:  #FFCC00;
font-weight: bold;
}

.btn {
height:60px;
width:100px;
background-color: #009933; 
border: outset; cursor:pointer; font-weight:bold; 
font-size:16px;
}

.btn:hover {
background-color:  #66FF66;
font-size:19px;
}

.btn_go {
height:30px;
width:200px;
background-color: #009933; 
border: outset; cursor:pointer; font-weight:bold; 
font-size:16px;
}
.btn_go:hover {
background-color:  #66FF66;
font-size:19px;
}

.btn_go1 {
height:30px;
width:250px;
background-color: #FFCC00; 
border:  outset ; cursor:pointer; font-weight:bold; 
font-size:16px;
}
.btn_go1:hover {
background-color:  #66FF66;
font-size:19px;
}
.btn_go2 {
height:30px;
width:250px;
background-color: #FFFFCC; 
border:  outset ; cursor:pointer; font-weight:bold; 
font-size:16px;
}
.btn_go2:hover {
background-color:#FFCC00;
font-size:19px;
}


.btn_pay {
height:60px;
width:140px;
background-color: #FFFFCC; border: outset; cursor:pointer; font-weight:bold; 
font-size:16px;
}
.btn_pay:hover {
background-color: #66FF66;
font-size:19px;
}

.cit {
border-bottom: dashed; 
cursor: pointer  ;
color:#FFFFFF;
font-size:14px;  
text-align:left; 
background-color:#000000; 
border:none;
}	
.cit:hover {
	background-color:#666666;		
	}

.tipCredit {
font-size:16px;
border:none;

}	
.tipCredit:hover { 	
	background-color: #ccccCC;
	cursor:pointer;		
	}	


.banks {
color: #CCCCCC;
font-size:14px;
background-color:#FFFFFF; 
border:none;
}	
.banks:hover { 
	font-size:18px;	
	color:#000000;
	background-color:#cccccc;		
	}	

.ðàçäåë { margin-left:4px; color: #666666; font-size:20px; font-weight:500;line-height:24px;
	  text-decoration:none;
	  border-bottom: dotted 2px;  } 
.ðàçäåë a {}	  
.ðàçäåë:hover  {			 
      color:#000000; 
	  background-color:#FFCC00;
	  font-weight:bold;
      text-decoration:none;
	  border-bottom:none;  
      }
	  
.ðàçäåë1 {margin-left:4px; color:#CCCCCC; font-size:20px; font-weight:500;line-height:24px; } 
.ðàçäåë1:hover  {			 
      color:#000000; 
	  background-color:#FFCC00;
	  font-weight:bold;
      text-decoration:none;
	  border-bottom:none;
	  cursor: pointer;  
      }
.ðàçäåë2 {margin-left:4px; 
		color: #333333;background-color:#FFFFCC; 
		font-size:20px; font-weight: 500;line-height:24px;
		border:thick 3px;
	  	text-decoration: underline;
	  	border-bottom: 2px;  		
		} 
.ðàçäåë2:hover  {			 
      color:#000000; 
	  background-color:#FFCC00;	  
	  font-weight:bold;
      text-decoration:none;
	  border-bottom:none;  
      }

.string_ { cursor:pointer;
}
.string_:hover{
background-color:#CCCCCC;
}
.main_link  {
color:#000000;
/*border-bottom:dashed ;  */
}	
.main_link a {
color: #FFCC00;  
font-weight:bold; 
text-decoration:none;
border-bottom:dashed 1px; 
}	
.main_link a:hover {
color:#000000;  text-decoration: underline;  
border-bottom: none;
background:url(images/Ãäàâíàÿ_05.jpg) 
}

.main_link1  {
color:#000000;
/*border-bottom:dashed ;  */
}	
.main_link1 a {
color: #FFCC00;  
font-weight:bold; 
/*text-decoration:none;*/
}	
.main_link1 a:hover {
color:#000000; /* text-decoration:none;  */
border-bottom: none; 
background-color:#FFCC00;
}
/* Ññûëêè ñïèñêà */
.list_link  {
color:#000000;
}	
.list_link a {
color: #000000; 
border-bottom:dashed 1px grey;  
text-decoration:none;
}	
.list_link a:hover {
color:#000000;    
background-color:#FFCC00;
}

.footer_link  {
color:#999999;
}	
.footer_link a {
color: #999999;  
text-decoration:underline;
}	
.footer_link:hover{
color:#000000;
background-color:#FFCC00;
}
.footer_link1  {
color: #666666;
}	
.footer_link1 a {
color: #666666;  
text-decoration:underline;
}	
.footer_link1 a:hover{
color:#000000;
background-color:#FFCC00;
}
.footer_link2 a {
color: #999999; font-weight:300;
border-bottom:dashed 1px; 
text-decoration:none;
}	
.footer_link2 a:hover{
color:#000000;
background-color:#FFCC00;
border-bottom:none;
text-decoration:none;
}
/* Iianeacea n oaiu?
-----------------------------------------------------------------------------*/
.bord{
    background: #FFF; /* Oiiiaue oaao aeiea */
  /*  width:300px;  Oe?eia aeiea */
    height: auto; /* Aunioa aeiea */
	padding:5px;
    border:1px solid #000; /* ?acia? aea e oaao ?aiee */
    border-radius:5px; /* Aaeeaiia naienoai CSS 3 ne?oaeaiea oaeia, cia?aiea(oeo?a) caaa?o ?aaeon ne?oaeaiey*/
    -webkit-border-radius:5px; /* Safari, Chrome */
    -moz-border-radius:5px; /* Firefox */
    box-shadow: 2px 2px 10px 0px #1A3457; /* Aaeeaiia naienoai CSS 3 oaiu*/
    -webkit-box-shadow: 2px 2px 10px 0px #1A3457; /* Safari, Chrome */
    -moz-box-shadow: 5px 5px 10px 1px #333; /* Firefox */
    /* OAIU   Ia?aia cia?aiea(oeo?a) caaaao niauaiea oaie ii ine X (ai?eciioaee). Ii?ao caaaaaouny a e?auo aiionoeiuo aaeieoao ecia?aiey CSS Iiei?eoaeuiia cia?aiea caaaao niauaiea ai?aai, io?eoaoaeuiia – niauaiea aeaai;
    * Aoi?ia cia?aiea(oeo?a) caaaao niauaiea ii ine Y (aa?oeeaee). Iiei?eoaeuiia cia?aiea niioaaonoaoao niauaie? aiec, io?eoaoaeuiia – aaa?o;
    * O?aoua cia?aiea(oeo?a) ii?aaaeyao ?aaeon ?aciuoey. Io?eoaoaeuiua cia?aiey iaaiionoeiu;
    * ?aoaa?oia cia?aiea(oeo?a) – ?aaeon ?anoy?aiey oaie. Iiei?eoaeuiua cia?aiey ?anoyaeaa?o oaiu ai anao iai?aaeaieyo, io?eoaoaeuiua no?a?o;
    * color – aaciaue oaao oaie;
    * Anee oeacaii ee??aaia neiai inset, oaiu aoaao iai?aaeaia aioo?u yeaiaioa.*/
}
/*
.guestbook{
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px;
background-color: #F9F9F9 ;
border: 1px solid #ccc;
overflow: hidden;
margin-bottom:20px;
}
.guestbook_top{
padding: 5px;
background-color:#E9E9E9 ;
border: 1px solid #ccc;
border-bottom: none;
*/
}

