﻿/* main menu area and links */

.leadMenuBlock
{
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    float: left;
    display: block;
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #eeeeee;
    border-bottom-color: #eeeeee;
    background-color: inherit;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 18px;
}

A.mainMenu:link, A.mainMenu:active, A.mainMenu:visited, A.mainMenu:hover
{
    color: #adadad;
    text-decoration: none;
    background-color: inherit;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}
A.mainMenuH:link, A.mainMenuH:active, A.mainMenuH:visited, A.mainMenuH:hover
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* products area and links */

.productsMenuHeader
{
    color: #ffffff;
    text-decoration: none;
    background-color: inherit;
    background-image: url(     'leftMenuHeader.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    position: static;
    display: block;
    float: left;
    overflow: hidden;
    width: 144px;
    height: 17px;
    font-weight: 100;
    font-size: 11px;
}

A.p_menu:link, A.p_menu:active, A.p_menu:visited
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuTop.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu:hover
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuTopH.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_h:link, A.p_menu_h:active, A.p_menu_h:visited
{
    color: #ff3333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuTop.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_h:hover
{
    color: #ff3333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuTopH.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_bottom:link, A.p_menu_bottom:active, A.p_menu_bottom:visited
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuBottom.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_bottom:hover
{
    color: #333333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuBottomH.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_h_bottom:link, A.p_menu_h_bottom:active, A.p_menu_h_bottom:visited
{
    color: #ff3333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuBottom.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}
A.p_menu_h_bottom:hover
{
    color: #ff3333;
    text-decoration: none;
    background-color: inherit;
    background-image: url( 'leftMenuBottomH.gif' );
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 8px;
    padding-top: 3px;
    font-size: 11px;
    position: static;
    display: block;
    width: 144px;
    height: 17px;
}

/* fotter area and menu */

.footer_top_wrapper
{
    background-color: inherit;
    width: 968px;
    float: left;
    display: block;
    float: left;
    clear: both;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eeeeee;
    color: #2e2e2d;
    font-size: 12px;
    padding-bottom: 6px;
    padding-top: 12px;
}
.footer_bottom_wrapper
{
    background-color: inherit;
    width: 968px;
    float: left;
    display: block;
    float: left;
    clear: both;
    color: #a6a6a6;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 12px;
}
A.footer_menu:link, A.footer_menu:active, A.footer_menu:visited
{
    color: #a8a8a8;
    text-decoration: none;
    background-color: inherit;
    text-transform: capitalize;
}
A.footer_menu:hover
{
    color: #a8a8a8;
    text-decoration: none;
    background-color: inherit;
    text-transform: capitalize;
}