BODY	{
	SCROLLBAR-BASE-COLOR: #000000;
	}



 /* LINK COLORS */

a:link		{ color: #D8007C; text-decoration: underline; }

a:visited	{ color: #DF79A1; text-decoration: underline; }

a:active	{ color: #FF0000; text-decoration: underline; }

a:hover		{ color: #D8007C; text-decoration: underline; }




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

TABLE		{ COLOR: #666666; FONT: 13px verdana, arial, sans-serif }

.title		{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #D5007C; FONT: 13px 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; }

.quotechoice 	{ COLOR: #FFFFCC; FONT: 12px arial, sans-serif, geneva, verdana; font-weight: bold }




 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}

.button 	{ background-image: url("picts/button.gif");
		background-color:#D6D8E8;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 9pt;
		height: 23px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		width:130px;
		margin-top:5px;
		BORDER: #000000 1px solid }

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#8CAEC4;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 9pt;
		height: 23px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		width:130px;
		margin-top:5px;
		BORDER: #000000 1px solid }


.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: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #D8007C; 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: #D8007C;
		  background-color:#000000;
		  background-image: url("picts/menu.gif");
		  border-bottom: #D8007C 1px solid;
		  border-right: #D8007C 1px solid; }


a.menu:visited 	{ color: #FDC0E3;
		  background-color:#000000;
		  background-image: url("picts/menu.gif");
		  border-bottom: #D8007C  1px solid; 
		  border-right: #D8007C  1px solid; }


a.menu:active 	{ background-color:#D8007C;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF; }


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



