/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE
input,textarea,select{*font-size:100%;}*/
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
	background: #83929f url(../img/bg-body.jpg) repeat-x fixed bottom;
}

/* Background image */
#bg {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#bg img {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/* Layout wrapper */
.wrap {
	position: relative;
	z-index: 1;
	width: 921px;
	padding: 0 5px;
	margin: 0 auto;
	background: transparent url(../img/bg-wrap.png);
}

/* Header */
#header {
	height: 151px;
	overflow: hidden;
	background-color: #4d503b;
}
#header h1 {
	width: 270px;
	height: 70px;
	overflow: hidden;
	margin-top: 81px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
/* Header images */
body.home #header{
	background-image: url(../img/bg-header-home.jpg);
}
body.team #header{
	background-image: url(../img/bg-header-team.jpg);
}
body.wines #header{
	background-image: url(../img/bg-header-wines.jpg);
}
body.replenish #header{
	background-image: url(../img/bg-header-replenish.jpg);
}
body.contact #header{
	background-image: url(../img/bg-header-contact.jpg);
}

/* Content wrapper */
#content {
	min-height: 500px;
	padding-bottom: 20px;
	background-color: #fefffe;
	background-position: top right;
	background-repeat: no-repeat;
}
/* Content backgrounds */
body.home #content {
	background-image: url(../img/bg-content-home.jpg);
}
body.wines #content {
	background-image: url(../img/bg-content-home.jpg);
}

/* Nav */
#col-n {
	float: left;
	width: 200px;
}
#nav {
	
}
#nav li {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #fff url(../img/bg-nav-li.png);
}
#nav li.active {
	background-position: 0 -40px;
}
#nav a {
	display: block;
	padding: 14px 0 12px 14px;
	color: #576162;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(../img/bg-nav-a.png) no-repeat scroll 173px center;
}
#nav li.active a, #nav li a:hover, #nav li a:focus {
	color: #333;
}

#map-link {
	display: block;
	clear: both;
	height: 300px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url(../img/bg-map.png) no-repeat;
}

/* Content columns */
#col-t {
	float: left;
	width: 560px;
	padding: 22px 0 0 28px;
}
#col-l {
	float: left;
	width: 365px;
	padding: 22px 15px 0 28px;
}
#col-l.nopad {
	padding-top: 0;
}
#col-r {
	float: left;
	width: 313px;
	padding-bottom: 22px;
}

/* Footer */
#footer {
	height: 33px;
	background: transparent url(../img/bg-footer.png);
}
#footer ul {
	float: right;
	margin: 9px 9px 0 0;
	font-size: 0.8em;
	color: #fff;
}
#footer ul li {
	float: left;
}
#footer li a {
	color: #fff;
}
#footer li span {
	padding: 0 5px;
}

#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #83929f;
}
#skipnav:focus {
	color: #fff;
}