#masthead-wrap {
}

#masthead {
	margin: 0 auto;
	width: 960px;
	height: 72px;
	background: #ddd url(/images/backgrounds.gif) 0 127px no-repeat;
}

#masthead ul {
	margin: 0;
	padding: 0;
	width: 960px;
} 

#masthead ul li {
	display: block;
	float: left;
	display: inline; /* IE6 */
}

#masthead ul li a {
	display: block;
	width: 106px;
	height: 72px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#masthead ul li a#menu-brochure {
	width: 100px;
}

#masthead ul li a#logo-fiat {
	background: url(/images/logo-fiat.png) 12px 4px no-repeat;
}

#masthead ul li a#logo-mccarrolls {
	background: url(/images/logo-mccarrolls.png) 0 30px no-repeat;
}

#masthead ul li a:hover {
	color: #cc0001;
}

#masthead ul li a span {
	display: block;
	padding: 38px 0 0 0;
	font-size: 9pt;
}

#masthead ul li a#logo-fiat span {
	display: none;
}

#masthead ul li a#logo-mccarrolls span {
	display: none;
}
