@charset "utf-8";

/* Common */
html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #bdb9ab;
	background: #000 url(../img/format/pageback.jpg) no-repeat bottom left;
	background-attachment: fixed; 
	padding: 0;
	margin: 0;
}
	
a:link { color:#fff5b9; }
a:active { color:#fff5b9; }
a:visited { color:#fff5b9; }
a:hover { color:#525252; }

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	} 

.noflash {
	display:none;
	}


/* Page Structure */
div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	}
	
div#flashContent {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto;
	padding:0;
	}
	
div#flashBag {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding:0;
	}
	
div#htmlContent {
	width: 900px;
	margin: 1em auto;
	padding:0;
	overflow: hidden;
	background:#000000;
	}

div#band {
	width: 900px;
	clear:both;
	margin: 0 auto;
	overflow:hidden;
	}
	
/*htmlContent structure*/
#htmlContent {
}

#htmlInner {
}

#htmlContent .contain {
	overflow: hidden;
}

#htmlContent .noflashhomepage {
	overflow: hidden;
	margin: 0 0 10px 0;
	background: none;
}

/* header */
#header h1{text-indent:-10000px;margin:0;padding:0;}
#header h1 a{display:block;background:url(../img/format/noflash_header.jpg) no-repeat left top;height:188px;}
#header {
	width: 900px;
	margin: 0 auto;
}

/* non flash navigation */
#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #000000;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #554d35;
}
#navcontainer ul li a:hover {
	background-color: #554d35;
	color: white;
}
#navcontainer #active { border-left: 1px solid #554d35; }
#navcontainer #first { border-left: 1px solid #554d35; }

/* footer */
#footer {
	clear:both;
	padding: 5px;
	margin: 15px 0;
	text-align:center;
  	font-size:.8em;
	color:#fff5b9;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#footer li {
	display:inline;
	margin:0;
	border-right:1px solid #525252;
	}
#footer #last {
	border-right:0;
}
#footer a {
	text-decoration:none;
	color:#fff5b9;
	padding:0 5px;
	}
#footer a:link { color:#fff5b9; }
#footer a:active { color:#fff5b9; }
#footer a:visited { color:#fff5b9; }
#footer a:hover { color:#525252; }
#footer img {
	border:none;
}
.textonly {
	padding:0 5px;
}

/* common */
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	padding:0 0 .8em 0;
}

/* popup */
div#popup {
	width: 450px;
	margin: 0 auto 1em auto;
	padding: 120px 2em 2em 2em;
	overflow: hidden;
	background:url(../img/format/popup_header.jpg) #000000 no-repeat top center;
	border:none;
	}

/* forms */
label {
	display:block;
	font-weight:bold;
	margin:1em 0 0 0;
	text-transform:capitalize;
}
input[type=text] {
	width:250px;
}
textarea {
	width:250px;
	height:60px;
}
.error {
	color:#990000;
	font-weight:bold;
}
.success {
	color:#009933;
	font-weight:bold;
}

/* pages */
.page {
	padding:10px 0 20px 0;
	overflow:hidden;
}
.bodytext {
	clear:both;
	width:500px;
	float:right;
}
#pagecol1 {
	float:left; 
	width:370px;
	overflow:hidden;
	margin-right:5px;
}
#pagecol1 img {
	border:none;
}
#pagecol2 {
	float:left; 
	width:475px;
	overflow:hidden;
}
#pagecol3 {
	float:left; 
	width:900px;
	overflow:hidden;
}
#pagecol3 img {
	border:none;
}
#pagecol4 {
	float:right; 
	overflow:hidden;
	width:475px;
}
.page h2 {
	margin:10px 0 0 4px;
	padding:0;
	font-size:1.8em;
	color:#f7f2e0;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
}
.page h2 span{
	font-size:.5em;
}
.page h3 {
	margin:0 0 0 0;
	padding:0;
	color:#cac6b8;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	font-size:.95em;
	width:550px;
	float:right;
	line-height:2em;
}
.notes h3 {
	margin:20px 0 0 0;
	padding:5px 0;
	color:#535353;
	font-weight:normal;
	text-transform:capitalize;
	font-size:1.5em;
	text-align:left;
	border-bottom:1px #1a1a1a solid;
	line-height:2em;
	clear:both;
	float:none;
}
.notes ul {
	list-style:none;
	margin:0;
	padding:0;
}
.notes ul li {
	padding:5px 0;
	border-bottom:1px #1a1a1a solid;
}
.notes ul li a {
	color:#beae72;
	text-decoration:none;
}
.page p {
	margin-top:1.8em;
	line-height:2em;
	color:#bdb9ab;
}
.page p.lead {
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	color:#cac6b8;
	font-size:.9em;
}
.page p.blocked {
	text-align:center;
}

