﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0 none;
}
body {
	background-color: #A6A6A6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Microsoft Sans Serif";
	font-size:12px;
}
ul {
	list-style-position:inside;
}
#envelope {
	width: 747px;
	margin: 55px auto;
	background:#FFFFFF;
	border:1px solid #666;
}
#head {
	background: url(images/logo_top.jpg) no-repeat top left;
	height: 55px;
	padding:26px 0 0 32px;
}
#head h1 a {
	display:block;
	padding:0 171px 40px 0;
	width:100px;
}
#head h1 span {
	display: none;
}
#content {
	background:url(images/contentBg.jpg) repeat-x top right;
	padding:0 32px;
	min-height:500px;
}
#menu {
	width:683px;
	height:40px;
	list-style-type: none;
}
#menu ul {
width:683px;
height:40px;
}
#menu li {
	/*	float:left;*/
display:inline;
	margin:0;
	padding:0;
}
#content #menu li a {
	font-size:11px;
	display:block;
	float:left;
	padding:3px 33px 20px 33px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/topMenuBg.png) repeat-x top left;
}
#menu li a span {
	white-space:nowrap;
}
#content #menu li a:HOVER {
	color:#000;
	background-image:url(images/topMenuBgHover.png);
}
#content {
	color:#333333;
	font-size:12px;
}
#content h2 {
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
}
#content h3 {
	margin-bottom:7px;
	font-size:17px;
	font-weight:normal;
}

#content p {
	margin-bottom:10px;
	font-weight:normal;
}

#content a, #content a:link, #content a:visited {
color:#E5250A;
}

#content a:hover, #content a:focus {
color:#F54025;
text-decoration:none;
}

p.contacts
{
font-size:14px;
}

img.border1
{
border:1px solid #333333;
}



#bottom
{
margin-top:15px;
line-height:100%;
border-top:1px solid #bbb;
padding:15px 30px;
text-align:left;
color:#999999;
font-size:18px;
clear:both;
}

#bottom small
{
font-size:14px;
}
