body{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', Arial;
}

.content {
    width:976px;
    height:auto;
    min-height:400px;
    margin: 0px auto;
    position: relative;   

}

.content img.header {
    left:-82px;
    top:0px;
    position: relative;
    height:377px;
}

.top-header .phone {
    left: 10px;
}

.top-header .address {
    right: 10px;
}

.top-header .address,
.top-header .phone {
    position: absolute;
    top:4px;
    font-size: 13px;
    color:#fff;
}

.logo {
    width:325px;
    height:53px;
    display:block;
    position:absolute;
    top:90px;
    left:80px;
    background: url("../images/logo_lg.png") no-repeat center center;
    z-index: 100;
}

.menu-content {
    top:220px;
    width:100%;
    height: auto;
    z-index: 100;
    height:50px;
    position:absolute;
   
}
.menu-content ul{
    padding:0px;
    margin:10px;
}

.menu-content ul li {
    display: inline-block;
    list-style: none;
    padding:8px 14px;
    font-size: 12px;
}
.menu-content ul li a {
    text-decoration:none;
    color:#000;
}

.menu-content ul li.active,
.menu-content ul li:hover {
    background-color: #005f8d;
    color:#fff;
    border-radius: 4px;
}

.menu-content ul li:hover a {
    text-decoration:none;
    color:#fff;
}

.data {
    margin:-50px 10px 30px 10px;
    font-size:14px;
    color:#1c1c1c;
    position: relative;
}

.data p {
    text-align: justify;
    line-height: 24px;   
}

.footer {
    background:url("../images/logo_sm_fff.png") right center no-repeat #005f8d;
    width:100%;
    padding: 10px 15px;
    box-sizing:border-box;
    
}

.footer a {
    color:#fff;
    text-decoration: none;
}

.footer .google {
    background: url("../images/google_logo.png") left center no-repeat;
}

.footer .facebook {
    margin-left:20px;
    background: url("../images/facebook_logo.png") left center no-repeat;
}

.footer .facebook,
.footer .google {
    padding-left: 28px;
    font-weight: bold;
    font-size:15px;
    display: inline-block;
}

h2 {
    margin-top:0px;
}
.price-table td {
    border-bottom:#999 1px dotted;
}
.maincell {
    padding: 10px 5px;
    
}

.imagetable {
    margin-top:40px;
    width:700px;
    margin: 40px auto;
    border-bottom: 1px dotted #999;
}

.index-image {
    width:100px;
    max-height:50px;
    padding: 2px 10px;
}

.text-cell {
    vertical-align: top;
    text-align: justify;
    
}

