/* General
------------------------------------------------------------------------------*/
html {
    background: #d9e2e4;
    padding: 50px 0 0 0;
}

body {
    margin: 0 auto;
    width: 873px;
}

/* Wrapper
------------------------------------------------------------------------------*/
#wrapper {
    padding: 17px;
    background: #ffffff;
}

/* Header
------------------------------------------------------------------------------*/
#header {
    height: 357px;
    position: relative;
    z-index: 1;
}

#header #logo {
    position: absolute;
}

#header #shipment-banner {
    position: absolute;
    top: -60px;
    right: -103px;
    z-index: 20;
}

#header #main-banner {
    position: absolute;
    top: 101px;
    z-index: 10;
}

#header #locale {
    float: right;
    margin-right: 250px;
}

#header #locale li {
    float: left;
    padding-left: 10px;
}

/* Nav
------------------------------------------------------------------------------*/
#nav {
    left: 302px;
    top: 58px;
    position: absolute;
}

#nav li {
    color: #707070;
    float: left;
}

#nav li a {
    color: #707070;
    text-decoration: none;
}

#nav li a.current, #nav li a.section {
    font-weight: bold;
}

/* Page
------------------------------------------------------------------------------*/
.page {
    overflow: visible;
    padding: 17px 0 0 0;
    zoom: 1;
}

/* Footer
------------------------------------------------------------------------------*/
#footer {
    clear: both;
    padding: 17px;
}

/* Breadcrumbs
-------------------------------------------- */
#breadcrumbs {
    display: block;
    font-size: 11px;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li a {
    text-decoration: none;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}
