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: #0033FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 12px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #006666; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }

.title3		{ COLOR: #006666; FONT: 16px arial, sans-serif; font-weight: bold; }


.mybody		{ COLOR: #666666; FONT: 14px verdana, sans-serif; font-weight: normal; }


.subtitle	{ COLOR: #006666; FONT: 13px arial, sans-serif; font-weight: bold; }

.subtitleold	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold; }

.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 		{ text-align: justify; }




 /* IMAGE BORDERS */


.borders		{ border: #000000 1px solid; 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 */


.menuouter	{
		background-color: #79A6D2;
		background-image: url("../picts/menu-background.gif");
		border-top: #445056 1px solid;
		border-bottom: #445056 1px solid;
		padding-top: 12px;
		padding-bottom: 0px;
		}



.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 8pt;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 7px;
		padding-right: 7px;
		margin-right: 2px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		display: block;
		line-height: 11px;
		white-space:nowrap;
		border-top: #74869E 1px solid;
		border-bottom: #74869E 0px solid;
		border-left: #74869E 1px solid;
		border-right: #74869E 1px solid;
		}


a.menu:link 	{
		background-image: url("../picts/menu.gif");
		background-color:#CBD2DB;
		color: #0A47FF;
		}


a.menu:visited 	{
		background-image: url("../picts/menu.gif");
		background-color:#CBD2DB;
		color: #0A47FF;
		}



a.menu:active 	{
		background-image: url("../picts/menu.gif");
		background-color:#CBD2DB;
		color: #006666;
		}



a.menu:hover 	{
		background-image: url("../picts/menuon.gif");
		background-color:#D5DFE2;
		color: #006600;
		}
		
		
		
		   

.picture  { background-color: #E5E9F1;
			text-align: center;
			border: 1px solid #888888;
			padding: 3px;
			font: 11px/1.4em Arial, sans-serif; }

		   
.picture img  { border: 1px solid #888888;
				vertical-align:middle; 
				margin-bottom: 3px; }

.right 		{ margin: 0.5em 0pt 0.5em 0.8em;
			 float:right; }

.left 		{ margin: 0.5em 0.8em 0.5em 0;
			 float:left; } 

		  
.center		{ margin: 0.5em 0.8em 0.5em 0;
			   }