html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 17px;
font-family: Minion Pro, Times New Roman, Times, serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

body {
	background: url("../img/background.png") bottom/auto 100% no-repeat fixed;
}
/*new bg*/
.class1 a:link, .class1 a:visited, .class1 a:active, .class1 a:hover {
	text-decoration: none;
	color: #761F40;
}
.class1 a:hover {
	text-decoration: underline;
}

.class2 a:link, .class2 a:visited, .class2 a:active, .class2 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.class2 a:hover {
	color: #D9C9CC;
}

.class3 a:link, .class3 a:visited, .class3 a:active, .class3 a:hover {
	color: #FFF;
	display: table-cell;
	font-size: 14px;
	height: auto;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.class4 a:link, .class4 a:visited, .class4 a:active, .class4 a:hover {
	text-decoration: none;
	color: #761F40;
}
.class4 a:link {
	color: #4A0022;
}

.class5 {
	font-size: 60px;
}

#Container {
	height: auto;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#Header {
	background-image:url("../Resources/Header.png");
	clear: both;
	height: 130px;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#QuoteL1, #QuoteL2, #QuoteCredit {
	color: #FFF;
	font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	height: 30px;
	position: absolute;
	width: auto;
}
#QuoteL1 {
	left: 380px;
	top: 20px;
}
#QuoteL2 {
	left: 410px;
	top: 50px;
}
#QuoteCredit {
	font-size: 16px;
	left: 620px;
	top: 80px;
}

#Main {
	height: auto;
	width: 910px;
	margin-left: 25px;
	float: none;
    clear: both;
	background-image: -webkit-linear-gradient(#ffffff, #D9C9CC);
	background-image: -moz-linear-gradient(#ffffff, #D9C9CC);
	background-image: -o-linear-gradient(#ffffff, #D9C9CC);
	background-image: linear-gradient(#ffffff, #D9C9CC);
}

#giftpackages, #giftpackages2 {
	border:#000 thin solid;
	background-color: white;
}

#giftpackages:hover, #winespecial1:hover {
	opacity:0.5;
}

#Navigation {
	background-image: url("../Resources/Navbar/NavBGaHome.png");
    height: 490px;
	width: 180px;
	margin-left: 10px;
	float: left;
	clear: none;
}

a:link {
	color: #933;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#WinesNavigation {
	height: 695px;
	width: 180px;
	margin-left: 10px;
	float: left;
	clear: none;
}

.navbar {
	float: left;
	height: 490px;
	width: 180px;
	z-index: 2;
}

.Home a, .History a, .Wines a, .Services a, .Winemaking a, .Specials a, .MailingList a, .Gallery a, .Grapes a, .Sale a {
	float: left;
	height: 55px;
	width: 180px;
	position: relative;
}

.Home a:hover, .History a:hover, .Wines a:hover, .Services a:hover, .Winemaking a:hover, .Specials a:hover, .MailingList a:hover, .Gallery a:hover, .Grapes a:hover,
.Home a:active, .History a:active, .Wines a:active, .Services a:active, .Winemaking a:active, .Specials a:active, .MailingList a:active, .Gallery a:active, .Grapes a:active {
	background-image: url("../Resources/Navbar/Hover.png");
	background-repeat: no-repeat;
}

.Home a:hover {background-position: 0px 0px;}
.History a:hover {background-position: 0px -55px;}
.Wines a:hover {background-position: 0px -110px;}
.Services a:hover {background-position: 0px -165px;}
.Winemaking a:hover {background-position: 0px -220px;}
.Specials a:hover {background-position: 0px -275px;}
.MailingList a:hover {background-position: 0px -330px;}
.Gallery a:hover {background-position: 0px -385px;}
.Grapes a:hover {background-position: 0px -440px;}

.Home a:active {background-position: -180px 0px;}
.History a:active {background-position: -180px -55px;}
.Wines a:active {background-position: -180px -110px;}
.Services a:active {background-position: -180px -165px;}
.Winemaking a:active {background-position: -180px -220px;}
.Specials a:active {background-position: -180px -275px;}
.MailingList a:active {background-position: -180px -330px;}
.Gallery a:active {background-position: -180px -385px;}
.Grapes a:active {background-position: -180px -440px;}

