﻿*
{ 
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
}

html, body, form#aspnetForm
{
    width: 100%;
    height: 100%;
}

body 
{
    min-height: 100.01%;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11pt;
    line-height: 1.5em;
    color: #000000;
    background-color: #FEFDF2;
}

.font-1
{
    color:#ffffff;
    font-weight:bold;
    font-size: 1.3em;
}

a 
{
    color: #FF0000;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #0000FF;
}

img
{ 
    border: none;
}
    
.left 
{ 
    float: left;
}

.right
{ 
    float: right;
}

.center 
{
    margin: 0px auto; 
    text-align: center;
}

p
{
    margin-bottom: 0.50em;
}

/***** The wrapper table. *****/

table#wrapper
{
    width: 100%;
    height: 100%;
    border-collapse: collapse; 
    background-image: url('/images/layout/background.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

table#wrapper td.top
{
    width: 100%;
    height: auto;
}

table#wrapper td.bottom
{
    height: 24px;
    vertical-align: bottom;
    text-align: center;
}

/***** The header DIV. *****/

div#header_top
{
    height: 5px;
    _margin-bottom: -14px;
    background-image: url('/images/layout/header-top.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

div#header
{
    width: 100%;
    height: 110px;
    background-image: url('/images/layout/header-bg.gif');
    background-position: top right;
    background-repeat: repeat-x;
    text-align: center;
}

/***** The sidebar DIV *****/

div#sidebar 
{
    float: left;
    width: 180px;
}

div#sidebar div.menu
{
    width: 180px;
    height: 32px;
    margin-bottom: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

.menu_top
{
    width: 180px;
    height: 15px;
    margin-bottom: 0px;
    _margin-bottom: -2px;
    background-image: url('/images/layout/sidebar-top.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

.m_home { background-image: url('/images/menu/off/home.gif'); }
.m_contact { background-image: url('/images/menu/off/contact.gif'); }

.m_inventory
{ 
    width: 180px;
    margin-bottom: 0px;
    background-image: url('/images/menu/inventory_background.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

.m_invtop
{
    width: 180px;
    height: 30px;
    background-image: url('/images/menu/inventory_top.gif');
    background-position: center top;
    background-repeat: no-repeat;
}

.m_invbottom
{
    width: 180px;
    height: 16px;
    background-image: url('/images/menu/inventory_bottom.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.m_invcontent
{
    width: 180px;
    background-image: url('/images/menu/inventory_background.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

.m_invcontent ul
{
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.m_invcontent ul li
{
    text-align: center;
    font-family: Cambria, Times New Roman, Times, Serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    font-variant: small-caps;
}

.m_invcontent ul li a, .m_invcontent ul li a:visited
{
    color: #DD0000;
    text-decoration: none;
}

.m_invcontent ul li a:hover
{
    color: #0000FF;
    text-decoration: none;
}

/***** The content wrapper. *****/

div#content_wrapper
{
    width: 100%;
    _min-width: 830px;
    height: auto;
}

div#content_wrapper_inner
{
    _float: left;
    margin-left: 180px;
    _margin-left: 0px;
}

/***** The strip DIV *****/

div#title
{
    width: 100%;
    height: 35px;
    background-image: url('/images/layout/page-top.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

/***** Content DIV *****/

div#content
{
    width: 790px;
    height: auto;
    margin: 1.0em Auto;
}

div#content div.head
{
    text-align: center;
    height: 192px;
    margin-bottom: 1em;
}

div#content div.head-caption
{
    text-align: center;
    height: 212px;
    margin-bottom: 1em;
}

div#content div.section
{
    margin-bottom: 1.0em;
}

div#content h1
{
    font-family: Times New Roman, Times, Sans-Serif;
    color: #900000;
    margin-bottom: 1em;
}
div#content h1.c
{
    text-align: center;
}

div#content h2
{
    margin-bottom: 0.25em;
    font-family: Times New Roman, Times, Sans-Serif;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}
div#content h3
{
    color: #327246;
}
div#content h3.important
{
    color: #990000;
}

div#content p
{
    margin-bottom: 1.0em;
}
div#content p.special
{
 font-weight:bold;
 text-align:center;   
}

div#content ul
{
    margin-left: 2.0em;
    margin-bottom: 1.0em;
}

div#content ul li
{
    vertical-align: middle;
}

div#content .pic
{
    border: 2px solid #900000;
}

div#content .pic.left
{
    margin-right: 10px;
}

div#content .pic.right
{
    margin-left: 10px;
}
div#content .captionpic
{
    width: 252px; 
    margin-right: 15px; 
    float: left; 
    text-align: center;
    font-size: 75%;
    line-height: 1.2em;
}

div#content .contact
{
    padding: 5px;
    font-size: .85em;
}

a
{
    color: #0000FF;
    text-decoration: none;
}

a:hover
{
    color: #FF0000;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.text-center
{
    text-align: center;
}

/***** Footer DIV *****/

div#set_width
{
    width: 990px;
    height: 1px;
}

div#footer
{
    margin-left: 180px;
    text-align: center;
    padding: 5px 0px;
    font-size: 75%;
    color: #406080;
}

div#footer p
{
    margin-bottom: 0px;
    width: 790px;
    margin: 0px Auto;
}

div#footer p.first
{
    padding-top: 0.5em;
    border-top: 1px solid #406080;
}

div#footer p a
{
    color: #406080;
    text-decoration: none;
}

div#footer p a:hover
{
    color: #FF0000;
    text-decoration: none;
}

/***** *****/