@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background-image: url(../images/header-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/leftcol-bg.png);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
}
h1, h1 a, h1 a:visited, h1 a:hover {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font:bold 12px Verdana;
	text-transform:uppercase;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*------------------------------------------------------------*/
#cleaner {
	width: 100%;
	height: 1px;
	clear: both;
}
#leftcol {
	float: left;
	width: 399px;
	background-image: url(../images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 255px 0 0 0;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 380px;
	height: 50px;
}
#contacts {
	position: absolute;
	top: 150px;
	left: 107px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
}
#about {
	width: 274px;
	height: 121px;
	padding: 15px 90px 30px 35px;
	background-image: url(../images/left-top.gif);
	
}
#about h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #767676;
}
#about p {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 10px;
}
#lmenu-header {
	font-size: 12px;
	margin: 0 0 3px 35px;
}
#leftmenu {
	margin: 0 0 3px 35px;
	padding: 0 0 0 25px;
	width: 232px;
	list-style: none;
	background-image: url(../images/leftmenu-bg.gif);
	
}
#leftmenu li {
	margin: 0;
	padding: 3px 0;
	font-size: 10px;
}
#leftmenu a {
	color: #767676;
	text-decoration: none;
}
#leftmenu a:hover {
	text-decoration: underline;
}
#newsmod-header {
	color:#339966;
	font-size:11px;
	font-weight:bold;
	margin: 100px 0 0 50px;
	text-transform: uppercase;
}
#newsmod-header a {
	color:#339966;
	text-decoration: underline;
}
#newsmod-header a:hover {
	text-decoration: none;
}
#newsmod {
	list-style: none;
	margin: 0 113px 0 35px;
	padding: 0;
	color:#767676;
	font-size: 10px;
}
#newsmod span {
	display: block;	
}
#newsmod p {
	margin: 15px 0 0 0;
}
#newsmod p.readmore {
	margin: 0;
	text-align: right;
}
#newsmod p.readmore a {
	color: #767676;
}
#newsmod p.readmore a:hover {
	text-decoration: none;
}
#other-left {
	margin: 100px 113px 27px 35px;
	font-size: 10px;
	color: #767676;
}
#copyright ,#other-left a {
	color: #4b4b4b;
	text-decoration: none;
}
#other-left a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------*/
#main {
	position: relative;
	margin-left: 399px;
	padding: 310px 25px 155px 20px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
#topmenu {
	position: absolute;
	left: 0;
	top: 220px;
	width: 100%;
	height: 28px;
	background-image: url(../images/top-menu.gif);
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li {
	margin: 0 6px 0 20px;
	line-height: 26px;
	padding: 0;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#topmenu li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
#topmenu li a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 155px;
	width: 100%;
	background-image: url(../images/bot-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: -1;
}
#footer .first {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 787px;
	height: 27px;
	background-image: url(../images/bot-left.png);
}
#footer .last {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 119px;
	height: 142px;
	background-image: url(../images/bot-right.jpg);
}
/*------------------------------------------------------------*/
