@import url("reset.css");
/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-align: left;
	color: #361d07;
	background: url(../_cssimg/gold_back.jpg) repeat-y center top;
/*	height: 100%;*/
}
.background {
	/*height: 100%;*/
	/*background: #000066;*/
}
/*=COMMON
=== === === === === === === === === === */
a, a:link {
	color: #3a1e01;}
a:visited {
	color: #4e2801;}
a:hover {
	color: #a56c0a;}
a:active {
	color: #000;}

h1 {
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #a56c0a;
	margin-bottom: 2px;
}
h2 {
	font: bold 90% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #a56c0a;
	margin-bottom: 2px;
	border-bottom: 1px solid #a56c0a;
}
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
p, li {
	font-size:90%;
	line-height: 160%;
}
p, ul {
margin-bottom: 20px;
}
/*=CONTAINER
=== === === === === === === === === === */
.container {
	/*border-right: 1px solid #999999;*/
}
.wrapper {
}
.main {
	min-height: 440px;
}
/*=HEADER	
=== === === === === === === === === === */
#header {
	margin-bottom:40px;
	margin-top: 10px;
}
/*=NAVIGATION
=== === === === === === === === === === */

#nav {
	/*same as padding-top for a*/
	margin-top: -5px;
}
#nav li{
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#nav a, #nav a:link {
	color: #ffec82;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #d0a655;
	display: block;
}
#nav a:visited {}
#nav a:hover {
	background: #935906;
}
#nav a:active {
	font-weight: bolder;
	color: #fbe49a;
	background: #381e00;
}

/*=FOOTER
=== === === === === === === === === === */
.footer {
	padding-top: 15px;
}
.footer ul {
	text-align: left;
}
.footer li {
	display:inline;
	line-height: 150%;
}
.footer a, .footer a:link {
	text-transform: uppercase;
	color: #884b0c;
	text-decoration: none;
	padding: 0 5px;
	font-size: 80%;
}
.footer a:visited {}
.footer a:hover {
	color: #30160b;}
.footer a:active {
	color: #f6c364;
	}
.tagline {
	/*background-color:#FFF;*/
	text-align: center;	
	padding-bottom: 15px;
}
/*=MISC
=== === === === === === === === === === */
.homeimg {
	background: url(../_cssimg/geode_wines_beauty.jpg) no-repeat 405px 65px;
}
.vineimg {
	background: url(../_cssimg/geode_map.jpg) no-repeat 170px top;
}
.chardimg {
	background: url(../_cssimg/geode_wines_beauty02.jpg) no-repeat 300px top;
/*	background: url(../_cssimg/geode_wines_beauty02.jpg) no-repeat 405px top;*/
}

.bigStop {
margin-top: 23px;
}
.column01{
	margin-left: 10px;
	margin-right: 5px;
}
.color {
	color: #c8ab80;
}
.quote {
	font-style: italic;
	margin-bottom: 4px;
	border-bottom: 1px solid #a56c0a;
	color: #773501;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 180%;
}
.left {
	float: left;
	margin-right:10px;
	margin-top:5px;
}
.button {
	padding: 2px;
	background-color: #ece2c9;
	border: 1px solid #663f00;
	text-decoration: none;	
}
.spaceB {
	margin-bottom: 15px;
}