/*******************************************************************************************
  DESCRIPTION: 
	This stylesheet defines styles for the template page102.ascx AND page104.ascx. 
	This template contains a single image at the top with rows of product groups below.
	The only difference between Page102.ascx and Page104.ascx template is grid vs coordinate,
	respectively, and this is not controlled by css.
	Page102 herotile is used for grids vs Page 104 for coordinates setup via content block.

	CONTENTS:
	- TemplateLayout
	- REDStyles
********************************************************************************************/

/*******************************
	START: TemplateLayout
*******************************/
#Page102 #heroTile,
#Page104 #heroTile
{
	width: 970px;
	float: none;
	margin: 0 auto;
}

/*************************************
END - TemplateLayout
**************************************/