h1 {
	font-family: "Arial Black";
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999;
	letter-spacing: 1px;
	line-height: 20px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	color: 008080;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 17px;
}
h3 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
h4 {
	font-family: Arial;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
h5 {
	font-family: Arial;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	letter-spacing: 4px;
}
h6 {
	font-family: Arial;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 10px;
	font-weight: normal;
}
p {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
/* Michele's nav styles */
.hovermenu ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.hovermenulong ul {
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
.hovermenu ul li, .hovermenulong ul li {
	list-style: url(none) none;
	display: inline;
}
.hovermenu ul li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #008080;
	letter-spacing: 0.1em;
	float: left;
	padding: 2px 60px;
	margin-right: 2px;
	border: 1px solid #008080;
}
.hovermenulong ul li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #008080;
	letter-spacing: 0.1em;
	float: left;
	padding: 2px 82px;
	margin-right: 2px;
	border: 1px solid #008080;
}
.hovermenu ul li a:hover, .hovermenulong ul li a:hover {
	background: #70B6BA;
	border: 1px solid #008080;
	color: #FFFF00;
}
html>body .hovermenu ul li a:active, html>body .hovermenulong ul li a:active { 
	border: 1px solid #008080;
}
.navfm a {
	font-family: Arial;
	font-size: 24px;
	color: #008080;
	letter-spacing: 0.4em;
	font-weight: bold;
	text-decoration:none;
}
.navfm  a:hover {
	color: #FFFF00;
	text-decoration:none;
}
/* Styles used in the store */

#storecontent {
	width: 500px;
}
.store {
	font-size: 13px;
	line-height: 14px;
}
.small {
	font-size: 11px;
	line-height: 12px;
}
.storeform {
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	border: 1px solid #333333;
}
.storehead {
	color: #008080;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
/* Styles used for the cart and admin sections 8E2505*/
.cartform {
	border: 1px solid #333333;
	background: #FFF;
}
.carthead {
	color: #008080;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.formhead {
	color: #008080;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background: #FFF;
}
input:focus, textarea:focus {
	background: #FCFEFE;
}
.adminhead {
	color: #008080;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.adminnavhead {
	color: #008080;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: #FFF;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.adminli {
	color: #000000;
	list-style: url(none) none;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 35px;
	padding: 0px;
}
.adminsmall {
	font-size: 14px;
	color: #000;
}
.admininfo {
	color: #000000;
	padding: 5px 10px;
}  
.list {
	margin: 0px;
	padding: 0px;
}
.list li {
	margin: 0px 10px 0px 20px;
}
.beforelist {
	margin: 10px 0px 0px;
}
.line {
	border-top: 1px solid #ccd2d2;
	padding-top: 10px;
}
.righttxt {
	font-size: 12px;
	float: right;
	margin-right: 20px;
}
.lefttxt {
	font-size: 12px;
	float: left;
	margin-left: 20px;
}
.clear {
	clear: both;
}
/* admin listItems styles */
.sortInactiveButton, .sortButton, .sortAscButton, .sortDescButton {
	font-weight: bold;
	margin:	0px;
	padding: 0px;
	text-align: left;
}
.sortInactiveButton b {
	display: block;
	color: #000000;
	background:	#FCE09E;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a, .sortAscButton a, .sortDescButton a {
	display: block;
	color: #000000;
	background:	#CCC;
	text-decoration: none;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a:hover, .sortButton a:focus, .sortAscButton a:hover, .sortAscButton a:focus, .sortDescButton a:hover, .sortDescButton a:focus {
	color: #333333;
	background:	#CCC;
	text-decoration: none;
	border: 1px inset;
}
.sortAscButton a, .sortAscButton a:hover, .sortAscButton a:focus {
	background:	#CCC url(admin/images/asc_order.png) no-repeat right;
}
.sortDescButton a, .sortDescButton a:hover, .sortDescButton a:focus {
	background:	#999 url(admin/images/desc_order.png) no-repeat right;
}
.displayItems {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.odd {
	background: #FFF;	
}
.even {
	background: #CCC;
}

.sidebar {
	font-size: 13px;
	color: #FFF;
	margin: 10px;
	font-weight: normal;
}
