
body {
    background:none;
}
a, a:visited, a:link {
    color:#1883b0;
}
.popupBox {
    display:none;
}
#banner {
    background:none;
}
.container {
    background:#fff;
    width:1024px;
}
.span-6 {
    /*width:;*/
}
#content {
    width:784px;
}
#footer {
    background:#ddd;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
}
#footer ul li {
    background:none;
    padding:0 20px;
    line-height:60px;  
}
#footer ul li a {
    color:#1883b0;
}
.innerContain {
    width:1024px;
    margin:0 auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#footer.span-24, div#footer.span-24 {
    width:100%;
}
#content {
    padding-bottom:40px;
}

.header {
    background-color: #fafafa;
    border-bottom: 1px solid #b4b4b4;
    opacity: 0.97;
    position: relative;
    z-index: 5;
}
.header .innerContain {
    padding:8px 15px;
}
.header .logo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: auto;
    line-height: 0;
    margin: 0;
    text-indent: 0;
    width: auto;
    padding: 17px 0;
	float: left;
	
}
.header .logo a {
    /*background: url('../images/logo_v5.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: inline-block;
    font-size: 0;
    height: 44px;
    line-height: 0;
    /*outline: medium none;
    overflow: hidden;
    text-indent: -9999px;*/
    width: 149px;
	
}

#leftNav ul li {
    margin-left:0;
}




.shadowGradientBox {
    -moz-box-shadow:none; 
    -webkit-box-shadow:none; 
    -khtml-box-shadow:none; 
    box-shadow:none; 
    border:1px solid #eee; 
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
    border-radius:0;
    
    background:none;
}
