#TopMenu {
    background-color:#3A3A3A;
    padding-top:10px;
    font-size:14px;
    }

#TopMenu li a{
    
    color:#fff;font-size:18px;}

#TopMenu li a{
    
    color:#fff;}
#TopMenu li a:hover{
    
    color:#eee;}

#TopMenu ul {margin-top: 10px;
    margin-right: 10px;}

/*logo text styling*/

#Logo {padding-top: 0px; padding-bottom:0px;}



#Logo h1 {
    font-family: 'oswaldbold',Arial,Helvetica,sans-serif;
font-size:24px; height: 20px;padding-left:20px;}
.Logo1stWord {color:#fff;}

/*product boxes home page*/
.ProductPriceRating {
    font-weight: bold;
    font-size: 19px;
    margin: 0px 0px 0px 0px;
    /*change the background-color value below to change the background color of the price*/
    background-color: #1799DD;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 8px;
    color: #fff;
}

/*home page search box*/

#SearchForm{padding-top:25px;}

#SearchForm form {
    padding: 0px;
    margin: 0px;
    width: 608px;
    float: left;
    position: relative;
    margin-right:160px;
}

#SearchForm input {
    width: 600px;
    height: 40px;
    font-weight: 400;
    font-size: 1.5em;
    padding: 7px 0px 7px 6px;
    color:#999999;
border:solid 1px #cccccc;
    border-radius:3px;
}

#SearchForm button span {
    height: 50px;
    width: 60px;
    background: url(//cdn2.bigcommerce.com/server800/dv4pb31/templates/__custom/images/bigsearch.png?t=1411964175) no-repeat scroll 50% 50% transparent;
    display: block;
    text-align: left;
    text-indent: -99999px;
    overflow: hidden;
}

/*margin between main menu and content*/
.Content.Wide {
    width: 780px;
    float: right;
    padding-top: 20px;
}

/*margin between lefthand column and main navigation*/
.Left {
    width: 180px;
    float: left;
    margin-top: 20px;
}

/*reshaping the header giving it the Spritzer look!*/
#HeaderUpper {
    background-image: url(//cdn2.bigcommerce.com/server800/dv4pb31/templates/__custom/images/searchbg.png?t=1411964175); min-height:100px;}

.FloatLefthome {
    float: left;
    height: 110px;
}

/*carticon shopping bag needs a new look*/

#TopMenu .cartLink a {
    padding-right: 20px;
    border-right: 0px solid;
    background: url(//cdn2.bigcommerce.com/server800/dv4pb31/templates/__custom/images/cartbag.png?t=1411964175) no-repeat scroll 100% 50% transparent;
}
