/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homeContentWrapper {
	margin: 0px auto;
	padding: 3px 0px 0px 30px;
	width: 920px;
	height: 489px;
	text-align: left;
	background-color:#FFFFFF;
}

#homeLeftWrapper {
 	float:left;
	height: 489px;
	}

#homeFlash {
	width:582px;
	height:303px;
	border:3px double #ccc;

	}

#homepageContent {
	margin: 0px;
	padding: 30px 30px 0px 30px;
	width: 522px;
	text-align: center;
	font: 17px "Gil Sans", Arial, Helvetica, sans-serif;
	color:#666666;

	}


#homeWineDisplay {
	position:relative;
	width: 170px;
	height: 472px;
	
	margin: 0px;
	padding: 0px; 
	background-image:url(../images/global/winedisplay-bg.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	float:left;
}

#homeWineText {
	width:170px;
	position:absolute;
	text-align:center;
	bottom:0;
	font: 14px "Gil Sans", Arial, Helvetica, sans-serif;
}

#homeWineText a, a:active, a:visited {
	text-decoration: none;
	color:#fff;
	line-height:57px;
	}
	
#homeWineText a:hover {
	text-decoration: underline;
	color:#fff;
	line-height:57px;
	}


#homepagePods {
	width: 162px;
	height: 472px;
	text-align:center;
	float:left;
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
	background-color:#FFFFFF;
}

#homepagePods a, a:active, a:visited {
	text-decoration: none;
	color:#fff;
	line-height:12px;
	}
	
#homepagePods a:hover {
	text-decoration: underline;
	color:#fff;
	line-height:12px;
	}
	
#homepagePod1 {
	display: none;

}

#homepagePod2 {
	margin: 0 0 2px 0;
	position:relative;
	width: 142px;
	height:217px;
	padding: 40px 10px 0px 10px; 
	background-image:url(../images/global/pod2-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	overflow: hidden;

}

#pod2Title {
	position:absolute;
	bottom:0;
	right:10px;
	}
	
	
#homepagePod3 {
	width: 142px;
	height:207px;
	padding: 10px; 
	margin:0px;
	background-image:url(../images/global/pod3-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	overflow: hidden;
}
