@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
#container  {
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
#header  {
	background-color: #000;
	background-image: url(../images/header.jpg);
	height: 164px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header #specialsbg {
	background-image: url(../images/featuresbg.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 260px;
	margin-left: 800px;
	padding-top: 30px;
	background-position: bottom;
}
#specials {
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-right: 18px;
	padding-left: 10px;
	color: #FFF;
	font-size: 12px;
}
#specials #datemore {
	font-size: 10px;
	padding-top: 5px;
}
#specials #datemore a {
	color: #FFF;
}
#specialsdes {
	padding-top: 20px;
	width: 350px;
}

#specials #lunchspecial {
	padding-bottom: 5px;
}


#mainContent  {
	padding-right: 122px;
	padding-left: 128px;
	color: #FFF;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#indextext {
	padding-top: 20px;

}



#video {
	padding-top: 15px;
}

#footer  {
	background-color: #000;
	background-image: url(../images/footerbg.jpg);
	height: 183px;
	padding-top: 0;
	padding-right: 122px;
	padding-bottom: 0;
	padding-left: 128px;
}
#footer #footerlinks {
	color: #E3CC97;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	padding-top: 15px;
	width: 500px;
	float: left;
}
#footer #footerlinks2 {
	color: #9B792E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	padding-top: 15px;
	float: right;
}
#footer #footerlinks2 a {
	text-decoration: none;
	color: #9B792E;
}
#footer #footerlinks2 a:hover {
	text-decoration: none;
	color: #E3CC97;
}




#bgfoodimage {
	background-image: url(../images/bgfoodimage-index.jpg);
	height: 609px;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#reservationbutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/makereservation-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 15px;

}

#reservationbutton:hover
{ 
  background-position: 0 -57px;
}

#reservationbutton span
{
  display: none;
}#virtualtourbutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/viewvirtualtour-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}

#virtualtourbutton:hover
{ 
  background-position: 0 -57px;
}

#virtualtourbutton span
{
  display: none;
}#giftcardbutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/ordergiftcards-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}

#giftcardbutton:hover
{ 
  background-position: 0 -57px;
}
#giftcardformleft {
	width: 325px;
	float: left;
}
#giftcardform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#giftcardformright {
	width: 325px;
	float: left;
	padding-top: 18px;
}



#giftcardbutton span
{
  display: none;
  }
#ordergiftcards {
	padding-top: 20px;
}
#giftcardformbg {
	background-image: url(../images/giftcardformbg.png);
	background-repeat: no-repeat;
	height: 545px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fullmenubutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/fullmenu-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}

#fullmenubutton:hover
{ 
  background-position: 0 -57px;
}

#fullmenubutton span
{
  display: none;
  }#lunchmenubutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/lunchmenu-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}

#lunchmenubutton:hover
{ 
  background-position: 0 -57px;
}

#lunchmenubutton span
{
  display: none;
  }#takeoutmenubutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/takeoutmenu-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}

#takeoutmenubutton:hover
{ 
  background-position: 0 -57px;
}

#takeoutmenubutton span
{
  display: none;
}#winelistbutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/winelist-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}
#winelistbutton:hover
{ 
  background-position: 0 -57px;
}

#winelistbutton span
{
  display: none;
}#groupmenubutton2
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/groupmenu2-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}
#groupmenubutton2:hover
{ 
  background-position: 0 -57px;
}

#groupmenubutton2 span
{
  display: none;
  }#groupresbutton
{
	display: block;
	width: 296px;
	height: 57px;
	background-image: url(../images/groupres-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}
#groupresbutton:hover
{ 
  background-position: 0 -57px;
}

#groupresbutton span
{
  display: none;
   }#groupmenubutton
{
	display: block;
	width: 248px;
	height: 57px;
	background-image: url(../images/groupmenu-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;

}
#groupmenubutton:hover
{ 
  background-position: 0 -57px;
}

#groupmenubutton span
{
  display: none;
}
#bgfoodimagemenu {
	background-image: url(../images/bgfoodimage-menus.jpg);
	height: 609px;
}
#menuspacer {
	height: 295px;
	padding-top: 45px;
}
#menuspacer #menustext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFF;
	width: 550px;
	line-height: 39px;
}

