﻿BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: none; }

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

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

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

p:first-letter {float:inherit; font-size: 120%; font-family:times; color:#858585 }




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

TABLE		{ COLOR: #666666; FONT: 11px georgia, geneva, verdana, sans-serif; }

.title		{ COLOR: #808080; FONT: 24px georgia, sans-serif; font-weight: bold; text-align: center; }

.title2		{ COLOR: #808080; FONT: 18px georgia, sans-serif; font-weight: bold; text-align: center; }

.title3		{ COLOR: #808080; FONT: 16px georgia, sans-serif; font-weight: bold; font-style:italic; text-align: center; }

.subtitle	{ COLOR: #3366FF; FONT: 14px arial, sans-serif; font-weight: bold; }

.sitemap	{ text-align: justify; color: #3366FF; FONT: 14px arial, sans-serif; font-weight: bold; letter-spacing:3px; line-height:30px }

.linktext	{ COLOR: #3366FF; FONT: 16px arial, sans-serif; font-weight: bold; text-align: center; }

.footertext	{ COLOR: #3366FF; FONT: 12px serif, sans-serif; font-weight: bold; text-align: center;}

.justtext	{ color: #808080; text-align: justify; FONT: 17px times, sans-serif; font-weight: normal; }

.quote		{ color: #808080; text-align: center; font: 17px serif, sans-serif; font-style:italic; }

.body		{ background-color: #CCCCFF; }

.logolinks	{ cursor:pointer; width:150px; height:150px; }

.fulltable	{ padding: 0px; border-spacing: 0px; border:0px; width:100%; }

.imgtable	{ padding: 0px; border-spacing: 0px; border: 0px; background-color: #000000; }

.bigtable	{ background-color: #FFFFFF; padding: 0px; border: 0px; border-spacing: 25px; width: 750px; }

.sidetable	{ text-align: center; vertical-align: top; width: 160px; height: 678px; }

.content	{ text-align: left; vertical-align: top; height: 678px; width: 477px; }

.hilite		{ COLOR: #006600; }

.price 		{ color: #339900; FONT: 16px serif, sans-serif; font-weight: bold; text-decoration: underline; }

.footer		{ background-color: #FFFFFF; padding: 5px; border: 0px; width:740px;}


#headerlayer	{
		position: relative;
		left: 0px;
		top: 100px;
		margin-top: -100px;
		z-index:3;
		width: 750px;
		text-align: center;
		border:#000000 0px solid;
		}





/* IMAGE BORDERS AND CENTERING */

.borders { border: #000000 1px solid; width: 748px; height: 100px;}

.imagebackground	{ background-color:#000000; }

.centerimg  { text-align: center; display:block; }



/* PICTURE GALLERY CODE */

#ZOOM 			{ LEFT: 20px; POSITION: absolute; TOP: 250px; }

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; }	

A:active .Galborder 	{ border: #FF9900 1px solid; cursor:pointer; }

A:hover .Galborder 	{ border: #FF9900 1px solid; cursor:pointer; }

.slideshow	{ font-family: arial, verdana, sans-serif;
		  font-size: 8pt;
		  background-color:#FFFFFF;
		  color: #000000;
		  cursor:pointer;
		  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, 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: 752px;
		background-color:#C0C0C0;
		background-image: url("picts/menu-background.gif");
		border-top: #000000 0px solid;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
		border-bottom: #000000 1px solid;
		}





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


.firstmenu	{ color:#3366FF; }



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


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


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



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


