
/* 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 */
#menubar {
    float: left;
    width: 169px;
}

.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;
}

#share {
    width: 149px;
    margin: 0 10px;
}

#share iframe {
    width: 149px;
    height: 52px;
}


#share a, .st_sharethis {
    display: inline; /* IE6 fix */
    float: left;
    line-height: 24px;
    height: 24px;
    padding: 0 7px 0 27px;
    margin: 0 0 10px 0;
    background: transparent url(/images/social-icons/24x24.png) no-repeat;
    color: black;
    text-decoration: none;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 75%;
}

#share a.bookmark    { background-position: 0 -0px; }
#share a.delicious   { background-position: 0 -30px; }
#share a.digg        { background-position: 0 -60px; }
#share a.email       { background-position: 0 -90px; }
#share a.facebook    { background-position: 0 -120px; }
#share a.flickr      { background-position: 0 -150px; }
#share a.google      { background-position: 0 -180px; }
#share a.itunes      { background-position: 0 -210px; }
#share a.linkedin    { background-position: 0 -240px; }
#share a.myspace     { background-position: 0 -270px; }
#share a.reddit      { background-position: 0 -300px; }
#share a.rss         { background-position: 0 -330px; }
#share a.sharethis   { background-position: 0 -360px; }
.st_sharethis        { background-position: 0 -360px; }
#share a.twitter     { background-position: 0 -390px; }
#share a.youtube     { background-position: 0 -420px; }
#share a.print       { background-position: 0 -450px; }
#share a.yelp        { background-position: 0 -480px; padding-right: 0; }
#share a.urbanspoon  { background-position: 0 -510px; }
#share a.gowalla-o   { background-position: 0 -540px; }
#share a.gowalla-g   { background-position: 0 -570px; }
#share a.foursquare  { background-position: 0 -600px; }
#share a.tripadvisor { background-position: 0 -630px; }

/* 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;
}


