/* Homepage specific styles for Zed Candy */

/* home offers */

#offersSection {
	margin: 0 auto;
	width: 770px;
}

#offerMain {
	background: #000000 url(../../img/homepage/0109_primary_stashbox.jpg) top left no-repeat; 
	float: left;
	height: 280px;
	width: 550px;
}

#offerMain a {
	display: block;
	height: 280px;
	width: 550px;
}

#offerMain a:hover {
	background: transparent url(../../img/homepage/0109_primary_stashbox_over.gif) bottom right no-repeat;
	text-decoration: none;
}

#offerMain a span {
	visibility: hidden;
}

#offerSecondaryA, #offerSecondaryB {
	float: right;
	height: 140px;
	text-align: right;
	width: 220px;
}

#offerSecondaryA {
	background: #ffde00 url(../../img/homepage/0109_secondary_fizz.jpg) top left no-repeat;
}

#offerSecondaryB {
	background: #bf0000 url(../../img/homepage/0109_secondary_toffee2.jpg) top left no-repeat;
}

#offerSecondaryA a, #offerSecondaryB a 
{
	width:210px;
	height:20px;
	display: block;
	padding: 120px 10px 0 0;
}

a.homepage_arrowRed {
	font-size: 85%;
	padding-right: 6px;
	text-transform: uppercase;
}

a.homepage_arrowWhite
{
	color: #ffffff;
	font-size: 85%;
	padding-right: 6px;
	text-transform: uppercase;	
}

/* offers bar with tertiary offers and newsletter */

#offersBar {
	background: #000000 url(../../img/homepage/blackCandy.jpg) bottom left no-repeat;
	clear: both;
	color: #ffffff;
	padding-bottom: 20px;
}

div.offerTertiary {
	float: left;
	text-align: left;
	width: 275px;
}

div.offerTertiary h4, #newsletterHome h4 {
	color: #ffffff;
	font-size: 120%;
	margin: 5px 10px 0 10px;
}

div.offerTertiary img {
	float: left;
	margin: 10px;
}

div.offerTertiary h5 {
	font-size: 150%;
	margin-top: 10px;
}

div.offerTertiary p 
{
	color:#ffffff;
}

/* newsletter form */

#newsletterHome {
	float: right;
	text-align: left;
	width: 220px;
}

#newsletterHome p 
{
	color:#ffffff;
	margin: 0 10px;
}

form#newsLetter{
	margin: 0;
	padding: 0;
	text-align: right;
	width: 215px;
}

form#newsLetter a.arrowWhite {
	margin-right: 10px;
}


/* brand section */

#brandBar {
	margin: -25px auto 0 auto;
	text-align: left;
	width: 770px;
}

#columnContainer {
	background: #ffffff url(../../img/homepage/bg_brandBar.gif) top left repeat-x;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 770px;
}

div.brandColumn {
	float: left;
	margin-right: 10px;
	width: 242px
}

div.brandColumn img {
	float: left;
	margin: 0 10px 10px 10px;
}
