body {
    margin: 0;
    padding: 0;
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 18px;
    
    text-align: center;
    background: #fff993 url('./img/body.back.gif') center repeat-y;
}

* {
    margin: 0;
    padding: 0;
}

table {
    border: 0;
}

    td, th {
        vertical-align: top;
    }

a:link, a:visited {
    color: #900;
}
    
#container {
    background: #FFCA00 url('./img/tiles.gif');
    
    width: 760px;
    margin: 0 auto;
    text-align: left;
    padding-top: 120px;
    
    position: relative;
}

#inner_container {

}

#heading {
    position: absolute;
    top: 250px;
    left: 130px;
    z-index: 1000px;
}

    #heading a {
        display: block;
        text-indent: -3000px;
        width: 264px;
        height: 122px;
        
        background: url('./img/logo.gif') top left no-repeat;
    }

#charky {
    position: absolute;
    top: 30px;
    left: 0;
}

#charcoalbroiling {
    position: absolute;
    top: 12px;
    left: 130px;
    
    text-indent: -3000px;
    width: 195px;
    height: 34px;
    
    background: url('./img/charcoalbroiling.gif') top left no-repeat;
}

#homeoforiginal {
    position: absolute;
    top: 12px;
    right: 48px;
    
    text-indent: -3000px;
    width: 290px;
    height: 69px;
    
    background: url('./img/homeoftheoriginal.gif') top left no-repeat;
}

.intro {
    font-size: 11px;
    background: url('./img/slant.gif') top left no-repeat;
    padding: 60px 12px 3px 400px;
}

    .intro p {
        margin-bottom: 1em;
    }
    
    #locationsintro {
        padding: 120px 12px 60px 400px;
    }
    
    #menusintro {
        padding: 90px 12px 30px 400px;
    }
    
    #contactintro {
        padding: 90px 12px 30px 400px;
    }
    
    #jobsintro {
        padding: 90px 12px 65px 400px;
    }
    
#content {
}

    #menu {
        height: 60px;
        width: 760px;
        position: relative;
    }

    #menu ul {
        list-style-type: none;
        height: 60px;
        padding-left: 148px;
        position: absolute;
        top: 0;
        left: 0;
    }

        #menu li {
            display: inline;
        }
        
        #menu a {
            display: block;
            text-indent: -3000px;
            height: 60px;
            width: 114px;
            float: left;
            margin-left: 6px;
        }
    
        #menu #history a:link, #menu #history a:visited {
            background: url('./img/menu.history.gif') top left no-repeat;
        }
            #menu #history a.current, #menu #history a:hover {
                background: url('./img/menu.history.hover.gif') top left no-repeat;
            }
        
        #menu #locations a:link, #menu #locations a:visited {
            background: url('./img/menu.locations.gif') top left no-repeat;
        }
            #menu #locations a.current, #menu #locations a:hover {
                background: url('./img/menu.locations.hover.gif') top left no-repeat;
            }
        
        #menu #menus a:link, #menu #menus a:visited {
            background: url('./img/menu.menus.gif') top left no-repeat;
        }
            #menu #menus a.current, #menu #menus a:hover {
                background: url("./img/menu.menus.hover.gif") top left no-repeat;
            }
        
        #menu #jobs a:link, #menu #jobs a:visited {
            background: url('./img/menu.jobs.gif') top left no-repeat;
        }
            #menu #jobs a.current, #menu #jobs a:hover {
                background: url("./img/menu.jobs.hover.gif") top left no-repeat;
            }
        
        #menu #contact a:link, #menu #contact a:visited {
            background: url('./img/menu.contact.gif') top left no-repeat;
        }
            #menu #contact a.current, #menu #contact a:hover {
                background: url("./img/menu.contact.hover.gif") top left no-repeat;
            }

    #main {
        padding: 18px 24px 18px 172px;
    }
    
        #main address {
            font-size: 14px;
            margin: 0 1em 1em 0;
            font-style: normal;
            text-transform: uppercase;
        }
        
        #main #giftcert {
            font-size: 11px;
            text-transform: uppercase;
            color: #900;
        }
        
        #main #locationpics {
            font-size: 14px;
            text-transform: uppercase;
        }
        
            #main #locationpics img {
                display: block;
                border: solid 3px #FFF;
                margin-bottom: 6px;
            }
            
            #main #locationpics td {
                padding-bottom: 1em;
                padding-right: 36px;
            }
            
    #main h4 {
        font-weight: bold;
        text-transform: uppercase;
    }
    
    #main p.message {
        padding-bottom: 100px;
    }
            
table.form {
    margin: 1em 0;
}

    table.form th {
        width: 170px;
        padding-right: 10px;
        text-align: right;
        font-weight: normal;
        vertical-align: top;
    }
    
    table.form td {
        vertical-align: top;
    }
    
label {
    text-transform: uppercase;
}
    
input.text, select {
    width: 380px;
    padding: 1px;
    border-top: solid 1px #666;
    border-left: solid 1px #666;
    background: #FFF;
    
    display: block;
    margin-bottom: 6px;
}

textarea {
    width: 560px;
    padding: 1px;
    border-top: solid 1px #666;
    border-left: solid 1px #666;
    background: #FFF;
    height: 12em;
}
        
#locations {
    width: 100%;
    margin: 1em 12px;
}

    #locations address {
        font-size: 10px;
        margin: 0 0 1em 0;
        font-style: normal;
        text-transform: uppercase;
    }
        
#footer {
    color: #FFF;
    padding: 12px 12px 60px;
    text-align: left;
    width: 736px;
    margin: 0 auto;
    background: #900;
}

    #footer p {
        margin-bottom: 6px;
    }
    
        #footer #dev {
            font-size: 10px;
        }
        
    #footer a:link, #footer:visited {
        color: #FFF;
        border-bottom: solid 1px #b34040;
        text-decoration: none;
    }
    
    #footer a:hover {
        border-color: #FFF;
    }