*{
	padding:0;
	margin:0;
}

body {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#ffffff;
}

span{
 	font-size:12px;
	color:#000;
}

p{
	font-size:12px;
}

#container{
	width:950px;
	margin:0 auto;
	position:relative;
}

#header{
	width:950px;
	text-align:left;
	background-color:#ffffff;
}

.header_left{
	width:592px;
	height:87px;
	float:left;
	display:inline;
}

.header_right1{
	float:right;
	display:inline;
	width:230px;
	background:#F4F4F4;
	text-align:center;
	border:1px solid #E7E7E7;
	height:30px;
	line-height:30px;
}


.header_right1 span{
	font-size:12px;
	text-align:right;
	color:#858585;
	margin-left:3px;
}

.header_right1 span a{
	text-decoration:none;
	color:#858585;
}

.header_right1 span a:hover{
	color:#858585;
	text-decoration:underline;
}

.header_right1 span img,.header_right1 span a img,.header_right1 span a:hover img{
	border:none;
}

.header_right2 img{
	float:right;
	display:inline;
	width:271px;
	height:30px;
	text-align:right;
	margin-top:15px;
	margin-right:9px;
}

.clear{
	clear:both;
}

.main_nav{
	width:950px;
	background:url(../../images/standard/homepage/main_nav.jpg) no-repeat 0 0;
	height:61px;
}

#con{
	font-size: 14px; 
	width: 600px;
	position:absolute;
	top:87px;
	left:0;
	list-stlye-type:none;
}/*整个内容*/


#tags{
	width: 600px;  
	height: 37px;
	font-size:14px;
	font-weight:bold;
	
}/*标签一、二……*/


#tags li{
	float:left;
	/*margin-right:1px;*/
	list-style:none;
	height:37px;
	width:96px;
}/*未选中的标签*/


#tags li a{
	float:left;
	color: #ffffff;
	line-height:37px; 
	height:37px;
	width:96px;
	text-align:center;
	text-decoration:none;
}/*未选中的标签*/

#tags li.emptyTag{
	background:none transparent scroll repeat 0% 0%;
	width:4px;
}

#tags li.selectTag{
	position:relative;
	height:37px;
}/*已选中的标签*/


#tags li.selectTag a{
	color:#0155A7;
	width:96px;
	line-height: 37px;
	height:37px;
	text-align:center;
	background:url(../../images/standard/homepage/main_nav_over.gif) no-repeat 50% 50%;
}/*已选中的标签*/


#tagContent{
	background-color:#fff;
}/*带边框的外框*/


.tagContent{
	display: none; 
	background:#ECECEC; 
	width: 950px; 
	color: #474747; 
	height: 24px;
	line-height:24px;
	text-align:left;
	text-indent:90px;
	
}/*带背景色的内容框*/

.tagContent span,.tagContent span a{
	font-size:12px;
	color:#5D5D5D;
	text-decoration:none;
	margin-left:10px;
	font-weight:bold;
}

.tagContent span a:hover{
	color:#D7000F;
	text-decoration:none;
}

#tagContent div.selectTag{
	display: block;
}

.search{
	z-index:5;
	/*float:right;	
	width:300px;
	display:inline;*/
	position:absolute;
	top:88px;
	right:15px;
	width:300px;
	height:37px;
	line-height:37px;
}

.search p{
	float:right;
	display:inline;
	margin:0 10px 0 0;
	color:#65B4E9;
	font-size:12px;
}

.search img{
	width:21px;
	height:20px;
	margin-right:15px;
	margin-top:8px;
	display:inline;
	float:right;
}	

.search a img,.search a:hover img{
	border:0;
}