@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	list-style:none;
}
body{
	margin:0;
	background:#120F0A;
	font-family:Tahoma;
}
.clear{
	clear:both;
	font-size:0;
	height:0;
}
.top-text{
	color:#E9C793;
	font-weight:normal; 
	text-align:center;
	margin-bottom:-20px;
	
}
.content{
	margin:0 auto;
	width:800px;
}
.header{
	background:url(../images/header-bg.gif) repeat-x;
	height:94px;
}
.header .logo{
	float:left;
}
.header .headtext{
	float:left;
	width:auto;
	margin-left:14px;
	font-size:18px;
	color:#FFDF24;
	padding-top:50px;
	display:block;
	font-weight:normal;
}
.header .links{
	width:56px;
	margin-left:56px;
	float:left;
	padding-top:32px;
}
.header .links a{
	color:#FFFFD2;
	font-size:10px;
	display:block;
	width:auto;
	height:11px;
	line-height:11px;
	text-decoration:none;
	margin-bottom:4px;
}
.header .links a:hover{
	color:#F8D426;
}
.header .links img{
	float:left;
	margin-right:8px;
}
.header .lang{
	float:left;
	width:70px;
	margin-left:15px;
	padding-top:55px;
}
.header .lang a{
	float:left;
	margin-right:5px;
}
	
.banner{
	background:url(../images/banner-bg.jpg) no-repeat;
	height:233px;
	width:794px;
	border:2px solid #342D0E;
	margin:0 auto;
	padding-left:2px;
	padding-top:23px;
	text-align:center;
}
.banner img{
	border:2px solid #362F13;
	margin-left:15px;
	margin-top:23px;
	float:left;
}
.menu{
	height:51px;
	background:url(../images/menu-bg.jpg) repeat-x;
}
.menu a{
	float:left;
	display:block;
	height:51px;
	line-height:51px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#BDB696;
	text-decoration:none;
	text-align:center;
	width:auto;
	padding:0 36px 0 36px;
	border-right:1px solid #1B170F;
}
.menu .last{
	border:none;
	margin-right:-1px;
}	
.menu a:hover{
	color:#F8D426;
	background: url(../images/hover.jpg) no-repeat center;
}
.main{
	background:#1D1913;
	border-top:1px solid #120F0A;
	padding:10px 20px;
}
.left, .right{
	float:left;
	width:180px;
	
}
.right{
	margin-right:-5px;
}
.middle{
	width:375px;
	float:left;
	padding-left:25px;
	padding-top:25px;

}
.middle h1{
	font-size:18px;
	color:#BDB696;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.middle .text{
	width:220px;
	float:left;
	font-family: Tahoma;
	color:#937851;
	font-size:10px;
	padding-top:30px;
	text-align:justify;
}
.middle .text p{
	margin-bottom:18px;
}
.middle .text .more{
	float:right;
	width:auto;
	color:#BE975C;
	font-size:10px;
}
.middle .text a:hover.more{
	text-decoration:none;
	color:#E9C793;
}
.middle .mainimg{
	float:right;
	margin-right:15px;
}	
.title{
	background:url(../images/top-left-menu.gif) no-repeat bottom;
	color:#BDB696;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:157px;
	height:36px;
	padding-left:15px;
	font-size:18px;
	line-height:36px;
}
.left-menu{
	width:172px;
	background:url(../images/left-menu-bg.jpg) repeat-x;
	display:block;
	padding-top:20px;
	height:200px;
}
.left-menu li{
	height:28px;
	line-height:28px;
	background:url(../images/dot.gif) no-repeat 15px 10px;
	padding-left:35px;
	font-family:Verdana;
	font-size:12px;
}
#contactmap{
	background:none;
	padding:0;
	height:auto;
	line-height:normal;
	text-align:center;
}
.left-menu li a{
	color:#937851;
	text-decoration:none;
}
.left-menu li a:hover{
	color:#E9C793
}

.footer{
	background:url(../images/footer-bg.png) repeat-x;
	height:52px;
	line-height:52px;
	left:52px;
	color:#FFFFFF;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
.small{
	height:30px;
	line-height:30px;
}
.footer-links{
	line-height:normal; 
	padding-top:4px; 
	height:48px; 
	color:#000;
}
.footer a{
	color:#937851;
	text-decoration:none;
}
.footer a:hover{
	color:#E9C793;
}
.footer .copy{
	float:left;
	font-size:10px;
}
.footer .power{
	float:right;
	font-size:10px;
}
.footer .power a{
	color:white;
	font-size:10px;
}
.footer .power a:hover{
	color:#F8D426;
}
.full{
	width:350px !important;
	padding-right:25px
}

.full ul li{

	list-style:disc;
	margin-left:10px;
}
.sitemap{
	width:350px !important;
	padding-right:25px
}
.sitemap p a{
	font-size:14px;
	color:#BDB696;
	text-decoration:none;
}
.sitemap ul{
	margin-bottom:10px;
}
.sitemap ul li{
	text-decoration:none;
	padding-left:10px;
	margin-bottom:5px;
}
.sitemap ul li a{
	font-size:12px;
	color:#937851;
	text-decoration:none;
}
.sitemap a:hover{
	text-decoration:underline;
	color:#E9C793;
}