/* NAVIGATION OPTIONS */

	/* default navigation */
		a:link {
			color: #333;
			text-decoration: underline;
			}
		a:visited { 
			color: #333;
			text-decoration: underline;
			}
		a:hover { 
			color: #000;
			text-decoration: underline;
			}	

	/* main navigation */
		.mainnav { 
			color: #333;
			font-weight: normal;
			text-decoration: underline;
			font-size: 14px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:link.mainnav { 
			text-decoration: underline;
			}
		a:visited.mainnav { 
			text-decoration: underline;
			}
		a:hover.mainnav { 
			text-decoration: none;
			}
			
	/* main navigation - ON */
		.mainnav_on { 
			color: #333;
			font-weight: bold;
			text-decoration: none;
			font-size: 14px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:link.mainnav_on { 
			text-decoration: none;
			}
		a:visited.mainnav_on { 
			text-decoration: none;
			}
		a:hover.mainnav_on { 
			text-decoration: underline;
			}	

	/* white navigation (used on home only?) */
		.white { 
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			}
		a:link.white { 
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			}
		a:visited.white { 
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			}
		a:hover.white { 
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			}	
	
	/* strong black links */
		.black { 
			color: #333;
			font-weight: bold;
			text-decoration: underline;
			}
		a:link.black { 
			color: #333;
			font-weight: bold;
			text-decoration: underline;
			}
		a:visited.black { 
			color: #333;
			font-weight: bold;
			text-decoration: underline;
			}
		a:hover.black { 
			color: #000;
			font-weight: bold;
			text-decoration: none;
			}	
			
		a .green { 
			color: #3C7D15;
			font-weight: bold;
			text-decoration: underline;
			}
		a:link.green { 
			color: #3C7D15;
			font-weight: bold;
			text-decoration: underline;
			}
		a:visited.green { 
			color: #3C7D15;
			font-weight: bold;
			text-decoration: underline;
			}
		a:hover.green { 
			color: #3C7D15;
			font-weight: bold;
			text-decoration: none;
			}	
		
	/* foot nav */
		.footnav { 
			color: #666;
			text-decoration: underline;
			}
		a:link.footnav { 
			color: #666;
			text-decoration: underline;
			}
		a:visited.footnav { 
			color: #666;
			text-decoration: underline;
			}
		a:hover.footnav { 
			color: #666;
			text-decoration: none;
			}	
		
		
	/* sub navigation */
		.subnav { 
			color: #000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:link.subnav { 
			color: #000;
			}
		a:visited.subnav { 
			color: #000;
			}
		a:hover.subnav { 
			color: #05828B;
			}	
	
			
	/* pop_hint - you know, those yellow things?  */
		.pop_hint { 
			color: #000;
			font-weight: normal;
			text-decoration: none;
			font-size: 9px;
			font-family: verdana, helvetica, sans-serif;
			background-color: #ff9;
			border: 1px solid #ccc;
			}
		a.pop_hint:link { 
			}
		a.pop_hint:visited { 
			}
		a.pop_hint:hover { 
			}			
			
	/* store list view nav */		
		.product_list td a:link {
			font-size: 14px;
			font-weight: bold;
			color: #00ACBC;
			text-decoration: none;
		}
		.product_list td a:visited {
			font-size: 14px;
			font-weight: bold;
			color: #00ACBC;
			text-decoration: none;
		}
		.product_list td a:hover {
			font-size: 14px;
			font-weight: bold;
			color: #00ACBC;
			text-decoration: underline;
		}
		.product_list td a:link.black {
			font-size: 10px;
			font-weight: bold;
			color: #333333;
			text-decoration: none;
		}
		.product_list td a:visited.black {
			font-size: 10px;
			font-weight: bold;
			color: #333333;
			text-decoration: none;
		}
		.product_list td a:hover.black {
			font-size: 10px;
			font-weight: bold;
			color: #333333;
			text-decoration: underline;
		}
	/* this is for the pages on the store seciont (1 of 3...) that stuff */
		.store_footer { 
			padding: 2px 5px;
			color: #000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:link.store_footer { 
			color: #000;
			text-decoration: none;
			}
		a:visited.store_footer { 
			color: #000;
			text-decoration: none;
			}
		a:hover.store_footer { 
			color: #000;
			text-decoration: none;
			background-color: #ffe;
			}	
		
		
	/* for the "cart" box on the right */
		.big_green_nav {
			font-size: 14px;
			font-weight: bold;
			color: #3C7D15;
			text-decoration: none;
		}
		a:link.big_green_nav {
			font-size: 14px;
			font-weight: bold;
			color: #3C7D15;
			text-decoration: none;
		}
		a:visited.big_green_nav {
			font-size: 14px;
			font-weight: bold;
			color: #3C7D15;
			text-decoration: none;
		}
		a:hover.big_green_nav {
			font-size: 14px;
			font-weight: bold;
			color: #3C7D15;
			text-decoration: underline;
		}
		