h1 {
	color: #f7941d;
}
h2 {
	color: #f7941d;
}


/************ Link Styles ************/
a:link {
	color: #f7941d;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a:visited {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a.underlined:link, a.underlined:visited {
	text-decoration: underline;
}
a.underlined:hover {
	text-decoration: none;
}
a.notunderlined:link, a.notunderlined:visited {
	text-decoration: none;
}
a.notunderlined:hover {
	text-decoration: underline;
}


/************ Table Styles ************/
table.shoplist a.btn-shoplist:link, table.shoplist a.btn-shoplist:visited { 
	color: #ffffff;
	background: url(../images/btn-shoplist-orange.gif) left center no-repeat;
}
table.shoplist a.btn-shoplist:hover { 
	background: url(../images/btn-shoplist-orange-over.gif) left center no-repeat;
}


/************ Layout ************/
#mainmenu {
	border-bottom: 10px solid #f7941d;
}
	
	/* NORMAL PAGE classes */
		#content-leftcol-menu {
			background: #f7941d url(../images/rightcol-orange-top.gif) top left no-repeat;
			color: #ffffff;
		}
			#content-leftcol-menu a:link, #content-leftcol-menu a:visited {
				color: #ffffff;
				border-top: 1px solid #f9af56;
				border-bottom: 1px solid #f9af56;
			}
			#content-leftcol-menu a:hover {
				background-color: #f9af56;
			}
