BODY	{
	scrollbar-base-color: #F0F0F0;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
	}

 /* PAGE LINK COLORS */

a:link		{ color: #6666CC; text-decoration: none; }

a:visited	{ color: #6666CC; text-decoration: none; }

a:active	{ color: #6666CC; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 12px arial, geneva, verdana, arial, sans-serif }

.title		{ COLOR: #444444; FONT: 14px arial, sans-serif; font-weight: bold }

.title2		{ COLOR: #999999; FONT: 14px arial, sans-serif; font-weight: normal }

.subtitle	{ COLOR: #444444; FONT: 12px arial, sans-serif; font-weight: bold }

.tinytitle	{ COLOR: #999999; FONT: 10px arial, sans-serif; font-weight: normal }

.footer		{ COLOR: #DDDDDD; FONT: 11px arial, sans-serif, verdana }

.hilite		{ COLOR: #006600; }

.price 		{ color: #339900; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.just 		{ text-align: justify; }

.titleform	{ background-color: #FFFFFF; BORDER: #000000 0px solid; color: #444444; font: 11px verdana, arial, sans-serif; font-weight: bold; text-align: center; }

.descrform	{ background-color: #FFFFFF; BORDER: #000000 0px solid; color: #444444; font: 11px verdana, arial, sans-serif; text-align: center; }



 /* IMAGE BORDERS */


.borders		{ border: #000000 1px solid; cusor:hand; }



 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("images/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 300PX;
		HEIGHT: 125PX;
		BORDER: #000000 1px solid}


.textareaquote	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 220PX;
		HEIGHT: 75PX;
		BORDER: #000000 1px solid}

.dropdown 	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}

.cartdrop 	{ FONT: 10px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  width: 100px;
		  margin-top: 1px;
		  margin-bottom: 4px;
		}

.contact {	background-color:#B7B9C6;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 9pt;
		height: 23px;
		cursor:hand;
		font-weight: normal;
		text-align: center;
		BORDER: #777777 1px solid }

.contacton {	background-color:#878FA2;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 9pt;
		height: 23px;
		cursor:hand;
		font-weight: normal;
		text-align: center;
		BORDER: #FFFFFF 1px solid }

.searchbutton	{ FONT: 12px arial, sans-serif, 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: 886px;
		  height: 20px;
		  background-color:#444444;
		  background-image: url("images/menu-background.gif");
		  border-top: #FFFFFF 7px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #FFFFFF 0px solid;
		}





.menu		{ font-size: 11px;
		  font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
		  height: 20px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 2px;
		  padding-right: 2px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 22px;
		  display: block;
		  white-space:nowrap;
		  border: #000000 0px solid; }


.firstmenu	{ color:#3366FF; }



a.menu:link 	{
	background-image: url("images/menu.gif");
	background-color:#C0C0C0;
	color: #666666;
}


a.menu:visited 	{ background-image: url("images/menu.gif");
		  background-color:#C0C0C0;
		  color: #666666;
}


a.menu:active 	{ background-image: url("images/menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; 
}



a.menu:hover 	{  background-image: url("images/menuon.gif");
		   background-color:#F0F0F0;
		   color: #000000; 
}

 /* Footer LINK COLORS */

.footer-table 	{
	color: #CCCCCC;
		}

a.footer:link		{ color: #DDDDDD; text-decoration: none; }

a.footer:visited	{ color: #DDDDDD; text-decoration: none; }

a.footer:active		{ color: #DDDDDD; text-decoration: none; }

a.footer:hover		{ color: #FFFFFF; text-decoration: none; }


