@charset "gb2312";
/* CSS Document */

*{ margin: 0; padding: 0;}
body{ 
    text-align:left; 
	line-height:20px; 
	font-size:12px; 
	color:#000; 
    font:normal 12px/1.5em "ËÎÌå", Verdana,Lucida,Arial,Helvetica,sans-serif;
	}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border:0 none;
}
input {
    vertical-align: middle;
}
em {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.Clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}
a {
    color: #00c;
    cursor: pointer;
    text-decoration: none;
	blur:expression(this.blur());
	outline:none;
	text-decoration:underline;
}
a:hover {
    text-decoration: none;
}
.FL {
    display: inline;
    float: left;
}
.FR {
    display: inline;
    float: right;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
}

#wrapper{ width:906px; margin:0 auto;}
#header{ height:80px;}
.logo{ width:181px; height:45px; margin:21px 0 0 8px;}
.qLink{ margin:26px 20px 0 0;}
.contact{ margin-bottom:10px; text-align:right; padding-right:15px;}
.contact a{ color:#000; font-weight:700;}
.qLink li{ float:left; margin:0 5px; color:#999;}
.qLink li a{ color:#00c; text-decoration:underline;}
.qLink li a:hover{ text-decoration:none;}

#mainwrap{ min-height:510px; height:auto !important; height:400px; overflow:visible;}

#footer{ width:100%; height:50px; background:url(../images/footer-bg.gif) repeat-x; margin-top:20px; line-height:50px; text-align:center; color:#666;}