﻿.header
{
    height: 101px;
    background-color: #ebede3;
    background: url(/images/header.png) left top repeat;
    -webkit-box-shadow: 0 2px 7px rgba(4,3,5,0.13);
    -moz-box-shadow: 0 2px 7px rgba(4,3,5,0.13);
    box-shadow: 0 2px 7px rgba(4,3,5,0.13);
}

    .header .wrap, .header section.content
    {
        z-index: 1000;
    }

    .header .logo
    {
        position: absolute;
        top: 26px;
        left: 0;
    }

    .header #menu-navigation > li > a
    {
        display: inline-block;
        padding-top: 18px;
        margin-left: 25px;
        color: #32393d;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-family: "Quicksand";
    }

    .header nav
    {
        float: right;
        text-align: right;
        padding-top: 30px;
        position: relative;
        z-index: 1000;
    }

        .header nav .sf-sub-indicator
        {
            display: none;
        }

        .header nav li
        {
            display: inline-block;
            position: relative;
            z-index: 100;
        }

            .header nav li li
            {
                display: block;
                position: relative;
                z-index: 100;
            }

        .header nav ul ul
        {
            display: none;
            z-index: 1000;
            position: absolute;
            top: 72px;
            left: 0;
            padding-top: 13px;
            width: 199px;
            background-color: #171919;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -webkit-box-shadow: 0 2px 2px rgba(4,3,5,0.23);
            -moz-box-shadow: 0 2px 2px rgba(4,3,5,0.23);
            box-shadow: 0 2px 2px rgba(4,3,5,0.23);
        }

            .header nav ul ul:before
            {
                content: '';
                position: absolute;
                left: 88px;
                top: -13px;
                background-position: -8px -207px;
                height: 13px;
                width: 25px;
            }

        .header nav a.depth1
        {
            display: block;
            height: 28px;
            line-height: 28px;
            text-align: left;
            text-indent: 52px;
            color: #e3e3db;
            text-decoration: none;
            position: relative;
        }

            .header nav a.depth1:hover
            {
                background-color: #242629;
            }

            .header nav a.depth1:before
            {
                content: '';
                display: block;
                position: absolute;
                top: 10px;
                left: 34px;
                background-position: -10px -45px;
                height: 9px;
                width: 8px;
            }

            .header nav a.depth1.page-27:before
            {
                background-position: -10px -45px;
            }

            .header nav a.depth1.page-24:before
            {
                background-position: -100px -100px;
            }

            .header nav a.depth1.page-22:before
            {
                background-position: -66px -45px;
            }

            .header nav a.depth1.page-19:before
            {
                background-position: 0 -207px;
            }

            .header nav a.depth1.page-12:before
            {
                background-position: -18px -45px;
            }

            .header nav a.depth1.page-2
            {
                height: 38px;
                line-height: 38px;
                background-color: #242629;
                margin-top: 10px;
                text-indent: 0;
                text-align: center;
                -moz-border-radius-bottomleft: 6px;
                -webkit-border-bottom-left-radius: 6px;
                border-bottom-left-radius: 6px;
                -moz-border-radius-bottomright: 6px;
                -webkit-border-bottom-right-radius: 6px;
                border-bottom-right-radius: 6px;
            }

                .header nav a.depth1.page-2:before
                {
                    display: none;
                }
