/**
 * Layout-Related Styles
 * @author Guillaume VanderEst <gvanderest@netshiftmedia.com>
 */

html, body
{
	min-height: 100%;
}

#container
{
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
	background: url('../img/containerBg.png') center center repeat-y;
}

#header
{
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
	height: 306px;
	background: url('../img/headerBg.png') top center no-repeat;
}

a#logoLink
{
	display: block;
	width: 159px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -79px;
	border: none;
}

a#logoLink span
{
	display: none;
}

#navigation
{
	width: 818px;
	position: absolute;
	top: 111px;
	left: 50%;
	z-index: 10;
	margin-left: -402px;
}

#navigation li 
{
	list-style: none;
	float: left;
	display: block;
}

#navigation li.spacer
{
	height: 40px;
	width: 40px;
	background: url('../img/navigationSpacer.png') center center no-repeat;
}

#navigation li  a span
{
	display: none;
}

#navigation li a
{
	display: block;
	height: 45px;
	background: url('../img/navigationSprite.png') 0px 15px no-repeat;
	border: none;
}

#navigation li.home a
{
	width: 50px;
}

#navigation li.home a:hover
{
	background-position: 0px -76px;
}

#navigation li.the-story a
{
	width: 92px;
	background-position: -88px 15px;
}

#navigation li.the-story a:hover
{
	background-position: -88px -76px;
}

#navigation li.the-wine a
{
	width: 84px;
	background-position: -219px 15px;
}

#navigation li.the-wine a:hover
{
	background-position: -219px -76px;
}

#navigation li.purchase-information a
{
	width: 210px;
	background-position: -342px 15px;
}

#navigation li.purchase-information a:hover
{
	background-position: -342px -76px;
}

#navigation li.contact-information a
{
	width: 204px;
	background-position: -590px 15px;
}

#navigation li.contact-information a:hover
{
	background-position: -590px -76px;
}

#leaves
{
	background: center 53px no-repeat;
}

#pageImage
{
	background: url('../img/pageimagebg.png') center 0 no-repeat;
	position: absolute;
	margin-left: -445px;
	left: 50%;
	top: 130px;
	width: 889px;
	z-index: 1;
}

#contentWrapper
{
	background: url('../img/contentbg.png') top right no-repeat #FFFFFF;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 10;
}

#content
{
	text-align: left;
	width: 800px;
	margin: 20px auto 0 auto;
	background: 0px 110px no-repeat;
}

#content .padding
{
	padding: 110px 0 10px 80px;
	min-height: 420px;
}

#footer
{
	background: url('../img/footerBg.png') top center no-repeat;
	padding: 20px 20px;
	width: 614px;
	margin: 0 auto;
	color: #1c1c1a;
}

.wine
{
	padding-right: 20px;
}

.wine img
{
	padding: 10px 5px 0 30px;
}

#content .wine p
{
	margin-bottom: 5px;
}

#content .wine a
{
	text-transform: uppercase;
}

.wine h3
{
	color: #000;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#footer .pipe
{
	padding: 0 5px;
}

#footer .copyright
{
	margin-top: 5px;
}

#footer a
{
	color: #1c1c1a;	
	border: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.the-story #content
{
	background-image: url('../img/sidetitles/thestory.png');
}

.contact-information #content
{
	background-image: url('../img/sidetitles/contact.png');
}

.purchase-information #content
{
	background-image: url('../img/sidetitles/purchase.png');
}

.the-wine #content
{
	background-image: url('../img/sidetitles/thewine.png');
}

.the-story #leaves
{
	background-image: url('../img/pageimages/road.png');
}

.the-wine #leaves
{
	background-image: url('../img/pageimages/whitegrapes.png');
}

.contact-information #leaves
{
	background-image: url('../img/pageimages/grapes.png');
}

.purchase-information #leaves
{
	background-image: url('../img/pageimages/barrels.png');
}

.home #container
{
	max-width: none;
	min-height: 150%;
	background: none;
}

body.home
{
	background: url('../img/background.jpg') bottom left no-repeat #82C8DD;
}

.home #content
{
	display: none;
}

.home #header
{
	background: url('../img/homeHeaderBg.png') center -47px no-repeat;
	height: 500px;
}

.home #pageImage
{
	display: none;
}

.home ul#navigation
{
	top: 442px;
}

.home #footer
{
	background: none;
	color: #FFF;
}

.home #footer a
{
	color: #FFF;
	border: none;
}

.home a#logoLink
{
	display: none;
}


div.wine-bottle { float: right; }
table.wine-info td, table.wine.info th { border: 0px none; }
table.wine-info td.wine-label, table.wine-info td.wine-label p { text-align: center !important; }
table.wine-info a { text-transform: none !important; }
table.wine-info strong { color: #8a2327; font-weight: bold; }

#retail-locations { border: 5px solid #892026; max-width: 670px; }
#retail-locations table, #retail-locations td { border: 0px none; }
#retail-locations table { text-align: left; font-size: 13px; margin: 0 20px 20px 20px; }
#retail-locations td { width: 223px; }
#retail-locations strong { color: #892026; font-weight: bold; margin-top: 15px; display: inline-block; }
#retail-locations .logo { margin-top: 20px; }

