/*start reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
   min-height:100%;
   
}
/*end reset css*/


body {
  background: #D4E3EE url(../img/mainfon.gif) repeat-x;
  font-family: "trebuchet ms", sans-serif;
}

.main {
  width:1000px; 
  margin: 0 auto;
  background: #DDE7F8 url(../img/neboscreb.gif) no-repeat;
  overflow: hidden;
}


                     /********Header**********/
					 
.header {
  overflow:hidden;
  
  padding-top:48px;
  padding-bottom:30px;
}
  .logo {
    float:left;
    overflow:hidden;
	width: 267px;	
    padding: 41px 0 34px 33px;	
	color: #69AFCA;
	font-size:14px;	
	border-right:1px solid #6AAEC6;
  }
    .butt {
	  float:left;
	  margin-right: 11px;
	}
	.logotip  {
	  margin-top: 3px;
	}
	.logo p {
	  padding-top:3px;
	}
	
	.search {
	  float:right;
	  width:250px;
	  border-left: 1px solid #7FBDD3;
	  height:100%;
	  padding: 29px 0 27px 36px;
	}
	  .search p {
	     font-size:14px;
		 font-weight:bold;
		 color: #fff;
		 padding-bottom: 17px;
	  }
	.inputtext {
	  width:175px;
	  height:25px;
	  float:left;
	  color:#fff;
	  background: #135689;
	  border-top: 1px solid #0C4073;
	  border-bottom: 1px solid #3796C5;
	  border-left: 1px solid #135689;
	  border-right: 1px solid #135689;
	  margin-right:12px;
	  
	}
	.poiskbutt {
	  background: url(../img/poiskbutton.png);
	  border:none;
	  height:29px;
	  width:32px;
	  
	}
	.cont {	  
	  margin-left:300px;
	  padding: 29px 36px 0 35px;
	}
    .cont h3 {
	  color: #fff;
	  font-size:14px;
	  font-weight: bold;
	  padding-bottom:12px;
	}
	.cont p {
	  color: #B4D8E6;
	  font-size:13px;
	  line-height:1.5;
	}
      

             	  /********LEFT COL***********/
				  
				  
.leftcol {
   float:left;
   width:300px;
   padding-top:206px;
   
}
	
   .hside {    
	 background: url(../img/side.gif);
	 padding: 20px 10px 13px 28px;
	 color: #fff;
	 font-size: 13px;
     font-weight:bold;	 
   }
   .sidecont {
     padding:30px 0 40px 0;
	 background: #DDE7F8 url(../img/bluefon.gif) no-repeat;
	 text-align: center;
   }
      .sidecont  img {
	    border:4px solid white;
	  }
      .sidecont p {
	    margin: 0 auto;
		text-align: justify;
	    width:232px;
		font-size:11px;
		color: #4F7276;
		line-height: 1.5;
		padding-top:22px;
	  }
     .sidecont a {
	   color: #D00008;
	   text-decoration: underline;
	 }
       .sidecont a:hover {
	     text-decoration: none;
	   }
     .bold {
	   font-weight: bold;
	 }

	                    /********Right Column***********/
						
						
.rightcol {
  float:right;
  width:700px;
  background: #fff;
}
                  /***Menu***/
				  
				  
.menu {
  height: 56px;
  background: url(../img/menu.gif);
  padding: 20px 0 0 14px;
}
  .menu li {
    float:left;
	padding: 14px 29px 13px 25px;
	font-size:14px;
	border-left:1px solid #011F87;
	border-right: 1px solid #56DEF5;
  }
     .menu li:first-child {
	     border-left:none;
	 }
	 .menu li+li+li+li+li+li {
	    border-right:none;
	 }
  .menu a {
    text-decoration: none;
	color: #FFFFFF;
  }
  .menu a:hover {
    font-weight:bold;
  }
                /***CONTENT***/


.content {
  padding: 26px 30px;
  overflow: hidden;
  color: #4F7276;
  font-size:12px;
}
 .content p {
   line-height: 1.5;
 }
  
  .content p span {
    font-weight: bold;
  }	
  .content  a {
    color: #D00008;
	text-decoration: underline;
  }  
  .content  img {
    padding:3px;
    border: 1px solid #C6E1E8;
	margin:0 25px 20px 0;
  }
    .column1 {
	  float:left;
	  overflow:hidden;
	  width: 290px;
	  padding:0 30px 10px 0;
	  border-right: 1px solid #D6E4E8;
	}
   
     h1 {
	   font-size:26px;
	   color: #165772;
	   border-bottom: 1px solid #D6E4E8;
	   padding-bottom:10px;
	   margin-bottom:29px;
	 }   
	
     h1 span {
	   color: #A20000;
	 }	
     .veroeros {
	   padding-bottom: 55px;
	  
	 }    
	 .veroeros img {
	    float:left;		
	 }
     .veroeros p+p {
	   clear:both;
	 }
     
	 h2 {
	   font-size:18px;
	   color: #165772;
	   border-bottom: 1px solid #D6E4E8;
	   padding-bottom:10px;
	   margin-bottom:29px;
	 }
     h2 span {
	   color: #A20000;
	 }	

     .dolore table {
	   background: #D4E3E8;
	   width:100%;	   
	   font-size:11px;
	   margin-bottom:20px;
	 }
     .dolore tr {
	  border: 1px solid #fff;
	  height:41px;
	 }
	 .secondtr {
	   background: #E7EFF2;
	 }
	.dolore td {
	  vertical-align: middle;
	}
	.dolore td:first-child {
	  width:80px;
	  text-align:center;
	}
	.dolore table a {
	  color: #5A9298;
	  text-decoration: underline;
	}
	.dolore table a:hover {	  
	  text-decoration: none;
	}
	
.column2 {
	  float:right;
	  overflow:hidden;
	  width: 294px;
	  padding:8px 0 20px 25px;
	}	
	
	.aliquam , .aliquam div{
	  overflow:hidden;
	}
	.aliquam {
	  padding-bottom: 32px;
	}
	 .aliquam div {
	  padding-bottom: 20px;
	 }
	.aliquam div img {
	  float:left;
      margin:0 25px 0 0;	  
	}
	
	.blandit p {
	  padding-bottom: 20px;
	}
	

							 /********FOOter**********/


.footer {
  font-size: 12px;
  color: #A7C9CD;
  text-align:center;
  padding: 36px 0 65px 0;
}							 