BODY	{
	
scrollbar-base-color:#000000;

}

 /* LINK COLORS */

a:link		{ color: #000000; text-decoration: none; }

a:visited	{ color: #FF0000; text-decoration: none; }

a:active	{ color: #000000; text-decoration: none; }

a:hover		{ color: #FF0000; text-decoration: none; }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif }

.title		{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #262662; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.copyright	{ COLOR: #000033; FONT: 9px verdana, arial, sans-serif }

#date-location 	{ right: 5px; POSITION: absolute; TOP: 133px }

.date		{ color: #FFFFFF; font: 10px arial, verdana, sans-serif; font-weight: bold }

#small-logo 	{ POSITION: absolute; TOP: 0px; LEFT: 0px; }

.just 		{text-align: justify;}

.page-splits	{ COLOR: #CCCCCC; height: 1px; width: 100%; }

.form-margin	{ margin: 5px; }





 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid }


.dropdown 	{ COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px verdana, arial, sans-serif }


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid }

.searchform 	{ WIDTH: 125PX;
		  HEIGHT: 20PX;
		  background-image: url("picts/shadeform.gif");
		  font-size: 11px;
		  BORDER: #000000 1px solid; }



.searchdrop 	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif }


.searchbutton 	{ font-size: 11px; }






 /* START CODE FOR THE GALLERY CART AND POPUPS */


.gallery-border		{ position: relative; LEFT: 0px; top: 0px; border: #000000 0px solid; }

.gallery-borderon	{ position: relative; LEFT: 3px; top: 3px; border: #FF0000 0px solid; }

.picturetitle 		{ COLOR: #262662; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #9999FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }




 /* START THE CODE FOR THE MENUS */


#menulocation 	{ LEFT: 0px; WIDTH: 150px; POSITION: absolute; TOP: 131px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 9pt;
		  height: 24px;
		  width: 150px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 16pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ color: #F0CD87;
		  background-color:#000000;
		  background-image: url("picts/menu.gif");
		  border-bottom: #B48243 1px solid;
		  border-right: #B48243 1px solid; }


a.menu:visited 	{ color: #F0CD87;
		  background-color:#000000;
		  background-image: url("picts/menu.gif");
		  border-bottom: #B48243 1px solid; 
		  border-right: #B48243 1px solid; }


a.menu:active 	{ background-color:#A27E44;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF; }


a.menu:hover 	{ background-color:#A27E44;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF; }


