/*--------------总体部分----------------*/
*,img{
margin:0px;
padding:0px;
}
body,table,td,p{
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	font-weight: normal;
	text-align:center;
}
p{text-align:left;}
a{
text-decoration:none;
color:#000;
}
a:hover{
text-decoration:underline;
color:#ccc;
}
.dotline{
border-top: dashed #999 1px;
}
/*--------------字体部分----------------*/
.w_white{
color:#fff;
}
.w_red{
color:red;}
.w_gray{
color:gray;
}
.w_alpha60{
	filter: Alpha(Opacity=60);
}
.w_666{
color:#666;}
.w_333{
color:#333;}
/*--------------结构部分----------------*/
#head,#content,#content_lf,#content_rt,#content_mid{
text-align:left;
float:left;
}
#head{
background:url(../images/demo3_01.jpg) left top no-repeat #FFF;
width:100%;
height:73px;
}
#nav{
clear:both;
background-color:#000;
height:24px;
}
#wrap{
margin:0px auto;
padding:0px;
width:1004px;
}
#content{
width:100%;
background:url(../images/demo3_07.jpg) repeat-x top left #fff;
}
#content_lf p{
margin-top:16px;
}
h1{
	font-family: "宋体";
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	padding-left:10px;
}

#content_lf{
padding-left:20px;
padding-right:10px;
width:413px;
}
#content_mid{
width:232px;
}
#content_rt{
width:329px;
background:url(../images/demo3_09.jpg) no-repeat right top;
height:360px;
}
#content_rt p{
padding-left:10px;
padding-top:10px;}
#content_rt p a{
background:url(../images/newicon.gif) no-repeat 6px 6px;
text-indent:1.5em;
text-decoration:none;
display:block;
color:#333;
}
#content_rt p a:hover{
background:url(../images/newicon.gif) no-repeat 10px 6px;
text-indent:1.5em;
text-decoration:underline;
color:#666;

}
#flink{
padding:8px;
background-color:#eee;
}
#flink a{
color:#333;
text-decoration:none;
}
#flink a:hover{
color:#999;
}
#more{
text-align:right;
padding-top:19px;
padding-right:40px;
}
#foot{
clear:both;
background-color:#000;
height:70px;
}
/*--------------导航部分----------------*/
#navcontainer {
        background: #000;
		margin-top:10px;
        border-top: 1px solid #9CC;
		border-bottom:2px solid #fff;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}
/* #900*/
#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}
/* #C00*/
#navlist a:hover {
        background: #c00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

/*#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}


#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}*/
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #000;
        border-bottom: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
iframe{v:expression(this.src='about:blank',this.outerHTML='');}