@charset "utf-8";
/*
Red: #BC0505;
Blue: #2A0081;
*/

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:active, a:visited {
	color: #2A0081;
}

img {
	border: 0px;
}

p {
	margin: 12px 0px 0px 0px;
	text-align: justify;
}

.callout {
	margin: 0px;
	padding-left: 14px;
	padding-bottom: 5px;
	float: right;
}
.callout img {
	margin-bottom: 12px;
}
.box_header {
	width: 195px;
	font-size: .97em;
	color: #FFFFFF;
	background-color: #2A0081;
	font-weight: bold;
	padding: 4px;
	border: 2px solid #2A0081;
	text-align: center;
}
.box_content {
	width: 195px;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
	border: 2px solid #2A0081;
	color: #333333;
	line-height: 1.25em;
	background-color: #FFFFFF;
	background-image: url(../images/panel_bevel.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	width: 769px;
	margin: 0 auto;
}

#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 769px;
	height: 14px;
}
#menu {
	width: 769px;
}
#menu img {
	display: block;
}
#menu .left {
	float: left;
	background-image: url(../images/m_left.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 31px;
}
#menu .home {
	float: left;
	background-image: url(../images/m_home.gif);
	background-repeat: no-repeat;
	width: 55px;
	height: 31px;
}
#menu .home:hover {
	background-position: bottom;
}
#menu .grocery {
	float: left;
	background-image: url(../images/m_grocery.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 31px;
}
#menu .grocery:hover {
	background-position: bottom;
}
#menu .catering {
	float: left;
	background-image: url(../images/m_catering.gif);
	background-repeat: no-repeat;
	width: 71px;
	height: 31px;
}
#menu .catering:hover {
	background-position: bottom;
}
#menu .deli {
	float: left;
	background-image: url(../images/m_deli.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 31px;
}
#menu .deli:hover {
	background-position: bottom;
}
#menu .contact {
	float: left;
	background-image: url(../images/m_contact.gif);
	background-repeat: no-repeat;
	width: 63px;
	height: 31px;
}
#menu .contact:hover {
	background-position: bottom;
}
#menu .spacer {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/m_spacer.gif);
	background-repeat: repeat-x;
	width: 48px;
	height: 31px;
}
#menu .right {
	float: left;
	background-image: url(../images/m_right.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 31px;
}

#logo_top {
	clear: both;
	background-image: url(../images/logo_top.gif);
	background-repeat: no-repeat;
	width: 769px;
	height: 67px;
}

#logo_bottom {
	background-image: url(../images/logo_bottom.gif);
	background-repeat: no-repeat;
	width: 306px;
	height: 85px;
	float: left;
	margin-right: 12px;
}

#middle {
	background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	width: 769px;
}

#content {
	padding: 24px 59px 0px 127px;
}
#bottom {
	clear: both;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 769px;
	height: 65px;
}
#footer {
	width: 630px;
	color: #BC0505;
	margin: 0px 50px 0px 105px;
	font-size: 13px;
	text-align: center;
}
#footer a {
	color: #BC0505;
}

input {
	border: #2A0081 1px solid;
	background-color: #ffffff;
}
textarea {
	border: #2A0081 1px solid;
	background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
   border: 0;
}
input.btn {
	padding: 5px 20px 5px 20px;
	background-color: #2A0081;
  border: #212121 1px solid;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
#photo_container {
	margin: 12px 0px 0px -9px;
	padding: 0px;
	width: 610px;
}
.photo {
	float: left;
	padding: 15px 7px 15px 7px;
}