@charset "windows-1251";
/* CSS Document */
body 
{
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background: #4E5869;
  margin: 0;
  padding: 0;
  color: #000;
  }
.block { 
  height: 100px;
 width: 600px; 
 background: #ECE9D8; 
 padding: 5px; 
 border: solid 2px #001EA1; 
 position: static; 
 top: 300px; 
 left: 300px; 
 z-index:99999999999;
  }

ul, ol, dl { 
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 1px;
  margin-bottom:1px;	 
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom:1px; 
  
}
h1{
font-size:15px;
}

.a img { 
  border: none;
 
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:none;
	color: #000000;
	text-decoration: none;
	padding:10px;
	height:18px;
	text-align:justify;
		}
.menutabs{
width: 100%;
overflow: hidden;
background:#333;
border-bottom: 1px solid black; 

}

.menutabs ul{
	margin-left:20%;
    font: bold 16px Verdana;
	list-style-type: none;
	
	}

.menutabs li{
	
display: inline;
margin: 0;
}

.menutabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; 
border-right: 1px solid white; 
color: white;
background: #414141;
]}
.menutabs li a:visited{
color: white;
}

.menutabs li a:hover, .menutabs li.selected a{
background: black; 
}

a:link {
  color:#414958;
  text-decoration: none; 
}
a:visited {
  color: #4E5869;
  text-decoration: underline;
}
a:hover, a:active, a:focus { 
  text-decoration: none;
}
a img {
	text-align:center;
	margin:0;
	padding:0;
	
}
p
{
   text-indent:10px;
	}
p2 {
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	
	}
.container {
  width: 80%;
  max-width: 1260px;
  min-height:1024px;
  max-height: auto;
  min-width: 780px;
  background: #FFF;
  margin: 0 auto; 
}

.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 12px;
	text-transform: uppercase;
	color: "#6699CC";
}
.table {
	width:90%;
	border:1px;
	vertical-align:auto;
	text-align:center;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #333;
	
		}
.table2{
	width:700px;
	border:solid 1px ;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:1px;
	margin-left:20px;
	color: #333;
		}

td
{
	padding:5px;
	}
.cell {
	border:solid 1px;
	border-color:#CCC;
	text-align:center;
	background:#FFF;
	}
	/*новая таблица*/	
table.t1 {
background-color: #999999;
width: 90%;
font-size:16px;
text-align:center;
}

.t1 tr {
background-color: #FFFFFF;
height: 20px;
}

table.t2 {
background-color: #FFFFFF;
width: 80%;
border-color:#CCC;
padding:10px; 

}

.t2 tr {
background-color: #FFFFFF;
height:50px;
text-align:center;

}
	/*новая таблица конец*/
.text {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}	
.text2{
	padding:5px;
	font-size:14px;
	text-align:left;
	color: #000;
	}
.text3{
	padding:5px;
	font-size:18px;
	text-align:left;
	color: #000;
	}
.text2 span {
	font-size:16px;
	font-weight: bold;
}
.col3 {
	text-align:left;
	background:#666;
}

.col1 {
	padding:1px;
	vertical-align:top;
    background-color:#6699CC;
	 	
	}
.col2 {
	padding:5px;
	background:white;
	vertical-align:top;
	border:solid 1px #CCC;
	text-align:center;

		}
.col3 {
	padding:5px;
	background:white;
	vertical-align:top;
	border:solid 1px #CCC;
	text-align:left;
	}

.center {
	margin:0 auto;
	text-align:center;
	color: #000;
	
	}
.header {
	background: url(images/logo4.jpg) no-repeat #007DC0;
	height: 129px;
  
  }

.content {
	padding: 0;
	width: 80%;
	float: left;
	min-height: 1024px;
	height: auto;
	text-align: left;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.content h1 {
	background: #6699CC;
    text-align:center;
	}
/*
.content ul, .content ol { 
  padding: 0 15px 15px 40px; 
}
*/

.sidebar2 {
  float: left;
  width: 20%;
  background: #93A5C4;
  padding: 10px 0;
}


.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding-bottom: 10px;
}




ul.nav {
  list-style: none; 
  border-top: 1px solid #666; 
  margin-bottom: 15px;
  font: bold 16px Verdana, Geneva, sans-serif;
}
ul.nav li {
  border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
  padding: 5px 5px 5px 15px;
  display: block; 
  text-decoration: none;
  background: #8090AB;
  color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  background: #6F7D94;
  color: #FFF;
}

a.image {
  width:185px;
  height:128px;
  border:0;

  }
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color:#999;
	border: 2px double #69C;
	
}

.imgs{
width: 147px;
height: 110px;
float: left;
margin-left: 15px;
margin-right: auto;
margin-bottom: 5px;
}

.footer {
  padding: 2px 0;
  background: #6F7D94;
  position: relative;/* IE6 */
  clear: both;
}


.fltrt { 
  float: right;
  margin-left: 8px;
}
.fltlft{ 
  float: left;
  margin-right: 8px;
}
.clearfloat { 
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.bottom
{
	color: #FFFFFF;
}
.bottomLogo
{
	border: 0;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-right: 5px;
}
.bottom p
{
	font-size: 10px;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}
.bottom a
{
	color: #FFFFFF;
}
.blockimg{
width:100%;
height: 300px;
}
.blockimg2{
width:100%;
height: 150px;
}
h4{
background: #6699CC;
text-align:center;
}
</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; }
ul.nav a { zoom: 1; }
</style>
