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