@CHARSET "UTF-8";

body {
	padding-top: 40px;
	background: url(/images/layout/background.png) repeat-x;
	font: 12px Tahoma, Arial, sans-serif;
}

a { text-decoration: none; outline: 0; }

#fading_layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url(/images/layout/background.png) repeat-x;
	z-index: 10000;
}

#container {
	position: relative;
	width: 970px;
	margin: auto;
	background: #605043 url(/images/layout/container.gif) repeat-y;
}

#left_content {
	position: relative;
	float: left;
	width: 314px;
	min-height: 540px;
	background: #34241c;
	z-index: 100;
}

#left_content .background {
	width: 314px;
	height: 540px;
}

#left_content ul {
	position: absolute;
	top: 258px;
	left: -7px;
	list-style: none;
}

#left_content ul li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#left_content ul a {
	position: relative;
	display: block;
	width: 282px;
	height: 22px;
	margin-bottom: 2px;
	padding: 14px 0 8px 46px;
	background: url(/images/layout/menu_el2.png) no-repeat top;
	text-transform: uppercase;
	color: #a08469;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	box-shadow: 1px 1px 2px #3d2f26;
	-moz-box-shadow: 1px 1px 2px #3d2f26;
	-webkit-box-shadow: 1px 1px 2px #3d2f26;
}

#left_content ul li.submenu a {
	margin-left: 7px;
	font-weight: normal;
}

#left_content ul a:hover, #left_content ul a.selected{
	color: #fecb51;
}

#left_content ul img {
	position: absolute;
	top: 18px;
	right: 130px;
}

#left_content ul ul {
	position: relative;
	left: 0;
	top: 0;
}

#left_content ul ul a {
	position: relative;
	display: block;
	width: 282px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 46px;
	background: url(/images/layout/submenu_el2.png) repeat-y;
	text-transform: uppercase;
	color: #dad3bf;
	font-size: 11px;
	line-height: 16px;
}

#left_content ul ul .subelement a {
	padding-left: 60px;
}

#left_content ul ul a:hover, #left_content ul ul a:selected {
	color: #fea201;
}

#left_content ul ul img {
	top: 6px;
}

#right_content {
	float: left;
	width: 656px;
	min-height: 540px;
	background: #605043;
}

#footer {
	width: 960px;
	padding: 15px 5px 15px 5px;
	margin: auto auto 30px auto;
	font-size: 10px;
}

#footer a { color: #000; font-weight: bold; }
#footer .flags { padding-right: 5px; }

#footer .flags a {
	display: inline-block;
	box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
}

#footer .flags a:hover {
	box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 657px;
	height: 119px;
	background: url(/images/layout/overlay.png) no-repeat;
	z-index: 101;
}

#google_map {
	width: 470px;
	height: 255px;
	margin: 15px auto 15px auto;
	border: 2px solid #f2a46b;
}

#footer .copyright {
	font-size: 10px;
	text-align: center;
	color: #574741;
}