#footer2 a  {
	text-decoration: none;
	color: #9B792E;
}
#footer2  {
	color: #9B792E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	padding-right: 122px;
	padding-left: 128px;
	text-align: right;
	padding-bottom: 10px;
}
#footer2 a:hover {
	text-decoration: none;
	color: #E3CC97;
}
#bgfoodimagewine {
	background-image: url(../images/bgfoodimage-wine.jpg);
	height: 609px;
}
#bgfoodimagelocation {
	background-image: url(../images/bgfoodimage-location.jpg);
	height: 609px;
}
#locationright {
	width: 387px;
	float: left;
	background-image: url(../images/contactformbg.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 90px;
	height: 550px;
	padding-top: 25px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#locationright form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}


#locationleft {
	width: 450px;
	float: left;
	padding-top: 20px;
}
#locationleft #hours {
	width: 409px;
	height: 190px;
	float: left;
	background-image: url(../images/locationhoursbg.png);
	background-repeat: no-repeat;
}
#locationleft #map {
	float: left;
}

#locationleft #hours #winterhours {
	width: 200px;
	float: left;
}
#locationleft #hours #summerhours {
	width: 200px;
	float: left;
}
#locationleft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
#bgfoodimagereservation {
	background-image: url(../images/bgfoodimage-reservation.jpg);
	height: 609px;
}
#mainContent  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#restext {
	padding-top: 20px;
}
#resform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#resform  {
	width: 800px;
	height: 400px;
	background-image: url(../images/resformbg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#resformleft {
	width: 400px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#resformright {
	width: 400px;
	float: left;
	padding-top: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#resgroupform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#resgroupform {
	width: 350px;
	float: left;
}
#resgrouptext {
	float: left;
	width: 270px;
	padding-top: 35px;
}
#groupresbg {
	background-image: url(../images/groupresformbg.png);
	height: 435px;
	width: 654px;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#bgfoodimagenewsletter {
	background-image: url(../images/bgfoodimage-newsletter.jpg);
	height: 609px;
	background-repeat: no-repeat;
}
.newsletter form .form .item #CLFullName, .newsletter form .form .item #CLEmailAddress {
	width: 250px;
	border: 3px solid #B5B7A1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newsletter form .form .item label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 18px;
	display: block;
}
.newsletter {
	width: 500px;
	padding-top: 20px;
}
#bgfoodimagegiftcards {
	background-image: url(../images/bgfoodimage-giftcards.jpg);
	height: 609px;
}

#bgfoodimagetestimonials {
	background-image: url(../images/bgfoodimage-testimonials.jpg);
	height: 609px;
}
#bgfoodimageemployment {
	background-image: url(../images/bgfoodimage-employment.jpg);
	height: 609px;
}
#employmentform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#employment {
	padding-top: 20px;
}
#testimonialform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#testimonialform {
	width: 400px;
	padding-top: 20px;
	float: left;
}
#testimonaillist {
	float: right;
	width: 500px;
	padding-top: 20px;
}
#testimonaillist p {
	padding: 10px;
}

#testimonaillist #testimonialbody {
	background-image: url(../images/testibodybg.png);
	background-repeat: repeat-y;
	background-position: right;
}
#testimonaillist #testimonialbody #testiname {
	text-align: right;
}
#privacy {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../images/systemmessagebg.png);
}
#privacy p {
	font-size: 14px;
}
#locationleft #holiday {
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	padding-bottom: 10px;
}
#sslseal {
	float: left;
	width: 200px;
	padding-top: 20px;
}
#giftcardformright a {
	color: #FFF;
	font-size: 12px;
}
#groupmenubg {
	background-image: url(../images/groupresformbg.png);
	height: 435px;
	width: 950px;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#resmenuform {
	width: 950px;
	float: left;
}
#resmenuform form div label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 9px;
	display: block;
}
#resmenuformleft {
	width: 300px;
	float: left;
}
#resmenuformright {
	width: 300px;
	float: left;
}
#resmenuformrr {
	width: 200px;
	float: right;
	text-align: center;
	background-image: url(../images/systemmessagebg.png);
	background-repeat: repeat;
	height: 65px;
}
#resmenuformrr a {
	color: #FFF;
	text-decoration: none;
}
#resmenuformrr a:hover {
	color: #A90C17;
}
#resmenuform form a {
	color: #FFF;
}
#CAT_Custom_162386 {
	height: 80px;
	width: 252px;
}
#CAT_Custom_162385 {
	height: 80px;
	width: 252px;
}
#CAT_Custom_162387 {
	height: 80px;
	width: 252px;
}
#CAT_Custom_162388 {
	height: 80px;
	width: 252px;
}
