@charset "UTF-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
}
a { color:#6CA62B }
a img{
	border:none;
}
#wrapper{
	position:relative;
	text-align:center;
	width:760px;
	padding:20px 0;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#666;
}
h1{
	padding-right:3px;
	margin:0;
	padding-bottom:20px;
}
#info{
	padding:30px 0 0 35px;
}
#info h2{
	display:block;
	height:23px;
	width:210px;
	margin:0 0 11px 0;
	text-indent:-5000px;
	background-repeat:no-repeat;
	background-position:0 -2px;
}
#market h2{ background-image:url(/images/market.png); }
#restaurant h2{ background-image:url(/images/restaurant.png); }
#catering h2{ background-image:url(/images/catering.png); }
#info div{
	width: 210px;
	float:left;
	text-align:left;
	margin-right:30px;
}
#catering{
	margin-right:0;
}
#mainadd{
	width:250px;
	position:absolute;
	top:20px;
	left:0;
	font-style:normal;
}
#hours{
	width:250px;
	position:absolute;
	top:20px;
	right:0;
}
#hours h2{
	font-size:11px;
	margin:0;
}
#hours p{
	margin:0;
}
.filetype{
	font-size:10px;
	color:#333;
}
#signup{
	display:block;
	clear:both;
	border:1px solid #CCC;
	width:600px;
	padding:5px 10px;
	margin:30px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.clear{
	margin:0;
	display:block;
	height:1px;
	width:700px;
	clear:both;
	visibility:hidden;
}
.copyright{
	font-size:10px;
	color:#999;
}
#menu table{
	width:100%;
	max-width:620px;
}
#menu{
	text-align:left;
	padding: 0 100px;
}
#menu th{
	font-weight:normal;
	vertical-align:top;
	padding-bottom:10px;
}
#menu th.hassecond{
	padding-bottom:0;
}
#menu td, #menu strong{
	font-weight:bold;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu td{
	width:50px;
	text-align:right;
}
#menu th p{
	margin:.25em 0;
}
#menu th h4{
	margin:0 0 .25em 0;
}
#menu #wine{
	width:250px;
	margin-right:20px;
	float:left;
}
#menu #beer{
	width:250px;
	float:right;
}
#specials h3, #menu h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#600;
	margin-top:2em;
	margin-bottom:1em;
}
#menu h2{
	display:block;
	text-indent:-5000px;
	height:32px;
	background:url(/images/menu.png) no-repeat 50% 0;
}
#specials p{
	margin:.25em 0;
}
#specials h4, #menu h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:.25em 0;
	color:#333;
	margin-top:1em;
}
.price {
	font-size: 11px;
	color:#333;
}
#lunch h2{
	display:block;
	height:23px;
	background:url(/images/lunch-specials.png) no-repeat 50% 0;
	text-indent:-5000px;
	margin-bottom:0;
}
#dinner h2{
	display:block;
	height:23px;
	background:url(/images/dinner-specials.png) no-repeat 50% 0;
	text-indent:-5000px;
	margin-bottom:0;
}
.fordate{
	margin-top:.25em;
}
#lunchlink,#dinnerlink{
	display:block;
	height:41px;
	width:200px;
	margin:1em auto;
	padding:0;
	text-indent:-5000px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#lunchlink a,#dinnerlink a{
	display:block;
	height:41px;
	width:200px;
}
#lunchlink{
	background-image:url(/images/lunch-specials-button.png);
}
#dinnerlink{
	background-image:url(/images/dinner-specials-button.png);
}
#contact form{
	width:410px;
	display:block;
	margin:0 auto;
}
#contact form label{
	display:block;
	clear:right;
	font-size:10px;
	color:#600;
	text-align:left;
	padding-left:5px;
}
#contact form input,#contact form textarea{
	width:400px;
	padding:4px;
	border:1px solid #999;
	background:url(/images/form-shadow.png) no-repeat left top;
}
#contact form #submit input{
	background:auto;
	border:auto;
	width:auto;
}
#contact h2{
	display:block;
	text-indent:-5000px;
	height:32px;
	background:url(/images/contact.png) no-repeat 50% 0;
}
p.error{
	color:#600;
	border:1px solid #C66;
	padding:4px 8px;
	width:600px;
	display:block;
	margin:20px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}