/*div { border:1px #000000 solid;}*/
* {
   padding:0;
   margin:0;
}

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	background-color:#333333;
	text-align: center;
	height:100%; /* needed for container min-height */
	margin:0px;
	padding:0px;
}
#container {
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	text-align:left;
	width:760px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	font-size:.8em;
}
.hide {
	display:none;
	visibility:hidden;
}
h1 {

	margin:0px 0px 3px 0px;
	padding:0px;
}

#header {
	background-color:ffcc00;
	text-align:right;
	width:760px;
	height:128px;
}

#header h1 {
	background:url(images/head_logo.gif) no-repeat top left;
	width:228px;
	height:128px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}


#header p {
	background:url(images/head_right.jpg) no-repeat top left;
	width:532px;
	height:128px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;

}

div#nav a {
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
	float:left;
	display:block;
}
div#nav a#n_about {
	background-image:url(images/nav_about.gif);
	width:80px;
}
div#nav a#n_about:hover {
	background-image:url(images/nav_about_over.gif);
}
div#nav a#n_catering {
	background-image:url(images/nav_catering.gif);
	width:68px;
}
div#nav a#n_catering:hover {
	background-image:url(images/nav_catering_over.gif);
}
div#nav a#n_prod {
	background-image:url(images/nav_prod.gif);
	width:135px;
}
div#nav a#n_prod:hover {
	background-image:url(images/nav_prod_over.gif);
}
div#nav a#n_raw {
	background-image:url(images/nav_raw.gif);
	width:77px;
}
div#nav a#n_raw:hover {
	background-image:url(images/nav_raw_over.gif);
}
div#nav a#n_deli {
	background-image:url(images/nav_deli.gif);
	width:79px;
}
div#nav a#n_deli:hover {
	background-image:url(images/nav_deli_over.gif);
}
div#nav a#n_event {
	background-image:url(images/nav_event.gif);
	width:57px;
}
div#nav a#n_event:hover {
	background-image:url(images/nav_event_over.gif);
}
div#nav a#n_location {
	background-image:url(images/nav_location.gif);
	width:75px;
}
div#nav a#n_location:hover {
	background-image:url(images/nav_location_over.gif);
}
div#nav a#n_comments {
	background-image:url(images/nav_comments.gif);
	width:86px;
}
div#nav a#n_comments:hover {
	background-image:url(images/nav_comments_over.gif);
}
#sidebar {
	position:relative;
	float:right;
	width:175px;
	padding:10px 10px 20px 10px;
	margin:10px 0px 0px 0px;
	background:url(images/rightbox_cornertop.gif) top left #C4E2AF no-repeat;
	text-align:center;
}
div#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	margin:.6em 0;
}
div#sidebar p {
	font-size:.8em;
	margin:.3em 0;
}
div#sidebar p strong{
}
div#sidebar a {

}
div#sidebar blockquote{
	font-size:.8em;
	margin:.1em 0;
}
div#sidebar div#sidebottom {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/rightbox_cornerbot.gif);
	background-position: bottom left;
	background-color: #C4E2AF;
	background-repeat:no-repeat;
	color:#C4E2AF;
	width:100%;
	height:10px;
	border:0px none;
	margin:0px;
}

div#main {
	width:535px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
	clear:left;
	padding-bottom:5.3em;
}
div#main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	margin:0px 0px 5px 0px;
	border-bottom:1px #666666 solid;
}
div#locations h2 {
	border-bottom:0px;
}

div#main div.prod_frame h2 {
	border-bottom:1px solid #333333;
}
div#main h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin:0px 0px 5px 0px;
	/*border-bottom:1px #999999 solid;*/
}
div#main p {
	font-size:1.0em;
	margin:0 0 .8em 0;
}
div#main div.clearer {
	clear:right;
	line-height:0px;
	height:0px;
	}
div#main div.clearboth {
	clear:both;
	line-height:0px;
	height:0px;
	}
	
div#main a {
	text-decoration:none;
}	
div#main a:hover {
	text-decoration:underline;
}
div#foot {
	position:absolute;
	bottom:0px;
	left:0px;
	height:2.3em;
	width:530px;
	margin:0px 210px 0px 0px;
	padding:10px 10px 10px 10px;
	text-align:center;
	background:url(images/botbox_cornertop.gif) top right no-repeat #C4E2AF;
	font-size:.8em;
	line-height:1.5em;

}
div#foot p{
	margin:0px;
}
div#foot a {
	text-decoration:none;
}
div#foot a:hover {
	text-decoration:underline;
	color:#FF9900;
}









