.about-banner{
    /*width: 100%;
    background-image: url("../img/about-radem-banner.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 200px;*/
    background: url(../img/chacha-farm.jpg) center top no-repeat;
    height: 160px;
}
.work-banner{
    background: url(../img/chacha-farm.jpg) center top no-repeat;
    height: 160px;
}
.a-nav-left{
    clear: both;
    padding-top: 10px;
    vertical-align: top;
}
.left-h{
    background: url(../img/heading-line.jpg) left bottom no-repeat;
    font-size: 22px;
    display: block;
    margin-top: 25px;
    padding: 0 0 10px 0;
    color: #2C2B2B;
}
.a-nav-list{
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
.a-nav-list li{
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background: url(../img/left-chv.gif) 6px 15px no-repeat;
    padding: 8px 0 8px 18px;
}
.a-nav-list li a{
    text-decoration: none;
    color: #656464;
}
.contact-nav{
    margin: 30px 0 35px 0;
}
.contact-nav p{
    font-size: 13px;
    color: #656464;
}
.the-about-cont{
    clear: both;
    padding: 15px 2px 0 2px;
    line-height: 28px;
    //overflow: auto;
}
