/**
*	Print styles for 'Lime lounge'
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
#wrapper {
	background-image:url(../images/lime_lounge.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-top:4em;
}
ul#menu1, ul#menu2, ul#menu3 {
	display:none;
}
a {
	color:#000;
	text-decoration:none;
}
.feed {display:none;}
.thead {
	font-weight:bold;
	padding-top:2em;
}
#frame p span {
	font-style:italic;
	color:#54a401;
}
.frame-head {
	display:none;
}
img {
	border:0px #000 solid;
	display:block;
	margin:0.4em;
}
.dish-image {
	float:left;
}
.lime-lounge span {
	font-weight:bold;
}
form#feedback label {
	display:block;
	width:10em;	
}
form#feedback input, textarea {
	display:block;
	width:15em;
}
form#feedback #smbtButton {
	width:74px;
}
.selected-dish, .selected-dish-price {
	font-weight:bold;
}
.clearer {
	clear:both;
}