﻿a { color: #900; font-weight: bold; }
a:hover { color: #900; }
a.red-link { color: #900; }
.b-top-bar, 
.content-featured {
    background: #900; /* Old browsers */
    background: -moz-linear-gradient(top,  #900 0%, #900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900), color-stop(100%,#900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #900 0%,#900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #900 0%,#900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #900 0%,#900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #900 0%,#900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900', endColorstr='#900',GradientType=0 ); /* IE6-9 */    
}
.top-bar-text { color: #ffffff; }
.top-bar-phone, .top-bar-phone span, .top-bar-phone a, .home-promo-text { color: #ffffff !important; }
.header {
    height: 90px;
    padding-top: 4px;
    background: #fff;
}
.logo img {
    vertical-align: baseline;
}
.wrap-left .menu {
    /*margin-left: 0px;*/
}
#logo-lnf {
    width: 200px;
    margin-top: 30px;
    margin-left: 10px;
}
.menu > li > a { height: 78px; padding-top: 12px; }
.menu #kidzZone { color: #900; }
.b-social.social-header a:hover, .menu a.active {
    color: #900;
}
.b-titlebar {
    background: #900; /* Old browsers */
    background: -moz-linear-gradient(top,  #900 0%, #900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900), color-stop(100%,#900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #900 0%,#900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #900 0%,#900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #900 0%,#900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #900 0%,#900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900', endColorstr='#900',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #900; }
.content.red {
    background: none repeat scroll 0 0 #900;
}
table#cash-rebate-table #table-header 
{
    background: #900;
    background: -moz-linear-gradient(left,  #900 0%, #900 40%, #900 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#900), color-stop(40%,#900), color-stop(100%,#900));
    background: -webkit-linear-gradient(left,  #900 0%,#900 40%,#900 100%);
    background: -o-linear-gradient(left,  #900 0%,#900 40%,#900 100%);
    background: -ms-linear-gradient(left,  #900 0%,#900 40%,#900 100%);
    background: linear-gradient(to right,  #900 0%,#900 40%,#900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900', endColorstr='#900',GradientType=1 );   
}