@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'Noto Sans', Arial, sans-serif;
	text-transform:uppercase;
}
a{
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:50%;
	right:50%;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:80px;
	left:0px;
	margin-top:-65px;
}
.ac_content h1{
    background: url("../images/bg_menu.png") repeat scroll left top transparent;
    display: block;
    float: left;
    font-size: 25px;
    font-weight: bold;
    height: 120px;
    line-height: 32px;
    margin-right: 1px;
    padding: 20px;
    text-shadow: 1px 1px 1px #000000;
    width: 310px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:17px;
		
}
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
	top:24px;
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    margin-top: 60px;
    opacity: 0;
    outline: medium none;
    padding: 0 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}
.ac_subitem{
	width:600px;
	height:0px; /* animate to 400px */
	top:286px;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
	right:7px;
}
.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#4B383A;
	padding: :0px 0px 0px 40px;
	text-shadow:0px 0px 1px #fff;
	color:#4B383A;
	padding-top:5px;
}
.ac_subitem ul{
	padding:0px 40px;
}

.mb-inside h2
{
    font-size:13.5px;
    color:#000;
}
.ac_subitem ul li{

	color:#4B383A;
	font-size:14px;
	text-transform:none;
}

span.ac_close{
	float:right;
	margin:10px;
	width:20px;
	height:22px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.6;
}
span.ac_close:hover{
	opacity:1.0;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:15px;
	background:#000;
	opacity:0.9;
	height:50px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;

	color:#ffcb2e;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}