body 
{
 scrollbar-base-color: #F0F0F0;
 background-color: Silver;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}

/* PAGE LINK COLORS */
a:link 
{
 color: #0033FF;
 text-decoration: none;
}

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

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

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

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
table 
{
 color: #660033;
 font-size: 11px;
 font-family: arial, geneva, verdana, sans-serif;
}

.title 
{
 color: #000000;
 font-size: 18px;
 font-family: arial, sans-serif;
 font-weight: bold;
}

.title2 
{
 color: #999999;
 font-size: 18px;
 font-family: arial, sans-serif;
 font-weight: normal;
}

.subtitle 
{
 color: #3366FF;
 font-size: 13px;
 font-family: arial, sans-serif;
 font-weight: bold;
}

.footer 
{
 color: #999999;
 font-size: 10px;
 font-family: arial, verdana, sans-serif;
}

.hilite 
{
 color: #006600;
}

.price 
{
 color: #339900;
 font-size: 16px;
 font-family: arial, sans-serif;
 font-weight: bold;
 text-decoration: underline;
}

.just 
{
 text-align: justify;
}

/* IMAGE BORDERS */
.borders 
{
 border-width: 1px;
 border-color: #000000;
 border-style: solid;
 cursor: hand;
}

/* PICTURE GALLERY CODE */
#ZOOM 
{
 left: 20px;
 position: absolute;
 top: 250px;
}

.galborder 
{
 border-width: 1px;
 border-color: #000000;
 border-style: solid;
 cursor: hand;
}

a:hover .galborder, a:active .galborder 
{
 border-width: 1px;
 border-color: #FF9900;
 border-style: solid;
 cursor: hand;
}

.slideshow 
{
 font-family: arial, verdana, sans-serif;
 font-size: 8pt;
 background-color: #FFFFFF;
 color: #000000;
 cursor: hand;
 font-weight: bold;
 padding-left: 9px;
 padding-right: 9px;
 margin-bottom: 3px;
 border-width: 1px;
 border-color: #000000;
 border-style: solid;
}

/* HIDE MENU AND ITEMS FOR PRINTING */
@media print 
{
.printhide 
{
 display: none;
}
}

@media screen 
{
.printonly 
{
 display: none;
}
}

/* START CODE FOR THE FORMS */
.shadeform 
{
 font-size: 12px;
 font-family: arial, verdana, sans-serif;
 color: #000000;
 background-image: url("picts/shadeform.gif");
 margin-top: 1px;
 border-width: 1px;
 border-color: #000000;
 border-style: solid;
}

.dropdown 
{
 font-size: 12px;
 font-family: arial, verdana, sans-serif;
 color: #000000;
 margin-top: 1px;
}

.cartdrop 
{
 font-size: 10px;
 font-family: arial, verdana, sans-serif;
 color: #000000;
 width: 100px;
 margin-top: 1px;
 margin-bottom: 4px;
}

.searchbutton 
{
 font-size: 12px;
 font-family: arial, verdana, sans-serif, sans-serif;
}

/* MISC CODE AND COLORS */
.splitlines 
{
 color: #000000;
 height: 1px;
 width: 100%;
}

.nobreak 
{
 white-space: nowrap;
}

/* START THE CODE FOR THE PAGE MENUS */
.menu-table 
{
 width: 752px;
 background-color: #C0C0C0;
 background-image: url("picts/menu-background.gif");
 border-top-color: #000000;
 border-top-width: 0px;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: #000000;
 border-left-style: solid;
 border-right-width: 1px;
 border-right-color: #000000;
 border-right-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #000000;
 border-bottom-style: solid;
}

.menu 
{
 font-size: 11px;
 font-family: arial, sans-serif, verdana, helvetica;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 cursor: hand;
 font-weight: bold;
 text-align: center;
 line-height: 28px;
 display: block;
 white-space: nowrap;
 width: 100%;
 border-color: #000000;
 border-width: 0px;
 border-style: solid;
}

.firstmenu 
{
 color: #3366FF;
}

a.menu:link 
{
 background-image: url("picts/menu.gif");
 background-color: #C0C0C0;
 color: #666666;
}

a.menu:visited 
{
 background-image: url("picts/menu.gif");
 background-color: #C0C0C0;
 color: #666666;
}

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

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