@charset "utf-8";
*, html {
	margin: 0px auto;
	padding: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;*/
	color: #000;
	background: #648328;
	text-align: center;
	padding-top:0;
}

a {
	
	color: #648328;
	text-decoration: none;
}

a:hover {
	
	color:#003366;
}
h1 {
	font-size:small;
	color: #000;
	line-height: 25px;
	padding-top: 20px;
	font-weight: normal;
}
h2 {
	padding-top: 10px;
	color: #000;
	padding-right: 50px;
	font-size: small;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
p {
	font-size: 14px;
	color: #000;
	line-height:1.5em;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}


.largeTxt {
	font-size: 18px;
	/*padding-left:25px;*/
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
	/*color: #648328;
	color:#000;*/
}

.image{
	float:right;
}
	

#clear { 
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0; 
}
#wrapper {
	width: 1024px;
	position: relative;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
	z-index: 1;
	border-width:12px 20px;
	border-color:#BFCCA6;
	border-style:solid;
}

#logo {
	position:absolute;
	width:332px;
	height:115px;
	left: -10px;
	top: 15px;
	z-index: 2;
	background-image:url(../nav/logo_bg.png);
	padding:25px 15px;
	font-size:18px;
	color:#fff;
	line-height:1.5em;
	background-repeat: no-repeat;
	text-shadow: 2px 2px 4px #000;
	


}

.welcome{
	font-size:20px;
	font-weight:bold;
}


#nav{
	margin: 0;
	padding: 0 0 0 50px;
	width: 974px; /* 1024px -50px */
	position: relative;
	text-align: center; 
	background: #000;
	z-index: 3;
	height: 36px; /* needed to 'prop' open the nav because UL's are now display: inline instead of 'inline-block' */
}

#header {
	width: 810px;
	float:left;
	position: relative;
	z-index:1;
}

#header_side {
	position: absolute;
	background-color:#000000;
	top: -1px;
	left: 810px;
	width: auto;
	z-index: 2000;
	height: 508px;
}
#content {
	width: 924px;
	text-align: left;
	position: relative;
	float: left;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
	padding: 20px 30px 30px 70px;
}
#content_inner img {
	padding: 0px 5px 0px 5px;
}
#content_inner {
	text-align: left;
	display: inline;
	position: relative;
	float: left;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
}
#side {
	width: 515px;
	position: relative;
	display: inline;
	float: left;
}
#regions {
	float: left;
	position: relative;
	margin-top: 0;
	margin-left: 50px;
}
#locator_map {
	padding:10px;
	
}
#footer {
	clear: both;
	width: 1024px;
	position: relative;
	text-align: center;
	color: #000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #999999;
}

.title{
	padding:0;
	margin:0;
}

.wine_content{
	padding-left:30px;
	font-size:small;
	border-bottom:#003366 dotted thick;
	padding-bottom:15px;
	
	}

