html, body, form {
	margin: 0px;
	padding: 0px;
}

#maindiv {
	max-width:1000px;
	width:1000px
}

* {
	font-size: 100%;
}

img {
	border: 0px;
}

body {
	font-family: Verdana;
	font-size: 80%;
	background: #fff;
	color: #787878;
}

a, h1, h2 {
	color: #0459A9;}

img.frame {
	border: 2px solid #f0f0f0;
	padding: 1px;
	background: white;}

h1{
	font-size: 160%;
	font-weight: normal;
	padding-top: 0px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6B8042;
}

h3 {
	font-size: 120%;
	padding-top: 36px;
	padding-bottom: 6px;
	color: black;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #6B8042;
}

h5 {
	font-size: 90%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6B8042;
}

h6 {
	font-size: 36px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-style: italic;
}


#scrollleft {
	margin-top: 0px;
	margin-left: 34px;
	position: absolute;
	visibility: hidden;
	z-index: 20;
}

#scrollright {
	margin-top: 0px;
	margin-left: 934px;
	position: absolute;
	visibility: hidden;
	z-index: 20;
}

#lenta a.h2 {
	font-size: 12px;
	border-bottom: 1px solid white;
}
#lenta a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed white;
}
#lenta table td {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

#lenta {
	background: url('pic/lenta.jpg') white 900px 0px;
	height: 150px;
	margin-left: -900px;
}

#lentacon {
	margin-left: 50px;
	overflow: hidden;
	width: 900px;
}

.bignews a {
	cursor: pointer;
}	
.bignews h2 a,
.bignews h2 a:hover {
	color: #C5C5C5;
	text-decoration: none;
	font-weight: normal;
}
.smallnews h2 a:hover {
	color: #DA2028;
}
.smallnews h2 a{
	font-size: 12px;
	color: #0459A9;
	border-bottom: 1px dashed #0459A9;
	cursor: pointer;
	font-weight: normal;
}
.smallnews a {
	text-decoration: none;
	color: #787878;
	cursor: default;
}
.smallnews {
	padding-left: 139px;
	font-size: 60%;
}

.adr {
    font-size: 90%
}

div.inner-plane {
	margin: 0 0 60px 50px;
	width: 900px;
	height: 120px;
	background: url('/pic/fon.jpg') no-repeat black;}
	
div.inner-plane p{
	color: white;
	font-size: 48px;
	font-family: Tahoma;
	padding: 34px 0 0 100px;
	white-space: nowrap;}
	
div.inner-plane div{
	width: 900px;
	height: 120px;
	background-position: right top;
	background-repeat: no-repeat;}

#nav {
	list-style: none;
	margin: 0px 45px 12px;
	padding: 0px;
	border: 1px solid #dcfcaa;
	background: #efffd7;
	float: left;
	width: 100%;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #dcfcaa;
  background: #efffd7;
  float: left;
  width: 100%;
}

#nav li {
  float: left;
  position: relative;
  background: #dcfcaa;
  back\ground: none;
}

#nav li ul {
  display: none;
  position: absolute;
  background: url(pic/fon.png);
  padding: 5px 0;
  width: 147px;
}

#nav a {
	color: #0459A9;
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 4px 10px;
	background-image: url(pic/fon.png);
	background-repeat: repeat-y;
	background-position: right;
}

#nav a:hover {
	color: #0459A9;
	background: #dcfcaa;
}

#nav li:hover,
#nav li.jshover {
  background: #dcfcaa;
}

#nav li li a {
  width: 127px;
  background: none;
}

#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 100px;
  top: 0px;
  left: 98px;
}

#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}