html {
	height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	}
body.home {
	background-color: #a9640B;
	}
body.history {
	background-color: #8B0E3B;
	}
body.products, body.tasting_note {
	background-color: #462563;
	}
body.shipping {
	background-color: #3366aa;
	}
body.contact {
	background-color: #435E00;
	}



body > header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px solid #797979;
	}
body > header img {
	position: absolute;
	top: 10px;
	left: 10px;
	}
body > header p {
	position: absolute;
	top: 24px;
	left: 70px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ffffff;
	}
body > header #nav_control {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: #000000;
	}
body > header #nav_control a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background: url(../graphics/burger.png) 0px 0px #000000;
	}
#nav #nav_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: #000000;
	}
#nav #nav_close a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background: url(../graphics/burger.png) 0px -32px #000000;
	}



#base {
	position: absolute;
	top: 75px;
	bottom: 50px;
	margin: 10px;
	min-width: 96%;
	background-color: #000000;
	border: 1px solid #797979;
  	overflow-y: auto;
	}


#nav {
  	display: none;
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	z-index: 9;
	}
#nav ul {
	margin: 75px 0 0 0;
	}
#nav li {
	list-style-type: none;
	background: #303949;
	}
#nav li a {
	display: block;
	padding: 15px 0px 15px 70px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #696969;
	}


div.img {
	height: 200px;
	background: #000000;
	border-bottom: 1px solid #797979;
	}
body.home div.img {
	height: 350px;
	background: url(../images/table_sm.png) no-repeat right center #a9640B;
	background-size: cover;
	}

body.history div.img {
	background: url(../images/barrels_sm.png) no-repeat right top #8B0E3B;
	background-size: cover;
	}
body.products div.img {
	background: url(../images/bottles_sm.png) no-repeat right top #462563;
	background-size: cover;
	}
body.tasting_note div.img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 104px;
	height: 400px;
	padding: 10px;
	background: #999999;
	border: 1px solid #999999;
	}
body.tasting_note .content {
	padding: 10px 15px 15px 150px;
	}
body.shipping div.img {
	background: url(../images/grapes_sm.png) no-repeat right center #3366aa;
	background-size: cover;
	}


.content {
	padding: 10px 15px 15px 15px;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, form {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: 400;
	color: #ffffff;
	}
h2 {
	font-size: 1.6em;
	font-weight: 400;
	color: #ffee99;
	margin-bottom: 6pt;
	}
h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 9pt;
	}
strong {
	font-weight: 600;
	}
p {
	margin: 7pt 0pt;
	line-height: 1.5em;
	}
.content a {
	color: #99bbff;
	}
p.collect {
	padding: 20px 0 0 0;
	border-top: 1px solid #696969;
	}
p.delivery, p.call {
	padding: 10px 0 0 0;
	border-top: 1px dashed #696969;
	}
table.price {
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: 600;
	color: #ffcc77;
	}
p.download {
	padding: 36px 0;
	border-top: 1px solid #696969;
	}


body.products div#product_list {
	padding: 0px;
	margin-top: 30px;
	background: transparent;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	}
body.products div#product_list div {
	display: inline-block;
	width: 24%;
	background: #999999;
	}
body.products div#product_list div > a {
	display: block;
	margin: 0px;
	padding: 15px 15px 5px 15px;
	height: 320px;
	text-align: center;
	}
body.products div#product_list div p a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	}
body.products div#product_list div img {
	width: 78px;
	height: 300px;
	text-align: center;
	}
body.products div#product_list div p {
	display: inline-block;
	margin: 0px;
	width: 100%;
	text-align: center;
	font-size: .7em;
	background: #550000;
	}
body.products div#product_list div p a {
	display: block;
	padding: 12px 0px 12px 0px;
	text-decoration: none;
	color: #ffffff;
	}



#map	{
	height: 400px;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #797979;
	}


footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #494949;
	}
footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	color: #cccccc;
	}