/* This file contains description of colours and layout (boxes) for the site. */

/* No borders, please. */

html, body {
	margin: 0;
	border: 0;
}

/* Gradient. */

body {
	background-color: #ccc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* Fixed width page. */

#body {
	position: relative;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ccc;
	
	/* The nav bar background goes on this box, which ensures that it
	extends to the bottom. The right side border of the nav bar is also
	part of this image. */
	
	background-color: white;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: repeat-y;
	
	min-height: 500px;
	_height: 500px; /* This is how IE says it. */
}

/* Left hand side column. */

#nav_bar {
	top: 0;
	left: 0;
	position: absolute;
	width: 164px;
}

#main_nav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#nav_bar li {
	margin: 0;
	border-right: 2px solid #ccc;
}

#nav_bar li li {
	border:0;
}

#main_nav li.first a {
	padding-top: 1em;
}

#logo {
	display: block;
	width: 162px; /* 2px narrower than nav bar, so right border shows through. */
	border-bottom: 2px solid #ccc;
}

.nav_members[class] {
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: 24px 4px;
	background-image: url(../images/nav_members.png);
}

* html .nav_members {
	padding-top: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/nav_members.gif);
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/nav_members.png', sizingMethod='scale');*/
}

/* Content */

#content_wrapper {
	margin-left: 164px;
	padding: 0;
	text-align: left;
}

#banner {
	padding:0;
	height:299px;
	width: 621px;
}

#banner h1 {
	margin:0;
	padding:0;
	line-height:1px;
}

#content {
	background-image: url(../images/content_box.jpg);
	min-height: 300px;
	_height: 300px;
	padding: 2em;
	padding-top: 1em;
}

#content ul {
	padding-left: 2em;
}

/* Footer. */

#footer {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	text-align: right;
	font-size: 80%;
	color: #aaa;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: white;
}

/* For the home page. */

.imgBar {
	float: right;
	margin: 1em;
	margin-top: 0;
	margin-right: -2px;
}

.imgBar img {
	display:block;
	margin-bottom: 1em;
	border: none;
}

/* For the wineries page. */

.list {
	float: right;
	width: 200px;
	margin-left: 2em;
	border-left: 2px solid #ccc;
	min-height: 200px;
}

.list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}

.list li {
	padding-bottom: 0.0em;
}

img.memberImg {
	border: 2px solid #ccc;
	display: block;
	float: right;
	margin-left: 1em;
}

/* For contacts. */

.contact {
	float: left;
	width: 280px;
}

/* Page selector. */

.pageSelector {
/*	text-align: center;*/
	margin: 2em;
	margin-left: 0;
}

/* For wineries, accomodation, food. */

.memberListing {
	margin-top: 1em;
}

.memberItem {
	float: left;
	width: 30%;
	
	/*
	Block by Ronty
	Request of paul on 10/08/07
	because when you have more then one line text then 
	there is a gap betweent to link item
	border-left: 2px solid #ccc;*/
	padding-left: 12px;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

.selected {
	background-color:#000000;
}.tbl {
	border: 1px solid #999;
}
