/*img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
	
}*/
img.ac_bgimage,
.ac_overlay,
#maintableCover  {
	-moz-border-radius: 5px;   
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}


img.ac_bgimage{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:680px;
	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_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:680px;
	background:transparent url(../home_images/cover_images/pattern.png) repeat top left;
}


/*.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	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_loading{
	position:absolute;
	top:0px;
	left:0px;
	
	margin-left:850px;
	background:#000 url(../home_images/cover_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{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	height:90px;
	width:900px;
	top:50%;
	left:0px;
	margin-top:-65px;
}

.ac_content a {
	color:#fff;
	text-decoration:none;
	}
	
.ac_content a:hover {
	color:#fff;
	text-decoration:underline;
	}


/*.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:90px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
}*/

.ac_content p{ /* left short title box */
	background:transparent url(../home_images/cover_images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:100px;
	height:60px;
	padding:15px; /*20px*/
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	position:absolute; /*my add*/
}

/*.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}*/

.ac_content p span{
	display:block;
	font-weight:normal;
	font-size:13px;
	line-height:120%;
	margin-bottom:7px;
}

/*.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:0px; 
}
*/
.ac_menu{ /* right long menu */
    background: transparent url(../home_images/cover_images/bg_menu.png) repeat top left; /*20%*/
    float: left;
    /*position:relative;*/
    height: 90px;
    width: 0px;
    margin-left: 111px;
    padding-right: 20px;
}

/*.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 #000;
}*/

.ac_menu > ul{
	float:right;
	text-align:left;
}
.ac_menu > ul > li{
	float:left;
	/*position:relative;*/
	height:90px;
	overflow:hidden;
}

/*.ac_menu > ul > li a{ */
.ac_menu > ul > li > a{ /* added > between li and a = make links work */
	margin-top:40px;
	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;
}




/*.ac_subitem{
	width:400px;
	height:0px;
	top:50%;
	right:0px;
	margin-top:0px; 
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
}
*/

.ac_subitem{
	width:400px;
	height:0px; /* animate to 400px */
	top:50%;
	margin-top:0px; /* animate to -200px */
	position:absolute;
	right:0px;
	z-index:99;
	overflow:hidden;
	background:transparent url(../home_images/cover_images/bg_description.png) repeat top left; /*45%*/
}



/*.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}*/

.ac_subitem h5{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
	margin-bottom:8px;
}

.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:3px 0px;
	font-size:16px;
}
.ac_subitem ul li:first-child{
	font-size:14px;
	text-transform:none;
	/*border-bottom:1px dotted #333;*/
	padding-bottom:15px;
	margin-bottom:10px;
	color:#ccc;
	text-align:left;
}


/*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;
}*/

span.close{ /* my add */
	float:right;
	margin-right:20px;
	margin-top:10px;
	color:#b3b3b3;
	font-size:13px;
	text-transform:none;
}

.leftTitle {
	margin:0;
}


/* rest css for the slide */

ul,ol,li,h5,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	/*padding:0;*/
}


/*html,body {
	margin:0;
	padding:0;
	height:100%;
}*/

body {
	margin:0;
	/*padding:0;*/
	height:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
