@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; 
  
}
.text {
	margin-left:10px;
	padding-left:40px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	color: #F0000;
}
.a img { 
  border: none;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:normal;
	color: #000000;
	text-decoration: none;
	padding-right:20px;
	height:18px;
	text-align:justify;
	}
.menutabs{
width: 100%;
overflow: hidden;
background:#333;
border-bottom: 1px solid black; 
}

.menutabs ul{
	margin: 0;
	padding: 0px;
	padding-left: 200px;
	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: underline; 
}
a:visited {
  color: #4E5869;
  text-decoration: underline;
}
a:hover, a:active, a:focus { 
  text-decoration: none;
}

.container {
  width: 80%;
  max-width: 1260px;
  min-height:800px;
  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{
	text-align:center;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:14px;
	 	 }
.text{
	font-size:14px;
	text-align:left;
	padding-left:5px;
	color: #333;
	}	
	.text table{
	font-size:14px;
	text-align:left;
	padding-left:5px;
	color: #000;
	}	 
.col1 {
	padding:1px;
	vertical-align:top;
    background-color:#6699CC;
	}
.col2 {
	padding:5px;
	background:white;
	vertical-align:top;
	}
.center {
	margin:0 auto;
	text-align:center;
	color: #000;
	
	}
.header {
  background-color: #007DC0;
}


.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding-bottom: 10px;
}
.content {
  padding: 0;
  width: 80%;
  float: left;
  min-height:610px;
  height:auto;
}
.sidebar2 {
  float: left;
  width: 20%;
  background: #93A5C4;
  padding: 10px 0;
}


.content ul, .content ol { 
  padding: 0 15px 15px 40px; 
}


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;

  }

.footer {
  padding: 2px 0;
  background: #6F7D94;
  position: relative;/* IE6 получает hasLayout для правильной очистки */
  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;
}

</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; }
ul.nav a { zoom: 1; }
</style>

