BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

/*
input.btn
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#000080;
   width:100px;
   height:30px;
   background-color:#9999CD;}
*/


/* 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: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

/* TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; } 

.title		{ COLOR: #000000; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }

*/

TABLE		{ COLOR: #666666; FONT: 13px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 20px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 20px arial, sans-serif; font-weight: bold; }

.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #3366FF; FONT: 13px 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 		{ text-align: justify; }




/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }





/* PICTURE GALLERY CODE */

#ZOOM 			{ LEFT: 20px; POSITION: absolute; TOP: 250px; }

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; }	

A:hover .Galborder,
A:active .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 }
}


table.datatbl {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #000000 #000000 #000000 #000000;
	border-collapse: collapse;
	background-color: white;
}
table.datatbl th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #000000 #000000 #000000 #000000;
	color: #000000;
	background-color: #999999;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.datatbl td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #000000 #000000 #000000 #000000;
	background-color: white;
	text-align: left;
	-moz-border-radius: 0px 0px 0px 0px;
}



/* START CODE FOR THE FORMS */

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}
.shadeform_pp	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 400PX;
		BORDER: #000000 1px solid; }		
.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 400PX;
		HEIGHT: 125PX;
		BORDER: #000000 1px solid; }
.dropdown 	{ FONT: 13px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}
.shadeform_vc	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 120PX;
		BORDER: #000000 1px solid; }
.dropdown_vc { COLOR: #000000; WIDTH: 100PX; FONT: 12px arial, verdana, sans-serif; }
.dropdown_ui { COLOR: #000000; WIDTH: 200PX; FONT: 12px arial, verdana, sans-serif; }
.dropdown_ui2 { COLOR: #000000; WIDTH: 240PX; FONT: 12px arial, verdana, sans-serif; }

.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: 13px;
		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;
		}


