

/** GENERIC DEFINITIONS **/
* {
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
}

html, body, td, th, p, li {
	margin:0;
	padding:0;
	outline:none;
	line-height:140%;
}

html {
	height:100%;
}

body {
	min-height:100%;
	background:#000 url('../images/bg.png') 50% 231px no-repeat;
}

p,label,td,th {
	font-size:13px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

a,a:link,a:visited,a:hover,a:active {
	color:#336699;
}

/** PAGE **/

#page {
	padding-top:50px;
	width:800px;
	margin:0 auto;
}

/** HEADER **/

#header {
	width:443px;
	height:181px;
	background:url('../images/logo.png') 0 0 no-repeat;
	margin:0 auto;
}

#header h1,
#header h1 a {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

/** FOOTER **/

#footer {
	text-align:center;
	border-top:1px solid #404040;
	padding:40px 0 110px;
	clear:both;
}

#footer #wines li {
	float:left;
}
#footer #wines a {
	background:url('../images/footer-wines.png') 0 0 no-repeat;
	height:30px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
}

#footer #wines .redblend a {
	width:275px;
}
#footer #wines .chardonnay {
	float:right;
}
#footer #wines .chardonnay a {
	width:336px;
	background-position:100% 0;
}
#footer #wines .redblend a:hover {
	background-position:0 100%;
}
#footer #wines .chardonnay a:hover {
	background-position:100% 100%;
}

#footer p {
	margin-bottom:1em;
	letter-spacing:-1px;
}
#footer p, #footer p a {
	color:#999;
	font-size:17px;
}
#footer .company {
	text-transform:uppercase;
	letter-spacing:4px;
}

#footer #menu {
	color:#666;
	clear:both;
	margin:70px 0 65px;
}

#footer #menu li {
	display:inline-block;
	font-size:20px;
	text-transform:uppercase;
	padding:0 27px;
}
#footer #menu li a {
	color:#666;
	text-decoration:none;
}
#footer #menu li a:hover {
	color:#ccc;
}

#footer.redblend #wines .redblend a { display:none; }
#footer.chardonnay #wines .chardonnay a { display:none; }
#footer.home #menu .home { display:none; }
#footer.aboutus #menu .aboutus { display:none; }


/** CONTENT **/

#content {
	color:#999;
	padding-top:60px;
	padding-bottom:43px;
}
#content.home {
	color:#666;
	padding-top:0; 
}

#content h2 {
	font-size:24px;
	text-align:center;
}
#content.home h2,
#content h3,
#content p {
	font-size:20px;
	text-align:left;
}
#content h2 {
	text-transform:uppercase;
	margin:60px 0 55px;
}
#content.home h2 {
	margin:55px 0 38px;
}
#content.wine h2 {
	background:url('../images/footer-wines.png') 0 0 no-repeat;
	width:275px;
	height:30px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 24px;
}
#content.wine.chardonnay h2 {
	width:336px;
	background-position:100% 0;
}
#content h3 {
	font-weight:bold;
}
#content p {
	margin-bottom:1.1em;
	text-align:justify;
	letter-spacing:-1px;
	word-wrap: break-word;
}
#content em {
	font-style:normal;
	color:#fff;
}
#content.home em {
	color:#900;
}

/** ASIDE **/

#bottle {
	float:left;
	width:135px;
	height:671px;
	background:url('../images/bottles.png') 0 0 no-repeat;
	margin:60px 128px 55px 0;
}
#bottle.chardonnay {
	background-position:100% 0;
}

/** BOTTLES **/

#bottles {
	text-align:center;
	margin-top:38px;
}
#bottles li {
	display:inline-block;
}
#bottles li a {
	display:inline-block;
	width:166px;
	height:671px;
	background:url('../images/bottles.png') 0 0 no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#bottles li a.chardonnay {
	background-position:100% 0;
}

/** Responsive **/

@media screen and (max-width: 699px) {
}