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