* { margin:0; padding:0; } 

div#container {
    margin: 0 auto;
    width: 980px;
    text-align: left;
}
    
div#wrapper {}

div#content {
    float: left;
    width: 500px;
    min-height: 500px;
}

div#navigation {
    float: right;
    width: 180px;
    clear: right;
}

div#footer {
    clear: both;
    width: 780px;
}

/* GENERAL */

/* TYPOGRAPHY */

body {
    text-align: center;
    font-size: 100%;
    font-family: helvetica, arial, sans-serif;
    color: #fff;
    background: #d20b36 url("/static/images/gumnut-pattern.gif") top center repeat;
    line-height: 130%;
}

div#container {
    padding: 1em 0;
}

div#container2 {
    clear: both;
}

p {
    margin: 0.5em 0;
    line-height: 130%;
}

/* Headings */

h1, h2, h3, h4 {
    font-weight: bold;
    color: #fc6;
    margin: 0.9em 0 0.2em 0;
}

h1 {
    font-size: 1.6em;
    margin: 0 0 0.6em 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 2px 2px #600;
}

h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: #fc6;
}

h2 {
    font-size: 1.4em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 2px 2px #600;
}

h2 a, h2 a:hover, h2 a:visited {
    text-decoration: none;
    color: #fc6;
}

h3 {
    font-size: 1.3em;
}

h3 a, h3 a:hover, h3 a:visited {
    text-decoration: none;
    color: #fc6;
}


h4{
    font-size: 1.1em;
}

h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
    color: #fc6;
}


h5 {
    font-size: 0.8em;
}

h5 a, h5 a:hover, h5 a:visited {
    text-decoration: none;
    color: #fc6;
}


h6 {
    font-size: 0.5em;
}

h6 a, h6 a:hover, h6 a:visited {
    text-decoration: none;
    color: #fc6;
}


/*  Ends Headings */



/* Links */

ul, dl, ol { margin: 0.5em 0.5em 0.5em 1em; }
li, dt, dd { margin: 0.3em 0 0.3em 1em; }
dt a { color: #900; font-size: 1.3em; font-weight: bold }
img { border: 0; }
a img { border: none; }

a, a:link, a:visited {
    color: #fc6;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

/* End Links */

/* Various Tags & Classes */

hr {
    border-top: 3px solid #ccc;
    margin: 2em 0;

}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

/* End Various Tags & Classes */

/* Table */

table {
    width: 650px;
    margin: 1em 0;
    color: #fc6;
    border-collapse: collapse;
}

tr {
}

th {
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    color: #fc6;
    padding: 0.5em;
}

td {
    border: 1px solid #fc6;
    color: #fff;
    margin: 0;
    padding: 0.5em;
    font-weight: bold;
}

td.empty {
    border: 0;
}

/* End Table */
/* Menu */
    
/*  Forms  */

form {
    font-family: arial, helvetica, sans-serif;
    margin: 0.2em;
}

input {
    background-color: #efefef;
}

option {
    font-size: 1em;
    background: #ffffff;
    margin-left: 10%;
}

textarea {
    background-color: #efefef;
}

select {
    background: #ffffff;
    min-width:1.5em;
}

caption {
    color:  #333;
    font-size: 1.2em;
    font-weight : bold;
}

label {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

label em
{
    text-transform: none;
    font-size: 1.1em;
    font-weight: normal;
}

fieldset {
    border: 1px solid #fff;
    margin: 0.6em 0;
    padding: 0.5em;
}

legend {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0.2em;
    color: #fff;
}
    
fieldset ol li {
    list-style-type: none;
    padding: 0 2em 0 2em;  
}

form ul { list-style-type: none; padding: 0; margin: 0; }
form ul li { padding: 0; margin: 0; }
form label { display: block; padding: 0.6em 0 0.2em 0; }

#header {
    background: transparent url("/static/images/container-background.gif") 0 30px no-repeat;
    text-align: right;
    margin-top: 30px;
}

#header img {
    margin-top: -20px;
    margin-right: 10px;
}

#header h1 {
    margin: 0 0 0 -1000em;
    font-size:0;
    letter-spacing:-1px;
    display: none;
}

div#content {
    font-size: 80%;
    margin: 0;
    padding: 0 40px 250px 40px;
    width: 700px;
    background-color: #900;
}

.navigation {
    text-transform: uppercase;
    font-size: 0.9em;
}

.contentblock {
    clear: all;
    background: #CCE3EB;
    margin: 1em 0;
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;      
}

.specials {
}

.specials h4 {
    color: #fff;
}

#content dl {
    margin: 0.2em 0 0.5em 0;
    padding: 0.2em 1em 0.5em 0;
}

#content dt {
    margin: 0;
    padding: 0.5em 0 0.2em 0;
    border-bottom: 1px dotted #fc9;
    font-weight: bold;
    text-shadow: 1px 1px #600;
}

#content dd {
    margin: 0;
    padding: 0.5em;
}

dl.grid {
    float:left;
    margin: 5px 0 10px 18px;
    padding: 0;
    width: 150px;
}

dl.grid dt img {
    margin: 0 0 5px 0;
    border: 3px solid white;
}

th.prices {
    width:7em;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*    Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 3px;
    margin: 0 0 2px 7px;
    display: inline;
    background-color: #fff;
}

img.alignleft {
    padding: 3px;
    margin: 0 7px 2px 0;
    display: inline;
    background-color: #fff;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* End Images */

div#navigation {
    text-align: left;
    font-size: 76%;
    line-height: 1.6em;
    margin: 2em 0 0 1em;
    text-shadow: 1px 2px #600;
}

div#navigation form {
    margin: 0 0 1em 1em;
}

div#navigation h3 {
    font-size: 1em;
    text-transform: uppercase;
}

div#navigation ul {
    margin: 0 0 0.8em 0;
    padding-left: 0;
}

div#navigation ul li {
    list-style-type: none;
    list-style-image: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
div#navigation ul li a {
    display: block;
    background: transparent url("/static/images/navigation-button.gif" ) top left no-repeat;
    height: 36px;
    width: 127px;
    padding-top: 7px;
}

div#navigation ul li a:hover {
    background: transparent url("/static/images/navigation-button.gif" ) 0 -72px no-repeat;
    text-decoration: none;
    color: #fc9;
}

div#navigation ul p, div#navigation ul select {
    margin: 0.3em 0 0.6em;
}

ol li {
    list-style: decimal outside;
}

div#navigation a, div#navigation a:link, div#navigation a:visited {
    text-decoration: none;
}

div#navigation a:hover, div#navigation a:active {
        /* color: #fff; */
    text-decoration: underline;
}

li.page_item a {
    letter-spacing: 0.2em;
}

li.page_item ul {
    margin-left: 6em;
}

ol li {
    list-style: decimal outside;
}

div#footer {
    font-size: 76%;
    padding: 3em 0 1.5em 0;
    text-align: center;
    background: transparent url("/static/images/container-background.gif") bottom left no-repeat;
}

