@charset "utf-8";
/* CSS Document */

#flashContent{
	position: relative;
	overflow: hidden;
	float: left;
	border: 2px solid #e4e4e4;
	height: 640px;
	width: 770px;
	background:url(../images/home_bg_table.jpg) no-repeat;
}
#categoryContainer{
	position: relative;
	overflow: hidden;
	float: left;
	border: 2px solid #e4e4e4;
	height: 640px;
	width: 120px;
	margin-left: 2px;
}

#categoryContainer a.homeButtons:link, #categoryContainer a.homeButtons:visited, #categoryContainer a.homeButtons:active{
	display: block;
	width: 120px;
	height: 105px;
	border-bottom: 2px solid #e4e4e4;
}
#categoryContainer a.potRacks:link, #categoryContainer a.potRacks:visited, #categoryContainer a.potRacks:active{
	/*background: url(../images/home_btn_potracks_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px 0px;
}
#categoryContainer a.potRacks:hover{
	/*background: url(../images/home_btn_potracks_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -105px;
}

#categoryContainer a.chairs:link, #categoryContainer a.chairs:visited, #categoryContainer a.chairs:active{
	/*background: url(../images/home_btn_chairs_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -210px;
}
#categoryContainer a.chairs:hover{
	/*background: url(../images/home_btn_chairs_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -315px;
}

#categoryContainer a.bath:link, #categoryContainer a.bath:visited, #categoryContainer a.bath:active{
	/*background: url(../images/home_btn_bath_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -420px;
}
#categoryContainer a.bath:hover{
	/*background: url(../images/home_btn_bath_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -525px;
}

#categoryContainer a.tables:link, #categoryContainer a.tables:visited, #categoryContainer a.tables:active{
	/*background: url(../images/home_btn_tables_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -630px;
}
#categoryContainer a.tables:hover{
	/*background: url(../images/home_btn_tables_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -735px;
}

#categoryContainer a.lights:link, #categoryContainer a.lights:visited, #categoryContainer a.lights:active{
	/*background: url(../images/home_btn_lights_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -840px;
}
#categoryContainer a.lights:hover{
	/*background: url(../images/home_btn_lights_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -945px;
}

#categoryContainer a.accessories:link, #categoryContainer a.accessories:visited, #categoryContainer a.accessories:active{
	/*background: url(../images/home_btn_accessories_off.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -1050px;
}
#categoryContainer a.accessories:hover{
	/*background: url(../images/home_btn_accessories_on.jpg) no-repeat;*/
	background: url(../images/home_buttons.jpg) no-repeat 0px -1155px;
}