div.eventitem {
	clear:left;
	background-color:#F3E688;
	padding:0px 5px 0px 5px;
}

div.eventitem h2 {
	margin:20px 0px 10px 0px;
}

div.eventitem p {
	margin: 0px 0px 0px 3px;
}

div.eventitem div.event_details {
	position:relative;
	padding:0px 5px 0px 5px;
	width:200px;
	float:left;
	background-color:#F3E688;
	color:#333333;
	margin:0px 5px 5px 0px;
}

div.eventitem div.event_details p {
	margin:2px;
	font-size:.7em;
}

div.eventitem p.eventitem_datemod {
	font-style:italic;
	font-size:.7em;
	text-align:right;
	
	
}


div.img_frame {
	clear:left;
	position:relative;
	padding:5px;
	width:auto;
	float:left;
	background-color:#F3E688;
	color:#333333;
	margin:10px 5px 5px 0px;

}
div.img_frame p{
	margin:2px;
	font-size:.7em;
}
div.img_space {
	clear:left;
	float:left;
	height:50px;
	width:1px;

}
div.boxcorner_t-l{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/boxcorner_t-l.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	margin:0px;
	line-height:1px;
	display:block !important;
	border:none;}
div.boxcorner_t-r{
	position:absolute;
	top:0px;
	right:-1px;
	background-image:url(images/boxcorner_t-r.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	margin:0px;
	line-height:1px;
	display:block !important;
	border:none;}
div.boxcorner_b-l{
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/boxcorner_b-l.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	margin:0px;
	line-height:1px;
	display:block !important;
	border:none;}
div.boxcorner_b-r{
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(images/boxcorner_b-r.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	margin:0px;
	line-height:1px;
	display:block !important;
	border:none;
}


div.maptext {
float:left;
width:auto;

}

div.maptext h5{
	margin:0px 0px 2px 0px;
	font-size:1.1em;
}

div.maptext p{
	margin:0px 0px 2px 0px;
	font-size:1em;
}

div.maptext form{
	width:auto;
	margin:2px 0px;
}

div#mapcontainer {
	clear:left;
	position:relative;
	padding:12px;
	width:auto;
	float:left;
	background-color:#F3E688;
	color:#333333;
	margin:10px 5px 25px 0px;
}


.standardinput input, .standardbutton input {
	border:1px solid #000000;
	font-size:1em;
	height:18px;
	line-height:18px;
	padding:1px;
	vertical-align:middle;
}
.standardtextarea textarea{
	border:1px solid #000000;
	font-size:1em;
	width:265px;
}

.right{
	text-align:right;
}
div.maptext input {
	width:170px;
	margin-bottom:2px;
}


div.form_frame {
	clear:left;
	position:relative;
	padding:12px 12px 12px 12px;
	width:320px;
	background-color:#F3E688;
	color:#333333;
	margin:10px 5px 5px 5px;
}

div.form_frame span {
	width:200px;
	text-align:right;
}	

div#delimenu_frame {
	clear:left;
	position:relative;
	padding:12px;
	width:400px;
	float:left;
	background-color:#F3E688;
	color:#333333;
	margin:10px 5px 5px 0px;
}
div.deliitem {
	padding:5px;
}


