/* Retail Header styles */

#header {
background: url('/includes/images/navNarrow/globalNavBg.gif') repeat-x 0 0;
}


#header .sectionBody {
width:750px;
}

div.globalNav .sectionBody {
height:67px;
}

ul.globalNav {
	height: 67px;
	}

	.globalNav a {
		padding-top: 67px;
		}
	
	.globalNav a:hover {
		background-position: 0 -67px;
		}

	.agLogo a {
			width: 330px;
			background: url(/includes/images/navNarrow/agLogo.png) top left no-repeat;
			}
	
		.agLogo a:hover {
			background-position: 0 0;
			text-decoration: none;
			}

	.shop a {
		width: 72px;
		background: url(/includes/images/navNarrow/shop.png) top left no-repeat;
		}
		
	.ffg a {
		width: 112px;
		background: url(/includes/images/navNarrow/ffg.png) top left no-repeat;
		}
	
		
	.mag a {
		width: 94px;
		background: url(/includes/images/navNarrow/mag.png) top left no-repeat;
		}
		
	.mov a {
		width: 79px;
		background: url(/includes/images/navNarrow/movies.png) top left no-repeat;
		}
	
	.stores a {
		width: 63px;
		background: url(/includes/images/navNarrow/stores.png) top left no-repeat;
		}
		
		
		body.retail .globalNav .stores a, 
		body.retail .globalNav .stores a:hover {
		background-position: 0 -134px;
		}

		body.movies .globalNav .mov a, 
		body.movies .globalNav .mov a:hover {
		background-position: 0 -134px;
		}

		body.magazine .globalNav .mag a, 
		body.magazine .globalNav .mag a:hover {
		background-position: 0 -134px;
		}

		body.fun .globalNav .ffg a, 
		body.fun .globalNav .ffg a:hover {
		background-position: 0 -134px;
		}

		body.ecomm .globalNav .shop a, 
		body.ecomm .globalNav .shop a:hover {
		background-position: 0 -134px;
		}
div.search{
	margin-left:460px;
}

* html .agLogo a {background: url(/includes/images/navNarrow/agLogo.gif) top left no-repeat;}
* html .shop a {background: url(/includes/images/navNarrow/shop.gif) top left no-repeat;}
* html .ffg a {background: url(/includes/images/navNarrow/ffg.gif) top left no-repeat;}
* html .mag a {background: url(/includes/images/navNarrow/mag.gif) top left no-repeat;}		
* html .mov a {background: url(/includes/images/navNarrow/movies.gif) top left no-repeat;}
* html .stores a {background: url(/includes/images/navNarrow/stores.gif) top left no-repeat;}