/* recolour body areas for splash */
body.splash {
	
}

/******************************************************* Footer area - splash page has slightly different grid ***************************************************/
body.splash #footer {
	
}
body.splash #footer a {
	
}
body.splash #footer a:hover {
	
}

/******************************************************* Main splash content area ***************************************************/
#splashGrid {
	width:744px;
	float:left;
}
#splashGrid #splashPuffs li {
	float:left;
	width:186px;
}
#splashGrid #splashPuffs li a, #splashGrid #splashPuffs li a img {
	display:block;
}
/* secondary right hand puff areas */
#secondarySplash {
	width:176px;
	padding:20px 30px 0 30px;
	float:left;

	
	background:url(http://brands.scene7.com/is/image/brands/bg_splash_rhColTop) left top repeat-x;
}
#secondarySplash div.rhPuff {
	padding-bottom:11px;
}
#secondarySplash h2 {
	margin:4px 0 2px 0;
	font-size:1.6em;
	color:#EE3224;
}
#secondarySplash p {
	font-size:1.1em;
	line-height:1.2em;
}
#secondarySplash p a {
	display:block;
	margin-top:2px;
	text-decoration:underline;
}
/* textual footer "puffs" - splash page has slightly different grid */
body.splash #footer div.footerPuff {
	width:235px;
	margin-right:43px;
}
body.splash #footer div.lastChild {
	margin-right:0;
}
body.splash #pageFoot ul li {
	border-right:1px solid #fff;
}
body.splash #pageFoot ul li.lastChild {
	border-right:none;
}