﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    background-image: url(bgwatermark.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
}
#main
{
    width: 1024px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
    border-top: solid 4px #993333;
}
#leftcolumn
{
    width: 248px;
    float: left;
}
#rightcolumn
{
    width: 775px;
    float: left;
    border-right: solid 1px #993333;
}
#headstripe
{
    background-image: url(head.gif);
    background-repeat: repeat-x;
    height: 20px;
    width: 248px;
    border-left: solid 1px #993333;
}
#logo
{
    background-color: #F3F3F3;
    height: 78px;
    padding-top: 11px;
    width: 248px;
    border-left: solid 1px #993333;
}
#compname
{
    background-color: #F3F3F3;
    height: 83px;
    padding-top: 6px;
    width: 248px;
    border-left: solid 1px #993333;
}
#searchbox
{
    background-color: #DFDFDF;
    height: 40px;
    padding-top: 14px;
    color: #333333;
    font-size: 12px;
    width: 248px;
    position: relative;
    top: -50px;
    border-left: solid 1px #993333;
}
.tbsearch
{
    color: #333333;
    font-size: 11px;
}
#line1left
{
    background-image: url(head_line1.png);
    background-repeat: no-repeat;
    float: right;
    height: 54px;
    z-index: 10;
    width: 15px;
    position: relative;
    top: -104px;
}
#shopmenu
{
    background-color: #D2D2D2;
    position: relative;
    top: -50px;
    text-align: right;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: solid 1px #993333;
}
#shopmenu a
{
    color: #7D7C7C;
    font-size: 21px;
    text-decoration: none;
}
#shopmenu a:hover
{
    color: White;
}
#shopmenu a:selected
{
    color: #A32D34;
}
#bottommenu
{
    background-color: #C6C6C6;
    text-align: right;
    padding-top: 15px;
    padding-right: 55px;
    padding-bottom: 15px;
    padding-left: 55px;
    position: relative;
    top: -50px;
    border-left: solid 1px #993333;
}
.menu a
{
    color: #333333;
    font-size: 14px;
}
.menu a:hover
{
    color: White;
}
#paypal
{
    background-color: #BABABA;
    border-left: solid 1px #993333;
    position: relative;
    top: -50px;
    padding: 15px 0 15px 0;
}
#copy
{
    background-color: #A0A0A0;
    position: relative;
    top: -50px;
    height: 50px;
    border-left: solid 1px #993333;
    border-bottom: solid 1px #993333;
    color: #333333;
    font-size: 12px;
    padding-top: 7px;
}
#banner
{
    border-top: solid 1px White;
    border-left: solid 2px White;
    border-right: solid 10px White;
    width: 762px;
    height: 249px;
}
#headline1
{
    background-image: url(line1.gif);
    background-repeat: repeat-x;
    height: 54px;
    position: relative;
    top: -102px;
    color: White;
    font-size: 20px;
    padding-top: 12px;
}
#line2left
{
    background-image: url(head_line1.png);
    background-repeat: no-repeat;
    float: right;
    height: 54px;
    z-index: 2;
    width: 15px;
    position: relative;
    top: -102px;
}
#cartsummary
{
    float: right;
    background-image: url(line1.gif);
    background-repeat: repeat-x;
    height: 54px;
    width: 50%;
    position: relative;
    top: -102px;
    color: White;
    font-size: 15px;
    padding-top: 12px;
    text-align: left;
    z-index: 5;
}
#cartsummary a
{
    color: White;
    font-size: 15px;
    text-decoration: none;
}
#cartsummary a:hover
{
    text-decoration: underline;
}
.pnlcart
{
    width: 500px;
    background-color: #FCFCFC;
    border: solid 2px #993333;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.normaltext
{
    color: #636363;
    font-size: small;
    font-weight: normal;
}
.boldtext
{
    color: #636363;
    font-size: small;
    font-weight: bold;
}
.carttext
{
    color: #636363;
    font-size: 15px;
    font-weight: normal;
}
.carthead
{
    color: White;
    font-size: 15px;
    font-weight: bold;
}
.cartfoot{
    color: White;
    font-size: 19px;
    font-weight: bold;
}
.headtext
{
    color: #636363;
    font-size: 15px;
    font-weight: bold;
}
.highlighttext
{
    font-weight: bold;
    color: #FF0000;
}
#contentpanel
{
    position: relative;
    top: -131px;
    width: 748px;
    float: left;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #993333;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #993333;
    border-bottom-style: solid;
    border-bottom-color: #993333;
    border-bottom-width: 10px;
    background-color: #FAFAFA;
    padding-top: 41px;
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
}
hr
{
    margin: 5px 0 5px 0;
}

