@charset "utf-8";
/* buttons.css */

#prodButtons {
	position:		relative;
	top:			0px;
	left:			0px;
	width:			602px;
	height:			150px;
}

#prodButtons ul li {
	list-style:		none;
	float:			left;
}

#prodButtons ul li a {
	display:		block;
	margin-right:   30px;
}

#bathButt {
	width: 150px;
	height: 150px;
	text-indent: -10000px;
	background-image: url(../images/product_buttons.png);
	background-position: 0px 0px;
}

#bathButt:hover {
	background-position: 0px 150px;
}

#heatButt {
	width: 150px;
	height: 150px;
	text-indent: -10000px;
	background-image: url(../images/product_buttons.png);
	background-position: 300px 0px;
}

#heatButt:hover {
	background-position: 300px 150px;
}

#tileButt {
	width: 150px;
	height: 150px;
	text-indent: -10000px;
	background-image: url(../images/product_buttons.png);
	background-position: 150px 0px;
}

#tileButt:hover {
	background-position: 150px 150px;
}
