/* CSS Document */

body {
	margin: 0;
	background-color: #836e4f;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 60%;
}

div#container {
	width: 600px;
	margin: 0 auto;
}

h1 {
	margin: 0;
	text-indent: -9999px;
	height: 345px;
	background: url(images/splash/logo.jpg) no-repeat;
}

ul#languages, ul#links {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul#languages {
	width: 103px;
}

ul#languages li {
	text-indent: -9999px;
	margin-bottom: 8px;
}

ul#languages li a {
	display: block;
	width: 102px;
	height: 13px;
}

a#pl {
	background: url(images/splash/pl.gif) no-repeat;
}

a#en {
	background: url(images/splash/en.gif) no-repeat;
}

a#ru {
	background: url(images/splash/ru.gif) no-repeat;
}

ul#links {
	width: 330px;
	margin-top: 123px;
}

ul#links li {
	float: left;
	border-right: solid 1px #ed8f11;
	margin-right: 4px;
}

ul#links li.last-item {
	border-right: 0;
	margin-right: 0;
}

ul#links a {
	padding: 0 8px 0 4px;
	color: #ed8f11;
	text-decoration: none;
}

ul#links a:hover {
	text-decoration: underline;
}

/* TOP LAYER */

#banner_overlay { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; z-index: 100; /* background-color: #000; -moz-opacity: 0.6; opacity: .60; filter: alpha(opacity=60); */}
#flashbox { position: absolute; left: 50%; top: 0; width: 800px; height: 600px; margin-left: -403px; z-index: 200;  /*background-color: #FFF; display: none; */ }
