.mainText	{font-family:Verdana; font-size:10pt; color:#000000}


.footer		{font-family:Arial;
			font-size:8pt;
			color:#000000}
			
.header		{font-size:12pt;font-weight:bold}

.options	{padding:0px; 
			 font-family:Verdana;
			 font-size:10pt;
			 font-weight:normal;
			 color:#000000;
			 text-decoration:none}		
			 	 
A.options	{text-decoration:none}
A.options:hover	{text-decoration:none;font-weight:bold}

BODY		{background:#ffffff;
			 margin-top:0px; 
			 margin:0px;
			 font-family:Arial;
			 font-size:8pt;
			 color:#433F8E}
			 
.itemBox		{background-color:#D7D4D4}
.itemTitle		{font-family:Arial; font-size:10pt; font-weight:bold; color:#000000}
.itemDesc		{font-family:Arial; font-size:10pt; font-weight:normal; color:#000000}
.itemPrice		{font-family:Arial; font-size:10pt; font-weight:normal; color:#000000}
.itemStockCode	{font-family:Arial; font-size:8pt; font-weight:normal; color:#000000}
.itemDateAdded	{font-family:Arial; font-size:8pt; font-weight:bold; color:#000000}

.guestComments	{font-family:Arial; font-size:10pt; font-style:italic;color:#000000}

.tourTitle		{font-family:Arial; font-size:12pt; font-weight:bold; font-style:italic}
.orderSubHeader	{background-color:#A4A5A8;color:#ffffff;font-weight:bold;font-size:10pt}
.noItems		{font-size:10pt;font-weight:bold;color:#C3123C}
.error			{font-size:10pt;font-weight:bold;color:red}
.subOption		{text-decoation:none}
.tableHeader	{background-color:#000000;color:#ffffff}
.addStock		{border:1px solid #000000}
.leftNav		{font-size:9pt;font-weight:bold;color:#000000;text-decoration:none}

.options2		{padding:0px; 
			 	background:#eeeeee;
			 	color:#02207D;
			 	font-family:,Arial;
			 	font-size:10pt;
			 	font-weight:normal;
			 	color:#000000;
			 	text-decoration:none}		
			 	 
A.options2		{text-decoration:none}
A.options2:hover	{text-decoration:underline}

.note		{font-weight:bold;font-style:italic;font-size:10pt;color:#000000;font-family:Arial}
.subTitle	{font-family:Arial;color:#000000;font-size:10pt;font-weight:bold}
.addressBar	{font-family:Arial;font-size:8pt;color:#ffffff}

.required	{font-family:Arial;font-size:10pt;font-weight:bold;color:red}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 120px;
	border-bottom: 0px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 119px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #eeeedd;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	color:#000000;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block;
	filter: alpha(opacity=90);
	
	
}

ul li a:hover {font-weight:bold;background-color:#eedddd;text-decoration:underline;}

validation	{color:red}

.menuOptions	{font-family:Verdana;font-size:10pt;color:#ffffff;text-decoration:none}
.menuOptionHighlight		{font-weight:bold}
.menuOptionNormal			{font-weight:normal}

A	{color:#7B212A}

