a:link		{ color: #CC0000; text-decoration: none; font-weight: bold }

a:visited	{ color: #CC0000; text-decoration: none ; font-weight: bold}

a:active	{ color: #CC0000; text-decoration: none ; font-weight: bold }

a:hover		{ color: #CC0000; text-decoration: underline ; font-weight: bold }



 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{
	COLOR: #FFF;
	font-weight: normal;
	font-family: arial, sans-serif, geneva, verdana;
	font-size: 14px;
}

.title		{
	color: #333333;
	font: bold normal 16px arial, verdana, sans-serif
}

.subtitle 	{ COLOR: #333333; FONT: 16px arial, verdana, sans-serif; letter-spacing: -1px; font-weight: bold }

.smalltitle 	{ COLOR: #333333; FONT: 11px verdana, arial, sans-serif; font-weight: normal }

.phonetitle 	{ color: #333333; font: 14px  arial, verdana, sans-serif; font-weight: bold }

.date		{ color: #333333; font: 12px arial, verdana, sans-serif; font-weight: normal }

.copytext 	{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: normal }

.list 		{ COLOR: #333333; FONT: 16px arial, sans-serif, geneva, verdana; font-weight: normal }

.quotechoice 	{ COLOR: #333333; FONT: 12px arial, sans-serif, geneva, verdana; font-weight: normal }

.price 		{ COLOR: #333333; FONT: 15px arial, sans-serif, verdana ; font-weight: normal; line-height:25px }

.just 		{text-align: justify;}

#ZOOM 		{ LEFT: 10px; POSITION: absolute; TOP: 10px }





 /* SETUP PAGES FOR PRINTING */


@media print {
.printhide 	{ display:none;}
.menutrans	{ display:none;}
.printhelp	{ width:600px }
TABLE 		{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: normal }
}
@media screen{
.printonly { display:none }
}







.button 	{
	background-color:#CC0000;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #FFFFFF;
	font-size: 9pt;
	height: 23px;
	cursor:hand;
	font-weight: normal;
	text-align: center;
	width:130px;
	BORDER: #FFFFFF 1px solid
}

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#EB4123;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 9pt;
		height: 23px;
		cursor:hand;
		font-weight: normal;
		text-align: center;
		width:130px;
		BORDER: #FFFFFF 1px solid }


.button-popups	{ background-color:#666666;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 23px;
		cursor:hand;
		font-weight: normal;
		BORDER: #FFFFFF 1px solid }

.buttonon-popups{ background-color:#EB4123;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		background-image: url("picts/buttonon.gif");
		color: #FFFFFF;
		font-size: 8pt;
		height: 23px;
		cursor:hand;
		font-weight: normal;
		BORDER: #FFFFFF 1px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid}

.quoteform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid}

.box   {
	border: 1px solid #FFFFFF;
	background-color: #454545;
	text-align:center;
	line-height:20px;
}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #000000 1px solid}

.dropdown 	{COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.searchbutton 	{background-image: url("picts/button.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 20px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.searchform 	{ background-image: url("picts/shadeform.gif"); WIDTH: 100PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; BORDER: #000000 1px solid }


.searchdrop	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif }


.rollover 	{ background-color: #FFFFFF; }


.rolloveron 	{ background-color: #CC0000; }


.popup		{ scrollbar-base-color: #CCCCCC }



 /* CODE FOR THE BACKGROUNDS */


#table-layer  	  {
	position:absolute;
	left:-5px;
	top:99px;
	width:100%;
	height:100%;
	min-height:100%;
	z-index: 1;
	overflow: auto;
	visibility: visible;
	background-image: url(picts/background.gif);



} 


#back-ground-img  { z-index:0; visibility:visible; position:fixed; left: 0px; top: 0px; width:100%; height:100%; display:block; } 


#header-layer  	  { z-Index:3; visibility:visible; }





 /* GALLERY NAV MENU */




.menu-nav	{ font-family: arial, geneva, verdana, helvetica, sans;
		  font-size: 15px;
		  letter-spacing: 0px;
		  height: 20px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-left: 2px;
		  margin-right: 1px;
		  margin-top: 1px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 17px;
		  display: block;
		  white-space: nowrap;
		  border: #CC0000 1px solid; }


a.menu-nav:link 	{ color: #CC0000;}


a.menu-nav:visited 	{ color: #CC0000; }


a.menu-nav:active 	{ color: #CC0000; }


a.menu-nav:hover 	{  background-color:#CC0000;
		   	   color: #FFFFFF;
			   border: #CC0000 1px solid; }


 /* CODE FOR THE MENU */


#menulocation 	{ z-Index:4; visibility:visible; position: absolute; left: 0px; top: 3px; }

.menulinks 	{ FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.menu 		{ text-indent: 18px; white-space: nowrap; height: 26px; }
