body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers*/
	font-family: "Arial", sans-serif;
	background: #fff url(../images/fade.gif) repeat-y center;
}

html>body { /* be nice to Opera */
	font-size: small;
	}

/* BASIC/HTML TAGS
----------------------------------------------- */
	
h1 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #326464;
	}
	
h2 {
	font-size: 130%;
	margin: 0;
	padding: 0;
	color: #d53f3e;
	}
	
h3 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	}

p {
	font-size: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
a {	
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #966496;
	}
	
/*---------------------------------------------*/
em {font-style: normal;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.altAlign {text-align: right;}
	

/* COLOURS
----------------------------------------------- */
.red {background: #d53f3e;}
.orange {background: #d5933e;}
.blue {background: #647296;}
.green {background: #326464;}
.purple {background: #966496;}
	
/*---------------------------------------------*/




/* STRUCTURE
------------------------------------------------ */

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: #fff url(../images/fade2.gif) repeat-y right;
	}
	
#wrap-inner {
	position: relative;
	margin: 0;
	padding: 0 0 0 120px;
	width: 880px;
	min-height: 700px;
	height: auto !important;/*to fix min-height in IE*/
	height: 700px;
}
	
.mainBottleTop {/*can't overlap nav!!!!!*/
	position: absolute;
	top: 50px;
	left: 0;
	height: 154px;
	width: 161px;
	z-index: 1;
	background: url(../images/bottleTop.png) no-repeat 0 0;
}

.mainBottleBottom {/*can't overlap nav!!!!!*/
	position: absolute;
	top: 204px;
	left: 0;
	height: 354px;
	width: 398px;
	z-index: 1;
	background: url(../images/bottleBottom.png) no-repeat 0 0;
}	

#header {
	float: left;
	margin: 40px 0 0 52px;
		display: inline; /*to fix double margin in IE6*/
	padding: 0 0 14px 0;
	width: 776px;
	border-top: solid 10px #d53f3e;
}

/* NAVIGATION
------------------------------------------------ */

#mainNav ul {
	float: left;
	margin: 0 0 0 52px;
		display: inline; /*to fix double margin in IE6*/
	padding: 0;
	width: 476px;
}
	
#mainNav ul li {
	float: left;
	margin: 0 5px 0 0;
		display: inline; /*to fix double margin in IE6*/
	list-style: none;
	background: #000;
}

#mainNav ul li.one {background: #d53f3e;}
#mainNav ul li.two {background: #d5933e;}
#mainNav ul li.three {background: #647296;}
#mainNav ul li.four {background: #326464;}
#mainNav ul li.five {background: #966496;}

#mainNav ul li.one:hover {background: #ea9f9e;}
#mainNav ul li.two:hover {background: #eac99e;}
#mainNav ul li.three:hover {background: #b1b8ca;}
#mainNav ul li.four:hover {background: #98b1b1;}
#mainNav ul li.five:hover {background: #cab1ca;}


#mainNav ul li a{
	float: left;
	margin: 0;
	padding: 60px 10px 0 10px;
	width: 67px;
	min-height: 27px;
	height: auto !important;/*to fix min-height in IE*/
	height: 27px;
	color: #fff;
	text-decoration: none;
}

#mainNav ul li.one:hover a {color: #d53f3e;}
#mainNav ul li.two:hover a {color: #d5933e;}
#mainNav ul li.three:hover a {color: #647296;}
#mainNav ul li.four:hover a {color: #326464;}
#mainNav ul li.five:hover a {color: #966496;}


	
/* MAINBODY
------------------------------------------------ */
	
#main-body {
	position: relative; /*to make links active over bottle*/
	z-index: 100; /*to make links active over bottle*/
	float: left;
	margin: 0;
	padding: 20px 52px 20px 52px;
	width: 776px;
}

#content {
	float: right;
	padding: 0;
	width: 473px;
}
	
.home #main-body { /*to allow space for article list article padding*/
	padding: 20px 0 20px 52px;
	width: 828px;
}

.home #content { /*to allow space for article list article padding*/
	width: 525px;
}	
	
/* SIDEBAR
------------------------------------------------ */

#sidebar {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 280px;
	}

/* FOOTER
------------------------------------------------ */
	
#footer {
	float: left;
	clear: both;
	margin: 20px 32px 20px 52px;
		display: inline; /*to fix double margin in IE6*/
	padding: 20px 0 10px 0;
	width: 776px;
	background: #fff url(../images/colours.gif) no-repeat right 0;
	color: #966496;
	}

/* FRONT PAGE OBJECTS
------------------------------------------------ */	
.welcome {
	padding: 0 0 20px 0;
	text-align: right;
}

.mainImage {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 473px;
	height: 297px;
	background: #000 url(../images/mainImage.jpg) no-repeat 0 0; /* #000 for when images off*/
}

.mainImage .shadeStyleOne {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	background: url(../images/green70.png) repeat 0 0;
}

.mainImage .shadeStyleOne h2 {
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}

.mainImage .shadeStyleOne h2 em {
	padding: 10px 40px 10px 10px;
	background: url(../images/green70.png) repeat 0 0;
	font-weight: normal;	
}

/* ARTICLELIST
------------------------------------------------ */

#homepageArticleList .articlelist {
	float: left;
	clear: both;
	width: 483px; /*max width 525px, visual width 473px*/
}

