/* CSS Document */

body {
	background-color:#918f69;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404138;
}

a {
	color:#574e29;
	text-decoration:none;
}

p {
	line-height:24px;
}

#container {
	position:relative;
	width:1000px;
	margin:0 auto;
	border:1px #ffeb8f solid;
}

#header {
	height:150px;
	width:999px;
	position:relative;
	text-indent:-9999px;
}

h1 {
	height:150px;
	position:relative;
	width:999px;
	margin:0;
}

h1 a {
	background-repeat:no-repeat;
	background-position:-38px -32px;
	
	display:block;
	height:85px;
	left:38px;
	position:absolute;
	text-decoration:none;
	top:32px;
	width:85px;
}

h1 a:hover {
	background-position:-38px -182px;
}

h3 {
	font-size:18px;
	font-variant:small-caps;
}

h4 {
	font-size:14px;
	white-space:nowrap;
}

#top_nav {
	margin:0;
	padding:0;
	display:block;
	height:30px;
	width:999px;
}

.nav {
	display:inline;
	position:relative;
}

.nav a{
	position:relative;
	background:url(../images/nav.gif);
	height:40px;
	float:left;
	list-style-type:none;
	text-indent:-9999em;
	
}

#nav_wines a{
	width:125px;
}

#nav_winemaking a{
	width:187px;
	background-position:-125px;
}

#nav_news a{
	width:100px;
	background-position:-312px;
}

#nav_order a{
	width:163px;
	background-position:-412px;
}

#nav_wine_club a{
	width:150px;
	background-position:-575px;
}

#nav_visit_us a{
	width:119px;
	background-position:-725px;
}

#nav_contact a{
	width:155px;
	background-position:-844px;
}

#popup {
	background:#918F69;
	border:1px solid #FFEB8F;
	display:none;
	width:474px;
	left:-1px;
	position:absolute;
	top:115px;
}

#popup p {
	margin:0 7px;
}

#popupFooter {
	background:#404138;
	color:#C1A63D;
	display:none;
	top:341px;
	height:22px;
	left:8px;
	position:absolute;	
	width:474px;
}

.left {
	float:left;
}

img.left {
	margin-right:6px;
}

#sidebar {
	position:relative;
	float:right;
	width:200px;
	border-left:#ffeb8f 1px solid;
	list-style-type:none;
	line-height:18px;
	margin-top:25px;
	padding:15px;

}

#sidebar a {
	color:#404138;
}

.subnav_items {
	list-style-type:none;
	font-size:10px;
	padding-left:15px;
}

#content{
	position:relative;
	width:690px;
	min-height:300px;
	margin-left:25px;
	margin-top:50px;
	clear:left;
}

.column_left{
	position:relative;
	width:325px;
	float:left;
}

.column_right{
	position:relative;
	width:325px;
	float:left;
	margin-left:40px;
}

.p_caps {
	font-size:18px;
}

.label_display {
	float:left;
	margin-left:15px;
	text-align:center;
	font-size:10px;
	line-height:14px;
}

img.large_label {
	float:left;
	margin-top:20px;
}

.wine_stats {
	float:left;
	width:300px;
	padding-left:75px;
}

#visit_map {
	position:relative;
	margin-top:20px;
	width:325px;
	height:250px;
	float:left;
}

#footer {
	position:relative;
	clear:left;
	width:999px;
	height:40px;
	background-color:#404138;
	color:#bfa53d;
}

#footer a {
	color:#bfa53d;
}

#footer p.copy {
	color:#918f69;
	font-size:10px;
	line-height: 14px;
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.siteBy a {
	height:20px;
	width:22px;
	background:url(../images/siteBy.gif) no-repeat;
	text-indent:-9999em;
	position:absolute;
	bottom:10px;
	right:15px;
	margin:0;
	padding:0;
}

.siteBy a:hover {
	background-position:bottom;
}

.tableheader {
	font-size: 15px;
	color: #bfa53d;
	background-color: #3f4038;
}
.tablecells {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f4038;
}
.tablecells_lt {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfa53d;
}