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


/*LATEST DESIGNS BUT IMAGE*/
.latestDesignsBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/ourLatestDesigns/latestDesignsButBW.png') bottom;
	text-indent: -99999px;
	
}
.latestDesignsBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/ourLatestDesigns/latestDesignsButOver.png') bottom;

}


/*KITCHEN STYLES BUT IMAGE*/
.kitchenStylesBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/kitchenStyles/kitchenStylesButBW.png') bottom;
	text-indent: -99999px;
	
}
.kitchenStylesBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/kitchenStyles/kitchenStylesButOver.png') bottom;
	

}


/*BEDROOM OTHER BUT IMAGE*/
.bedroomOtherBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/bedroomOther/bedroomOtherButBW.png') bottom;
	text-indent: -99999px;
	
}
.bedroomOtherBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/bedroomOther/bedroomOtherButOver.png') bottom;
	
}

/*FREESTANDING BUT IMAGE*/
.freestandingBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/freestanding/freestandingButBW.png') bottom;
	text-indent: -99999px;
	
}
.freestandingBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/freestanding/freestandingButOver.png') bottom;
	

}

/* CSS Document */

