﻿/*导航菜单*/
#nav{
	margin-top:40px;
	width:1004px;
	height:40px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	float:left;
	margin:0px;
	padding:0px;
	height:40px;
}
#nav ul li a {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	width:89px;
	height:40px;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
}

#nav a.mnu_home{
	width:89px;
	background-position:left -40px;
}
#nav a.mnu_home:hover{
	background-position:left 0;
}

#nav a.mnu_pro{
	width:89px;
	background-position:-89px -40px;
}
#nav a.mnu_pro:hover{
	background-position:-89px 0px;
}

#nav a.mnu_job{
	width:89px;
	background-position:-178px -40px;
}
#nav a.mnu_job:hover{
	background-position:-178px 0px;
}

#nav a.mnu_feed{
	width:89px;
	background-position:-267px -40px;
}
#nav a.mnu_feed:hover{
	background-position:-267px 0px;
}

#nav a.mnu_contact{
	width:89px;
	background-position:-356px -40px;
}
#nav a.mnu_contact:hover{
	background-position:-356px 0px;
}


/*banner*/
#banner{
	margin:0 auto;
	width:1004px;
	height:180px;
}


/*主体内容*/

#contant{
	position:relative;
	margin:0 auto;
	width:1004px;
	background:#fff url(../images/contentbg.gif) no-repeat right top;
	padding:0px;	
}

#enlink{
	position:absolute;
	right:10px;
	top:0;
}


#rightBg{
	position:absolute;
	right:0;
	bottom:0;
	width:309px;
	height:394px;
	background:url(../images/rightbg.png) no-repeat right top;
}
* html #rightBg
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="images/rightbg.png");
	background:none;
}

/*底部*/
#footer{
	position:relative;
	text-align:left;
	margin:0 auto;
	clear:both;
	color:#666;
	padding:10px 0 10px 160px;
	width:1004px;
	background:#f7f7f7;
	font-family:Verdana;
	font-size:11px;
}
#footer .alibaba{
	position:absolute;
	left:5px;
	top:10px;
}