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