body {
	margin: 0;
	padding: 0;
	font: 1em/1.5em Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	color: #300;
	background: #EEE9DB;
}

a, strong {
	color: #963;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	color: #963;
	font-weight: normal;
	font-variant: small-caps;
}

h2 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

ul {
	list-style-type: square;
}

embed, object {
	margin: 0;
	padding: 0;
}

table {
	border-top: 1px solid #963;
}

th, td {
	border-bottom: 1px solid #963;
}

th {
	color: #FFF;
	background: #B9A573;
	text-align: left;
	font-size: 1.25em;
	font-weight: normal;
	font-variant: small-caps;
}

tr.subhead td {
	background: #D1C78E;
}

tr.alt td {
	background: #F4F4E8;
}

.container {
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/moscato/bg_header.gif') repeat-x left 109px;
	border-bottom: 1px solid #DDD3B0;
}

ul.nav {
	margin: 0;
	padding: 0 7px;
	list-style-type: none;
	float: right;
}

body#home ul.nav {
	position: absolute;
	left: 0;
	top: 175px;
	padding: 0;
	float: none;
}

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.nav li a {
	color: #FFF;
	width: 93px;
	height: 150px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	font-size: .75em;
	line-height: 272px;
	text-decoration: none;
	text-transform: uppercase;
}

* html ul.nav li a {
	line-height: 267px;
}

*+html ul.nav li a {
	line-height: 267px;
}

li.discover a {
	background-image: url('../images/moscato/bg_nav_discover.jpg');
}

body#discover li.discover a, li.discover a:hover {
	color: #963;
	background-image: url('../images/moscato/bg_nav_discoverON.jpg');
}

li.taste a {
	background-image: url('../images/moscato/bg_nav_taste.jpg');
}

body#taste li.taste a, li.taste a:hover {
	color: #963;
	background-image: url('../images/moscato/bg_nav_tasteON.jpg');
}

li.pair a {
	background-image: url('../images/moscato/bg_nav_pair.jpg');
}

body#pair li.pair a, li.pair a:hover {
	color: #963;
	background-image: url('../images/moscato/bg_nav_pairON.jpg');
}

body#home ul.nav li a {
	font-size: 1.5em;
	line-height: 36px;
	background: none;
	width: 300px;
	height: 36px;
	height: auto !important;
	padding: 0;
	display: block;
}

body#home ul.nav li a:hover {
	color: #963;
}


.header {
	height: 340px;
	position: relative;
}

.header object, .header embed {
	position: absolute;
	top: 0;
	left: 0;
}

body#home .header object, body#home .header embed {
	top: 215px;
}

/* hidden by nick d
.header h1 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 3.5em;
	font-variant: small-caps;
	position: relative;
	top: 230px;
	left: 325px;
}

body#home .header h1 {
	top: 140px;
	left: 40px;
}

.header h2 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 1.064em;
	position: relative;
	top: 220px;
	left: 350px;
	width: 550px;
}*/

.header h1 { /* recreated by nick d */
	color: #fff;
	font-size: 3.5em;
	font-variant: small-caps;
	left: 325px;
	margin: 0;
	overflow: hidden;
	padding: 6px 0 12px 0;
	position: absolute;
	top: 248px;
	width: 575px;
}

body#home .header h1 { /* recreated by nick d */
	left: 40px;
	top: 134px;
	width: 860px;
}

.header h2 { /* recreated by nick d */
	color: #fff;
	font-size: 1.064em;
	left: 350px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 220px;
}

.content {
	clear: left;
	font-size: .814em;
	padding: 10px 50px 50px;
}

body#home .content {
	padding: 50px;
}

.content h2 {
	margin: 30px 0 15px;
}

.content h3 {
	margin: 30px 0 15px;
	padding: 10px;
	background: #F4F4E8;
	border: 1px solid #963;
	border-style: solid none;
	display: block;
}

.content img {
	border: 1px solid #963;
	margin: 0 0 5px 10px;
	padding: 10px;
	float: right;
	display: block;
}

.footer {
	width: 900px;
	margin: 10px auto;
	color: #986;
	font-size: .667em;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */