body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	background-color: #990000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

a {
	color: #333;	
}

h1 {
	font-size: 1.2em;	
	margin-top: 2px;
}

h2 {
	font-size: 1.1em;
	padding-top: 12px;
}

.hidden {
	display: none;	
}

.clear {
	clear: both;
	padding-bottom: 4px;
}

.smalltext {
	font-size: 0.8em;	
}

.red {
	color: red;	
}

.menudetail {
	font-size: 0.85em;
	margin-left: 10px;
}

.result {
	vertical-align: baseline;	
}

#line {
	width: 100%;
	border-bottom: 1px dashed black;
}

#container {
	width: 803px;
	margin: 0 auto;
	background-image: url(../images/content_bg.png);
}

#header {
	margin: 0 auto;
	width: 787px;
	height: 263px;
	background-image: url(../images/header.jpg);
}

#content {
	width: 580px;
	float: left;
	margin-left: 20px;
	text-align: justify;
}

#sidebar {
	width: 185px;
	float: right;
	margin-right: 10px;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebar img {
	border: 1px solid #CCC;
	margin-left: 7px;
	margin-bottom: 15px;
}

.some_meals {
	margin-left: 7px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#latest li {
	padding: 2px 0px;	
}

#menus a {
	width: 185px;
	height: 60px;
	background-image: url(../images/menus_rollover.png);
	display: block;
}

#menus a:hover {
	background-position: 0 60px;
}

#catering a {
	width: 185px;
	height: 60px;
	background-image: url(../images/catering_rollover.png);
	display: block;
}

#catering a:hover {
	background-position: 0 60px;
}

#contact a {
	width: 185px;
	height: 60px;
	background-image: url(../images/contact_rollover.png);
	display: block;	
}

#contact a:hover {
	background-position: 0 60px;
}

#home a {
	width: 185px;
	height: 60px;
	background-image: url(../images/home_rollover.png);
	display: block;
}

#home a:hover {
	background-position: 0 60px;
}

#fade {
	width: 185px;
	height: 215px;
	display: block;
}

#latest {
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	list-style-image: url(../images/bullet.png);
}

.promos {
	list-style-image: url(../images/bullet.png);
}

.promos li {
	margin-bottom: 4px;	
}

#danni {
	width: 185px;
	height: 217px;
	background-image: url(../images/danni.jpg);
}

#danni_text {
	width: 185px;
	text-align: center;
	color: white;
	padding-top: 165px;
	font-size: 0.9em;
}

#form_contact label {
	width: 160px;
	float: left;
}

#form_contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F0F0F0;
	border: 1px solid grey;
}

#submit_contact {
	margin-left: 160px;
	cursor: pointer;
}

.contact_message {
	margin-left: 160px;
}

#form_catering label {
	width: 360px;
	margin-right: 30px;
	float: left;
}

#form_catering textarea {
	background-color: #F0F0F0;
	border: 1px solid grey;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
}

.price {
	width: 100px;
	float: left;
	font-weight: bold;
}

.qty {
	width: 30px;	
}

#form_vip label {
	width: 150px;
	float: left;
}

input {
	background-color: #F0F0F0;
	border: 1px solid grey;
	font-size: 0.8em;
}

#footer {
	width: 803px;
	height: 19px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer_bar {
	width: 803px;
	height: 51px;
}

#footer_bar_left {
	width: 701px;
	height: 51px;
	background-image: url(../images/footer_bar_left.png);
	float: left;
	font-size: 0.8em;
	line-height: 48px;
	text-indent: 18px;
}

#footer_bar_right {
	width: 102px;
	height: 51px;
	background-image: url(../images/footer_bar_right.png);
	float: right;
}
