@charset "utf-8";
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color:#e3e3e3;
	padding:0px;
	margin:0px;
}
a
{
	color:white;
	text-decoration:none;
	outline: 0;
}
h3
{
	font-family: "Lucida Grande","Lucida Sans Unicode";}

#top
{
	width:100%;
	height:130px;
	background-color:#ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode";
}
#logo
{
	width:400px;
	height:130px;
	float:left;
}
#left
{
	padding-top:130px;
	width:290px;
	height:490px;
	background-image:url(../images/menubg.png);
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
#container
{
	width:870px;
	height:620px;
	background-image:url(../images/contentbg.png);
	float:left;
	font-size:15px;
	line-height:1.5;
}
#content
{

	width:810px;
	height:510px;
	margin:80px 30px 30px 30px;
	font-size:15px;
	line-height:1.5;
	text-align:justify;
	color:#ffffff;
	text-shadow: #233b4c 1px 1px 1px;
}
#footer
{
	width:1160px;
	height:40px;
	background-color:red;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:16px;
	text-align:justify;
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-weight:normal;
}
#menu li
{
	margin:0px;padding:0px;
	line-height:40px;
	width:100%;
	background-image:url(../images/menuitem.png);
	background-position:0px -0px;
}
#menu a
{
	width:180px;height:40px;display:block;
	padding-left:110px;
	color:#ffffff;
	margin: 0px;
	text-shadow: #666666 1px 2px 2px;
}
#menu a:hover
{
	color:#ffffff;
	text-shadow: #666666 3px 3px 3px;
}
#menu li:hover
{
	/*background-position:-110px 0px;*/
}
.credits
{
	font-size:12px;
	color:#999999;
	text-shadow:#ffffff 1px 1px 1px;
	margin-right:30px;
	padding-top:3px;
	text-align:right;
}
.credits a
{
	font-size:12px;
	color:#999999;
	text-shadow:#ffffff 1px 1px 1px;
	text-decoration:none;
}

#location_panel
{
	list-style:none; padding:100px 0px 0px 0px; margin:0px 50px 0px 700px;
}
#location_panel li
{
	float:left;
}
#location_panel li a
{
	width:100px;
	height:30px;line-height:30px;
	display:block;
	text-align:center;
	font-size:14px;
	margin:0px 5px;
	text-shadow:#666666 1px 1px 1px;
	background-position:0px 0px;
	background-image:url(../images/locationbg.png);
}
.inactive
{
	background-position:0px 0px;
	background-image:url(../images/locationbg.png);
}
.active
{
	background-position:0px 30px!important;
}
.inactive:hover
{
	background-position:0px 30px;
}
.inasctive:hover, .actsive:hover
{
	color:#eeeeee;
	text-decoration:none;
	text-shadow:#333333 1px 1px 1px;
}

.lang
{
	list-style:none;
	margin:0px 0px 0px 20px;
	text-transform:uppercase;
	text-shadow:#ffffff 1px 1px 1px;
	font-size:14px;
	font-weight:bold;

}
.lang li
{float:left;margin:7px 3px 0px 3px;}
.lang a
{
	color:#bbbbbb;
}
.langactive a
{
	color:#CC0000;
}
#gallery img
{
	margin:20px;
	float:left;
	padding:5px;
	backgrkound-color:#1f4159;
	border:1px solid #a3becc;
}