div.slide div.layer {
    width: 100%;
    height: 435px;
    z-index: 0;
    position: relative;
    background-image: -webkit-gradient(
            linear, left top, right top, from(rgba(27, 71, 124, 1.0)),
            to(rgba(27, 71, 124, 0))
    );

    background-image: -moz-linear-gradient(
            left top, right top,
            rgba(27, 71, 124, 0) 0%, rgba(27, 71, 124, 1.0) 100%
    );

}

div.hptiles div.title {
    background-color: #335C9E !important;
}
div.search_box{
    background-color: #335C9E !important;
}

/*-------------*/

div.article-container div.article-left div.taser{
    background-color: #757575 !important;
}
div.article_bar {
    background-color: #757575 !important;
}
div.article_bar_w {
    color:#757575 !important;
}

#what_about table, #what_about table td {
    background-color: #335C9E !important;
}
