@charset "utf-8";
/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}
/*wells add css on 8/28*/
*, *::before, *::after {
    box-sizing: border-box;
}
/*end wells add css on8/28*/

a{ text-decoration: none;}
em,i{ font-style:normal;}
.blank10 {height: 10px; overflow: hidden; }
.fl{ float: left;}
.fr{ float: right;}
.show{ display: block;}
.hide{ display: none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1} 

/*header*/
html { font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.wrapper { width: 970px; margin: 0 auto; }
.header { background: #222; float: left; width: 100%; }
/* wells changed on8/28*/
.header .nav li{ padding-bottom: 5px;}
.header a.logo { float: left; padding-bottom: 5px; padding-top: 10px; padding-right: 22px; width: 115px; height: 82px; background: url(../images/logo.png) no-repeat 0px 12px; }
.header .nav ul{ padding-top: 52px;}
/* end wells changed on8/28*/

.header .nav li { float: left;  padding-left: 24px; }
.header .nav li a { color: #939292; font-size: 16px;}
.header_bottom { margin: 0 auto; clear: both; width: 92%; height: 1px; background: #000; border-bottom: 2px solid #313131 }

/*footer*/
/* wells changed on8/28*/
.footer{ clear: both; padding: 50px 0px; font-size: 12px; background-color: #222; text-align: center; color: #8d8d8d; line-height: 22px;}
/*end wells add css on8/28*/
.footer a{padding: 0px 10px;  color: #8d8d8d;}


