body{
	background: #FFF;
	text-align: center;
	margin-bottom: 0px;
}
body, table{	
	font-family: Arial, Verdana;
	font-size: 12px;	
}
a{
	color: #000;
}
a:HOVER{
	color: #CC0000;
}
.wrapper
{
	margin-top: 5px;
	border: 1px solid #A6A9AC;
}
.logo{
	height: 70px;
	text-align: right;
	background: url('images/logo.gif') no-repeat 14px 6px;	
	padding: 0px;
}
.menu{
	background: #EF2E33;			
	text-align: center; 
}
.menu table{
	background: #EF2E33;	
}
.menu td{
	font-size: 12px;
	height: 24px;
	background: #FAD85A;	
	text-align: center;
	font-weight: bold;
	color: #EF2E33;
	border-right: 1px solid #EF2E33;	
}
.menu td:HOVER{
	background: #FCECB3;
}
.menu td.selected{
	background: #EF2E33;
	color: #FAD85A;
}
.menu td.selected a{	
	color: #FAD85A;
}
.menu td a{
	text-decoration: none;
	color: #EF2E33;
}
.content{
	background: #FEFAEE;
	vertical-align: top;
	text-align: left;
	padding: 4px 12px;
}
.left{
	vertical-align: top;
	text-align: left;
}
.left_menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FDF4CD url('images/left_menu.gif') no-repeat left top;
}
.left_menu{
	color: #EC111D;
	padding: 6px 0px 6px 6px;
	font-size: 11px; 
}
.left_menu li{
	color: #EC111D;
	padding: 2px;
}
.left_menu a{
	color: #EC111D;
	text-decoration: none;
}
.left_menu a:HOVER{
	color: #FC0000;
	text-decoration: underline;
}
h3{
	color: #EE242A;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
	border-bottom: 2px solid #F9D550;
}
h5{
	color: #EE242A;
	font-size: 12px;
	padding: 0px 0px 2px 0px;	
	margin: 0;
}
.price td{
	border-bottom: 1px solid #F9D550;
}
.price small{
	color: #EE242A;
}
.item_desc{
	border-bottom: 1px solid #F9D550;	
}
.item_desc td{
	vertical-align: top;
}
.item_desc img{
	border: 1px solid #EE242A;
	background: #FFF;
	margin: 4px;
	padding: 4px;
}
.menu td.homeitem
{
	border-right: 1px solid #FAD85A;	
	font-size: 12px; 
	height: 24px; 
	background: #FAD85A; 
	text-align: center; 
	font-weight: bold; 
	color: #EF2E33;	
}