@import url('reset.css');

@font-face { font-family: 'PT Sans Narrow Bold'; font-style: normal; font-weight: bold; src: url('../fonts/PT_Sans-Narrow-Web-Bold.ttf'); }
@font-face { font-family: 'PT Sans Narrow Regular'; font-style: normal; font-weight: normal; src: url('../fonts/PT_Sans-Narrow-Web-Regular.ttf'); }

BODY, HTML {
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow Bold', Arial, sans-serif;
	text-transform:uppercase;
}
a{
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
	opacity: 0.2;
}
.ac_loading{
	position:fixed;
	top:140px;
	left:10px;
	background:#f8ec26 url(../images/ajax-loader-4.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;
	display:none;
}


.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top: 0px;
	left:0px;
	margin-top: 0px;
}



.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:250px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
		color: #0e8bec;
		padding-top: 5px;
		text-transform: none;
		font-family: 'PT Sans Narrow Regular', Arial, sans-serif;
}
.ac_menu{
	/*background:transparent url(../images/bg_menu.png) repeat top left;*/
	background:#0e8bec;
	opacity: 0.9;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #0e8bec;
}
.ac_menu > ul > li a:hover {
	color: #000;
	text-shadow:1px 1px 1px #0e8bec;
}



.ac_subitem{
	width:70%;
	height:0px; /* animate to 400px */
	right:15%;
	left:15%;
	margin-top:40px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-bottomradius: 15px;
	
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}


.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
}
.ac_subitem ul li:first-child{
	font-size:14px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}
.ac_subitem ul li p { text-align: justify; font-family: 'PT Sans Narrow Regular', Arial, sans-serif;  }

span.ac_close{
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}




.ac_content_2{
	position:fixed;
	height:40px;
	width:100%;
	top: 91px;
	right:0px;
	margin-top: 0px;
}

.ac_content_2 h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:right;
	width:40px;
	height: 40px;
	
	
}
.ac_menu_2{
	/*background:transparent url(../images/bg_menu.png) repeat top left;*/
	background:#fff;
	opacity: 0.9;
	float:right;
	position:relative;
	height:40px;
	width:0px; 
}
.ac_menu_2 > ul{
	float:left;
}
.ac_menu_2 > ul > li{
	float:right;
	position:relative;
	height:40px;
	overflow:hidden;
}
.ac_menu_2 > ul > li a{
	margin-top:0px;
	opacity:0;
	display:block;
	height:40px;
	padding:0px 10px;
	text-align:center;
	line-height:0px;
	outline:none;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	color: #000;
}
.ac_menu_2 > ul > li a:hover {
	color: #000;
	text-shadow:1px 1px 1px #ccc;
}

.ac_subitem_2{
	width:70%;
	height:0px; /* animate to 400px */
	right:15%;
	left:15%;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-bottomradius: 15px;
	
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}

.ac_subitem_2 h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem_2 ul{
	padding:0px 40px;
}
.ac_subitem_2 ul li{
	margin:10px 0px;
}
.ac_subitem_2 ul li:first-child{
	font-size:14px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}



.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:1;
	height:75px;
	padding-bottom:5px;
	padding-top:7px;
	border-top: 7px solid #666;
	font-family: 'PT Sans Narrow Regular', Arial, sans-serif;
}
.ac_footer div {
	clear:left;	
}
.ac_footer p {
	padding:2px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	float:left;
}
.ac_footer a{
	padding:2px 5px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#0e8bec;
	float:left;
	font-size: 10px;
}
.ac_footer a:hover{
	color:#fff;
}
.ac_footer .ac_right span{
	font-weight:bold;
	color: #FFF;
}
.ac_footer .ac_right{
	float:right;
	text-align: right;
}
.ac_footer .ac_right div {
	padding:2px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#666;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}