@charset "UTF-8";
body{
	background:0;
	font-size: 14px;
}
.dot{
	background:url(images/dot.png) repeat;position:relative;z-index:10;padding-bottom: 1px;
}
#header{
	position:absolute;
	padding-top:10px;
	padding-bottom:5px;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	background:#000000 0 100%;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
	box-shadow:0 1px 4px rgba(0,0,0,0.3);
}
#header a{
	color:#fff;
	border:0;
	-webkit-transition:color 200ms ease-in;
	-moz-transition:color 200ms ease-in;
	-o-transition:color 200ms ease-in;
	transition:color 200ms ease-in;
}
#header a:hover{
	color:#ffff00;
}
#header p{
	float:left;font-size:24px;
	margin-bottom:0;
}
#header ul{
	float:right;
	text-transform:uppercase;
	font-size:18px;
	padding-top:5px;
}
#header li{
	float:left;
	margin-right:20px;
}
#menu-icon{
	display:none;
}
#container,.wrapper{
	width:940px;
	margin:0 auto;
	word-wrap:break-word;
	display:block;
	position:relative;
}
#container{
	margin-top:55px!important;
}
#footer{
	position:relative;
	z-index:100;
	font-size:12px;
	padding:20px 0;
	color:#000;
	text-shadow:0 0 20px #fff;
	background:0;
}
#header .wrapper,
#footer .wrapper{
	overflow:hidden;
}
img.bg{
	min-height:100%;
	min-width:1024px;
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
}
@media screen and (max-width:1024px){
	img.bg{
		left:50%;
		margin-left:-512px;
	}
}
h1{
	font-size:32px;
	line-height:150%;
	padding-top:100px;
	margin-bottom:40px;
	color:#fff;
	text-shadow:0 0 20px #000;
}
.content h2{
	font-size:20px;
	padding-bottom:20px;
}
.content h3{
	font-size:16px;
}
.content{
	width:300px;
	padding:40px;
	background:#fff;
	background:rgba(255,255,255,.9);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-bottom:40px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
	box-shadow:0 1px 4px rgba(0,0,0,0.3);
}
.content.wide{
	width: auto;
}
p{
	margin-bottom:2em;
	font-size:14px;
}
.content ul.image{
	margin:1em;
}
#bgimg{
	height:100%;
	z-index:-1;
}
#realBody{
	position:absolute;
	z-index:5;
	height:100%;
	width:100%;
	overflow:auto;
	top:0;
	left:0;
}
.fullBg{
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
}
#maincontent{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
}
.bgmaximage{
	position:fixed !important;
}
.loader{
	position:absolute;
	z-index:9999;
	width:66px;
	height:66px;
	top:49%;
	left:49%;
}
.news {
	margin:0;
	padding:0;
}
.news li {
	list-style: none;
	margin-bottom: 15px;
}
.owner {
	text-align:right;
}


.menu_list {
	margin: 0;
	padding: 0;
}
.menu_list li {
	list-style: none;
	margin-bottom: 15px;
	overflow:hidden;
}
.menu_list li dl {
	margin: 0;
}
.menu_list li dt {
	font-size:22px;
	margin-bottom:5px;
}
.menu_list li dd {
	margin: 0;
	margin-bottom:10px;
}

.menu_list .menu_pic dl {
	float:left;
	width:540px;
}
.menu_list .menu_pic div {
	float:right;
	width:270px;
	overflow:hidden;
}