.shortnav {
	clear: both;
}

.shortnav ul {
	clear: both;
	margin:0;
	padding: 2.0em 0 0;
	text-align:right;
	clear:both;
}

.shortnav ul li {
	display:inline;
	margin:0 0 0 40px;
	padding:0 0 0 20px;
	background:url(../img/format/bullet.gif) 0 center no-repeat;
	display:inline;
}

.shortnav ul li a {
	color:#e8d48b;
	font-weight:bold;
	text-decoration:none;
}
.shortnav ul li a.active {
	color:#FFFFFF;
}


.subnav ul {
	margin:.5em 0 4em 0;
	padding:0;
	text-transform:uppercase;
	text-align:right;
}

.subnav ul li {
	display:inline;
	margin:0 0 0 20px;
	padding:0 0 0 0px;
	display:inline;
}

.subnav ul li a {
	color:#7c7970;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none;
}
.subnav ul li a:link { color:#7c7970; }
.subnav ul li a:visited { color:#7c7970; }
.subnav ul li a:active { color:#7c7970; }
.subnav ul li a:hover { color:#ffffff; }
.subnav ul li a.active {
	color:#FFFFFF;
}
.subnav ul li a.active:link { color:#FFFFFF; }
.subnav ul li a.active:visited { color:#FFFFFF; }
.subnav ul li a.active:active { color:#FFFFFF; }
.subnav ul li a.active:hover { color:#7c7970; }


/* homepage */
.homepage {
	text-align:center;
	width: 900px;
	padding-bottom:20px;
}
.homepage img {
	border:none;
}


/* cellar door */
.address {
	float:left;
	margin:0 20px 0 0;
	font-weight:bold;
	text-align:right;
	width:250px;
}
.addressright {
	width:180px;
}
.address a {
	color:#e8d48b;
	text-decoration:none;
}
.address a.active {
	color:#FFFFFF;
}

/* Changes by Matt Stone on 23/09/2009 */
.homepage {
	position: relative;
	width: 900px;
	height: 380px;
	background: url(../img/pages/graphic_homepage-bottles.jpg) no-repeat center top;
}

.homepage a {
	display: block;
	position: absolute;
	text-indent: -5000px;
	outline: none;
}

.homepage a.croser-nv {
	top: 45px;
	left: 170px;
	width: 220px;
	height: 285px;
}

.homepage a.croser-vintage {
	top: 25px;
	left: 390px;
	width: 120px;
	height: 305px;
}

.homepage a.croser-vintage-text {
	top: 330px;
	left: 360px;
	width: 180px;
	height: 55px;
}

.homepage a.croser-late {
	top: 45px;
	left: 510px;
	width: 210px;
	height: 285px;
}

#pagecol3.croser-nv {
	min-height: 500px;
	height:auto !important;
  	height:500px;
	background: url(../img/products/graphic_wine-croser-nv.jpg) no-repeat;
}

#pagecol3.croser-vintage {
	background: url(../img/products/graphic_wine-croser-vintage.jpg) no-repeat;
}
