img { border: 0; } body {	background:#E6E6E6;	margin: 0;	font-family: Helvetica,Verdana, Arial;}#container {    height: 100%;    padding: 0% 10%;}#main {	min-height: 85%;	background-color:white;	padding-top:20px;	padding-bottom:20px;	padding-left:50px;	padding-right:50px;	font-size:14px;	color:black; 	font-weight: 400;}.listDesc ul {  list-style-type: disc;}.listDesc li {  padding:10px;}.treebackground{    background-image: url('siteimages/plumtree.jpg');	background-repeat: no-repeat; /* Do not repeat the image */  background-size: cover;}#paypalButton {margin-left:30%;margin-right:30%;}
#titleBar{	font-family: Verdana, sans-serif;    background-color: #231F20;	height:90px;	color:#F9F6F4;	font-weight: 800;	position: relative;}.buttonAdd,.buttonView{ border-radius: 10px; background-color: #231F20; display: flex; justify-content: center; align-items: center; font-size: 20px; font-family: ‘Open Sans’; font-weight: 900; color: #AAAAAA; cursor: pointer; padding: 5px 5px; margin-left:20%; margin-right:20%;}.buttonView{margin-left:30%;margin-right:30%;color: white;}.buttonAdd:hover,.buttonView:hover {  background-color: #AAAAAA;  color: #231F20;}.bottleImg {display: block;margin: 0 auto;height:500px}.divgrid{display: grid;grid-template-columns: auto auto auto;}
a:link,a:visited,a:hover,a:active {text-decoration: none}
h1  {font-size: 18px;font-weight: 400;color:#696969;text-align:center}h2  {font-size: 14px;font-weight: 400;text-align:center}h3 {font-size: 14pt;color:#4086AA}h4 {font-size: 12pt;color:#4086AA}.purpleHeaderText {font-size: 28px;font-weight: 400;color:#695E93;text-align:center}.title1 {float:left;font-size:28px;margin:20px;font-family: Redressed, cursive;}.title2 {float:right;font-size:18px;margin:20px}#basket {  font-family: Arial, Helvetica, sans-serif;  border-collapse: collapse;  width: 60%;  margin-left: auto;  margin-right: auto;}#basket td, #basket th {  border: 1px solid #ddd;  padding: 8px;}#basket th {  background-color: #b8860b;  color: white;}#basket a {  font-size:20px;  margin:0px 5px;  padding: 0px 5px;  border: 1px solid #ddd;}a[href^=tel] {    color: inherit;    text-decoration: underline;}
a.link1 {color: navy; text-decoration: underline}a.link2 {color: #666666; text-decoration: underline}a.link2:visited {color: #666666; text-decoration: underline}#nav {	padding-top:7px;	padding-bottom:7px;	padding-right:10px;	background:#AAAAAA;}
#nav ul {	margin:0;	padding:0;	list-style:none;}
#nav li {	display:inline;	padding-left:20px;	margin:0;}
#nav a,#nav a:visited{	font-family:Verdana, sans-serif;	color:white;	font-size:14px;	font-weight: 800; 	letter-spacing:0.5px;}
#nav a:hover{	color:#4086AA;}
.normalList li{  list-style-image: url(SiteImages/circle.gif);  display: list-item;  margin-left: 10px;}
#mobilenav{display: none;}
@media  only screen and (max-width: 990px){	#nav{display: none;}	.divgrid{display: grid;grid-template-columns: auto;}	.bottleImg {display: block;margin: 0 auto;height:200px}	.title1 {float:left;font-size:24px;margin:5px;font-family: Redressed, cursive;}	.title2 {float:right;font-size:12px;margin:5px}	.buttonView{margin-left:20%;margin-right:20%;}	#main {padding-left:20px;padding-right:10px;}	#basket {width: 80%;}	#paypalButton {margin-left:5%;margin-right:5%;}}@media only screen and (max-width: 480px){	#nav{display: none;}	.divgrid{display: grid;grid-template-columns: auto;}	.bottleImg {display: block;margin: 0 auto;height:300px}	.title1 {float:left;font-size:26px;margin:5px;font-family: Redressed, cursive;}	.title2 {float:right;font-size:12px;margin:5px}	.buttonView{margin-left:20%;margin-right:20%;}	#main {		min-height: 85%;		padding-top:0px;		padding-bottom:0px;		padding-left:5px;		padding-right:5px;		font-size:12px;	}		#basket {width: 95%;}		#paypalButton {margin-left:5%;margin-right:5%;}		/* Style the navigation menu */	#mobilenav {	  display: grid;	  grid-template-columns: auto auto;	  background:#AAAAAA;	}	#mobilenav #myLinks {display: none;}	#mobilenav a {	  color: white;	  padding: 8px 5px;	  text-decoration: none;	  font-size: 14px;	}	#mobilenav a,#mobilenav a:visited{		font-family:Verdana, sans-serif;		color:white;		font-size:14px;		font-weight: 800; 		letter-spacing:0.5px;	}	#mobilenav a:hover{color:#4086AA;}}