BODY    {
        SCROLLBAR-BASE-COLOR: #000000;
        }


a:link          { color: #996600; text-decoration: none }

a:visited       { color: #996600; text-decoration: none }

a:active        { color: #000000; text-decoration: none }

a:hover         { color: #6699FF; text-decoration: none }


 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE           { COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif }

.title          { COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold }

.subtitle       { COLOR: #262662; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.just           {text-align: justify;}

.copyright      { COLOR: #000033; FONT: 9px geneva, verdana, arial, sans-serif }

#date-location  { right: 5px; POSITION: absolute; TOP: 133px }

.date           { color: #FFFFFF; font: 10px arial, verdana, sans-serif; font-weight: bold }

#small_logo { POSITION: absolute; TOP: 0px; LEFT: 0px; }

.shadeform      { FONT: 13px arial, verdana, sans-serif;
                background-image: url("picts/shadeform.gif");
                text-align: left;
                WIDTH: 180PX;
                BORDER: #000000 1px solid }


.dropdown       { COLOR: #333333;
                WIDTH: 180PX;
                FONT: 11px geneva, verdana, arial, sans-serif }


.textarea       { FONT: 13px arial, verdana, sans-serif;
                background-image: url("picts/shadeform.gif");
                text-align: left;
                WIDTH: 275PX;
                BORDER: #000000 1px solid }

.searchform     { WIDTH: 110PX;
                HEIGHT: 20PX;
                FONT: 11px arial, georgia, "Times New Roman", sans-serif;
                BORDER: #000000 1px solid }



.searchdrop     { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }


.searchbutton   { background-color:#F0F0F0;
                FONT-FAMILY: arial, verdana, helvetica, sans;
                color: #000000;
                font-size: 8pt;
                height: 18px;
                width: 40px;
                cursor:hand;
                font-weight: bold;
                text-align: center;
                BORDER: #000000 1px solid }


 /* START CODE FOR THE SHOPPING CART AND POPUPS */

.rollover       { }

.rolloveron     { Filter: Alpha(Opacity=70) }

.picturetitle   { COLOR: #262662; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.smalltitle     { COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.price          { COLOR: #FF6600; FONT: 14px verdana, arial, sans-serif; font-weight: bold }


.divstyle {     position:absolute;
                border: #000000 0px solid;
                width:90;
                padding: 0px;
                top:0;
                left:0 }

.pstyletitle{   postion:absolute;
                background:#999999;
                background-image: url("picts/background-message.gif");
                color:black;
                height:18;
                font-size:10px;
                padding: 2px;
                font-family:verdana, arial }


.pstylebody {   postion:absolute;
                background:white;
                color:black;
                font-size:10px;
                font-family:verdana, arial }


 /* START THE CODE FOR THE MENUS */


#menulocation   { LEFT: 0px; WIDTH: 150px; POSITION: absolute; TOP: 131px; padding:0px 0px; white-space:nowrap; }


.menu           { font-family: arial, verdana, helvetica, sans;
                  font-size: 9pt;
                  height: 24px;
                  width: 150px;
                  cursor:hand;
                  font-weight: bold;
                  text-indent: 8px;
                  line-height: 16pt;
                  text-align: left;
                  display: block;
                  border: #FFFFFF 0px solid; }


a.menu:link     { color: #F0CD87;
                  background:#000000;
                  background-image: url("picts/menu.gif");
                  border-bottom: #B48243 1px solid;
                  border-right: #B48243 1px solid; }


a.menu:visited  { color: #F0CD87;
                  background:#000000;
                  background-image: url("picts/menu.gif");
                  border-bottom: #B48243 1px solid; 
                  border-right: #B48243 1px solid; }


a.menu:active   { background:#A27E44;
                  background-image: url("picts/menuon.gif");
                  color: #FFFFFF; }


a.menu:hover    { background:#A27E44;
                  background-image: url("picts/menuon.gif");
                  color: #FFFFFF; }


