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

h3 {
	margin-bottom: 16px;
}
div.address {
	width: 184px;
}
div.address p {
	width: 150px;
}
div.map {
	width: 184px;
	margin-left: 16px;
}
div.map img{
	margin-bottom: 8px;
}

#navi {
	border-bottom: 5px solid #6a4680;
}
#banner {
	border-bottom: 5px solid #6a4680;	
}
div.lineitem, div.leftnavi {
	border-top: 1px solid #6a4680;
}
div.lineitem h3 {
	color: #6a4680;
}

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