body {
	background: url(../img/bg.jpg);
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0; 
	}

a { color: #475534; }
a:hover { text-decoration: none; }

h1, h2, h3, h4 {
	color: #475534;
	margin-bottom: .8em;
}

table td {
	padding-left: 0;
}

hr {
	margin: 0 0 10px 0;
}


#companynav { 
	background: #45331f;
	line-height: 16px;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: right;
	padding: 4px 4px 2px;
	border-bottom: 3px #2e2110 solid;
	color: #bca696;
	}
	
	#companynav a {
		text-decoration: none;
		color: #9e7442;
	}
	
	#companynav a:hover {
		text-decoration: underline;
	}
	
	#companynav a.this {
		color: #fff;
	}


.container {
	background: #fff;
	}

#header {}

	#header h1 {
		margin: 0;
		}

	#header a {
		display: block;
		height: 92px;
		background: url(../img/header_bg.png);
		text-indent: -3000px;
		border: 8px #fff solid;
		}

#sidebar {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, Times, serif;
	}

	#sidebar .related,
	#sidebar #nav,
	#sidebar .call {
		margin-left: 8px;
		}

	#nav {
		background: url(../img/nav_bg.jpg);
		margin: 0 0 0 8px;
		padding: 0;
		list-style: none;
		text-align: center;
		}

		#nav a {
			color: #fff;
			display: block;
			line-height: 25px;
			padding-top: 4px;
			font-size: 17px;
			border-bottom: 1px #1c4a73 solid;
			text-decoration: none;
			font-weight: normal;
			}

			#nav a.active { background: #295b86; }
			#nav a:hover { background: #01284b; }

	#sidebar h4 {
		margin-bottom: 5px;
		font-family: "Adobe Garamond Pro", Garamond, Georgia, Times, serif;
	}
	
	#sidebar p {
		margin-bottom: 8px;
	}
	
	.related a {
		color: #AC8F3F;
	}
	
	.related a:hover {
		text-decoration: none;
	}
	
	.related {
		font-size: 11px;
		line-height: 120%;
		border-top: 1px #ccc dotted;
		margin-bottom: 8px;
		margin-top: 8px;
		padding-top: 8px;
		font-family: Helvetica, sans-serif;
		color: #666;
		text-align: center;
		}

	.call {
		padding: 40px 4px 0 4px;
		line-height: 12px;
		font-size: 11px;
		font-style: italic;
		color: #666;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		background: url(../img/nav_phone.jpg) top center no-repeat;
		}
	
	.newsletter td {
		padding: 0 0 3px 0;
		}
		
		.newsletter input {
			color: #999;
		}
			
			.newsletter input.focus,
			.newsletter input.changed, {
				color: #333 !important;
			}



#content {
	background: #fff;
	margin-right: 8px;
	}
	
	h2.title { margin-bottom: 0; font-size: 18px; line-height: 14px; font-weight: bold; }
	
	#content p {margin: 0 0 1em;}
	#content p img.left {float: left; margin: 1em 1em 1em 0; padding: 0;}
	#content p img.right {float: right; margin: 0 0 1em 1em;}


p.quote {
	font-size: 24px;
	width: 50%;
	float: left;
	margin: 0 12px 0 0;
	line-height: 28px;
	}

p.photo {
	text-align: center;
	background: #ddd;
	padding: 3px;
	margin-top: 0;
	font-size: 13px;
	font-style: italic;
	}


.pageheaderimage {
	margin-bottom: 10px;
}


	blockquote.pullquote {
		padding:12px 0;
		margin: 5px 15px 8px 0;
		float:left;
		width:180px;
		text-align: center;
		border-top:3px double #ccc;
		border-bottom:3px double #ccc;
        border-left:0;
        border-right:0;
		line-height:1.6em;
        background:#fefefe;
		}

	blockquote.pullquote.right {
		margin: 5px 0 8px 15px;
		float:right;
		}

	blockquote.pullquote p {
		margin:0 !important;
		font-size:1.4em;
		}
		
		blockquote.big {
			color:#475534;
			font-size:1.4em;
			line-height: 1;
		}


.winelist th {
	color: #475534;
	padding: 14px 0 6px;
	background: none;
	font-size: 17px;
	border-bottom: 3px #ccc double;
	font-weight: normal;
	text-align: left;
	}
	
	.winelist th em {
		font-size: 22px;
		font-style: normal;
		display: block;
		margin: 0 0 4px 0;
		}


.winelist td {
	border-bottom: 1px #ccc solid;
	line-height: 14px;
	padding: 6px 0 4px 0;
	}
	
	.winelist td em {
		color: #666;
		font-size: 12px;
		margin-top: 3px;
		}

	.winelist td.region {
		font-size: 13px;
		color: #666;
		}

	.winelist td.price {
		text-align: right;
		font-style: italic;
		white-space: nowrap;
		}
	

#footer .inner {
	background: #022A4D;
	color: #fff;
	border: 8px #fff solid;
	padding: 8px;
	font-size: 11px;
}

#footer .links {
	float: left;
}

#footer a {
	color: #fff;
	margin-right: 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #81B9E9;
}

#footer .copyright {
	color: #cfdbb5;
	float: right;
}

