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