BODY	{
                 background-color: #333333;
                 background-image: url("picts/grad-bg.png");
	             margin: 0px;
	             padding: 0px;
	             border: #000000 0px solid;
	     }

 /* PAGE LINK COLORS */

a:link		{ color: #990000; text-decoration: none; }

a:visited	{ color: #666666; text-decoration: none; }

a:active	{ color: #660000; text-decoration: none; }

a:hover		{ color: #666666; text-decoration: none; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #ffffff; FONT: 12px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #ffffff; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #ffffff; FONT: 18px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #ffffff; FONT: 13px arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #ffffff; FONT: 11px arial, verdana, sans-serif; }

.hilite		{ COLOR: #FFCCFF; }

.price 		{ color: #339900; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.just 		{ text-align: justify; }




 /* IMAGE BORDERS */


.borders		{ border: #000000 0px solid; }


/* GALLERY CODE */

.price 			{ COLOR: #56997A; FONT: 15px verdana, arial, sans-serif; font-weight: bold; }

.picturetitle 		{ COLOR: #999999; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.picturecomments 	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

.gallerytext		{ COLOR: #000000; FONT: 9px verdana, arial, sans-serif; font-weight: normal; }

.gallery-borders	{ BORDER: #000000 1px solid; }

.viewer-border		{ BORDER: #000000 1px solid; }

.button-gallery 	{
			color: #000000;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("picts/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #999999 1px solid;
			}


.buttonon-gallery	{
			color: #0066FF;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("picts/buttonon-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #0066FF 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: #999999;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #999999 1px solid;
		}


.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #341706;
		  margin-top:1px;
		}

.cartdrop 	{ FONT: 10px arial, verdana, sans-serif;
		  COLOR: #341706;
		  width: 100px;
		  margin-top: 1px;
		  margin-bottom: 4px;
		}


.searchbutton	{ FONT: 12px arial, sans-serif, verdana, sans-serif; }



 /* MISC CODE AND COLORS */

.splitlines	{ COLOR: #341706; HEIGHT: 1px; WIDTH: 100% }


.nobreak	{ white-space:nowrap; }




 /* START THE CODE FOR THE PAGE MENUS */



.menu-table 	{
		  width: 400px;
          align:center;
		  background-color:#000000;
		  background-image: url("");
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}





.menu		{ font-size: 13px;
		  font-family: arial, sans-serif, verdana, helvetica;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  font-weight: bold;
		  text-align:center;
		  line-height: 21px;
		  display: block;
		  white-space:nowrap;
		  width: 100px;
		  border: #000000 0px solid; }


.firstmenu	{
            color:#ffffff; }



a.menu:link 	{ 
          background-image: url("picts/");
		  background-color:#333333;
		  color: #ffffff; }


a.menu:visited 	{ 
          background-image: url("picts/button-off.png");
		  background-color:#333333;
		  color: #999999; }


a.menu:active 	{ 
           background-image: url("picts/button-on.png");
		  background-color:#333333;
		  color: #000000; }



a.menu:hover 	{  
            background-image: url("picts/button-on.png");
		   background-color:#333333;
		   color: #000000; }


