
/* Basic page layout */
html {
    text-align: center;
    background-color: #041c4f;
}

body {
    width: 808px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background: url(/images/bg-blue.png?>) #041c4f left top repeat-y;
}

#container {
    border-top: 7px solid #13729f;
    background: url(/images/edge-top.png) transparent left top no-repeat;
    padding-top: 4px;
    margin: 0 9px;
    width: 790px; /* Give layout to fix background positioning relative to border */
    overflow: hidden;
    display: inline; /* IE6 Fix */
    float: left; /* clear inner floats */
}

#main {
    background: url(/images/bg-main.png) transparent left top repeat-y;
    display: inline; /* IE6 Fix */
    float: left;
    width: 782px;
    margin: -4px 4px -4px 4px;
}

#header {
    height: 168px;
    width: 782px;
    padding: 0 4px 16px 4px;
    background: url(/images/edge-split.png) transparent left bottom no-repeat;
}

#header .sticky {
    display: inline; /* IE6 Hack */
    float: right;
    padding: 6px;
    margin: 8px 7px 0 0;
    background: url(/images/sticky.png) transparent left top no-repeat;
    width: 199px;
    height: 141px;
    text-align: center;
    font-size: 105%;
    overflow: hidden;
    line-height: 1em;
}

#header .sticky h2 {
    font-size: 100%;
    padding: 9px 0;
    line-height: 19px;
}

#header .sticky p {
    margin: 0;
    padding: 0.5em 0;
}

#header .sticky a {
    text-decoration: none;
}

#header .sticky a:hover {
    text-decoration: underline;
}

#header #headOrder {
    padding: 6px 16px;
    width: 179px;
}

#specialsLink {
    display: block;
    width: 199px;
    height: 104px;
    overflow: hidden;
    background-color: #fff8b2;
}

#logo {
    display: inline; /* IE6 Hack */
    float: left;
    padding: 22px 0 14px 11px;
}

#content {
    float: left;
    width: 573px;
    padding: 0 20px;
    font-size: 90%;
}

/* Menu styles */
.menu {
    float: left;
    width: 169px;
    margin: 0;
    padding: 8px 0 20px 0;
    list-style: none;
}

.menu li {
    float: left; /* IE padding fix */
    height: 25px;
}

.menu a {
    display: block;
    line-height: 25px;
    height: 25px;
    padding-left: 25px;
    width: 144px;
    color: black;
    text-decoration: none;
}

.menu a.active {
    background: url(/images/red-check.png) transparent 2px center no-repeat;
}

/* Footer Styles */
#footer {
    clear: left;
    font-size: 75%;
    text-align: center;
    background: url(/images/bg-footer.png) #041c4f left top no-repeat;
    padding-top: 30px;
    color: white;
    width: 100%;
}

#footTextlinks {
    padding: 1em 0;
}

#footer a {
    color: white;
}

