BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* PAGE LINK COLORS */

a:link		{ color: green; text-decoration: none; }

a:visited	{ color: green; text-decoration: none; }

a:active	{ color: green; text-decoration: none; }

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




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

TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; text-align: left; }

.title		{
	COLOR: #000;
	FONT: bold x-large arial, sans-serif;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.title2		{ COLOR: #666; FONT: bold large arial, sans-serif; text-align: left; }

.title3		{ COLOR: #666; font: medium arial, sans-serif; }
.body { color: black; font-size: medium; font-weight: normal; font-style: normal; }
.subtitle	{ COLOR: #000; FONT: bold medium arial, sans-serif; }

.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: larger; font-style: normal; text-align: justify; }
.bodytext { font-size: small; font-style: normal; text-align: left; }
.sections { color: black; font-size: small; font-weight: bold; font-style: normal; text-align: left; }
/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }





/* PICTURE GALLERY CODE */

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

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

A:hover .Galborder,
A:active .Galborder 	{ border: #FF9900 1px solid; cursor:pointer; }

.slideshow	{ font-family: arial, verdana, sans-serif;
		  font-size: 8pt;
		  background-color:#FFFFFF;
		  color: #000000;
		  cursor:pointer;
		  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, 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 	{ width: 752px; background-color:#390; background-image: url(picts/menu-background.gif); border-color: #000000; border-style: solid; border-width: 0 1px 1px; }





.menu		{ font-size: small; font-family: arial, helvetica, sans-serif; cursor:pointer; font-weight: bold; text-align:center; line-height: 28px; display: block; white-space:nowrap; width: 100%; padding: 0; border: solid 0 #000000; }


.firstmenu	{ color:#3366FF; }



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


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


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



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

