@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	background: url(img/body.jpg) repeat-x;
	height: 100%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

h1, h2, h3 {
	color: #0079bb;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
	padding: 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	line-height: 17px;
}

#container {
	width: 922px;
	height: 100%;
	margin-bottom: -40px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#content {
	padding-top: 122px;
	margin-left: 260px;
	margin-right: 20px;
	position: relative;
	text-align: justify;
}

#content img {
	padding: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.imgleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.imgright {
	float: right;
	margin: 0px 0px 0px 10px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 922px;
	height: 112px;
	background: url(img/header.gif) no-repeat;
}

#logo {
	position: absolute;
	top: 12px;
	left: 28px;
}

#contacts {
	position:absolute;
	top:5px;
	right:38px;
}

#menu {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 180px;
}

.menu {
	width: 205px;
	height: 33px;
	margin-bottom: 2px;
	padding-left: 10px;
	display: block;
	background: url(img/menu_item.gif) no-repeat;
	line-height: 33px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #005483;	
}

.menu:hover {
	text-decoration: none;
	color: #ff4e00;
}

.footer {
	width: 100%;
	height: 120px;
	position: relative;
	bottom: 0px;
	background:url(img/footer_fon.jpg) repeat-x bottom;
}

#footer {
	width: 922px;
	height: 60px;
	top: 60px;
	position:relative;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background:url(img/footer.gif) no-repeat;
	color:#FFFFFF;
}

#ftext1 {
	position: absolute;
	left: 30px;
	top: 28px;
}

#ftext2 {
	position: absolute;
	right: 30px;
	top: 28px;
}