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