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


/*DESIGN PROCESS BUT IMAGE*/
.designProcessBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/designProcess/designProcessButBW.png') bottom;
	text-indent: -99999px;
	
}
.designProcessBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/designProcess/designProcessButOver.png') bottom;


}


/*ACCESSORIES BUT IMAGE*/
.accessoriesBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/accessories/accessoriesButBW.png') bottom;
	text-indent: -99999px;
	
}
.accessoriesBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/accessories/accessoriesButOver.png') bottom;
	

}


/*CASE STUDIES BUT IMAGE*/
.caseStudiesBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/caseStudies/caseStudiesButBW.png') bottom;
	text-indent: -99999px;
	
}
.caseStudiesBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/caseStudies/caseStudiesButOver.png') bottom;


}

/*VIRTUAL SHOWROOM BUT IMAGE*/
.virtualShowroomBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/virtualShowroom/virtualShowroomButBW.png') bottom;
	text-indent: -99999px;
	
}
.virtualShowroomBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/virtualShowroom/virtualShowroomButOver.png') bottom;
	


}

/* CSS Document */