#homepageArticleList .articlelist .article {
	float: left;
	margin: 0 10px 0 0;
		display: inline; /*to fix double margin in IE6*/
	padding: 0 0 10px 0;
	width: 151px;
	border-bottom: solid 4px #326464;
}
#homepageArticleList .articlelist .article .thumbnail {
	margin: 0 0 14px 0;
	width: 151px;
}

#homepageArticleList .articlelist .article  h2{
	margin: 0;
	padding: 0;
	color: #d53f3e;
	text-transform: uppercase;
}

#homepageArticleList .articlelist .article .date {}
#homepageArticleList .articlelist .article .summary {}
#homepageArticleList .articlelist .article .readmore {}

/* ------------------------------------------------ */

#aboutArticleList .articlelist {
	float: left;
	clear: both;
	width: 473px; /*max width 473px*/
}

#aboutArticleList .articlelist .article {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 473px;
	border-bottom: solid 4px #326464;
}

#aboutArticleList .articlelist .article .thumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 90px;
	border: solid 1px #966496 !important;
}

#aboutArticleList .articlelist .article  h2{
	margin: 0 0 0 100px;
	padding: 0;
	color: #d53f3e;
	text-transform: uppercase;
}

#aboutArticleList .articlelist .article .date {margin: 0 0 0 100px;}
#aboutArticleList .articlelist .article .summary {margin: 0 0 0 100px;}
#aboutArticleList .articlelist .article .readmore {margin: 0; float: right;}


/* ARTICLE
------------------------------------------------ */

#fullArticle .article {
	float: left;
	border: solid 1px #d53f3e;
	margin: 0;
	padding: 0;
	width: 774px;
}
#fullArticle .article h2{
	padding: 6px 10px 4px 10px;
	color: #fff;
	background: #d53f3e;
	text-transform: uppercase;
}

#fullArticle .article p {
	margin: 0;
	padding: 10px;
}

#fullArticle .article .date {}

#fullArticle .article img {
	float: left;
	margin: 0;
	padding: 10px;
}


/* BUTTONS 
------------------------------------------------ */


a.buttonRight,
a.buttonLeft {
	float: left;
	margin: 10px 0 10px 10px;
	padding: 2px 12px;
	background: #d53f3e;
	color: #fff;
	text-decoration: none;
}

a.buttonRight {
	float: right;
	margin: 10px 0 10px 10px;
}

/* IMAGE HEADINGS 
------------------------------------------------ */

.barossaShiraz {height: 22px; width: 100%; padding: 0 0 10px 0; background: url(../images/headings/barossaShiraz.gif) no-repeat right 0}
.barossaShiraz em{display: none;}

/* MISC
------------------------------------------------ */

.logo {
	float: right;
	margin: 60px 52px 0 0;
		display: inline; /*to fix double margin in IE6*/
	padding: 0;
}

.geeks {
	float: right;
	text-transform: uppercase;
	font-size: 90%;
}

.geeks a{
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------------ */

.boxStyleOne {
	float: left;
	border: solid 1px #966496;
	margin: 0;
	padding: 0;
}

.boxStyleOne h2{
	padding: 10px;
	background: #966496;
	color: #fff;
}

.boxStyleOne h3{
	padding: 6px 10px 4px 10px;
	background: #966496;
	color: #fff;
}

.boxStyleOne p {
	padding: 10px;
}

/* ------------------------------------------------ */

.boxStyleTwo{
	float: left;
	border: solid 1px #647296;
	margin: 0;
	padding: 0;
}

.boxStyleTwo h2{
	padding: 10px;
	background: #647296;
	color: #fff;
}

.boxStyleTwo h3{
	padding: 6px 10px 4px 10px;
	background: #647296;
	color: #fff;
}

.boxStyleTwo p {
	padding: 10px;
}

/* ------------------------------------------------ */

.lineStyleOne {
	margin: 20px 5%;
	padding: 0;
	height: 3px;
	width: 90%;
	background: #326464;
	font-size: 1px; /*to fix height IE6*/
}


/* CONTACT FORM
------------------------------------------------ */
.contactForm {
	float: left;
	padding: 30px 25px 10px 25px;
	width: 420px;
}

.contactForm .item {
	float: left;
	margin: 0 0 10px 0; 
	padding: 0;
}


.contactForm label {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 180px;
	font-weight: bold;
	clear: left;
	color: #326464;
}

.contactForm input{
	float: right;
	margin: 0 0 10px 0;
	padding: 2px 12px;
	border: none;
	color: #fff;
	background: #326464;
	clear: both;
}

.contactForm input.textinput,
.contactForm textarea.textinput {
	float: left;
	margin: 0;
	padding: 2px;
	width: 234px;
	border: 1px solid #326464;
	color: #000;
	background: #fff;
	clear: right;
}

/* FAQ
------------------------------------------------ */

.faq {
	position: relative; /*to allow positioning of article pager*/
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq .article h2.title a {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	color: #647296;
	font-weight: bold;
	font-size: 80%;
}

.faq .readmore a {
	margin: 10px 10px 0 10px;
		display: inline; /*to fix double margin in IE6*/
	padding: 0;
}

.faq .articlePager {position: absolute; bottom: -2em; left: 0;}







