/* GENERAL DOCUMENT MARKUP */

body#home {
	padding: 0;
	margin: 0;
	background-color: #586F7C;
	font-size: 0.625em;
	background-image: url(img/home_bg_left.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}



#home div#container {
	padding: 0;
	margin: 0;
	width: 100%;
}


/* ============ */
/* LEFT SIDE  */

#home div#left {
	padding: 0;
	margin: 0;
	width: 320px;
}

#home img#logo {
	position: absolute;
	--top: 97px;
	top: 242px;
	left: 41px;
	z-index: 1;
}
#home img#logo1 {
	position: absolute;
	top: 97px;
	left: 41px;
	z-index: 1;
}
#home a#logo3 {text-decoration: none;}
#home a#lv {
	position: absolute;
	top: 21px;
	left: 179px;
	width: 22px;
	height: 15px;
	background-image: url(img/home_karogi.png);
	background-position: 0 0;
}

#home a#en {
	position: absolute;
	top: 21px;
	left: 219px;
	width: 22px;
	height: 15px;
	background-image: url(img/home_karogi.png);
	background-position: -40px 0;
}

#home a#ru {
	position: absolute;
	top: 21px;
	left: 259px;
	width: 22px;
	height: 15px;
	background-image: url(img/home_karogi.png);
	background-position: -80px 0;
}

#home div#globe {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	height: 280px;
	background-image: url(img/home_globe.jpg);
}

/* =============================== */
/* MAIN SECTION  */

div#main {
	margin: 0 0 0 320px;
	padding: 100px 16% 80px 10%;
	background-image: url(img/home_bg_top.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 290px;
	border: 0px solid #faa;
}

a h2 {
	margin: 0.8em 0 0.2em 0;
	font: bold 1.6em/1em Arial, sans-serif;
	color: #FEB741;
	text-decoration: none;
}

div#main p {
	margin: 0;
	color: #fff;
}
#home ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


#home ul li {
	margin: 2em 0 0.3em 0;
}

#home ul li a {
	font: bold 1.6em/1em Arial, sans-serif;
	color: #FEB741;
	text-decoration: none;
}

#home ul li a:hover {
  color: #FFE399;
}


#home ul ul li {
  display: inline;
  line-height: 180%;
  padding: 0 3px 0 0;
}

#home ul ul li a {
	color: #eee;
	font: normal 1.3em/1.6em Arial, sans-serif;
	text-decoration: underline;
}


