@charset "UTF-8";
/* 
==============================================================================
Style specific to a master page layout. This should style things like column
widths.

It is all about the formation of a wireframe with in an overall site frame work
==============================================================================
 */
 
#contentProducts{
     height: 500px;
	 position: absolute;
	 z-index: 10;
}
#contentSpacer{
     height: 500px;
	 text-align: left;
}
#headerImage{
	position: absolute; 
	z-index: 450; 
	top: 0px; 
	left: 0px;
}
#headerFlash{
	position: absolute; 
	z-index: 500; 
	width: 740px; 
	height: 196px; 
	top: 0px; 
	left: 0px;
}