﻿/*background1.css is used in home, history, cold storage, brands, directions, and photos. */

.box6  { /*Box with Faded Grapes as background*/
	position: absolute;
	width: 674px;
	height: 319px;
	z-index: 4;
	left: 248px;
	top: 239px;
	background-image:url('../images/FadedGrapes.jpg');
	background-repeat:no-repeat;	

}

.scrollbox {
	position: absolute; 
	width: 682px; 
	height: 305px; 
	color: maroon; 
	font-size: 12pt; 
	overflow: auto; 
	z-index: 1; 
	left: 14px; 
	top: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.h1  { /*Font Style for Page Titles*/
	font-family: "Lucida Calligraphy";
	color:maroon;	
	font-size: large;
	font-weight: bold;
	position: absolute; 
	width: 405px; 
	height: 25px; 
	z-index: 4; 
	left: 310px; 
	top: 162px;
	text-align: center;
	text-decoration: underline;
}

.bullet {
	font-family: Wingdings;
}

.h2  { /*Font Style for page content*/
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	font-size:11pt;
	z-index: 7;
	position: absolute;
	width: 360px;
	height: 19px;
	left: 320px;
	top: 179px;
	text-align: center; 
}

.style1 {
	position: absolute;
	width: 682px;
	height: 305px;
	color: maroon;
	font-size: 12pt;
	overflow: auto;
	z-index: 1;
	left: 14px;
	top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
