div, form {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFBA1C;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}

.border {
	border: 1px solid #000;
}

.header_bg{
	background-color: #FFFFFF;
}

.content_bg{
	background-color: #FFFFFF;
	background-image: url('/images/content_bg.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.border_side{
	background-color: #AAA864;
	background-image: url('/images/border_side.gif');
	background-repeat: repeat-y;
}

.border_leftshadowpng {
	background-image: url('/images/border_leftshadow.png');
	background-repeat: repeat-y;
}

.border_rightshadowpng {
	background-image: url('/images/border_rightshadow.png');
	background-repeat: repeat-y;
}

.border_leftshadowgif {
	background-image: url('/images/clear.gif');
	background-repeat: repeat-y;
}

.border_rightshadowgif {
	background-image: url('/images/clear.gif');
	background-repeat: repeat-y;
}

p, div, td, ul, ol, .normal {
	font: 13px/17px Georgia, Times New Roman, Times, serif;
	color: #5F5F5F;
}

h1 {
	font: 18px/18px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #5F5F5F;
	margin-bottom: 4px;
}

h2 {
	font: 16px/16px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #BA7109;
}

.deli_category{
	background-image: url('/images/category_bg.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 366px;
	margin-bottom:-10px;
	margin-left:-6px;
	padding-left: 6px;
	clear: both;
}

.deli_price{
	float: right;
	font-weight: bold;
	text-align: right;
	margin-left: 30px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.deli_item {
	margin-top: 25px;
	margin-bottom:0px;
}

.deli_name{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #000000;
}

.deli_description{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:160px;
}

h3.special_content_header {
	font: 14px/14px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #5F5F5F;
	background-image: url('/images/special_content_header.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin: 5px 0px 5px 0px;
}

.gray {
	color: #5F5F5F;
}

.gold {
	color: #BA7109;
}

.subtitle {
	font: 14px/14px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #BA7109;
	margin-bottom: 4px;
}

.right_bar {
	font: 18px/24px Georgia, Times New Roman, Times, serif;
	color: #BA7109;
}

A:link        {text-decoration: none; color : #BA7109}
A:visited     {text-decoration: none; color : #BA7109}
A:active      {text-decoration: none; color : #BA7109}
A:hover       {text-decoration: none; color : #5F5F5F}

.submit {
	background-color: #FCD667;
	border: 1px solid #000000;
	font: 13px/13px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0px;
	padding: 3px;
}

.smallsubmit {
	background-color: #FCD667;
	border: 1px solid #000000;
	font: 13px/15px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0px;
}

.special_submit {
	background-color: #FCD667;
	border: 1px solid #000000;
	width: 110px;
	font: 13px/13px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0px;
	padding: 3px;
}

legend {
	font-weight: bold;
}

fieldset {
	border: 0px;
}

table.admin {
	border-collapse: collapse;
}

table.admin td {
	padding: 4px;
	
}

tr.even td {
	background-color: #EEEEEE;
}

input.specials, textarea.specials, select.specials {
	width: 175px;
}

.imageborder {
	border:solid 1px #555B14;
	padding:2px;
	background-color: #FFFFFF;
} 

.special_box {
	width: 200px;
	height: 130px;
	border: 1px solid #555B14;
	background-color: #AAA864;
	padding: 2px;
	display: block;
	overflow: visible;
}

.special_content, .special_content_today {
	width: 194px;
	height: 124px;
	border: 1px solid #555B14;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	font: 12px/15px Georgia, Times New Roman, Times, serif;
	color: #5F5F5F;
	text-align: center;
	overflow: visible;
}

.special_content_admin {
	width: 194px;
	height: 180px;
	border: 1px solid #555B14;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	font: 12px/15px Georgia, Times New Roman, Times, serif;
	color: #5F5F5F;
	text-align: center;
	overflow: visible;
}

.special_content_today {
	background-image: url('/images/special_content_today_bg.gif');
	background-repeat: repeat-x;
}

.missing {
	color: #BA7109;
	font-weight: bold;

}

a img {
    border: 0;
}
