/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);
@import url(ajax.css);

body {
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	background-color: #472A1c;
}

#homeHeader {
	height: 299px;
	width:800px;
	}
	
	
#homeWineNav {
	width: 800px;
	height: 94px;

}

#homepageContent {
	float:left;
	margin: 0px auto;
	padding: 0px;
	width: 351px;
	height:479px;
	text-align: left;
	background-color: #ffe4ab;
	background-image:url(../images/bg-homecontent.jpg);
	background-repeat:no-repeat;
	padding:10px ;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
	}
	
#homepageContent a {
	color:#3894ad;
	text-decoration:none;

}

#homepageContent a:hover {
	color:#3894ad;
	text-decoration:underline;

}		

	
#bottles {
	float:right;
	width:429px;
	height:499px;
}	

/*#bottles a {
  position: absolute;
  height: 24px;
  text-decoration: none;
  }	
  
 #bottles a:hover {
  text-decoration: none;
  }	 
  
#bottles a i { visibility: hidden; } 

a#ThreeCoins { left: 0px; width:133px; }
a#Hooker { left:155px; width:105px; }
a#Duck { left: 275px; width:140px; }*/
	

.homepageHR {
	display:none;
	/*margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;*/
}

#homepagePods {
	display:none;
}

#homepagePod1 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
	width: 236px;
	float: left;
	padding: 10px; margin:0px;
}
