BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	border: #000000 0px solid;
	background-color: #FFFFFF;
	scrollbar-face-color: #228AAC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #999999;
	scrollbar-3dlight-color: #228AAC;
	scrollbar-bordert-color: #FFFFFF;


	}	
	

/* NON-MENU LINK COLORS */







/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 12px arial, geneva, verdana; }

.title		{ COLOR: #333333; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }

.title2		{ COLOR: #FFFFFF; FONT: 16px arial, verdana, sans-serif; font-weight: normal; }

.title5		{ COLOR: #FFFFFF; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.titlehighlight		{ COLOR: #259AC3; FONT: 16px arial, verdana, sans-serif; font-weight: normal; }

.title3		{ COLOR: #259AC3; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }

.title4		{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: normal; font-style:italic }

.subtitle	{ COLOR: #259AC3; FONT: 13px arial, verdana, sans-serif; font-weight: bold; }

.hilite		{ COLOR: #259AC3; }

.price 		{ color: #FFCC00; FONT: 16px arial, verdana, sans-serif; font-weight: bold; text-decoration: underline; }

.just 		{ text-align: justify; color: #595F66; font-family:Tahoma; font-size: 12; line-height:13px; }

.leftsidebar	{ font:11px arial, sans-serif; }

.background	{ background:#839095;  }

.highlight	{ COLOR: #259AC3; FONT: 11px arial, sans-serif; font-weight: normal; }

.smalltext	{ COLOR: #259AC3; FONT: 11px tahoma, arial, sans-serif; font-weight: normal; }





/* BULLETS */

.li				{ background-image: url("images/list_0_1.gif");
				width: 6px;
				height: 5px	 }
				
				
				

/* 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 }
}





/* START CODE FOR THE FORMS */

.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("images/shadeform.gif");
		  margin-top:1px;
		  BORDER: #666666 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: 98% }


.nobreak	{ white-space:nowrap; }







/* START THE CODE FOR THE FOOTER */



.bar	{
						background:none;
						}

.bar b 	{
						font-weight:normal;
						}						
.bar b a	{
						color:#FFFFFF;
						font-size:11px;
						text-decoration:none;
						font-weight:bold;
						}
.bar b a:hover	{
						color:#5F686C;
						font-size:11px;
						text-decoration:underline;
						font-weight:bold;
						}	







/* START THE CODE FOR THE MENUS */


.menuouter	{
		background-image: url("images/menu-background.jpg");
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		padding-top: 0px;
		padding-bottom: 0px;
		}



.menu		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 3px;
		padding-right: 3px;
		margin-right: 3px;
		cursor:pointer;
		font-weight: normal;
		text-align: center;
		display: block;
		white-space:nowrap;
		border: #999999 0px solid;
		}


a.menu:link 	{
		text-decoration: none;
		color: #FFFFFF;
		}


a.menu:visited 	{
		text-decoration: none;
		color: #FFFFFF;
		}


a.menu:active 	{
		text-decoration: none;
		color: #FFFFFF;
		}


a.menu:hover 	{
		background-color:none;
		text-decoration: underline;
		color: #FFFFFF;
		border: #3366CC 0px solid;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 3px;
		padding-right: 3px;
		}



