@charset "utf-8";
/* CSS Document */

#largeBanner {
	width:746px;
	text-align:right;
}

#homepageLeft {
	width:756px;
	float:left;
}

#homepageRight {
	width:160px;
	float:left;
}

#homepageText {
	margin:0px;
	padding:2px;
	border:1px #670039 solid;
	width:742px;	
}

#homepageText span.titleBar {
	width:714px;
	height:35px;
	display:inline-block;
	overflow:hidden;
	background-color:#670039;
}

#homepageText a, #homepageText span {
	color:#670039;
	text-decoration:none;
	font:12px arial;
	background-image:url("/site/images/homepage-bullet.gif");
	background-repeat:no-repeat;
	display:inline-block;
	height:17px;
	line-height:17px;
	padding:0px 0px 0px 20px;
	margin:2px 0px 2px 5px;
}

#homepageText a:hover {
	text-decoration:underline;
}

#homepageText #discountCode {
	background:none;
	text-align:center;
	height:auto;
	width:732px;
	border-top:1px #670039 solid;
	margin:0px;
	padding:4px;
}

	#homepageText a.red-item {
		width:732px;
		background-color:#cd2525;
		border-radius:6px;
		color:#fff;
		font-weight:bold;
		background-image:none;
		padding:6px 0px;
		text-align:center;
		font-size:14px;
		height:34px;
		-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);		
	}
	
	#homepageText a.red-item:hover {
		text-decoration:none;
	}

/* promotions */
#promotions {
	width:765px;
	margin:10px 0px;
}

#smallBanners {
	width:100%;
}

.item {
	width:188px;
	height:191px;
	float:left;
	position:relative;
}

#smallBanners .item span,
#smallBanners .item a {
	position:absoluet;
	width:168px;
	padding:5px 10px 0px 5px;	
	display:inline-block;
	left:0px;
	top:0px;
	text-align:center;
	color:#8c4b6c;
	text-decoration:none;
	font:bold 12px arial;
	height:180px;
}

.enAUItem1, 
.enUSItem1,
.enEUItem1,
.enGBItem1 {
	background:url("/site/images/homepage-item1-enGlobal-bg.jpg") no-repeat 0px 0px;
}


.enAUItem2, 
.enUSItem2,
.enEUItem2,
.enGBItem2 {

	background:url("/site/images/homepage-item2-enGlobal-bg.jpg") no-repeat 0px 0px;
}

.enAUItem3, 
.enUSItem3,
.enEUItem3,
.enGBItem3 {
	background:url("/site/images/homepage-item3-enGlobal-bg.jpg") no-repeat 0px 0px;
}

.enAUItem4 {
	background:url("/site/images/homepage-item4-enGlobal-bg.jpg") no-repeat 0px 0px;
}

.enUSItem4,
.enEUItem4,
.enGBItem4 {
	background:url("/site/images/homepage/loyalty-rewards-middle.jpg") no-repeat 0px 0px;
}

.enUSItem4 span,
.enEUItem4 span,
.enGBItem4 span {
	margin-left:-5px;
}


.enAUItemVirgin {
	background:url("/site/images/homepage-virgin-wines.jpg") no-repeat 0px 0px !important;
}

/* Social */
#homepage-social {
	width:217px;
	height:81px;
	background:url("/site/images/homepage-right-social.png") no-repeat 0px 0px;
	margin-bottom:4px;
}

#homepage-social .facebook,
#homepage-social .twitter,
#homepage-social .youtube {
	top:28px;
	width:40px;
	height:40px;
}

#homepage-social .facebook {
	left:9px;
}

#homepage-social .twitter {
	left:57px;
}

#homepage-social .youtube {
	left:103px;
}


#homepage-social .plus-one {
	left:155px;
	top:12px;
}





