@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}
body,td,th {
	color: #FFFFFF;
	font: 14px/22px "Trebuchet MS", Trebuchet, Arial, Helvetica;
}
a:link {
	color: #DEB406;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DEB406;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Site Layout */

/* Header */

#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100%;
	background-color: #000000;
	border-bottom: 2px solid #deb406;
}
#header #head_container {
	width: 760px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
#header #nav li {
	display: block;
	float: right;
	list-style: none;
	line-height: 26px;
}
#header #nav li a {
	padding-right: 8px;
	padding-left: 8px;
	display:block;
	border-top: 2px solid #000000;
}
#header #nav li a:hover {
	text-decoration: none;
	border-top: 2px solid #DEB406;
}
#header #head_container #contact a {
	float: right;
	width: 350px;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #377E30;
	text-align: right;
	height: 50px;
	margin-top: 5px;
}
#header #head_container #contact a:hover {
	text-decoration:none;
}
#header #head_container #head_logo {
	height: 90px;
	width: 230px;
	float: left;
	position: relative;
	clear: left;
	margin-top: 5px;
}
#header #head_container #nav {
	width: 500px;
	height: 30px;
	float: right;
	position: relative;
	margin-top: 16px;
}
#header #nav ul {
	color: #DEB406;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header #head_container .head_logo {
	float: left;
	width: 227px;
	padding-top: 5px;
}

/* Main Content Area */

#content {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	overflow: auto;
	height: auto;
	width: 100%;
	float: left;
}
#content #content_container {
	margin: 0 auto;
	overflow: auto;
	height: auto;
	width: 760px;
}
#content #content_container #home_photo {
	background: url(../images/photo_home.jpg) no-repeat;
	float: left;
	height: 450px;
	width: 232px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content #content_container #home_text {
	float: left;
	width: 340px;
	padding: 10px 0px 0px;
	text-align: left;
	margin: 0px;
}
#content #content_container #home_text p {
	margin: 10px 0px 10px 20px;
}
#content #content_container #home_side {
	float: right;
	width: 175px;
	text-align: center;
	padding-top: 5px;
}

/* Footer */

#footer {
	background-color: #000000;
	text-align: center;
	border-top: 2px solid #DEB406;
	color: #DEB406;
	float: left;
	width: 100%;
}
#footer p {
	margin: 10px 0px;	
}
#footer .byline {
	font-size: 10px;
	line-height: 12px;
}#content #content_container #inner_text {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
.info {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

#inner_text_rt h1 {
	margin-left: 20px;
}

h1 {
	font-size: 18px;
	color: #DEB406;
	margin-top: 10px;
}
h3 {
	font: bold 16px;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin: 10px 60px 0px 50px;
}

.photo_rt {
	float: right;
	border: 2px solid #000000;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content #content_container #inner_text p {
	margin: 10px 0px;
}
#content #content_container #reserve_photo {
	background: url(../images/photo_reserve.jpg) no-repeat;
	float: left;
	height: 450px;
	width: 232px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content #content_container #inner_text_rt {
	float: left;
	width: 525px;
	padding: 10px 0px 0px;
	text-align: left;
	margin: 0px;
}
#content #content_container #inner_text_rt p {
	margin: 10px 0px 10px 20px;
}
.menu_left {
	float: left;
	width: 300px;
	margin-left: 50px;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
.floatstop {
clear:both;
}
.menu_info {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 50px;
}
.wine_list {
	margin-left: 160px;
	width: auto;
}
.menu_pdf {
	float: left;
	width: 171px;
	margin-left: 50px;
	text-align: left;
	display: block;
	margin-bottom: 20px;
	background: #000000;
	padding: 5px;
	border: 1px solid #DEB406;
	font-size: 10px;
}
