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

div.menuitem {
	margin-top: 5px;
	width: 384px;
}
div.qty {
	margin-top: 2px;
	width: 62px;
}

div.qty input{
	width: 18px;
}

div.price {
	margin-top: 5px;
	width: 52px;
	color: #b21f1f;
}
div.linetotal {
	margin-top: 5px;
	width: 54px;
}

div.separator {
	width: 100%;
	height: 36px;
	background: url(/img/artowrk/menubg.gif);
	background-repeat: repeat;
	border-top: 1px solid #b21f1f;
}



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

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