﻿@media all
{
	#FeaturePanels
	{
		margin:18px 0px 0px -2px;
		padding-bottom:26px;
		width:915px;
		background-image:url(../Images/BgHomeFeaturePanelBottom.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	
	#FeaturePanels ul
	{
		margin:0px;
		padding:14px 0px 0px 0px;
		list-style-type:none;
		min-height:183px;
		background-repeat:no-repeat;
		background-image:url(../Images/BgHomeFeaturePanelTop.gif);
	}
	
	#FeaturePanels li
	{
		float:left;
		width:207px;
		margin:0px 9px 0px 12px;
		line-height:1.5em;
	}
	
	#FeaturePanels li:first-child
	{
		margin-left:13px;
	}
	
	#FeaturePanels div.Title
	{
		position:relative;
		padding-bottom:8px;
		min-height:20px;
	}
	
	#FeaturePanels img
	{
		position:absolute;
		z-index:2;
		left:0px;
		bottom:9px;
	}
	
	#FeaturePanels h2
	{
		position:absolute;
		z-index:1;
		left:0px;
		bottom:9px;
		margin:0px 0px 0px 0px;
		font-size:17px;
		font-weight:normal;
		line-height:1.25em;
	}
}

@media screen
{
	#HomeLargePromo
	{
		position:relative;
		width:909px;
		height:283px;
		overflow:hidden;
		margin:10px 1px 0px 1px;
	}
	
	#TempImage
	{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	#HomeLargePromoOverlay
	{
		position:absolute;
		background-image:url(../Images/HomeFeatureOverlay.png);
		width:957px;
		height:289px;
		left:-23px;
		top:-2px;
	}

	*:first-child+html #HomeLargePromoOverlay
	{
		top:8px;
	}
	
	#HomeLargePromoOverlay a
	{
		display:block;
		position:relative;
		left:24px;
		top:2px;
		width:909px;
		height:283px;
		text-decoration:none !important;
	}
	
	#LargePromoPrevious,
	#LargePromoNext
	{
		position:absolute;
		display:block;
		width:24px;
		height:26px;
		top:226px;
		cursor:pointer;
	}
	
	#LargePromoNext
	{
		right:0px;
		float:right;
	}
	
	.FooterPromos
	{
		margin-top:28px;
		position:relative;
	}
	
	#FooterPromoLarge
	{
		position:absolute;
		left:-2px;
		bottom:0px;
	}

	#FooterPromoSmall
	{
		position:absolute;
		right:-3px;
		bottom:0px;
	}
}

@media print
{
	#HeaderInner h1
	{
		display:block !important;
		font-size:3em;
		margin-bottom:20px;
	}
	
	.FooterPromos
	{
		display:none;
	}
}
