html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	background-color: #eae4cc;
	text-align: center;
	font-family: Tahoma;
}
h1, h2, h3, h4, div, p, form, dl, dt, dd, fieldset, ol, li, ul, table, td, tr, th, span, a, input, button, select, label {
	margin:0pt;
	padding:0pt;
}
a img {
	border: none;
}
#container {
	margin: 0px auto;
	width: 907px;
	height: 95px;
	text-align: left;
}
#container #content {
	width: 100%;
	overflow: hidden;
}
#container h1 {
	height: 95px;
	overflow: hidden;
}
#container h1 a span {
	background-repeat: no-repeat;
	background-image: url('../images/main/top.png');
	height: 95px;
	display: block;
	width: 100%;
}
#container h2 {
	width: 320px;
	border-bottom: 1px solid #001F56;
	margin-left: 30px;
	font-size: 11px;
	text-transform: uppercase;
	color: #808989;
	margin-top: 20px;
	margin-bottom: 5px;
}
#container #article {
	background-repeat: repeat-y;
	background-image: url('../images/main/text-bg.png');
	height: 280px;
	padding: 0 0 0 60px;
	width: 458px;
	float: left;
}
#container #article #text {
	overflow: auto;
	height: 240px;
	padding: 0 12px;
	font-size: 12px;
	color: #7A7A79;
}
#container #article #text p {
	padding: 4px 0;
}
#container #article #text table {
	margin-left: 20px;
}
#container #article #text ul, #container #article #text ol {
	marfin-left: 20px;
}
#container #article #text ul.gallery {
	width: 100%;
	overflow: hidden;
	list-style: none;
}
#container #article #text ul.gallery li {
	display: block;
	width: 85px;
	padding: 10px;
	float: left;
	text-align: center;
}
#container #article #text ul.gallery li a {
	color: #77838F;
}
#container #article #text ul.gallery li span {
	display: block;
}
#container #flash {
	background-image: url('../images/main/flash-border.png');
	background-repeat: repeat-y;
	background-position: right;
	height: 280px;
	width: 338px;
	float: left;
	overflow: hidden;
}
#footer {
	height: 104px;
	background-image: url('../images/main/bottom.png');
}
#footer ul {
	list-style-type: none;
	font-size: 11px;
	padding-top: 4px;
	margin-left: 60px;
	position: absolute;
	z-index:100;
}
#footer ul li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}
#footer ul li a {
	text-decoration: none;
	color: #808989;
	border-right: 1px solid #808989;
	display: block;
}
#footer ul li ul {
	display: none;
	background-color: #FAC903;
	width: 100px;
	overflow: hidden;
	position: relative;
	left: -999em;
}
#footer ul li:hover ul, #footer ul li.sfhover ul { /* lists nested under hovered list items */
	left: -60px;
}
#footer ul li ul li {
	border: 1px solid #808989;
}


#footer li:hover ul,
#footer li li:hover ul ul,
#footer li li li:hover ul ul,
#footer li li li li:hover ul ul
{display:none;}

#footer li:hover ul,
#footer li li:hover ul,
#footer li li li:hover ul,
#footer li li li li:hover ul
{display:block;}

#footer .contacts {
	position: absolute;
	z-index: 1;
	/*top: 410px;*/
	margin-top: 20px;
	width: 850px;
	clear: both;
	font-size: 11px;
	color: #BAB683;
	margin-left: 60px;
	padding-top: 5px;
}
#footer .contacts span {
	float: right;
	margin-right: 80px;
}

/*
#container a {
	text-decoration: none;
	position: absolute;
	color: black;
	font-size: 12px;
}
#container a#lv {
	left: 150px;
	top: 40px;
}
#container a#en {
	top: 40px;
	left: 180px;
}
*/