*{
 margin:0;
 padding:0;
 font-size:100%;
}

body{
	font-family:Arial;
	color:#999;
}

/*для устаревших браузеров*/
header,footer,nav,article,section{
 display:block;
}

#wrap{
	width:990px;
	margin:0 auto;
	position: relative;
}

h1{
	font-weight:600;
	font-size:1.8em;
	font-family:Arial;
	margin-bottom:10px;
	color:#1989CA;
}

h2{
	color:#666;
	font-weight:300;
	font-size:1.6em;
}

h3{
	font-weight:normal;
	font-size:1.2em;
	font-family:Arial;
	margin-bottom:10px;
	color:#666;
}

h4{
	font-weight:bold;
	font-size:1em;
	font-family:Arial;
	margin-bottom:5px;
	color:#666;
}

header{
	height:150px;
	background:url(../img/hbg.png) no-repeat;
	position:relative;
}

header h2{
	color:#FFF;
	position:absolute;
	top:40px;
	left:160px;
	margin-bottom:10px;
	font-weight:normal;
}
header h3{
	position:absolute;
	top:10px;
	left:760px;
	color:#FFFFFF;
	margin-bottom:10px;
	font-size:1.1em;
}

/*фиксированное плавающее меню*/
#top_nav{
   top: 150px; /** высота шапки в пикселях**/
   position: fixed;
   z-index: 5;
   width:990px;
   background:#f0f0f0;
   height:50px;
}

#content{
	margin-top:60px;
	color:#666;
}

#content p{
	font-size:14px;
	margin-bottom:10px;
	text-align: justify;
	line-height: 1.4;
}

#content li{
	font-size:14px;
	line-height: 1.6;
}

#content ul{
    margin-left: 25px;
}

#content a{
	text-decoration: none;	
	color:#1989CA; 
}

#content a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
FONT-WEIGHT: bold;
}

#content a:visited{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	text-decoration: none; 
	color:#1989CA;
}


footer{
	height:100px;
	background:url(../img/fbg.png) no-repeat;
	margin-top:25px;
}
footer h2{
	margin:10px;
	font-size:1.3em;
}
footer p{
	margin-left:10px;
	color:#fff;
	font-size:.9em;
}
.cont_img{
	float:left;
	border: 1px solid #999;
	padding:5px;
	margin: 0 10px 5px 0;
}
.img_right{
	float:right;
}
.separator{
	height:20px;
	background:url(../img/separator.png) no-repeat;
	margin:10px 0;
}

.Navigation{
    background-color: #3A96D1;
	border-color: #3A96D1;
	height: 50px;
    padding: 0;
	margin: 0;
	position: absolute;
	width:100%
}

.Navigation li {
	height: auto;
	width: 25%;
	float: left;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.Navigation a{							
	text-decoration: none; 
	font-weight:normal;
	color:#FFF;
	height: 50px;
	margin-top: 15px;
	font-family: sans-serif;
	display: table-cell;
    vertical-align: middle;
	width: 25%;
	font-size: 90%;
}

.Navigation li ul li a{							
	text-decoration: none; 
	font-weight:normal;
	height: 50px;
	margin-top: 15px;
	font-family: sans-serif;
	display: table-cell;
    vertical-align: middle;
	width: 25%;
	font-size: 90%;
}

.Navigation li ul{
	display: none;
	height: auto;									
	padding: 0;	
	width:100%;
}				

.Navigation li:hover ul{
	display: block;
}

.Navigation li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    background:#1F8BCB;
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}

.Navigation li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    background:#1F8BCB;
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}

.Navigation li ul li {
	background-color: #3A96D1;
	border-color: #3A96D1;
	height: 45px;
	width:100%;
	font-size: 14px;
} 

.Navigation li:hover, a:hover {

} 

.tt  td{
  border-style: solid;
  border-width: 0px; 
  border-spacing:0px; 
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: left;
  vertical-align: top;
  font-size:14px;
}

.t1  td{
   border-style: solid;
  border-width: 1px; 
  border-spacing:0px; 
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  font-size:14px;
}


table {   
  border-spacing:0px; 
/*  width: 100%; */
}

tr{
  height: 100%;    
}

td{  
  border-style: solid;
  border-width: 1px; 
  border-spacing:0px; 
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  font-size:14px;
}

img {
  margin-left: 15px;
  margin-right: 15px;
}

.slideshow {
float: right;
width: 300px;
height: 300px;
margin-left:15px;
z-index: 1;
}

.bform {
float: right;
width: 400px;
height: 400px;
margin-left:15px;
font-size: 14px;
}

form {
   background: #f4f5f7;
   padding: 20px;
}
form .left, form .right {
   display: inline-block;
   vertical-align: top;
   width: 400px;
}
form .right {
   padding-left: 20px;
}
label {
   display: block;
   font-size: 14px;
   text-align: left;
   margin: 10px 0px 0px 0px;
}
input, textarea {
   border: 1px solid #82858D;
   padding: 10px;
   font-size: 14px;
   width: 300px;
}
textarea {
   height: 98px;
   margin-bottom: 32px;
}
input[type="submit"] {
   width: 150px;
   float: center;
   border: none;
   background: #3A96D1;
   color: #fff;
   text-transform: uppercase;
}

.add_comment {
  display:block;
  width:50px;
  height:300px;
  position:fixed;
  right:0px;
  top:35%;
  z-index: 99999;
}

img.a_img {
  margin-left: 0px;
  margin-right: 0px;
}

