a.home {
	width: 64px;
	background: url(../img/navi/home/home.gif) top left no-repeat;
}
a.about {
	width: 87px;
	background: url(../img/navi/home/about.gif) top left no-repeat;
}
a.menu {
	width: 65px;
	background: url(../img/navi/home/menu.gif) top left no-repeat;
}
a.pickup {
	width: 180px;
	background: url(../img/navi/home/pickup.gif) top left no-repeat;
}
a.press {
	width: 62px;
	background: url(../img/navi/home/press.gif) top left no-repeat;
}
a.locations {
	width: 94px;
	background: url(../img/navi/home/locations.gif) top left no-repeat;
}
a.jobs {
	width: 55px;
	background: url(../img/navi/home/jobs.gif) top left no-repeat;
}
a.contact {
	width: 173px;
	background: url(../img/navi/home/contact.gif) top left no-repeat;
}



div.lineitem h3 {
	margin-bottom: 9px;
}


#navi {
	border-bottom: 5px solid #ffbf51;
}
#banner {
	border-bottom: 5px solid #ffbf51;	
}
div.lineitem {
	border-top: 1px solid #ffbf51;
}
div.lineitem h3 {
	color: #ffbf51;
}
div.newsitem h3 {
	color: #ffbf51;
}




a:link {
	color: #ffbf51;
	text-decoration: underline;
}
a:visited {
	color: #ffbf51;
	text-decoration: underline;
}
a:hover {
	color: #dddddd;
	text-decoration: underline;
}
a:active {
	color: #ffbf51;
	text-decoration: underline;
}

