/* layout styles and color/behaviour styles are separated */

/* GENERAL */

html {
	width:100%;
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #333333;
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #444;
	width:100%;
	height:100%;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #94614C;
}
a:hover {
	color: black;
}
a img {
	border: 0px;
}
ul, ol, table {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #231F20;
}
h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: lighter;
}
h1 {
	color: #BA8748;
}
h2, h3 {
	margin: 0.5em 0px;
}
h2 {
	font-size: 150%;
}
h3 {
	font-weight: lighter;
}
h6 {
	color: #BA8748;
	font-size: 250%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	margin:;
}
p.intro {
margin-top:6px;
	color: #BA8748;
	font-size: 1.4em;
	line-height:1.9em;
}
blockquote {
	margin: 0px;
	padding-left: 30px;
	font-style: italic;
	background: url(/_img/66.gif) no-repeat top left;
}
#nav {
	background: #BA8748;
	height: 23px;
	padding-top: 1px;
	line-height: 23px;
	font-size: 13px;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	display: inline-block;
	padding: 0 12px 0;
	color: white;
}
#nav a:hover {
	color: #221E1F;
}
#littlenav {
	margin: 0px 60px 0px 0px;
	width: 240px;
	height:100%;
	float: left;
}
#littlenav ul, #littlenav ul ul {
	list-style: none;
	margin:0;
	padding:0;
}
#littlenav li, #littlenav li li {
	padding:0;
	border-bottom: 1px solid #BA8748;
	margin:0;
}
#littlenav li h6, #littlenav li li h6 {
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	padding:0;
	margin:5px 0 0 30px;
	display: block;
	width:100%;
	height:100%;
	line-height:100%;
	vertical-align:center;
}
#littlenav li li h6 {
	padding-left:20px;
}
#littlenav li.last {
	border-bottom: 0;
}
#littlenav a {
	display: block;
	width:100%;
	padding:0;
	margin:0;
	color: #BA8748;
	text-decoration: none;
}
#littlenav a:hover {
	color: #684435;
}
#littlenav p, #littlenav ul#print_this_page {
	margin:1em 0 0 30px;
}
#littlenav #print_this_page {
	margin-top: 3em;
}
#col1 ul, #col2 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-image: url(/_img/ul_arrow.gif);
}
/* LAYOUT */

#wrapper {
	position:absolute;
	top:0;
	left:50%;
	margin: 0 auto 0 -490px;
	width: 980px;
	background: #F1EDDE;
}
#banner {
	padding: 20px 0px;
}
#banner img {
	margin: 0px auto;
}
#image {
	margin: 0px 0px 20px 0px;
}
#content {
	text-align: left;   /* only override here so align hack is still in effect for #banner */
}
/*
slightly enhanced, universal clearfix hack
( this applies to container of floated elements )
thanks to perishablepress.com
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

#text {
	margin: 0px;
	width: 640px;
	float: left;
}
.column {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 5px;
}
#col1 {

	padding-left: 0px;
	width: 200px;
}
#col2 {

	width: 400px;
	padding-left: 20px;
}
#googlemap {
	width: 640px;
	height: 300px;
}
#googlemap_directions {
	width: 640px;
	height: 300px;
}
#gallery td {
	border: 1px solid #BA8748;
	padding: 6px;
}
#enquiries th {
	width: 80px;
}
#captcha th {
	width: 160px;
}
.wineright {
	float:right;
	border-left:0px solid #9e7b5e;
	border-bottom:0px solid #9e7b5e;
	margin-left:20px;
	padding-left:20px;
	padding-bottom:20px;
}
