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

#hp {
	margin: 10px 12px 0px;
	height: 255px;
	overflow: visible;
	width: auto;
	border: 1px solid #3e606f;
	border-width: 1px 0px;
}

#hp img {
	float: left;
}

#hp-buttons {
	float: left;
	width: 250px;
	height: 255px;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#hp-buttons li {
	width: 250px;
	height: 85px;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}



#hp-buttons li a, #hp-buttons li a:visited {
	display: block;
	width: 250px;
	height: 85px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	background-image: url(/assets/hp/hp_buttons.jpg);
	background-repeat: no-repeat;
}

#hp-buttons li.books a, #hp-buttons li.books a:visited {
	background-position: left top;
}

#hp-buttons li.books a:hover {
	background-position: right top;
}

#hp-buttons li.films a, #hp-buttons li.films a:visited {
	background-position: left center;
}

#hp-buttons li.films a:hover {
	background-position: right center;
}

#hp-buttons li.art-photography a, #hp-buttons li.art-photography a:visited {
	background-position: left bottom;
}

#hp-buttons li.art-photography a:hover {
	background-position: right bottom;
}
