﻿@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', 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;
	bottom:10px;
	right:10px;
	background: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:50%;
	left:0px;
	margin-top:-65px;
}
.ac_content h1{
	display:block;
	float:left;
	width:90px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
}

.ac_content table, td, tr{
	width:800px;
    height:400px;
    border-width:none;
}

.ac_content hr{
	border: 0;
    border-bottom: 1px dotted #333;
}

.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}
.ac_menu > ul{
	float:left;
}
.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 #000;
}

ul.linkable > li > a {
    margin:10px 0 10px 0;
    padding: 0;
    opacity:100;
    display:block;
    height:100%;
    text-align:right;
    height: 20px;
    line-height:20px;
    outline:none;
    font-size:16px;
    font-weight:normal;
    text-shadow:1px 1px 1px #000;
}

.ac_subitem{
	width:600px;
	height:0px; /* animate to 400px */
	top:50%;
	right:70px;
	margin:0 auto 0 auto; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
}

.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;
}
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_footer_top{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}
.ac_footer_top a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer_top a:hover{
	color:#fff;
}
.ac_footer_top a span{
	font-weight:bold;
}
.ac_footer_top a.ac_left{
	float:left;
}

.ac_footer_bottom{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}
.ac_footer_bottom a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:left;
}
.footer_bottom a:hover{
	color:#fff;
}
.ac_footer_bottom a span{
	font-weight:bold;
}
.ac_footer_bottom a.ac_left{
	float:left;
}
.left-content-wrapper {
	text-transform: none;
	text-align: justify;
	padding: 0 40px;
}
.left-content-wrapper p{
	padding-top: 0px;
}
.content-page-menu{
	margin-top: 0px;
	top: 10px;
}
.content-page-text {
	margin:0 auto 0 auto; /* animate to -200px */
	width: 850px;
	height: 500px;
	top:90px;
	right:70px;
	padding: 0px 20px 0px 20px;
	background: url("../images/bg_menu.png") repeat scroll left top transparent;
	text-transform: none;
	overflow: auto;
	position:fixed;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #333; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #cccccc; 
    -webkit-box-shadow: inset 0 0 6px #333; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.content-page-text p{
	margin: 15px 15px 15px 15px;
	padding-top: 10px;
	word-wrap: break-word;
}
.content-page-text ul {
	padding: 10px 40px;
	list-style-type: disc;
}
.content-page-text img{
	float:right;
	padding:0px 10px;
}

.content-page-text hr{
	border: 0;
    border-bottom: 1px dotted #333;
}

#tooplate_content {
	float: left;
	text-align: justify;
	width: 800px;
}
	
.cbox_fw {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 0px;
}
	
.image_frame { display: inline-block; padding: 5px; position: relative; width: 230px; height: 150px; margin-bottom: 15px }
.image_frame img { width: 220px; height: 150px; }
.image_frame2 { display: inline-block; padding: 5px; position: relative; width: 150px; height: 920px; margin-bottom: 15px }
.image_frame2 img { width: 140px; height: 200px; }
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }
	
