@charset "utf-8";
/* CSS Document */
body{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	background-image: url('bg.jpg');
}
a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}
div, ul, h1, h2, h3, li, p, img {margin:0; padding:0;}
ul{list-style-type:none;}
#main {
	position: relative;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #header {
	position: relative;
	width: 1020px;
	background-image: url(sredina.png);
	background-repeat: repeat-y;
	padding-left: 20px;
}
#main #header #logo {
	position: relative;
	width: 370px;
	height: 100px;
	top: 0px;
	left: 0px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#main #header #iso {
	position: absolute;
	width: 184px;
	height: 100px;
	top: 0px;
	left: 756px;
	background-image: url(iso9011.png);
	background-repeat: no-repeat;
}
#main #header #language {
	position: absolute;
	left: 945px;
	top: 14px;
	width: 150px;
}
#main #header #language li {
	margin-top: 3px;
}
#main #header #menu {
	position: relative;
	width: 980px;
	height: 44px;
	background-image: url(redLine.png);
	background-repeat: repeat-x;
}
/*
#main #header #menu ul li{
	display: inline-block;
	height: 44px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#main #header #menu a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}
#main #header #menu a:hover {
	text-decoration: underline;
}
*/
#main #middle {
	background-image: url(sredina.png);
	background-repeat: repeat-y;
	position: relative;
	width: 1020px;
	padding-top: 20px;
	padding-left: 20px;
}
#main #middle #content  {
	width: 980px;
	position: relative;
	padding-top: 0px;
}
#main #footer {
	position: relative;
	width: 1020px;
	height: 91px;
	background-image: url(dno.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
}
#main #footer #bg {
	position: relative;
	width: 980px;
	height: 30px;
	background-image: url(redLine.png);
	background-repeat: repeat-x;
}
#main #footer #bg #copyright {
	position: relative;
	width: 140px;
	top: 7px;
	margin-right: auto;
	margin-left: auto;
}
#main #footer #bg #copyright a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
#main #footer #bg #copyright a:hover {
	text-decoration: underline;
}