@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}

h1 {

}

#wrapper {
	margin:auto;
	width: 831px;
}

#holdermain {
	width: 801px;
	margin:auto;
	background-color: #FFFFFF;

}


#header {
	width:801px;
	height:151px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;

}

#topnav {
	width:801px;
	height:34px;
	margin: 0px;
	text-align: center;
}
 
#topnav ul {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:34px;
	text-transform: uppercase;

}

#topnav li {
	list-style-type:none;
	display:inline;

}

#topnav li a {
	text-decoration:none;
	color:#000000;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-weight: bold;

}
#topnav li a:link {
	color:#000000
}
#topnav li a:visited {
	color:#000000
}
#topnav li a:hover {
	color: #999999;
}
#topnav li a:active {
	color:#000000
}


#leftcolumn {
	width: 225px;
	background-color: #f1f1f1;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#nav {
	width: 186px;
	background-image: url(images/nav-left.gif);
	height: 336px;
	margin: 0 auto;
}
a.lunch {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.lunch span {
        display: none; 
}

a.lunch:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.dinner {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -56px;
}

a.dinner span {
        display: none; 
}

a.dinner:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right -56px;
}

a.takeout {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -112px;
}

a.takeout span {
        display: none; 
}

a.takeout:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right -112px;
}
a.catering {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -168px;
}

a.catering span {
        display: none; 
}

a.catering:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right -168px;
}
a.wines {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -224px;
}

a.wines span {
        display: none; 
}

a.wines:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right -224px;
}
a.happyhour {
	width: 225px;
	height: 55px;
	display: block;
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -280px;
}

a.happyhour span {
        display: none; 
}

a.happyhour:hover {
	background-image: url(images/sprite-leftnav.gif);
	background-repeat: no-repeat;
	background-position: right -280px;
}


.happyhoursection {

}
.happyhoursection .red{
	color: #e51b24;
	font-size: 23px;
	font-weight: normal;

}
.happyhoursection .small{
	color: #000000;
	font-size: 12px;

}

.happyhoursection .bottom{
	color: #000000;
	font-size: 13px;

}



#rightcolumn {
	float: right;
	width: 576px;
	color: #808080;
}


#rightcolumn .topimage{
	width:100%;
	text-align: center;
	background-color: #FFFFFF;
}

.printablemenu {
	position:absolute;
	background-image: url(images/btn-printablemenu.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 123px;
	left: 413px;
	top: 2px;
}



#rightcolumn a:link {
	color:#687819;
	text-decoration:none;
}
#rightcolumn a:visited {
	color:#687819;
	text-decoration:none;
}

#rightcolumn a:hover {
	color:#687819;
	text-decoration:underline;
}

#rightcolumn a:active {
	color:#687819;
	text-decoration:none;
}

#rightcolumn .content {
	margin:20px;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;

}

#rightcolumn .bottom {
	margin:0px;
}

#rightcolumn .bottom .logohome {
	margin:0px;
	background-image: url(images/graphic-logo-homepage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 327px;
}



#rightcolumn .content h1 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.6) 2px 2px 6px; 
	-moz-text-shadow: rgba(0,0,0,0.6) 2px 2px 6px; 
	-webkit-text-shadow: rgba(0,0,0,0.6) 2px 2px 6px; 
	
}
#rightcolumn .content h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
}
#rightcolumn .content h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn .content .name {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	display: block;
	margin-top: 10px;
	color: #E8A713;
	text-transform: uppercase;
}

#rightcolumn .contact {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	text-transform: uppercase;
}
#rightcolumn strong {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-transform: none;
}

#rightcolumn .contact a:link {
	text-decoration: none;
	color: #000000;
}
#rightcolumn .contact a:visited {
	text-decoration: none;
	color: ##6E6E6E;
}
#rightcolumn .contact a:hover {
	text-decoration: underline;
	color: ##6E6E6E;
}
#rightcolumn .contact a:active {
	text-decoration: none;
	color: #6E6E6E;
}

#rightcolumn .testimonials {

}
#rightcolumn .testimonials .signature {
	font-weight: bold;

}

#rightcolumn .testimonials h1 {
	font-size: 18px;
	font-weight: normal;

}
#rightcolumn .testimonials h2 {

}
#rightcolumn .testimonials h3 {

}
.gallerythumb {
	width:100px;
	height:100px;

}

.content button {
	height: 57px;
	width: 125px;
}

.formtextmain {
	font-size: 18px;
	margin: 0px;
	padding: 3px;
	border: 1px solid #BCBCBC;
	height: 35px;
	width: 150px;
	color: #687819;
}

.formaddress {
	font-size: 18px;
	color: #687819;
	margin: 0px;
	padding: 3px;
	border: 1px solid #BCBCBC;
	height: 35px;
	width: 280px;
}
.formstate {
	font-size: 18px;
	color: #687819;
	margin: 0px;
	padding: 3px;
	border: 1px solid #BCBCBC;
	height: 35px;
	width: 55px;
}
.formtextarea {
	font-size: 18px;
	color: #687819;
	margin: 0px;
	padding: 3px;
	border: 1px solid #BCBCBC;
	height: 180px;
	width: 318px;
}
.formzip {
	font-size: 18px;
	color: #687819;
	margin: 0px;
	padding: 3px;
	border: 1px solid #BCBCBC;
	height: 35px;
	width: 66px;
}

.smalltext {
	font-size: 9px;

}

.submitsection {
	width: 132px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
}

.textspace {
	line-height: 23px;

}

.textspaceindex {
	line-height: 27px;
	font-size: 19px;
}


#footer {
	width: 801px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #687819;
	font-size: 11px;
	padding-top: 0px;
	text-transform: uppercase;
	height: 100px;
	margin-bottom: 10px;
}


#footer a:link {
	color:#687819;
	text-decoration:none;
}
#footer a:visited {
	color:#687819;
	text-decoration:none;
}

#footer a:hover {
	color:#687819;
	text-decoration:underline;
}

#footer a:active {
	color:#687819;
	text-decoration:none;
}

#footer .black {
	background-color: #000000;
	line-height: 34px;
	text-align: right;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #e8a713;

}

#footer .social {
	text-align: right;
	margin-right: 15px;
	margin-top: 15px;
	float: right;

}
#footer .goliath {
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