#SubNavTitle {
	float: right;
	height: 20px;
	max-height: 20px;
	width: 140px;
	position: relative;
	text-decoration: none; color: #FFF;
}

.SubNavButton a {
	float: right;
	height: 19px;
	max-height: 19px;
	width: 135px;
	position: relative;
}

.SubNavButton a:link {text-decoration: none; color: #FFF;}
.SubNavButton a:visited {text-decoration: none; color: #FFF;}
.SubNavButton a:hover {text-decoration: none; color: #D9C9CC;}
.SubNavButton a:active {text-decoration: none; color: #D9C9CC;}

.SubNavButtonB a {
	float: right;
	height: 24px;
	max-height: 24px;
	width: 135px;
	position: relative;
}

.SubNavButtonB a:link {text-decoration: none; color: #FFF;}
.SubNavButtonB a:visited {text-decoration: none; color: #FFF;}
.SubNavButtonB a:hover {text-decoration: none; color: #D9C9CC;}
.SubNavButtonB a:active {text-decoration: none; color: #D9C9CC;}

#Copy {
	padding-bottom: 20px;
	margin-right: 45px;
	height: auto;
	width: 640px;
	float: right;
	clear: none;
}

#Title {
	background-image: url("../Resources/TitleRule.png");
	background-repeat: no-repeat;
	background-position:bottom;
	height: 100px;
	width: 640px;
	clear: both;
	float: left;
	padding-left: 30px;
	line-height: 80%;
	font-size: 48px;
	clear: both;
}

#winepails {
	background-image:url("../Resources/Products/VinBonPalesRY.png");
	width: 200px;
	height: 181px;
	float: right;
	
}

.smlrule {
	width: 300px;
	height: 18px;
}

.lrgrule {
	width: 582px;
	height: 31px;
}

#Imagetitle {
	height: 150px;
	width: 620px;
	margin-left: 10px;
	margin-right: auto;
	clear: both;
}

.img {
	height: 100%;
	width: 100%;
}

#Image {
	height: auto;
	width: 540px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.Image3 {
	height: 300px;
	width: 216px;
}

.Image4 {
	width: 640px;
	height: 263px;
}

#Imagebody {
	float:left;
	padding:0 1ex 1ex 0;
	margin-right: 20px;
}

.imgnavbar {
	height: auto;
	width: 570px;
	z-index: 2;
}

.imgnavbarimg a {
	height: auto;
	width: auto;
	position: relative;
	float: left;
	margin: 5px;
}

.imgnavbarimg a:link {
	opacity: 0.96;
}

.imgnavbarimg a:hover {
	opacity: 1;
}

.legend {
	width: 400px;
	height: 100px;
}

.icon801 {
	float: right;
	clear: none;
	width: 65px;
	height: 16px;
}

.icon800 {
	display: none;
}

.newbox {
	border: 1px solid #CCC;
	background-color: none;
	display: none;
	padding: 5px;
	width: 290px;
	max-width: 290px;
	font-size: 12px;
}

.GrapeWrapper {
	color: #370019;
	float: left;
	width: 645px;
	height: auto;
	line-height:26px;
	clear: both;
}

.VRule {
	width: 5px;
	position: relative;
	float: left;
	margin-right: 5px;
}

.GrapeColumn {
	width: 125px;
	height: auto;
	padding-right: 80px;
	position: relative;
	float: left;
}

th {
	color: #641631;
	font-weight: normal;
    text-decoration: underline;
}

.ProductImg {
	height: auto;
	width: auto;
	float: right;
}

#TableList {
	height: auto;
	width: auto;
	float: left;
	clear: none;
}

#navlist li { display: inline; }

#subnavlist {
    padding-left: 5px;
    list-style: none;
    text-decoration: none;
    font-size: 8px;
    color: red;
    position: absolute;
}

#navlist li:hover #subnavlist {
    display: block;
    color: black;
    position: absolute;
}

.winelistwrapper {
	width: 640px;
	clear: both;
	margin-bottom: 40px;
}

