@charset "utf-8";
/* CSS Document */

#content_box h2 {
	background-color: #fff;
	height: 28px;
	width: 141px;
	right: 24px;
	top: 40px;
	position: absolute;
	background-image: url(../images/top_h2_poetFurniture.jpg);
	text-indent: -3000px; 
	overflow: hidden; 
	z-index: 5000;
}


#right_pane {
	position: absolute;
	width: 750px;
	height: 560px;
	background-color: #fff;
	left: 0px;
	top: 50px;
	z-index: 4000;
}

ul#cats_box {
	position: absolute;
	width: 705px;
	height: 512px;
	left: 22px;
	top: 28px;
	border-top: 1px solid #d2cabf;
	border-right: 1px solid #d2cabf;
}

#cats_box li {
	display: block;
	position: relative;
	width: 234px;
	height: 255px;
	float: left;
	border: 1px solid #d2cabf;
	border-top: none;
	border-right: none;
}

#cats_box li.inner {
	border-width: 0 0 1px 0;
}

#cats_box li h3 {
	width: 28px;
	height: 149px;
	position: absolute;
	right: 1px; 
	top: 1px;
	text-indent: -3000px;
	overflow: hidden;
	z-index: 8000;
}

#cats_box li h3.chests { background-image: url(../images/cat_vertTitle_chests.jpg); }
#cats_box li h3.nightstands { background-image: url(../images/cat_vertTitle_nightstands.jpg); }
#cats_box li h3.tables { background-image: url(../images/cat_vertTitle_tables.jpg); }
#cats_box li h3.sofas { background-image: url(../images/cat_vertTitle_sofas.jpg); }
#cats_box li h3.chairs { background-image: url(../images/cat_vertTitle_chairs.jpg); }
#cats_box li h3.benches { background-image: url(../images/cat_vertTitle_benches.jpg); }

#cats_box li p {
	text-align: center;
	margin: 0 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a4136;
	line-height: 12px;
}

#cats_box li img { margin-top: 42px; margin-left: 7px; z-index: 8005; }

span.img_over {
	position: absolute;
	z-index: 8010;
	width: 210px;
	height: 230px;
	background-color: transparent;
	top: 10px;
	left: 12px;
}


