/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage .textContent
{
	
	font-size:0.9em;

}

#homePage .textContent p
{
	background-color:fff;
}


#homePage #welcome h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0 ;
	line-height : 1.6em;
	font-size:2em;
	color:#00adef;
	background-color:#fff;
	border-width : 0;
	background-image:none;
}

#homePage #level1
{
	height : 233px;
}
#homePage #level1 #joinTheWineClub,
#homePage #level1 #specialOffer
{
	display : inline;
	float : left;
	margin: 1px;
	height : 221px;
	width : 380px;
}
#homePage #level1 #joinTheWineClub
{
	background-image : url(../images/join_the_wine_club.gif);
	background-position : left top;
	background-repeat : no-repeat;
	border:0px solid #000 !important;
}
#homePage #level1 #specialOffer
{
	background-image : url(../images/special_offer_back.gif);
	background-position : left top;
	background-repeat : no-repeat;
	padding : 60px 0 0 0;
	margin-left:4px;
	height : 161px;
	border:0px solid #FFF !important;

}

#homePage #level1 #specialOffer img
{
	float:left;
	margin : 0 10px 0 20px;
	border : 1px solid black;
}
#homePage #level1 #specialOffer #specialOfferText
{
	margin:0 10px;
	text-align:right;
}
#homePage #level1 #specialOffer #specialOfferText h3
{
	color : #11327a;
	font-size : 1em;
	margin : 0 0 4px 0;
}
#homePage #level1 #specialOffer #specialOfferText table
{
	font-size : 11px;
	color : #000;
	display:block
	height : 80px;
	margin:0;
	text-align:left;
	width : 100%;
}

#homePage #level1 #specialOffer #specialOfferText table td.label
{
	font-weight : bold;
	font-size : 0.9em;
}
#homePage #level1 #specialOffer #specialOfferText table td.prices
{
	text-align:right;
	font-size : 0.95em;
}
#homePage #level2,
#homePage #level3
{
	display : block;
	clear: both;
	padding : 4px 0 0 0;
}
#homePage #level2
{
	min-height:150px;
}
#homePage #level2 h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0.2em 0.1em 0;
	line-height : 1.8em;
	font-size:1.6em;
	color:#00adef;
	background-color:#fff;
	background-image:none;
	border-width : 0;
	
	width:585px;
}

#homePage #level2 #level2Story
{
	display : inline;
	float:left;
}
/***** FEATURED PRODUCTS AREA *****/

#hpProducts {
	clear:both;
	border-bottom:1px solid #ccc;
}
#hpProducts a {
	font-weight:bold;
	text-decoration:none;
}
#hpProducts a:hover {
	text-decoration:underline;
}
#hpProducts #rightSide {
	float : right;
	width : 335px;
}
#hpProducts #leftSide {
	width : 335px;
}
#hpProducts h2 {
	background-color:#f5841f;
	color:#fff;
	height:2.6em;
	line-height:2.6em;
	font-size:1.4em;
	font-weight:normalbold;
	background-image:url(../images/smallH.png);
	background-position:12px 50%;
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	border-width:0;
	margin:0;
}

#hpProducts .listing {
	border-top:1px solid #CCC;
	padding:5px;
	font-size:0.8em;
	clear:left;
}
#hpProducts .first {border-width:0;}

#hpProducts #rightSide .listing .productImage {
	display:block;
	float:left;
	margin:0 10px 0 0;
	min-height:100px;
}
#hpProducts #rightSide .listing .productImage img {border-width:0;}
#hpProducts #leftSide .listing .productImage {
	margin:5px auto 5px auto;
}
#hpProducts hr {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	line-height:1px;
	visibility:hidden;
}
#hpProducts .listing h3 {
	margin:0 0 0.2em 0;
	font-weight:normal;
	font-size:1em;
}
#hpProducts #leftSide .listing div {
	margin:0 0 0.2em 0;
}
#hpProducts #rightSide .listing .Producttext div,
#hpProducts #leftSide .listing .price
{
	color:#F5841F;
	margin:0 0 0.2em 0;
}
#hpProducts #leftSide .listing {
	text-align:center;
}
#hpProducts .listing div span {
	display:block;
	font-size:0.9em;
}
