﻿/* Global CSS 
@ Code By  : Merainy
@ Emal     : Merainy.a@Gmail.com
@ Update   : 2012-04-07       */
/* CSS Reset */
img{ border:0 none;}
ul,ol{ list-style:none outside none;}
ul{ padding:0;}
ol{ padding:0 0 0 24px;}
body,th, td, dl, dd, h1, h2, h3, h4, h5, h6, p, form, ul, ol{ margin:0;}
body{line-height:1.4; text-align:center;}
input{ margin:0; padding:1px;}
/* CSS Library */
.fl{float:left; display:inline}.fr{float:right; display:inline}.fn{float:none;}.cb{clear:both; line-height:0;}.mt10{margin-top:10px;}
.dboh{display:block; overflow:hidden;}.dn{display:none;}.abs-9999{position:absolute; top:-9999px;}
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

a{ color:#666; text-decoration:none; text-align: center;}

body{width: 100%; position:relative;}
/* header */
#header_wrap{
	height:85px;
	margin:0 auto;
	background:#fff;
}
#header{
	margin:0 auto;
	width:960px;
	padding: 0 10px;
	height:80px;
	position:relative;
}
#header .logo{
	display: block;
	width:680px;
	height:65px;
	margin-top:10px;
	text-indent:-9999px;
	background:url(/Template/Default/images/logo.png) no-repeat;
}
#header .language{ 	position:absolute; 	font: 12px/33px "宋体"; line-height: 33px; 	color:#ccc; top:0; 	right:10px; }
#header .language em{ font-style: normal;}
#header .language a{ padding:0 5px;}
#header .language a:hover{ color:#222;}
#header .iphone{ position:absolute; width:185px; height:35px; top:40px; right:10px;}



/* nav */
#nav_wrap{
	margin:0 auto;
	position:relative;
	background:url(/Template/Default/images/nav_bk.png) repeat-x;	
	height:45px;
	z-index:50;
}
#nav{
	position: relative;
	height:40px;
	width: 960px;
	margin:0 auto;
}
#nav ul{
	width:750px;
	padding-left: 10px;	
}
#nav li{
	float:left;
}
#nav li a{
	color:#fff;
	font:bold 14px/40px "微软雅黑", "宋体"; 
	display:block;
	width:102px;
	height:40px;
}
#nav li a:hover{
	background: url(/Template/Default/images/nav_h.png) no-repeat;
}
#nav .nav-current,#nav .nav-current:hover{
	background: url(/Template/Default/images/nav_h.png)  0 -40px no-repeat;
}

/* nav > search */
#search{
	width:190px;
	height:22px;
	position: absolute;
	right: 0;
	top: 9px;
	background:url(../images/search_bk.png) center no-repeat;
}
		#keyword { 
			position:absolute; 
			left:25px;
			top:0;			
			width:138px;
			height:18px;
			color:#999;
			background-color:transparent;
			border:1px solid transparent; 			
			line-height:20px;

			
		}
		#search a{ 
			background:url(../images/searchBt.png)  no-repeat;
			display:block; 
			width:22px; 
			text-decoration:none; 
			position:absolute; 
			right:1px; 
			top:1px;
			text-indent:-1000em;
			line-height:20px;
		}
		#search a:hover{
			background-position: 0 -21px;
		}	

/* footer */
#footer_wrap{
	clear: both;
	margin:0 auto;
	height:100px;
	padding:5px 0 0 0;	
	background: #e6e6e6 url(/Template/Default/images/footer_bk.png) repeat-x;
}
#footer{
	line-height: 24px;
	color: #777;
	font-size:12px;
	width:960px;
	margin:15px auto 0 auto;
}
#footer a{
	padding: 0 5px 0 5px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .left{
	text-align:left;
}
#footer .right{
	text-align:right;	
}
#footer .right p span{
	color: #323232;
}