BODY	{
	margin: 5px;
	margin-top: 15px;
	padding: 0px;
	border: #000000 0px solid;
	background-color: #FFFFFF;
	}


/* NON-MENU PAGE LINK COLORS */


a:link		{ color: #607b00; text-decoration: none; }

a:visited	{ color: 607B00; text-decoration: none; }

a:active	{ color: 607B00; text-decoration: none; }

a:hover		{ color: FF6600; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

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

.title		{ COLOR: #666666; font-size: 14px; font-weight: bold; }

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

.footer		{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; }

.just 		{ text-align: justify; }





/* HEADER BORDERS */

.maintable	{ border: #000000 1px solid; }





/* BORDERS FOR NEWS PAGE IMAGES AND NEWS TEXT */

.borders		{ border: #000000 1px solid; }

.smalltext		{ COLOR: #996600; FONT: 10px arial, sans-serif; font-weight: normal; }







/* UNDER THE MENU SIDEBAR OPTIONS ( TURN TEXT ON IN THE menu.js ) */

.menuimage	{ margin-top: 20px; margin-bottom: 5px; }

.sidetexttitle 	{
		color: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold;
		border: #666666 1px solid;
		}


.sidetext	{
		color: #000000; FONT: 11px arial, verdana, sans-serif;
		font-weight: normal;
		border-bottom: #C0C0C0 1px solid;
		border-left: #C0C0C0 1px solid;
		border-right: #C0C0C0 1px solid;
		background-color: #FFFFFF;
		}


/* PRODUCT PAGES STYLES */

.prod_desc {font-size: 12px}

.prod_title {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BB9824;
	margin-bottom:18px}
	
.prod_name {font-size: 12px; font-weight: bold; }

.prod_num {
	font-size: 10px;
	color: #BB9824;}



/* LINKS PAGE CODE */


.linksmargin	{ margin: 0px; margin-top: 6px; }

.searchbutton 	{ FONT: 11px arial, verdana, helvetica, sans-serif; }

.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #F6F6F3;
		WIDTH: 120PX;
		HEIGHT: 20PX;
		BORDER: #666666 1px solid;
		}





/* START THE CODE FOR THE MENUS */

.menubackground	{
	background-color: #FFFFFF;
	border-top: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-right: #C0C0C0 0px solid;
	border-left: #000000 0px solid;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 150px;
	padding-left: 25px;
		}



.menu, a.menu, a.menu:visited		{ font-family: verdana, helvetica, sans-serif;
		  font-size: 8pt;
		  font-weight: normal;
		  letter-spacing: 1px;
		  padding-top: 1px;
		  padding-bottom: 1px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-bottom: 8px;
		  margin-right: 0px;
		  margin-left: 0px;
		width: 120px;
		  cursor:pointer;
		  text-align: left;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  border: #C0C0C0 1px solid; 
		  background-image: url("picts/menu.gif");
		  color: #666666;
		  }



a.menu:active, a.menu:hover, a.menu-selected	{  font-family: verdana, helvetica, sans-serif;
		font-size: 8pt;
		  font-weight: bold;
		  letter-spacing: 1px;
		  padding-top: 1px;
		  padding-bottom: 1px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-bottom: 8px;
		  margin-right: 0px;
		  margin-left: 0px;
		width: 120px;
		  cursor:pointer;
		  text-align: left;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  background-color:#FFE8C8;
		  background-image: url("picts/menu_active.gif");
		  color: #B89824; 
		  border: #BB9824 1px solid;}
		  



/*Text Menus (product menu) Link styles */
.wrkspace-nav, a.wrkspace-nav, a.wrkspace-nav:visited {
	color: #666666;
	text-decoration: none;
}

a.wrkspace-nav:hover, .wrkspace-nav-selected {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navlink, a.navlink, a.navlink:visited {
		color: #000000;
		text-decoration: none;
}

a.navlink:hover {
	color: #000000;
	text-decoration:underline;
}

/*Tab Boxes*/


.tabbox, a.tabbox, a.tabbox:visited {
	BACKGROUND: #e0e4f0; 
	text-decoration: none;
	color: #000000; 
	padding:2px;

}

a.tabbox:hover, a.tabbox-selected{	
	BACKGROUND: #e0e4f0; 
	text-decoration: none;
	font-weight:bold;
	color: #FF6600;
	padding:2px;
}

