
.dlheader{
    /*border: 1px solid red;*/
   background: url('../images/bg_body_waves.png') repeat;
    /*background-color: #212020;*/
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #ffffff;
    width: 100%;
}
.dlheader_top{
    /*border: 1px solid blue;*/
    height: 100px;
    max-width: 1000px;
    min-width: 330px;
    margin: 0 auto; /*This will center it*/
    /*background-color: #212020;*/
}
/*==== Dealer Logo =======*/
.dlheader_top_logo{
    /*border: 1px solid black;*/
    display: inline-block;
    float: left;
    margin-top: 0;
}
.dlheader_top_logo_image{
    height: 90px;
}
.dlheader_say{
    /*border: 1px solid red;*/
    display: inline-block;
    margin-left: 10px;
    margin-top: 12px;
    float: left;
}
.dlheader_say_image{
    height: 75px;
}



.dlheader_phone{
    /*border: 1px solid black;*/
    display: inline-block;
    margin-top: 20px;
    margin-left: 80px;
    float: left;


}
.dlheader_phone_image{
    height: 40px;
}
.dlheader_CP_logo{
    /*border: 1px solid black;*/
    display: inline-block;
    float: right;
    margin-top: 5px;

}
.dlheader_CP_logo_image{
    height: 35px;
}



@media (max-width: 800px) {
    .dlheader_top {
        height: 80px;
    }
    .dlheader_top_logo {
        margin-top: 10px;
    }
    .dlheader_say, .dlheader_phone{
        margin-top: 12px;
        margin-left: 30px;
    }

    .dlheader_top_logo_image{
        height: 65px;
    }
    .dlheader_say_image{
        height: 55px;
    }
    .dlheader_phone_image{
        height: 30px;
    }


}
@media (max-width: 610px) {
    .dlheader_top {
        height: 70px;
    }
    .dlheader_top_logo {
        margin-top: 10px;
    }
    .dlheader_phone{
        margin-top: 12px;
    }

    .dlheader_top_logo_image{
        height: 50px;
    }
    .dlheader_say, .dlheader_say_image{
        display: none;
    }
    .dlheader_phone_image{
        height: 30px;
    }
    .dlheader_CP_logo_image{
        height: 30px;

    }

}
@media (max-width: 450px) {
    .dlheader{
        max-width: 500px;
        min-width: 350px;
    }
    .dlheader_top {
        height: 70px;
    }
    .dlheader_top_logo {
        margin-top: 10px;
    }
    .dlheader_phone{
        margin-top: 10px;
        margin-left: 10px;
    }

    .dlheader_top_logo_image{
        height: 50px;
    }

    .dlheader_phone_image{
        height: 25px;
    }
    .dlheader_CP_logo{
        float: left;
        margin-left: 10px;

    }
    .dlheader_CP_logo_image{
        height: 30px;

    }



}



