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