﻿/*****

    Goslines.CSS

*****/

/***** Common styles. *****/

*
{
    margin: 0px 0px;
    padding: 0px 0px;
}

html
{
    width: 100%;
    height: 100%;
}

body
{
   height: 100%;
   min-height: 100.1%; 
   background-color: #664700;
   background-image: url('/images/body_bg.jpg'); 
   background-position: top center;
}

body *
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    line-height: 140%;
}

img
{
    border: 0px solid;
    vertical-align: bottom;
}

a
{
    color: #FF0000; 
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #0000FF;
}

/***** That darned form. *****/

form#aspnetForm
{
    height: 100%;
    width: 100%;
    min-height: 100%;
}

/***** The wrapper TABLE. *****/

table#wrapper
{
    width: 780px;
    height: 100%;
    margin: 0px auto;
    border: 0px solid;
    border-collapse: collapse;
    border-spacing: 0px;
    background-image: url('/images/content_bg.jpg');
    background-position: top center;
    background-repeat: repeat-y;
}

td.top
{
    height: auto;
    vertical-align: top; 
    text-align: center;
}

td.bottom
{
    height: 55px;
    vertical-align: bottom; 
    text-align: center;
}

/***** The header DIV. *****/

div#header
{
    width: 730px;
    height: 120px;
    margin: 0 auto;
    background-image: url('/images/header_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
}

div#header_left
{
    float: left;
    width: 228px;
    height: 120px;
}

div#header_right
{
    float: right;
    width: 502px;
    height: 120px;
    text-align: center;
}

div#header_right ul
{
    display: block;
    width: 480px;
    height: 38px;
    margin: 72px Auto 0px Auto;
    padding: 0px 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#header_right ul li
{
    display: block;
    float: left;
    width: 95px;
    height: 38px;
    margin: 0px 0px;
    padding: 0px 0px;
}

div#header_right ul li.home
{
    background-image: url('/images/menu/home_off.png');
}
div#header_right ul li.specials
{
    background-image: url('/images/menu/specials_off.png');
}
div#header_right ul li.newitems
{
    background-image: url('/images/menu/new_items_off.png');
}
div#header_right ul li.products
{
    background-image: url('/images/menu/products_off.png');
}
div#header_right ul li.contact
{
    background-image: url('/images/menu/contact_off.png');
}

/***** The content DIV. *****/

div#content
{
    width: 700px;
    margin: 5px Auto 10px Auto;
    text-align: center;
}

div#content *
{
    text-align: left;
}

div#content .photo
{
    border: 1px solid #FF0000;
}

div#content .left
{
    float: left;
}

div#content .right
{
    float: right;
}

div#content div.first_section
{
    clear: both;
    margin-top: 5px;
}

div#content div.section
{
    clear: both;
    margin-top: 20px;
}

div#content center
{
    text-align: center;
}

div#content .middle
{
    margin: 10px auto 0 auto;
    text-align: center;
}

div#content ul.emph
{
    margin-left: 40px;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: inside;
}

div#content ul.emph li
{
    font-family: 'Times New Roman', Time, Serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: #DD0000;
}

div#content table.mailerform { border: dashed 1px black; width: 300px; margin-left: auto; margin-right: auto; }
.mailerform td { padding: 3px 4px;}
div#content .mailerform td.tdright { text-align: right; padding-left: 2em; }

/***** The footer DIV. *****/

div#footer
{
    width: 730px;
    margin: 0px Auto;
    padding: 8px 0px 5px 0px;
    background-image: url('/images/footer_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
}

div#footer *
{
    font-size: 7pt;
}

div#footer a
{
    color: #000000;
}

div#footer a:hover
{
    color: #FF0000;
}

/*****/