BODY	{
	scrollbar-base-color: #F0F0F0;
	background-color: #FFE4C4;
	background-image: url(background.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

 /* PAGE LINK COLORS */

a:link		{ color: #5A7575; text-decoration: none; }

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

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

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




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

TABLE		{ COLOR: #000000; FONT: 14px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #7D8E5C; FONT: 18px times new roman, arial, sans-serif; font-weight: normal; }

.title2		{ COLOR: #7F5F86; FONT: 16px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #4F6663; FONT: 14px 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 		{ COLOR: #000000; text-align: normal; FONT: 12px arial, sans-serif; font-weight: normal; }

.date-font	{ color: #999999; font: 10px verdana, arial, sans-serif; font-weight: bold} 

}


.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		COLOR: #000000;
		background-image: url("picts/shadeform.gif");
		background-color: #B0B6AF;
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid;
		}


.dropdown 	{
		FONT: 11px verdana, arial, sans-serif;
		COLOR: #000000;
		background-color: #B0B6AF;
		WIDTH: 200PX;
		}


.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		COLOR: #000000;
		background-image: url("picts/shadeform.gif");
		background-color: #B0B6AF;
		text-align: left;
		WIDTH: 250PX;
		HEIGHT: 125PX;
		BORDER: #666666 1px solid;
		}


.quoteform	{
		FONT: 13px arial, verdana, sans-serif;
		COLOR: #000000;
		background-image: url("picts/shadeform.gif");
		background-color: #B0B6AF;
		text-align: left;
		BORDER: #666666 1px solid;
		}


.dropquotes 	{
		FONT: 11px verdana, arial, sans-serif;
		background-color: #B0B6AF;
		COLOR: #000000;
		}


.quotechoice 	{ COLOR: #CCCC99; }








 /* IMAGE BORDERS */


.borders		{ border: #000000 0px 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 background-image: url("picts/menu-background.gif"); */



.menu-table 	{
		  width: 800px;
		  background-color:#FFE4C4;
		  border-top: #FFE4C4 0px solid;
		  border-left: #FFE4C4 0px solid;
		  border-right: #FFE4C4 0px solid;
		  border-bottom: #FFE4C4 0px solid;
		}





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


.firstmenu	{ color:#FFE4C4; }



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


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


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



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


