/* portions borrowed from http://www.vistacomp.com */

/* MAIN NAVIGATION
----------------------------------------------- */
/* For IE5.x mac only */
* html>body #footer_nav {
	position: static;
	overflow: visible;
	font-size: 1.0em; }
	
* html>body .img-r em  { position: static; }

#footer_nav {
	display: block;
	width: 631px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
	line-height: 1; 
	}
	
#footer_nav li {
	position: relative;
	float: left;
	left: 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0; }
	
#footer_nav li#benelli {
	width: 132px;
}
#footer_nav li#stoeger {
	width: 122px;
}
#footer_nav li#uberti {
	width: 128px;
}
#footer_nav li#franchi {
	width: 113px;
}
#footer_nav li#stoeger_books {
	width: 169px;
}
#footer_nav li#benelli_tv {
	width: 136px;
}


#footer_nav em {
	display: block;
	position: absolute;
	top: 0;
	left: 0; }

#footer_nav li, #footer_nav li em {
	height: 45px; }

* html>body ul#footer_nav li em {
	margin-bottom: -45px; }


#benelli em {
	width: 132px;
	height: 45px;
	background: url(../images/footer_logo_benelli.jpg) no-repeat top left;
	cursor: pointer;
	}

#stoeger em {
	width: 122px;
	height: 45px;
	background: url(../images/footer_logo_stoeger.jpg) no-repeat top left;
	cursor: pointer;
	}
#uberti em {
	width: 128px;
	height: 45px;
	background: url(../images/footer_logo_uberti.jpg) no-repeat top left;
	cursor: pointer;
	}
#franchi em {
	width: 113px;
	height: 45px;
	background: url(../images/footer_logo_franchi.jpg) no-repeat top left;
	cursor: pointer;
	}
#stoeger_books em {
	width: 169px;
	height: 45px;
	background: url(../images/footer_logo_stoeger_books.jpg) no-repeat top left;
	cursor: pointer;
	}
#benelli_tv em {
	width: 136px;
	height: 45px;
	background: url(../images/footer_logo_benelli_tv.jpg) no-repeat top left;
	cursor: pointer;
	}

