body {
    margin: 20px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12pt;
    background: #6a5724 url(../images/background.gif) top center;
    color: #222;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a { color: #6a5724 }
a:hover { color: #7f6f43 }

.clear { clear: both; }

#container {
    width: 959px;
    margin: auto;
    background: #fff url(../images/top_corners.gif) top left no-repeat;
    padding: 20px 0;
}

#header {
    background: transparent url(../images/header.jpg) top left no-repeat;
    display: block;
    height: 158px;
    width: 920px;
    margin: 0 20px 20px;
    padding-top: 30px;
}
#header h1 a {
    display: block;
    height: 110px;
    width: 620px;
    margin-left: 40px;
    text-indent: -3000px;
    overflow: hidden;
}

#main {
    border: 1px solid #cbcbcb;
    margin: 0 20px;
    background: transparent url(../images/main_back.gif) top left repeat-y;
}

#menu {
    display: block;
    width: 230px;
    float: left;
    background: transparent url(../images/menu_top.gif) center 15px no-repeat;
    padding: 50px 10px;
}

#menu ul.nav {
    padding: 0 0 40px 0;
    margin: 0;
    list-style-type: none;
    background: transparent url(../images/menu_bottom.gif) center bottom no-repeat;
}

#menu ul.nav  li {
    text-align: center;
    background: transparent url(../images/menu_items.gif) no-repeat;
}
#menu ul.nav  li a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-indent: -3000px;
}
#menu ul.nav  li a:hover,
#menu ul.nav  li a.active {
    background: transparent url(../images/menu_active.gif) center bottom no-repeat;
}

#menu ul.nav li.btn-home { background-position: center 0px; }
#menu ul.nav li.btn-about { background-position: center -48px; }
#menu ul.nav li.btn-newncoming { background-position: center -96px; }
#menu ul.nav li.btn-events { background-position: center -144px; }
#menu ul.nav li.btn-shop { background-position: center -192px; }
#menu ul.nav li.btn-longarm { background-position: center -240px; }
#menu ul.nav li.btn-contact { background-position: center -288px; }

#content {
    display: block;
    width: 635px;
    float: right;
    margin: 15px;
}

#footer {
    clear: both;
    margin-left: 250px;
    padding: 15px 0;
    text-align: center;
    font-size: 0.75em;
    background: transparent url(../images/footer.gif) center top no-repeat;
}

h3#shopping-cart-title { 
    display: block;
    height: 32px;
    width: 100%;
    background: transparent url(../images/shopping_cart.gif) center top no-repeat;
    overflow: hidden;
    text-indent: -3000px;
    margin-top: 15px;
}

#search-form {
    margin: 20px auto;
    width: 208px;
}
#search-form label { display: none; }
#search-form #query {
    border: none;
    background: transparent url(../images/search_box.gif) top left no-repeat;
    display: block;
    height: 26px;
    width: 208px;
    padding: 5px 5px 0;
}
#search-form #query_submit {
    position: absolute;
    top: 757px;
    left: 50%;
    margin-left: -254px;
    display: block;
    height: 22px;
    width: 22px;
    overflow: hidden;
    background: transparent url(../images/search_button.gif) left top no-repeat;
    border: none;
    text-indent: -1000px;
}
#search-form #query_submit:hover {
    background-position: -22px 0px;
}
#cart_info ul {
    padding: 0;
    margin: 0;
}
