* {
	padding: 0;
	margin: 0;
}

body {
	padding: 5px 0	20px 0;
	color: white;
	background-color: black;
	font-family: Verdana, Ariel, Lucida, sans;
	text-align: center;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
}

a.activeLink {
	color: white;
}

a.current {
	color: white;
	font-weight: bold;
}

a span, li span {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#main {
	width: 800px;
	margin: 0 auto;
}

#main h1 a{
	margin: 0 auto;
	width: 150px;
	height: 33px;
	text-indent: -9999px;
	line-height: 1px;
	background-position: top;
	display: block;
}

#main h1#bgLogo a {
	background: url(images/titleBG.gif);
}

#main h1#enLogo a {
	background: url(images/titleEN.gif);
}

#main h1 a{
	position: relative;
	\top: 15px;
	t\op: 28px;
}

html>body #main h1 a {
	position: relative;
	top: 15px;
}

#main h1 a:hover{
	background-position: bottom;
}

#main ul#lang {
	list-style: none;
	font-size: 0.7em;
	margin-bottom: 5px;
	float: left;
}

#main ul#lang li {
	display: inline;
	border-right: 10px solid black;	
}

#main ul#root_menu {
	list-style: none;
	font-size: 0.7em;
	margin-bottom: 5px;
	float: right;
}

#main ul#root_menu li {
	display: inline;
	border-left: 10px solid black;
}

#menu {
	font-size: 0.9em;
	padding: 7px;
	border: 1px solid gray;
	display: block;
	clear: both;
}

#menu ul {
	border: 3px solid black;
}

#menu ul#main_menu {
	list-style: none;
}

#menu li {
	border-left: 5px solid black;
	border-right: 5px solid black;
	display: inline;
}

#menu li a {
	line-height:25px;
	white-space: nowrap;
}

#menu #companies {
	width: 716px;
	border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	padding: 4px 0 5px 0;
	margin: 2px auto;
}

#content {
	position: relative;
	margin-top: 20px;
	padding: 40px;
	border: 1px solid gray;
	text-align: left;
	display: block;
	clear: both;
}

#content #left {
	position: absolute;
	left: 0;
	bottom: 38px;
	overflow: hidden;
}

/*\*/ * html #content #left { bottom: auto; top: 355px; } /**/

#content #left img {
	display: block;
	clear: both;
}

#content ul {
	list-style-image: url(../images/bulet.gif);
}

#content img.alone{
	margin: 5px auto 5px 169px;
}

#content a.offset {
	width: 70px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

#footer {
	color: gray;
	font-size: 0.7em;
	margin-top: 20px;
	display: block;
	clear: both;
}

div.spacer {
	clear: both;
}

a#webmaster {
	margin: 5px auto;
	width: 50px;
	height: 10px;
	text-indent: -9999px;
	line-height: 1px;
	background-image: url(images/wm.gif);
	background-repeat: none;
	background-position: top;
	display: block;
}

a#webmaster:hover {
	background-position: bottom;
}