/* =====================================================
    site selector
   ===================================================== */
body.software_security ul.site-selector ul {
    left:-256px;
}

body.software_security #footer ul.site-selector ul {
    top:-605px;
    left:-144px;
}

body.software_security div.header {
    height: 130px;
}

/* =====================================================
    main navigation
   ===================================================== */


/* =====================================================
    color variations 
   ===================================================== */
 .bottom-content {
    clear:both;
    width:100%;
    color:#fff;
    background-color:#E63A00;
    background-image: linear-gradient(bottom, rgb(230,58,0) 0%, rgb(246,139,0) 100%);
    background-image: -o-linear-gradient(bottom, rgb(230,58,0) 0%, rgb(246,139,0) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(230,58,0) 0%, rgb(246,139,0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,58,0) 0%, rgb(246,139,0) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(230,58,0) 0%, rgb(246,139,0) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(230,58,0)),
        color-stop(1, rgb(246,139,0))
    );
    padding:1.5em 0;
}

#slider._954x254 {
}

#slider .slider-subtitle,
#new-slider .slider-subtitle  {
    margin: 0;
    margin-bottom: 0.5em;
    width: 520px;
}

body.software_security #ribbon {
    height:93px;
}
