﻿a { color: #877046; font-weight: bold; }
a:hover { color: #877046; }
a.red-link { color: #877046; }
.b-top-bar, 
.content-featured {
    background: #C49955; /* Old browsers */
    background: -moz-linear-gradient(top,  #C49955 0%, #877046 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C49955), color-stop(100%,#877046)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #C49955 0%,#877046 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #C49955 0%,#877046 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #C49955 0%,#877046 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #C49955 0%,#877046 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C49955', endColorstr='#877046',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: 86px;
    padding-top: 4px;
    background: #fff;
}
.logo img {
    vertical-align: baseline;
    height: 50px;
    padding-top: 16px;
}
.menu > li > a { height: 74px; padding-top: 12px; }
.menu #kidzZone { color: #877046; }
.b-social.social-header a:hover, .menu a.active {
    color: #877046;
}
.b-titlebar {
    background: #C49955; /* Old browsers */
    background: -moz-linear-gradient(top,  #877046 0%, #C49955 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#877046), color-stop(100%,#C49955)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #877046 0%,#C49955 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #877046 0%,#C49955 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #877046 0%,#C49955 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #877046 0%,#C49955 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877046', endColorstr='#C49955',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #877046; }
.content.red {
    background: none repeat scroll 0 0 #C49955;
}
table#cash-rebate-table #table-header 
{
    background: #877046;
    background: -moz-linear-gradient(left,  #877046 0%, #C49955 40%, #877046 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#877046), color-stop(40%,#C49955), color-stop(100%,#877046));
    background: -webkit-linear-gradient(left,  #877046 0%,#C49955 40%,#877046 100%);
    background: -o-linear-gradient(left,  #877046 0%,#C49955 40%,#877046 100%);
    background: -ms-linear-gradient(left,  #877046 0%,#C49955 40%,#877046 100%);
    background: linear-gradient(to right,  #877046 0%,#C49955 40%,#877046 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877046', endColorstr='#877046',GradientType=1 );   
}
.menu li.with-sub:hover::before, .menu > li::before, .menu a.active::before {
	background: #E5E7E8;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E5E7E8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E5E7E8));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E5E7E8 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#E5E7E8 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#E5E7E8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E7E8',GradientType=0 );
	background: linear-gradient(top, #FFFFFF 0%,#E5E7E8 100%);
}