﻿html {
	margin:0;
	padding:0;
}
form, ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

a {
	text-decoration:none;
	color: #f3882a;
}
a:hover {
	text-decoration:underline;
}

body {
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:12px;
	background: #eeeeee;
}
div.body {
	width: 890px;
	margin: 0 auto;
	border-left: 1px #334a5c solid;
	border-right: 1px #334a5c solid;
	background: #eeeeee url('images/newsBg.gif') repeat-y;
}
div.header {
	background:url('images/head.jpg') no-repeat left top;
	height:281px;
	position:relative;
}

div.menu {
	position:absolute;
	top:4px;
	left:280px;
	width:610px;
	text-align:left;
	font:normal 15px tahoma;
}
div.menu li {
	float:left;
	margin:0 5px;
    display:block;
    text-align:center;
	width:75px;
}
	div.menu ul li a{
		color:white;
		text-decoration:none;
		display:block;
	}
	div.menu ul li a:hover{
		text-decoration:underline;
	}


div.menu ul li ul {
	display: none;
}
div.menu ul li:hover ul {
	display:block;
	padding:0 0 0 15px;
}
div.menu ul li ul li {
	display:block;
	height:17px;
	line-height:17px;
	width:170px;
	padding: 0 10px;
	background: #e57e22;
}
div.menu ul li ul li a:visited, div.menu li ul li a:link {
	display:block;
	height:17px;
	line-height:17px;
    color: white;
    text-decoration: none;
    text-align:left;
}
div.menu ul li ul li a:hover {
    color: white;
    text-decoration:underline;
}
div.search {
	position:absolute;
	bottom:21px;
	right:70px;
}
div.search input {
	float:left;
	margin: 0 10px 0 0;
}
.vvod {
	width:120px;
	height: 16px;
	border:1px #5c687e solid;
}


div.page {
	position:relative;
	padding:0;
	text-align:left;
	border-right:6px white solid;
}
div.content {
	margin-left:242px;
	padding:10px 30px;
}
.content a {
    color:black;
    border-bottom:1px #dddddd dotted;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px #dddddd solid;
}
div.news {
	float: left;
	padding:0 0px;
	width:238px;
	color: black;
}
div.newsHead {
	background: url('images/newsHead.gif') top left;
	height:62px;
	width:238px;
}
div.newsText {
	padding:0 15px;
}
div.news p {

}
.newstitle {
	font-weight:bold;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:15px;
}
div.clear {
	clear:both;
}

div.footer {
	font-size:10px;
	padding:10px 0;
	margin:0 5px;
	color: black;
}

h1, h2, h3, h4 {
	color: #a2012d;
}

