@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bg.jpg) center top #4a0101 repeat;
	margin: 0;
	padding: 0;

}
a, a:hover, a:visited, a:link {
	color:#c90707;
}
.red {
	color:#c90707;
}
.footer {
	color:#766e54;
	font-size:12px;
	font-style:italic;
	background: url(images/body_bg.jpg) repeat-y;
}
.social_networking img{
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 5px;
}
#header {
	background: url(images/header_bg.jpg) center repeat-y;
}
#maincontent{
	color:#766e54;
	font-size:14px;
	padding: 10px;
	background: url(images/body_bg.jpg) repeat-y;
}
.catering_header{
	text-decoration:underline;
	font-weight:bold;
	font-size:22px;
	color:#c90707;
}
.menu_price{
	color:#c90707;
	font-weight:bold;
	font-style:italic;
}
.menu_item{
	font-weight:bold;
}
.menu_item_sub{
	font-style:italic;
	font-weight:normal;
}
.links {
	text-align:center;
}
.links a, img {
	margin-left:auto;
	margin-right:auto;
	border:0;
	text-decoration:none;
}
.underline {
	text-decoration:underline
}
input, select, textarea {
	background-color: #FFF;
	color: #c90707;
	border: 1px solid #ecbe83;
	margin: 2px;
	padding: 2px;

}
#item_name, #item, #item_qty {
	line-height:28px;
	padding-right: 5px;
}

#order_list select {
	width:200px
}
#order_confirm {
	text-align:center
}
#order_confirm .item {
	text-align:left
}
#order_confirm .qty {
	text-align:center
}
#order_confirm .price {
	text-align:right;
	font-weight:bold
}
#order_confirm .secondary_header {
	font-size:18px;
	text-align:center;
	text-decoration:underline;
	color: #c90707;
	font-weight:bold
}
#order_confirm .tertieary_header {
	font-size:14px;
	text-align:right;
	font-weight:bold
}
.vegan_header {
	color: #c90707;
	text-align:center;	
	font-size:18px;
	font:italic;
	font-weight:bold;
}
