@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

/*------Red Header Area-------*/
#redheader_box {
    /*border: 1px solid blue;*/
    height: 95px;
    width: auto;
    background-color: #aad6eb;
    /*background: url(../images/header-bg.jpg) repeat-x;*/
    padding: 0 0 0 0;
    position: relative;
}

#redheader_innerbox {
    /*border: 1px solid yellow;*/
    max-width: 1137px;
    min-width: 350px;
    height: 95px;
    /*	background-color: #777;*/
    margin: auto;
}

#riva_logo {
    /* border: 1px solid yellow;*/
    width: 474px;
    height: 95px;
    /*background-image: url(../images/header-riva-logo-r.png);*/
    float: left;
}

.riva_logo_image {
    height: 95px;
}

/*-----Info Area------*/
#info_area {
    /*border: 1px solid black;*/
    padding-top: 5px;
    padding-right: 10px;
    float: right;
    width: 200px;
    height: 87px;
    color: #00007b;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-align: right;

}

#info_area a {
    text-decoration: none;
    text-underline: none;
    color: #00007b;
}

.info_are_small {
    /*border: 1px solid black;*/
    display: none;
    float: right;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    margin: 10px 10px;
}

.info_are_small a {
    text-decoration: none;
    text-underline: none;
    color: #00007b;
}

.info_area_phone {
    display: block;
}

.view_oem_cart_list {
    padding-top: 13px;
    text-decoration: underline;
    color: white;
}

#button_area {
    width: 181px;
    height: 25px;
    /*	background-color:#F3E309;*/
    position: absolute;
    bottom: 0;
    font-weight: 800;
    margin-left: 20px;
}

.home_button {
    width: 90px;
    height: 25px;
    background-image: url(../images/home_button.jpg);
    float: left;
}

.home_button:hover {
    background-image: url(../images/home_button_hover.jpg);
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.contactus_button {
    width: 91px;
    height: 25px;
    background-image: url(../images/contactus_button.jpg);
    float: right;
}

.contactus_button:hover {
    background-image: url(../images/contactus_button_hover.jpg);
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

@media (max-width: 700px) {
    #redheader_box, #redheader_innerbox {
        height: 75px;
    }

    #riva_logo, .riva_logo_image {
        height: 65px;
    }

    #riva_logo {
        width: 350px;
    }

    #info_area {
        height: 65px;
    }

}

@media (max-width: 580px) {
    #button_area {
        display: none;
    }

    #redheader_box, #redheader_innerbox {
        height: 60px;
        width: 100%;
    }

    #riva_logo, .riva_logo_image {
        height: 50px;
    }

    #riva_logo {
        width: 250px;
    }

    #info_area {
        height: 45px;
        font-size: 13px;
        width: 180px;

    }

}

@media (max-width: 450px) {
    #blacktop_box {
        display: none;
    }

    #redheader_box, #redheader_innerbox {
        height: 50px;
    }

    #redheader_box {
        max-width: 1137px;
        min-width: 350px;
    }

    #riva_logo, .riva_logo_image {
        /*height: 40px;*/
    }

    #riva_logo {
        width: 210px;
    }

    #info_area {
        display: none;
    }

    .info_are_small {
        display: block;
    }
}
