﻿.headerLogo {
    margin:0px 0px 0px 50px;
    padding-top:17px;
    width:560px;
    height:100px;  
    float:left; 
}
.headerContact {
    margin:47px 10px 0px 0px;
    float:right;
    text-align:right;
}
.mainNav {
    margin:10px 0px 0px 0px;
    padding-top: 4px;
    width:100%;
    height:37px;
    clear:both;
}

.mainNav div, .mainNav ul.dropdown li {
    display:block;
    float:left;
}

.dropdown > li {
    border-right: 1px solid #fff;
}

.mainNav div:last-of-type, .mainNav ul.dropdown li:last-of-type {
    border-right: none;

}

.mainNav div a, .mainNav ul li a {
    margin:0px 5px;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;
    padding:8px 15px 5px 15px;
    text-decoration: none;
    display:block;
}


ul.dropdown ul li {
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:150px;
}


.mainNav div a:hover, .mainNav ul a:hover {
    border-bottom: 2px solid #f00;
}

.tollFreeTxt {
    font-size:12px;
    font-weight:bold;
    color:#838383;
}

.tollFree {
    font-size:20px;
    font-weight:bold;
    color:#e0001b;
}
.hoursTxt {
    font-size: 11px;
    font-weight: bold;
    color: #838383;
}

.headerCreditCards {
    float: right;
    background: url('/images/spriteRepeatingBgs.png') 0 0 repeat-x;
    height: 18px;
    color: #fff;
    font-size:10px;
    padding:3px 5px 0px 30px;
    font-style:italic;
}
.headerCreditCardFlare {
    float: right;
    background: url('/images/sprites.png') 0 0;
    height: 21px;
    width:30px;
}
.imgPaymentTypes {
    float: right;
    margin: 0px 15px 0px 10px;
}
.imgMasterCard {
    float: right;
    background: url('/images/spriteGlobal.png') -59px -1px;
    height: 16px;
    width:30px;
}
.imgVisa {
    float: right;
    background: url('/images/spriteGlobal.png') -31px -1px;
    height: 16px;
    width:30px;
}
.imgAmex {
    float: right;
    background: url('/images/spriteGlobal.png') -1px -1px;
    height: 16px;
    width:30px;
}
.leftPane {
    width: 690px;
    float:left;
    
}
.rightPane {
    width: 270px;
    float:right;
}
.leftPane img {
    margin:0;
    
}
.features {
    background-color: #fff;
}
.resultBar {
    background-color:#f6d046;
    margin-top:5px;
    height:15px;
    padding:5px 20px;
}

.resultBar a {
    font-weight:bold;
    text-decoration:none;
    color:#000;
}
img.smProduct {
    border: 1px solid #cecece;
}


