﻿
#PageHeaderContainer {
    position: relative;
    z-index: 1000;
}

#PageHeader {
    width: 1024px;
    margin: 0px auto;
    padding: 12px 4px 20px 4px;
    position: relative;
    color: #666666;
    text-transform: uppercase;
}

#PageHeader a {
    color: #666666;
}

#PageLogoContainer {
    float:left;
}

#PageNavigationContainer {
    width: 510px;
    float: left;
    height: 46px;
    position: relative;
}

#PageNavigation {
    position: absolute;
    bottom: 0px;
    width: 510px;
    text-align: center;
    z-index: 2;
}
#PageNavigation a {
    margin-right: 25px;
    text-decoration: none;
}
#PageNavigation a:last-child {
    margin-right: 0px;
}
#PageLocale {
    float: left;
    height: 46px;
    line-height: 42px;
    padding-right: 10px;
}

#PageLocale #Locale {
    vertical-align: bottom;
}

#PageShoppingCart {
    float: left;
    height: 46px;
    line-height: 45px;
    padding-right: 10px;
    display:none;
}

#PageShoppingCart #ShoppingCartIcon {
    vertical-align: bottom;
}

#PageSearchForm {
    float: right;
    width: 220px;
}

.PageHeaderShadow{
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
    opacity: 0.75;
    background-image: url(images/PageHeaderShadow.png);
    background-repeat: repeat-x;
    z-index: 1;
}
