/* CSS Document */
#content,#header,#nav,#main,#banner,#footer{
	width:1003px;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#body{
	background:#aeaeae url(../../images/images/index_bg.jpg) repeat-x;
}
#footer{
    height:45px;
    line-height:45px;
	text-align:left;
	clear:both;
	padding-left:10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:20px 0 10px 0;
}
#header{
	height:77px;
	text-align:left;
	overflow:hidden;
}
#top{
	background:url(../../images/images/top.jpg) no-repeat right;
	width:143px;
	line-height:22px;
	height:22px;
	margin:6px 10px 5px auto;
	text-align:right;
	padding-right:15px;
	*padding-top:5px;
}
#nav{
	width:745px;
	height:44px;
	margin:0px;
}
#nav li{
	float:right;
	display:block;
	height:44px;
	width:auto;
}
#banner{
	width:1003px;
	height:225px;
	overflow:hidden;
}

#main{
	margin:20px auto 0 auto;
	text-align:left;
	clear:both;
}


#left{
     width:193px;
	 float:left;
	 display:block;
	 text-align:center;
	 overflow:hidden;
}
#right{
    width:795px;
	float:right;
	display:block;
	overflow:hidden;
}

#p{  
    line-height:45px;
	height:45px;
	background:url(../../images/images/p.jpg) no-repeat;
	width:795px;
	padding:10px 0 0 15px
}
#p1{
	height:25px;
	line-height:25px;
	background:url(../../images/images/p_icon.jpg) no-repeat 8px left;
	border-bottom:1px solid #000;
	padding-left:15px;
	font-family: Helvetica;
}
#search{
	width:193px;
	height:124px;
	height:74px;
	padding-top:50px;
	background:url(../../images/images/search.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
}
.s_input{
	background:url(../../images/images/input.jpg) no-repeat;
	width:124px;
	height:26px;
	line-height:26px;
	margin:0 auto;
	border:none;
}
.s_go{
	background:url(../../images/images/buttom.jpg) no-repeat;
	width:50;
	height:21px;
	line-height:21px;
	display:block;
	margin:0 auto;
	border:none;
}
#page{
	width:100%;
	background:url(../../images/images/page_bg.jpg) repeat-x;
	height:32px;
	line-height:32px;
	text-align:center;
	clear:both;
	margin:15px auto;
	color:#000;
}
#left_c{
	border:1px solid #a5a5a5;
	border-bottom:none;
	background:#e1e1e1;
	width:191px;
}














/*  图片切换  */
.container{
	width:1003px;/*图片宽度 Bugs Bunny*/
	height:324px;/*图片高度 Bugs Bunny*/
	border:0px solid #eee;
	position:relative;
}
#idPicText{
	background:#eee;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:282px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
}
#idPicText a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList img{
	cursor:pointer;
	width:65px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
}
#idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#idNum{ position:absolute; right:25px; bottom:0px;}
#idNum li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
/*  图片切换  */