div.prod_boxcorner_t-l{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/boxcorner_lgreen_t-l.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}
div.prod_boxcorner_t-r{
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/boxcorner_lgreen_t-r.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}
div.prod_boxcorner_b-l{
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/boxcorner_lgreen_b-l.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}
div.prod_boxcorner_b-r{
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(images/boxcorner_lgreen_b-r.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}

div.dgreen-lorangefg{
	background-color:#deebd5;
	padding:5px 0px 5px 5px;
}

.dgreen-lorange{display:block}
.dgreen-lorange *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#94B87D}
.dgreen-lorange1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #cad283;
  border-right:1px solid #cad283;
  background:#acc380}
.dgreen-lorange2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eae187;
  border-right:1px solid #eae187;
  background:#a6c07f}
.dgreen-lorange3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a6c07f;
  border-right:1px solid #a6c07f;}
.dgreen-lorange4{
  border-left:1px solid #cad283;
  border-right:1px solid #cad283}
.dgreen-lorange5{
  border-left:1px solid #acc380;
  border-right:1px solid #acc380}
.dgreen-lorangefg{
  background:#94B87D}





div#products {
	position:relative;
	padding:9px;
	background-color:#F4E689;
	/*background-color:#FFCC00;*/

	margin:0;
}


div.prod_frame{
	position:relative;
	padding:9px;
	background-color:#DEEBD5;
	/*background-color:#F4E689;*/
	margin:0;
}


.orange-white{display:block}
.orange-white *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffcc00}
.orange-white1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffe991;
  border-right:1px solid #ffe991;
  background:#ffd83f}
.orange-white2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fff9e5;
  border-right:1px solid #fff9e5;
  background:#ffd530}
.orange-white3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffd530;
  border-right:1px solid #ffd530;}
.orange-white4{
  border-left:1px solid #ffe991;
  border-right:1px solid #ffe991}
.orange-white5{
  border-left:1px solid #ffd83f;
  border-right:1px solid #ffd83f}
.orange-whitefg{
  background:#ffcc00}


div.img_boxcorner_t-l{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/corner_white_lgreen_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}
div.img_boxcorner_t-r{
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/corner_white_lgreen_tr.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}

div.inner > div.img_boxcorner_b-l {
	bottom:0px;
}
div.img_boxcorner_b-l{
	position:absolute;
	bottom:-5px;
	left:0px;
	background-image:url(images/corner_white_lgreen_bl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}
div.inner > div.img_boxcorner_b-r {
	bottom:0px;
}
div.img_boxcorner_b-r{
	position:absolute;
	bottom:-5px;
	right:0px;
	background-image:url(images/corner_white_lgreen_br.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:9px;
}





.orange-lgreen{display:block}
.orange-lgreen *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffcc00}
.orange-lgreen1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ecdd79;
  border-right:1px solid #ecdd79;
  background:#f6d335}
.orange-lgreen2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e1e7bf;
  border-right:1px solid #e1e7bf;
  background:#f8d128}
.orange-lgreen3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f8d128;
  border-right:1px solid #f8d128;}
.orange-lgreen4{
  border-left:1px solid #ecdd79;
  border-right:1px solid #ecdd79}
.orange-lgreen5{
  border-left:1px solid #f6d335;
  border-right:1px solid #f6d335}
.orange-lgreenfg{
  background:#ffcc00}



div.prod_frame div.img_box {
	position:relative;
	float:left;
	min-width:148px;
	margin:10px 10px 10px 0px;
	
	}
	
div.randprod div.img_box {
	position:relative;
	margin:5px auto;
	width:148px;
	
	}

div.img_box div.inner {
	background-color:#ffffff;
	text-align:center;
	padding:9px;
	width:130px;
}

div.img_box > div.inner {
	min-width:130px;
	width:auto;
}

div.img_box div.inner img {
margin:0px;
}
	
img.popup {
display:none;	
	
}

.directionsbox {
	float:right;
	width:200px;
	margin:5px;
	padding:7px;
	background-color:#F3E688;
	position:relative;
}
.directionsbox h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:;
}

.directionsbox li {
	font-size:.9em;
	margin-left:20px;
}

.locationbox {
	width:500px;
	clear:left;
	margin-top:20px;
}

#locations hr {
	border:0px none;
	height:1px;
	background-color:#333333;
}

#locations h2 {
	font-weight:normal;
	font-size:1.2em;
}



div#home div#mainleft_box {
	/*margin:0 0 0 260px;*/
}

div#home div#mainleft_box img {
margin:0;
display:inline;
}



div#home div#mainright_box {
	width:180px;
	float:right;
	margin:0 0px 5px 0;
}

div#home div#mainright_box div.innerbg {
	background-color:#F4E689;	
	padding:5px;

	
}

div#home div#mainright_box div.randprod {
	text-align:center;
	padding:0 0px 0 0px;
	border:0 none;
}

div#home div#mainright_box div.randprod img {
	border:0;

	
}

div#home div#mainright_box div div.dgreen-lorangefg {
	background-color:#DEEBD5;	
	padding:3px;
	
}

div#home div.newsitem_date {
	font-size:9px;
	position:absolute;
	top:0px;
	left:140px;
	margin:0;
}



div#home div#mainleft_box {
	margin-right:190px;
}

* html .visualIEFloatFix { height: 0.01%; }

