BODY	{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(picts/bluebackground.jpg);
	}

 /* PAGE LINK COLORS */

a:link		{ color: #004579; text-decoration: none; }

a:visited	{ color: #004579; text-decoration: none; }

a:active	{ color: #004579; text-decoration: none; }

a:hover		{ color: #004579; text-decoration:underline; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES 8b8b8b*/

TABLE		{ COLOR: #6B6B6B; FONT: 12px arial, verdana, sans-serif; }

.title		{ COLOR: #004579; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #004579; FONT: 18px arial, sans-serif; font-weight: normal; }

.title3		{ COLOR: #004579; FONT: 18px arial, sans-serif; font-weight: normal; }
.title4		{ COLOR: #004579; FONT: 18px arial, sans-serif; font-weight: normal; }
h1		{ COLOR: #004579; FONT: 20px arial, sans-serif; font-weight: normal; }
h2		{ COLOR: #004579; FONT: 14px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #004579; FONT: 13px arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.hilite		{ COLOR: #460269; }

.price 		{ color: #460269; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.just 		{ text-align:left}




 /* IMAGE BORDERS */


.borders		{ border:  1px solid; border-color: #D6D4D4; }


 



 /* 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 	{
		  width: 700px;
		  background-color:#ffffff;
		  border-top: #000000 1px solid;
		  border-left: #000000 1px solid;
		  border-right: #000000 1px solid;
		  border-bottom: #000000 1px 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: #000000 0px solid; }


.firstmenu	{ color:#FFFFFF; }



a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#FFFFFF;
		  color: #FFFFFF; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#FFFFFF;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#FFFFFF;
		  color: #FFFFFF; }



a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#FFFFFF;
		   color: #FFFFFF; }


