.main_title div a.main_title_a{position:relative;z-index:40;display:block;}
.main_title div a.main_title_a span{display:block}
.main_title div a.main_title_a:hover{cursor:pointer}
.main_title div a.main_title_a:hover img.main_title_second_img{display:block !important;}
.main_title div a.main_title_a:hover span.main_title_second_img{display:block !important;}
.main_title div a.main_title_a:hover img.main_title_first_img{display:none !important;}
.main_title div a.main_title_a:hover span.main_title_first_img{display:none !important;}
.hiddenshadow {z-index: 1;display:none;}

.header ul td a{position:static !important}
.header ul td table{position:static !important;}


.header ul td div.menu_3
{
	position: absolute;
	background:none;
	left: 0; right: 0;
	padding:0; top: 308px;
	display: none;
	z-index:-1;
	height:100%;
	width:100%;
}
.header ul td div.menu_3 div span
{
	background: #fff;
	padding:36px 40px 36px 25px;
	margin:0;
	position:static;
	display:block;
}
.header ul td div.menu_3 div
{
	position: absolute;
	height: auto;
	top:0;
	left: 0; right:0;
	padding:0;
	margin:0;
	display:block;
	bottom:auto;
}

.shadow
{
	position: fixed; z-index: 50; height: 100%; width: 100%; left: 0; top: 0;
	background:url('bg.png') #032938 !important;

	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
}
.center_shadow
{
	position: fixed;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height:100%;
	z-index: 50;
	/* opacity: 0.50;*/
	sbackground-color: #032938 !important;
	background-color: #000 !important;
}

table.center_container, table.center_container_normal
{
	position:fixed;
	position:expression('absolute');
	width:100%;	height:100%;
	height:expression((parseInt(document.body.clientHeight, 10)-10) + "px");
	top:0px;
	top:auto;
	left:0px;
	left:expression(parseInt(document.documentElement.scrollLeft, 10) + "px");
	/*border-collapse:collapse;*/
}
.center_fix_ie
{
	height:100%;
	
	/*height:expression((parseInt(document.getElementById('hui').offsetTop, 10)-130) + "px");*/
}
.center_header
{
	margin:0;
	padding:0;
	height: 28px;
	display: table-header-group;
	font: bold 15px "Lucida Grande", Arial, sans-serif;
}
td.center_container {vertical-align:middle;height:100%;}
td.center_container_normal {vertical-align:top;}
.center_content_row
{
	height:100%;
	text-align:left;
	display: table-row-group;
}
.center_row_cell
{
	display:table-cell;
	width:100%;
	height:100%;
	white-space:nowrap !important;
}
.center_content
{
	border-top:2px groove white;	
	padding:6px;
	height:100%;
	bottom:0px;
}
/* Color scheme */
.center_window {
	border:2px solid #D4D0C8;
	border-collapse:collapse;
	display:table;
	text-align:left;
	background-color:black;
	color:#000;
	left:0px;
	height:0%;
	width:0%;
	top:0px;
}
.center_close
{
	float:right;
	color:#FE7878;
	font-size:18px;
	display:block;
	padding-right:1px;
	padding-top:1px;
	height:14px;
	width:17px;
	text-decoration:none;
}