@charset "utf-8";
.buttonholder {
	padding-top: 3px;
}



/* collection */

#collection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	width: 61px;
}

#home  a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/home.jpg') no-repeat;
}
#home  a:hover {
background: url('../img/buttons/home_hover.jpg') no-repeat;
}

#collection  a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/collection.jpg') no-repeat;
}
#collection  a:hover {
background: url('../img/buttons/collection_hover.jpg') no-repeat;
}

#journal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	width: 61px;
}

#journal a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/journal.jpg') no-repeat;
}
#journal a:hover {
background: url('../img/buttons/journal_hover.jpg') no-repeat;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	width: 61px;
}

#contact a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/contact.jpg') no-repeat;
}
#contact a:hover {
background: url('../img/buttons/contact_hover.jpg') no-repeat;
}

#importers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	width: 61px;
}

#importers a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/importers.jpg') no-repeat;
}
#importers a:hover {
background: url('../img/buttons/importers_hover.jpg') no-repeat;
}


#rothschild {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	width: 61px;
}

#rothschild a {
text-decoration: none;
display: block;
height: 25px;
width: 61px;
background: url('../img/buttons/rothschild.jpg') no-repeat;
}
#rothschild a:hover {
background: url('../img/buttons/rotschild_hover.jpg') no-repeat;
}



