﻿body
{
	margin:0;
	padding:0;
	color:#666;
	background-color:white;
	font-size:10pt;
	font-family: Tahoma, Verdana, sans-serif;
}
a
{
	color:#BA0404;
}
a:hover{
	color:#A6A6A6;
	text-decoration:none;
}
h1 {
	color: #BA0404;
	font-size: 1.6em;
}
div#page
{
	width:900px;
	
}
div#header
{
	
	height:135px;
	background: #BA0404 url(img/bgtop.jpg) no-repeat right top;
	position:relative;
	margin-top:2px;
	
}
div#logo
{
	position:absolute;
	top:20px;
	left: 15px;
	width:312px;
	height:76px;
	background: transparent url(img/logo.jpg) no-repeat left top;
}
div.pruh
{
	height:5px;
	line-height:5px;
	background-color: #B0B0B0;
	clear:both;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
div#left
{
	float:left;
	width: 230px;
	background-color:white;
	/*min-height:300px;*/
}
div#content
{
	width:650px;
	float:right;
	background-color:#F3F3F3;
	padding: 10px 10px;
}
div#adress
{
	background-color:#666;
	color: white;
	font-size:1.4em;
	padding: 15px;
}
div#menu_top
{
	height:28px;
	border-bottom:1px solid #666;
	width:670px;
	margin-bottom: 3px;
	float:right;
	}
div.submenu{
	padding:10px 10px;
}
div#foot{
	text-align:right;
	height:15px;
	margin-bottom:20px;
	font-size: .8em;
	padding:5px;
}
#menu_top ul
{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	
	text-align:right;
	
}
#menu_top ul li 
{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 30px 0 0;
	
	
}
#menu_top ul li a {
	color:#666;
	text-decoration:none;
}
#menu_top ul li a:hover{
	color:#BA0404;
	text-decoration:underline;
}
.cat{
	background-color:#F3F3F3;
	color:#BA0404;
	width: 208px;
	padding:0px 10px;
	float:left;
	height:30px;
	}
.cat p
{
	margin:0px;
	padding: 5px 3px;
	
}
.submenu ul{
	list-style:circle;
	margin:0;
	padding-left:10px;
	margin-left:10px;
}
.clr{
	clear:both;
}
