@charset "utf-8";
/* CSS Document */
body{
	background:url(../image/ui/bodybg.gif) repeat-x #fbfbed;
	margin:0px; padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {noFocusLine:expression(this.onFocus=this.blur())}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}  

/*--------div 內容撐開*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
display: inline-block;
}  
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.pline{
	border-bottom:#CCCCCC dashed 1px;
	margin:3px;
}

.cleardiv{
	clear:both;
}


.stext{
	font-size:10px;
	color:#999999;
}	

/*====================================================*/
#outwarp{
	background:url(../image/ui/mtop_pic.jpg) no-repeat ;
	width:839px;
	margin:0 auto;
	height:500px;
	text-align:left;
	padding:0 50px;
}
/*-------------------------------------------------------------------------------top menu*/
#toplogo{
	height:88px;
}
#toplogo img{
	float:left;
}
#navbt{
	position:relative;
	top:0px;
	width:150px;
	float:right;
}
#navbt a{
	font-size:10px;
	display:block;
	height:20px;
	line-height:30px;
	float:left;
	margin:0 9px;
	color:#FFFFFF;
	padding:0 3px 0 5px;
	border-left:#aadff0 solid 1px;
	text-decoration:none;
}
#navbt a:hover{
	text-decoration:underline;
}




#topbanner{
	padding-top:1px;
	border-top:#33CCFF solid 1px;
	width:602px;
	height:117px;
	margin-left:218px;
}
#topmeun{
	margin:80px 0 2px 218px;
	height:23px;
	line-height:23px;
	color:#97cee3;
}
* html #topmeun{ margin:80px 0 0px 218px;} 


#topmeun ul{
	margin:0px; padding:0px;
	list-style:none;
}
#topmeun ul li{
	display:block;
	float:left;
}
#topmeun ul li span{
	/*display:block;*/
	/*float:left;*/
	height:23px;
	width:5px;
}
#topmeun ul li a{
	text-align:right;
	padding:0 9px;
	font-weight:bold;
	font-size:11px;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	color:#6C6C6C;
	text-decoration:none;
/*	padding-top:2px;*/
border-bottom:#FFF solid 2px;
}


#topmeun ul li a:hover{
	/*background:url(../image/ui/bt_bg.gif) no-repeat;*/
	padding-top:0px;
	color:#033372;
	border-bottom:#0D54E4 solid 2px;

}


/*--------------------------------------------------------------------- top title*/
#toptitle{
	height:36px;
	line-height:30px;
	width:602px;
	margin-left:218px;
	margin-top:5px;
	margin-bottom:3px;
}



/*-------------------------------------------------------------------------------content*/
#content{
	background:url(../image/ui/mbgrp1.gif) repeat-y;
	min-height:400px;
}
/*----------------------------------------------------------------------左*/
#warpmain1{
	width:188px;
	float:left;
	background:url(../image/ui/mbg.gif) left bottom no-repeat;
	/*min-height:400px;*/
	padding-left:25px;
}
/*----------------------------------------------------------------------右*/
#warpmain2{
	width:551px;
	float:right;
	color:#4C4C4C;
	padding:20px 45px 20px 30px;
}



#warpmain1 a{
	display:block;
	margin:8px 0;
}

#sideshow{
	position:relative;
	margin-top:-70px;
}






/*-------------------------------------------------------------------------------foot-memu*/
#footmenu{
	background:url(../image/ui/mfmenubg.gif) no-repeat;
	height:34px;
	color:#ddd;
	padding:28px 0 0 20px;
	clear:both;
}
#footmenu ul{
		margin:0px; padding:0px;
	list-style:none;
}
#footmenu ul li{
	display:block;
	float:left;
	line-height:26px;
	height:26px;
}
#footmenu ul li a{
	font-size:11px;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#9F9F96;
	text-decoration:none;
	margin:0 4px;
	border-bottom:#DDD solid 1px;
	border-top:#DDD solid 1px;
}
#footmenu ul li a:hover{
	border-bottom:#0099FF solid 1px;
	border-top:#0099FF solid 1px;
	color:#0099FF;
	height:25px;
	line-height:25px;
}

/*-------------------------------------------------------------------------------foot*/
#foot{
	margin:0 auto;
	background:url(../image/ui/mfootbg_en.gif) no-repeat center;
	width:100%;
	height:110px;
	clear:both;
}
address{
	color:#868686;
	font-size:11px;
	font-style:normal;
	padding-left:190px;
	padding-top:7px;
}
address strong{
	color:#0066FF;
	font-weight:normal;
	margin:0 2px 0 2px;
}
address span{
	margin:0 3px;
}

address a{
	color:#868686;
}
address a:hover{
	color:#0099FF;
	text-decoration:none;
}

/*-------------------------------------------------------------------------------gotop--------*/
#gotop{
	text-align:right;
	margin:8px 0;
}
.backbt{
	color:#0066FF;
	text-decoration:none;
}
.backbt:hover{
	text-decoration:underline;
	color:#0033CC;
}