@charset "UTF-8";
/* CSS Document */

BODY	{
	scrollbar-base-color: #F0F0F0;
	background-color: #FFFFFF;
	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: #ff8b01; text-decoration: none; }

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




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #eaa723; FONT: bold 12px arial, geneva, verdana, sans-serif; }

.title		{
	COLOR: #ff8b01;
	FONT: bold 18px arial, sans-s;
	background-color: default;
}

.title2		{ COLOR: #eaa723; FONT: bold 18px arial, sans-serif; background-color: white; }

.subtitle	{ COLOR: #ff8b01; FONT: bold 20px arial, sans-s ; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.hilite		{ COLOR: #006600; }

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

.just 		{ font-size: 14px; font-weight: bold; text-align: justify; }




 /* IMAGE BORDERS */


.borders		{ border: solid 1px #000000; outline-color: white; cursor:hand; }





 /* PICTURE GALLERY CODE */

#ZOOM 			{ LEFT: 20px; POSITION: absolute; TOP: 250px; }

.Galborder	 	{ border: #000000 1px solid; cursor:hand; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #FF9900 1px 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: #000000 1px solid; }





 /* HIDE MENU AND ITEMS FOR PRINTING */


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





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}

.cartdrop 	{ FONT: 10px arial, verdana, sans-serif;
		  COLOR: #000000;
		  width: 100px;
		  margin-top: 1px;
		  margin-bottom: 4px;
		}


.searchbutton	{ FONT: 12px arial, sans-serif, verdana, 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 	{
	color: blue;
	width: 750px;
	background-color:#CCCCCC;
	background-image: url(picts/menu-background.gif);
	
	border-color: #000000;
	border-style: solid;
	border-width: 0 0px 0px;
}





.menu		{ color: #b57623; font-size: 11px; font-family: arial, sans-serif, verdana, helvetica; cursor:hand; font-weight: bold; text-align:center; line-height: 27px; background-color: blue; background-position: 100% 0; display: block; width: 103%; padding: 0; border: solid 0 #000000; white-space: nowrap; }


.firstmenu	{ color:#3366ff; width: 100%; }

 /* took this out of the link css def:  background-image: url(picts/menu.gif); */

a.menu:link 	{ 
		  background-color: #D4DDFF
		  color: blue; }
 /* took this out of the visited css def:  background-image: url(picts/menu.gif); */

a.menu:visited 	{ 
		  background-color:#999999;
		  color: #950213; }
 /* took this out of the active css def:  background-image: url(picts/menu.gif); */

a.menu:active 	{ 
		  background-color:#999999;
		  color: blue; }

 /* took this out of the hover css def:  background-image: url(picts/menuon.gif); */

a.menu:hover 	{ 
		   background-color: #0000FF;
		   color:#660000;
		   }