.winelistleft {
	width: 315px;
	height: auto;
	float: left;
	padding-left: 10 px;
}

.winelistright {
	width: 315px;
	height: auto;
	float: right;
	padding-left: 10px;
}

.wineListButtons {
	border: none; 
	background-color: none; 
	padding: 2px; 
	width: 300px;
}

.productbutton {
	border: none; 
	background-color: none; 
	padding: 2px; 
	width: 300px;
}

.productdescription {
	border: 1px solid #CCC; 
	background-color: none; 
	display: none;
	padding: 5px; 
	width: 300px; 
	max-width: 300px; 
	font-size: 12px;
}

#MailingListForm {
	float: left;
	width: 220px;
	height: auto;
}

#ContactForm {
	float: left;
	width: 530px;
	height: auto;
}

#FormField{
	float: right;
	clear: both;
}

#ContactFormField{
	float: left;
	clear: both;
}

#FormSubmit{
	float: right;
	clear: both;
}

#Splash {
	background-image: url(../Resources/Footer.png);
	background-repeat: no-repeat;
	height: 189px;
	width: 910px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}	

#Footer {
	background-color: #2e0510;
	background-repeat: no-repeat;
	height: auto;
	min-height: 60px;
	width: 910px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
}

#wineexpert {
	padding-left: 60px;
}

#Links {
	height: 36px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: none;
}

.LinkBar {
	float: left;
	height: 36px;
	width: 300px;
	z-index: 2;
}

.FacebookLink a, .TwitterLink a, .InstagramLink a {
	float: left;
	height: 36px;
	width: 100px;
	position: relative;
}

.FacebookLink a:link, .FacebookLink a:hover, .FacebookLink a:active,
.InstagramLink a:link, .InstagramLink a:hover, .InstagramLink a:active,
.TwitterLink a:link, .TwitterLink a:hover, .TwitterLink a:active {
	background-image: url(../Resources/TwitterFacebookButtons2.png);
	background-repeat: no-repeat;
}

.FacebookLink a:link {background-position: 0px 0px;}
.FacebookLink a:hover {background-position: 0px -36px;}
.FacebookLink a:active {background-position: 0px -72px;}

.InstagramLink a:link {background-position: -200px 0px;}
.InstagramLink a:hover {background-position: -200px -36px;}
.InstagramLink a:active {background-position: -200px -72px;}

.TwitterLink a:link {background-position: -100px 0px;}
.TwitterLink a:hover {background-position: -100px -36px;}
.TwitterLink a:active {background-position: -100px -72px;}

/*MAILCHIMP*/
<style type="text/css">
	#mc_embed_signup{background:none; clear:left; font:14px Helvetica,Arial,sans-serif;width:100%; max-width:400px;}
    .mc-eform{width:100%; max-width:400px;}
    .indicates-required{font-size: 9px; text-align: right;color: darkred;}
    .asterisk {color: darkred;}
	/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

#easteregg {
	width:100px;
	height: 100px;
	z-index:10px;
	position: absolute;
	float: left;
	margin-top: 20px;
}


/*grape juice css*/

.grape-juice-button {
   width: 180px; /* same as #Navigation width */
   height: 45px; /* match button height */
   background: linear-gradient(to bottom, #6d1a1a, #5a1414); /* wine gradient */
   margin-left: 10px;
   margin-top: 10px;
   border-radius: 5px;
   box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.grape-juice-button a {
   display: block;
   width: 100%;
   height: 100%;
   text-align: center;
   line-height: 45px;
   text-decoration: none;
   color: white;
   font-weight: bold;
   font-family: 'Verdana', sans-serif;
   font-size: 50px;
}

.grape-juice-button a:hover {
   background: linear-gradient(to bottom, #5a1414, #400d0d);
}


/*footer*/

#Links {
  text-align: center;
  margin-top: 20px;
}

.LinkBar {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 0;
  margin: 15px 0;
}

.LinkBar li {
  display: inline-block;
}

.LinkBar a {
  color: #fff; /* change if your footer background is light */
  font-size: 26px; /* increase size */
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.LinkBar a:hover {
  color: #d1a05a; /* gold tone fits wine theme */
  transform: scale(1.15);
}

