﻿#logo
{
    background: url('images/logo.png') no-repeat center center;
    display: inline-block;
    width: 245px;
    height: 160px;
    text-decoration: none;
    float: left;
    margin-left: 15px;
}
#logo a
{
    display: block;
    height: 100%;
    width: 100%;
}
#logo span
{
    display: none;
}

#headerWrapper
{
    position: relative;
    height: 60px;
    margin-left: 266px;
    width: 709px;
}

#topMenuWrapper
{
    position: absolute;
    overflow: visible;
    bottom: 1em;
    width: 710px;
}

#topMenuWrapper ul
{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#secondaryTopMenu
{
    display: inline-block;
    margin-bottom: 3.3em;
    float: right;
    padding-right: 15px;
}

#secondaryTopMenu li
{
    display: inline;
    margin-left: 1.25em;
    float: left;
}

#secondaryTopMenu li.line 
{
    display: block;
    height: 1.25em;
    width: 1px;
    background-color: #fff;
}

#secondaryTopMenu li a
{
    color: #fff;
    text-decoration: none;
}

#secondaryTopMenu li a:hover
{
    text-decoration: underline;
}

#topMenu
{
    position: relative;
    top: 1em;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 10000;
    background: #000;
    font-size: 1.1em;
    overflow: visible;
}
#topMenu li
{
    float: left;
    height: 100%;
    display: inline-block;
    background: #000 url(images/button-normal.jpg) repeat-x;
    border-right: 1px solid #003317;
}

#topMenu li a
{
    float: left;
    padding: 0 2.2em;
    color: #fff;
    text-decoration: none;
}

#topMenu .cart
{

    background-image: url(images/button-cart.jpg);
    border-right: none;
}

#topMenu .cart a
{

    background: url(images/cart.png) no-repeat 15px center;
    padding-left: 35px;
    padding-right: 24px;
}

#topMenu li a:hover, #topMenu li.hover a
{
    text-decoration: underline;
}

#topMenu li.cap
{
    right: 0;
    width: 100%;
    position: absolute;
    z-index: -99;
}

#topMenu ul.subMenu
{
    display: block;
    position: absolute;
    left: -10000px;
    top: 100%;
    z-index: -100;
    line-height: normal;
    background: #eee url('images/bg-side.jpg');
    text-transform: none;
    background-image: none;
    line-height: 40px;
    font-size: .9em;
    overflow: hidden;
    text-align: left;
}



#topMenu li:hover ul.subMenu, 
#topMenu li.sfHover ul.subMenu
{
    left: auto;
}

#topMenu ul.subMenu li
{
    display: block;
    background: none !important;
    float: none !important;
    width: 100%;
    border-right: none;
}

#topMenu ul.subMenu li a
{
    float: none;
    padding-right: 30px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-decoration: none !important;
    color: #000;
    min-width: 150px;
    border-bottom: 1px solid #003317;

}



ul.subMenu li a:hover
{
    text-decoration: underline !important;
    color: #fff !important;
    background: #028041;
}


#topMenu.animated li ul.subMenu, #topMenu.animated li:hover ul.subMenu
{
    left: 0 !important;
    top: auto;
}

#tag-line 
{
    font-family: Arial;
    font-size: 28px;
    color: #fff;
    text-align:left;
    clear: right;
		padding-left: 5px;

}

#tag-line span 
{
    color: #BAFAC1;
	padding-left:5px;

}

