@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	background-color: #3b2414;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
}

#vineCont {
	background-color: #ffffff;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	background-color: #c3996b;
	height: 110px;
	position: relative;
}

#headerLogo {
	float: left;
	width: 29%;
}

#headerLogo img {
	width: 75%;
	height: auto;
	padding-top: 10px;
	padding-left: 50px;
}

#top-menu {
	position: absolute;
	right: 20px;
	top: 10px;
	list-style-type: none;
	display: flex;
}

#top-menu li {
	margin: 0 0 0 20px;
}

#top-menu a {
	color: #3b2414;
	text-decoration: none;
	font-size: 10px;
}

#headerNav {
	float: left;
	width: 71%;
	font-family: 'PT Sans', sans-serif;
}

#headerNav ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 43px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#headerNav ul li {
	display: inline;
	font-size: .875em;
	padding-right: 20px;

}

#headerNav ul li a {
	color: #3b2414;
	text-decoration: none;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: .625em;
	text-align: center;
	padding: 8px;
}

#shoppingDining {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	display: none;
}

#shoppingDining a {
	color: #ffffff;
	text-decoration: none;
}

#shoppingDining p {
	margin-top: 12px;
}

.sd1, .sd2, .sd3 {
	width: 33%;
	float: left;
	text-align: center;


	background: rgba(92, 61, 111, 1);
	background: -moz-linear-gradient(left, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92, 61, 111, 1)), color-stop(100%, rgba(92, 61, 111, 0.5)));
	background: -webkit-linear-gradient(left, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	background: -o-linear-gradient(left, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	background: -ms-linear-gradient(left, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	background: linear-gradient(to right, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c3d6f', endColorstr='#5c3d6f', GradientType=1);
}

.sd2 {
	width: 34%;
}

#largePhoto {
}

#largePhoto img {
	width: 100%;
	height: auto;
}

.desktopNavHide {
	display: none;
}

h1 {
	margin-bottom: 12px;
	font-size: 1.25em;
	font-weight: normal;
	color: #b83536;
	margin-top: 12px;
}

h2 {
	color: #00461b;
	font-size: .8125em;
}

#pageContent {
	padding: 0 50px 50px;
	min-height: 300px;
}

#storeLeft {
	border: 1px dashed #3b2414;
	background-color: #f4e3c6;
	float: left;
	width: 32.125%;
	width: 40%;
	font-size: .875em;
}

#storeLeft a {
	color: #b83536;
}

#storeLeft p {
	padding-left: 20px;
}

#storeLeft img {
	width: 100%;
	height: auto;
}

#storeLeft img.inset {
	padding-bottom: 12px;
}

#storeLeft2 {
	display: none;
	border: 1px dashed #3b2414;
	background-color: #f4e3c6;
	width: 32.125%;
	width: 40%;
}

#storeLeft2 img {
	width: 100%;
	height: auto;
}


#storeRight {
	float: left;
	width: 61.875%;
	width: 50%;
	margin-left: 9%;
	font-size: .75em;
}

#storeRight a {
	text-decoration: none;
	color: #000000;
}

#storeRight table {
	width: 100%;
}

#storeRight tr:nth-child(odd) {
	background: #f9f0e0;
}

#storeRight tr:nth-child(even) {
	background: #ffffff;
}

.smallital {
	font-size: .91666em;
	font-style: italic;
}

.redBold {
	color: #b83536;
	font-weight: bold;
}

.sitemapButton {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #00461b;
	width: 40%;
	margin-left: 20px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 12px;
}

#storeLeft .sitemapButton a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#storeRight .sitemapButton {
	margin-left: 0;
	margin-top: 12px;
	background-color: #b78727;
}

#storeRight .sitemapButton a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: oblique;
}

#blurbs {
	background-color: #f4e3c6;
	padding: 10px 0;
}

.newsBlurb {
	width: 33%;
	float: left;
	font-weight: bold;
	text-align: center;
}

.newsBlurb img {
	max-width: 90%;
	height: auto;
}

iframe, object, embed {
	max-width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#vineCont table tr td {
	padding: 3px 14px;
}

.navHide {
	display: none !important;
}