@charset "UTF-8";
/* CSS Document */

a.art {
	padding:7px 0px 0px 20px;
	margin-bottom:1px;
	height:23px;
	width:80px;
	display:block;
	background-image:url(images/nav/artBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.art:hover {
	background-image:url(images/nav/artBg.gif);
	background-position:-30px left;
	background-repeat:no-repeat;
}

a.design {
	padding:7px 0px 0px 20px;
	margin-bottom:1px;
	height:23px;
	width:80px;
	display:block;
	background-image:url(images/nav/designBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.design:hover {
	background-image:url(images/nav/designBg.gif);
	background-position:-30px left;
	background-repeat:no-repeat;
}

a.web {
	padding:7px 0px 0px 20px;
	margin-bottom:1px;
	height:23px;
	width:80px;
	display:block;
	background-image:url(images/nav/webBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.web:hover {
	background-image:url(images/nav/webBg.gif);
	background-position:-30px left;
	background-repeat:no-repeat;
}

a.store {
	padding:7px 0px 0px 20px;
	margin-bottom:1px;
	height:23px;
	width:80px;
	display:block;
	background-image:url(images/nav/storeBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.store:hover {
	background-image:url(images/nav/storeBg.gif);
	background-position:-30px left;
	background-repeat:no-repeat;
}

a.contact {
	padding:7px 0px 0px 20px;
	margin-bottom:1px;
	height:23px;
	width:80px;
	display:block;
	background-image:url(images/nav/contactBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.contact:hover {
	background-image:url(images/nav/contactBg.gif);
	background-position:-30px left;
	background-repeat:no-repeat;
}


#navigation {
	padding:10px 0px 10px 5px;
}


#navigation a {
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	font-style:italic;
	color: #FFFFFF;
	text-decoration:none;
}


#navigation img {
	padding-bottom:1px;
}