* {
    font-family: "Times New Roman", Serif;
    margin: 0px;
    padding: 0px;
}
ul, li, ol {
    list-style-type: none;
}

body {
    background: #a80110 url('../images/bg.gif') top left;
}

a {
    color: #000;
    text-decoration: none;
}
a img { border: none; }
a:hover {
    color: #a00;
    text-decoration: underline;
}

h3#price {
    display: inline;
}

#page-container {
    width: 873px;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -436px;
}
#top-stuff {
    background: url('../images/header.gif') top left no-repeat;
    height: 190px;
}
#title {
    background: transparent url('../images/welcome.gif') center center no-repeat;
    display: block;
    height: 67px;
    width: 400px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -200px;
}
#title h1 {
    display: none;
}
#top-nav {
    padding-top: 47px;
    padding-left: 92px;
}
#top-nav li {
    display: block;
    float: left;
    width: 182px;
    text-align: center;
    margin-right: 5px;
}
#top-nav a {
    display: block;
    height: 53px;
    width: 182px;
    font-size: 12px;
    line-height: 53px;
}
#body {
    background: #fef0b7 url('../images/body-back.gif') top left repeat-y;
    padding: 0px 51px;
}
#left-nav {
    width: 182px;
    text-align: center;
    float: left;
    padding-top: 15px;
}
#left-nav li a,
#right-nav li a {
    display: block;
    width: 182px;
    height: 53px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 53px;
    background: transparent url('../images/leftnav-button.gif') center center no-repeat;
}
#content {
    display: block;
    float: left;
    width: 380px;
    padding: 10px;
    margin-top: 50px;
}
#content div#top { display: none; }
#right-nav {
    float: right;
    display: block;
    width: 182px;
    padding-top: 15px;
    text-align: center;
}
#right-nav img {
    margin-bottom: 15px;
}
#footer {
    background: transparent url('../images/bottom.gif') top left no-repeat;
    display: block;
    height: 97px;
    width: 873px;
    text-align: center;
    padding-top: 30px;
    color: #999;
}
#footer a {
    color: #888;
}

.events-calendar table {
    margin: auto;
    text-align: center;
}

.product-table {
    width: 100%;
}

.product-table td, .category-table td {
    text-align: center;
    padding-bottom: 30px;
}
#checkoutprogress ul li {
    display: inline;
}
#checkoutprogress .active {
    font-weight: bold;
}

#contact_form form textarea
{
    width:300px;
}

#shop-navbar { clear: both; }
#shop-navbar li{ float: left;  margin: 0 2px;}
#shop-navbar li:before{ content:"\203a\00a0"; }
#shop-navbar li.first:before{ content: ""; }

