/* Home Page Styles */

/* End Temporary Display and Font Styles */
/* Home Page Features and Sub-Features */
#mainFeature
{
	float: left;
	width: 564px;
}

.subFeatureZone {
	float: right;
	width: 265px;
}
	#subFeature1,
	#subFeature2
	{
		width: 265px;
	}	
	#subFeature1
	{
		margin-bottom: 10px;
	}

/* Home Page Features and Sub-Features - Advertising Size Layout */
#mainFeatureAdvertisingSize
{
	float: left;
	width: 529px;
}

.subFeatureZoneAdvertisingSize
{
	float: right;
}
	#subFeature1AdvertisingSize,
	#subFeature2AdvertisingSize
	{
		width: 300px;
	}
	
	#subFeature1AdvertisingSize
	{
		margin-bottom: 10px;
	}

/* Home Page Features and Sub-Features - Alternate Layout 1 */
#mainFeatureAlt1
{
	width: 839px;
	margin-bottom: 10px;
}

.subFeatureZoneAlt1 {
}
	#subFeature1Alt1
	{
		float: left;
		width: 419px;
	}
	#subFeature2Alt1
	{
		float: right;
		width: 414px;
	}
	
/* Home Page Features and Sub-Features - Alternate Layout 2 */
#mainFeatureAlt2
{
	float: left;
	width: 564px;
}

.subFeatureZoneAlt2
{
	float: right;
}	
	#subFeature1Alt2,
	#subFeature2Alt2
	{
		width: 265px;
	}	
	#subFeature1Alt2
	{		
		margin-bottom: 10px;
	}

/* Home Page Features and Sub-Features - Alternate Layout 3 */	
#saleFeature
{
	width: 839px;
}

#saleSubFeature
{
	width: 839px;
	margin-top: 10px;
}

/* End Home Page Styles */