@charset "UTF-8";
body  {
	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: #415866;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #ceb87f;
	background-image: url(Images/MainElements/TonysBackground.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 918px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#WineTravelSS {
	height: 275px;
	width: 375px;
}
.oneColFixCtrHdr #header {
	height: 400px;
	width: 918px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#apDiv3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
}
#apDiv3 a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
}
#apDiv3 a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #830f07;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
}
#apDiv3 a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #415866;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}
a:hover {
	text-decoration: none;
	color: #8dc63f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:visited {
	text-decoration: underline;
	color: #415866;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:active {
	text-decoration: underline;
}

.slideshow {
	height: 400px;
	width: 918px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.slideshow1 {
	height: 450px;
	width: 375px;
	position: relative;
	left: 0px;
	top: 1px;
	margin: 0px;
	padding: 0px;
}
.slideshow2 {
	height: 275px;
	width: 375px;
	position: relative;
	left: 0px;
	top: 1px;
	margin: 0px;
	padding: 0px;
}
.Boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #415866;
}
.flushRight {
	text-align: right;
}
#navigationbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5D4626;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(NAVbarBkgrnd.gif);
	background-repeat: no-repeat;
	height: 48px;
}
#leftColumn {
	float: left;
	width: 410px;
	height: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
	text-align: left;
}
.PhotoRtTextSpace {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #7C0F06;
	text-decoration: none;
	letter-spacing: 4px;
	font-variant: normal;
	font-style: normal;
	text-align: left;
}
#leftColumn h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #415866;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
#rightColumn  {
	float: right; /* since this element is floated, a width must be given */
	width: 375px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #415866;
	position: relative;
	height: 100%;
	text-align: center;
}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #112F6B;
	text-decoration: none;
	letter-spacing: 4px;
	font-variant: normal;
	font-style: normal;
	text-align: left;
}
#rightColumn h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #415866;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
.captiontext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #415866;
	text-align: left;
}
#leftColumn Paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #415866;
	text-decoration: none;
}
#MainContent  {
	width: 818px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	position: relative;
	text-align: left;
	height: 100%;
} 
.oneColFixCtrHdr #footer {
	background-image: url(Images/MainElements/FooterBackground.jpg);
	background-position: 50% top;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 151px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
}
.oneColFixCtrHdr #footer a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D4B258;
	text-decoration: none;
	font-weight: normal;
}
.yellowdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D5B455;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#otherRestaurants {
	height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: middle;
	text-align: center;
	width: 818px;
}
.otherRestaurants {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 13px;
	font-variant: normal;
	color: #415866;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#apDivFacebook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	letter-spacing: 2px;
}
#MapQuestBorder {
	height: 325px;
	width: 360px;
	border: 5px solid #AB965F;
}
.RtColumnSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #7C0F2E;
	letter-spacing: 1px;
	text-align: center;
}
#WineDownLtColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: top;
}
.phototextspace {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#WineDownRtColumn {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}
.LeftColumnSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #7C0F06;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
}
#apDivEmail {
	position: relative;
}
.MenuPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.MenuBoldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #43352A;
}
.PRcolumnReviewColumn {
	height: 100%;
	width: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 20px;
	background-image: url(Images/PressRoom/PRRightColGradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.PRcolumnReviewPhoto {
	height: 100%;
	width: 150px;
	padding: 5px;
	margin-top: 22px;
	margin-right: 15px;
	margin-bottom: 22px;
	margin-left: 0px;
	text-align: center;
	border: 1px solid #333;
	float: left;
}
.Review {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #7B1206;
	word-spacing: 2px;
}
.Magazine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #254109;
	text-decoration: none;
	font-weight: bold;
}
.reviewQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.LeftColumnSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #415866;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

