body {
	background-image: url(images/background.gif);
}
.titletext {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	TEXT-ALIGN: left;
}
.maintext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #B00400;
	FONT-FAMILY: verdana, arial, sans serif;
	TEXT-ALIGN: left;
	line-height: 17px;

}
.maintext  A:link {
	COLOR: #B00400; TEXT-DECORATION: underline;
}
.maintext  A:visited {
	COLOR: #B00400; TEXT-DECORATION: underline;
}
.maintext  A:hover {
	COLOR: #000000; TEXT-DECORATION: underline;
}
.maintext  A:active {
	COLOR: #B00400; TEXT-DECORATION: underline;
}
#list-menu {
width: 110px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu a {
	display: block;
	width:130px;
	padding: 3px 2px 3px 5px;
	background: #FFEACA;
	text-decoration: none;
	filter:alpha(opacity=95);
	opacity: 0.95;
   -moz-opacity: 0.95;
   	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;

} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000;
}

#list-menu a:hover {
background: #BC0006;
color: #FFF;
} 
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: Arial;
font-size: 11px; 
} 

#list-menu li {
margin: -2px 0 0;
}
.itemtitle {
	font-family: Verdana, helvetica, sans serif;
	font-size: 14px;
	color: #B00400;
	font-weight: bold;
}
.itemprice {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #B00400;
	font-weight: normal;
}
.menutext {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #B00400;
}
.menutext a:link, .menutext a:visited, .menutext a:active  {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #B00400;
	text-decoration: none;
}
.menutext a:hover {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #B00400;
	font-weight: normal;
	text-decoration: underline;
}
.footernotes {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	color: #B00400;
}
