body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #7c7526 url(../_images/vineyard.jpg) center top no-repeat;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content hr, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #b20838;
    text-decoration: underline;
}
a:hover, a:active {
    color: #655e1b;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 920px;
	margin: 120px auto 0 auto;
	text-align: left;
	background: transparent url(../_images/bg.jpg) 0 0 repeat-y;
}
#sub #wrapper { background: transparent url(../_images/bg-sub.jpg) 0 0 repeat-y; }


/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
a#logo {
	width: 300px;
	height: 150px;
	display: block;
	margin: 0 auto;
}
	a#logo span { display: none; }

#main {	background: transparent url(../_images/top.jpg) 0 0 no-repeat; }
#sub #main { background: transparent url(../_images/top-sub.jpg) 0 0 no-repeat; }

#menu {
	margin: 0 auto;
	padding: 19px 0 0 0;
	width: 880px;
	text-align: center;
}
	#menu li {
		list-style: none;
		display: inline;
		padding: 0 15px;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}
	#menu a:link, #menu a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#menu a:hover, #menu a:active {
		color: #b6b16f;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#welcome {
	width: 820px;
	margin: 0 auto;
	padding: 30px 30px 15px 30px;
	background: transparent url(../_images/barells.jpg) right bottom no-repeat;
}
	#welcome h1 {
		font-family: "Times New Roman", Times;
		font-size: 22px;
		line-height: 22px;
		color: #b20838;
		border-bottom: 1px solid #aca233;
		padding: 5px 0 10px 60px;
		background: transparent url(../_images/icon-bottles.gif) 0 0 no-repeat;
	}
		#welcome h1 span {
			font-size: 20px;
			font-weight: normal;
			display: block;
		}
	
	#welcome p, #welcome li, #welcome h2 {
		padding-right: 180px;
	}

#reasons {
	width: 820px;
	height: 50px;
	border-top: 1px solid #aca233;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
	#reasons h2 {
		font-family: "Times New Roman", Times;
		font-size: 20px;
		color: #b20838;
		float: left;
	}
	#reasons ul {
		margin: 0 0 0 250px;
	}
		#reasons li {
			list-style: none;
			font-size: 16px;
			height: 35px;
			line-height: 16px;
		}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	width: 570px;
	float: left;
	margin: 30px 0 30px 50px;
	display: inline;
}
	#content h1 {
		font-family: "Times New Roman", Times;
		font-size: 22px;
		line-height: 22px;
		color: #b20838;
		border-bottom: 1px solid #aca233;
		padding: 20px 0 15px 60px;
		background: transparent url(../_images/icon-bottles.gif) 0 0 no-repeat;
	}
	#content h2 {
		font-size: 20px;
		font-weight: normal;
		color: #b20838;
	}
	#content h3 {
		font-size: 16px;
		font-weight: normal;
	}
	
	#content li {
		margin-left: 25px;
	}
	
	#content p.highlight {
		background: #d6d4a7;
		padding: 15px;
		border: 1px solid #837d2b;
	}
	
	#content p.top {
		font-size: 10px;
		text-align: right;
		text-transform: uppercase;
		clear: both;
	}
	
	#content img.imgright {
		float: right;
		margin: 0 0 10px 15px;
		display: inline;
		clear: right;
	}
	#content img.inset {
		padding: 3px;
		border: 1px solid #d6d4a7;
	}
	#content p.photos img {
		vertical-align: middle;
		margin: 0 20px 20px 20px;
	}
	
	#content hr {
		border: none;
		border-bottom: 1px solid #aca233
	}

#side {
	width: 175px;
	float: right;
	margin: 50px 50px 30px 0;
	display: inline;
}
	#side h2 {
		font-family: "Times New Roman", Times;
		font-size: 18px;
		color: #b20838;
	}
		#side li {
			list-style: none;
			font-size: 11px;
			line-height: 14px;
			margin: 0 0 5px 0;
			padding: 0 0 5px 0;
			border-bottom: 1px solid #948e40;
		}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#bottom {
	clear: both;
	width: 880px;
	margin: 0 auto;
	background: #655e1b url(../_images/bottom.jpg) 0 0 no-repeat;
	padding: 25px 0 0 0;
}
	#bottom1 {
		width: 315px;
		float: left;
		margin: 0 0 0 90px;
		display: inline;
	}
	#bottom2 {
		width: 310px;
		float: right;
		margin: 0 35px 0 0;
		display: inline;
	}
	
	#bottom h2 {
		font-family: "Times New Roman", Times;
		font-size: 16px;
		padding: 0 0 4px 0;
		border-bottom: 1px solid #817b44;
		font-weight: normal;
	}
	#bottom h2, #bottom p, #bottom li, #bottom dt {
		color: #FFF;
	}
	
	#bottom a:link, #bottom a:visited {
		color: #FFF;
	}
	#bottom a:hover, #bottom a:active {
		color: #b6b16f;
	}
	
	#bottom dd, #bottom dd a {
		font-size: 10px;
		line-height: 13px;
		color: #cbc89c !important;
	}

#page-footer {
	height: 19px;
	clear: both;
	background: transparent url(../_images/footer.jpg) 0 0 no-repeat;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}
	#footer li a:link, #footer li a:visited {
		color: #FFF;
	}
	#footer li a:hover, #footer li a:active {
		color: #b6b16f;
	}

#footer p, #footer a {
	font-size: 11px;
	color: #b6b16f;
}


/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form table { width: 350px; }
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	