body {
    background-attachment:fixed;
    background-image: url('bg.jpg');
    background-repeat: repeat;
    font-family: Helvetica;
    font-weight: 300;
    margin: 0px;
    min-width: 640px;
    padding: 0px;
    text-align: center;
}

#logo {
    background: #ab0200;
    box-shadow: 1px 1px 5px #000;
    color: white;
    height: 100px;
    min-width: 640px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3;
}

#logo a:link {
    text-decoration:none;
    color: #fff;
}

#logo a:visited {
    text-decoration:none;
    color: #fff;
}

#logo a:hover {
    text-decoration:none;
    color: #fff;
}

#logo a:active {
    text-decoration:none;
    color: #fff;
}

#phone {
    bottom: 2px;
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    right: 10px;
}

ul#mobile {
    bottom: 2px;
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 10px;
    text-align: right;
}

ul#mobile a:link {
    color: #fff;
    text-decoration:none;
}

ul#mobile a:visited {
    color: #fff;
    text-decoration:none;
}

ul#mobile a:hover {
    color: #fff;
    text-decoration:none;
}

ul#mobile a:active {
    color: #fff;
    text-decoration:none;
}

ul#mobile li:first-child {
    font-weight: bold;
}

#box {
    background: transparent;
    height: 400px;
    padding: 20px 0px;
    position: fixed;
    top: 100px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#box a:link {
    color: #ab0200;
    text-decoration:none;
}

#box a:visited {
    color: #ab0200;
    text-decoration:none;
}

#box a:hover {
    color: #ab0200;
    text-decoration:none;
}

#box a:active {
    color: #ab0200;
    text-decoration:none;
}

#info {
    background-color: #fbe9c6;
    color: #ab0200;
    height: 400px;
    margin: auto;
    position: relative;
    width: 670px;
}

.infocol {
    float: left;
    left: 10px;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 200px;
}

#map {
    border-color: #d5d4a8;
    border-style: solid;
    border-width: 2px;
    clear: both;
    float: left;
    height: 162px;
    width: 200px;
}

ul.address {
    clear: both;
    float: right;
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    text-align: right;
}

table.hours {
    clear: both;
    cursor: default;
    float: right;
    margin: 0px;
}

table.hours thead p {
    font-size: 1.1428571428571428571428571428571em;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

td.time {
    border: none;
    text-align: right;
}

td.day {
    border: none;
    text-align: left;
}

#shop {
    border-color: #d5d4a8;
    border-style: solid;
    border-width: 2px;
    height: 375px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#menu {
    background-color: #fbe9c6;
    border-radius: 10px;
    box-shadow: 1px -2px 10px #000;
    height: 1700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 540px;
    min-width: 1000px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#wrapper {
    margin: auto;
    width: 900px;
}

.container-left {
    float: left;
    width: 418px;
}

.container-right {
    float: right;
    width: 418px;
}

h1 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    text-transform:uppercase;
}

.logo {
    height: 100px;
    margin: 0px;
}

table {
    float: left;
    font-size: .875em;
    margin-top: 30px;
    text-transform:uppercase;
}

table.menu td {
    border-bottom: 1px dotted #CCC;
}

td.item {
    text-align: left;
}

td.price {
    text-align: right;
}

.float.left {
    float: left;
}

.float.right {
    float: right;
}

table.menu {
    cursor: default;
    max-width: 640px;
    width: 418px;
}

table.menu tbody td.item {
    padding-left: 4px;
    width: 240px;
}

table.menu tbody td.number {
    border-bottom: none;
    font-weight: bold;
    max-width: 30px;
    min-width: 30px;
    text-align: center;
    width: 30px;
}

table.menu tbody td.portion {
max-width: 64px;
text-align: right;
width: 64px;
}

table.menu tbody td.price {
    padding-right: 2px;
    text-align: right;
}

table.menu thead td.portion {
    text-align: right;
}

table.menu thead p {
    font-size: 1.1428571428571428571428571428571em;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

table.menu thead p.float.left {
    width: 50%;
}

table.menu thead td {
    border-bottom: none;
}

table.menu thead td[colspan="6"] p strong {
    text-transform: uppercase;
}

#catering {
    border-radius: 15px;
    box-shadow: 1px 1px 10px #000;
    margin: 40px 0px 0px 0px;
}

@media only screen and (max-width : 640px) {
    body {
        background-attachment: scroll;
    }

    #logo {
        position: absolute;
        min-width: 640px;
    }

    #box {
        display: none;
    }

    #menu {
        height: 3300px;
        margin-top: 130px;
        min-width: 540px;
        width: 540px;
    }

    .logo {
        bottom: 0px;
        height: auto;
        left: 5px;
        position: absolute;
        width: 50%;
    }

    #phone {
        display: none;
    }

    ul#mobile {
        display: block;
    }

    #payment li {
        margin:5px;
    }

    #wrapper {
        width:438px;
    }

    #catering {
        display: none;
    }

    .container-right {
        float: left;
    }
}

/*
     FILE ARCHIVED ON 14:57:10 Dec 07, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:24:15 Jul 09, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 109.769
  exclusion.robots: 0.287
  exclusion.robots.policy: 0.273
  RedisCDXSource: 1.908
  esindex: 0.015
  LoadShardBlock: 70.757 (3)
  PetaboxLoader3.datanode: 66.726 (5)
  CDXLines.iter: 32.069 (3)
  PetaboxLoader3.resolve: 79.276 (3)
  load_resource: 113.68 (2)
*/