
#home_6_box
{
	width:880px;
	height:290px;
	overflow:hidden;
	margin-top:20px;
}

#home_6_box h1

{
	font-size:14px;
}

#home_box_1,
#home_box_2,
#home_box_3,
#home_box_4,
#home_box_5,
#home_box_6
{
	position:relative;
	width:289px;
	height:141px;
	float:left;
	margin-bottom:6px;
	overflow:hidden;
}

#home_box_1 .home_box_body
{
	background-image:url('../images/skin/homeboxes/chair.jpg');
}

#home_box_2 .home_box_body
{
	background-image:url('../images/skin/homeboxes/lawyer.jpg');
}

#home_box_3 .home_box_body
{
	background-image:url('../images/skin/homeboxes/pen_label.jpg');
}

#home_box_4 .home_box_body
{
	background-image:url('../images/skin/homeboxes/book.jpg');
}

#home_box_5 .home_box_body
{
	background-image:url('../images/skin/homeboxes/gavel.jpg');
}

#home_box_6 .home_box_body
{
	background-image:url('../images/skin/homeboxes/pig_label.jpg');
}

.home_box_title
{
	width:287px;
	height:34px;
	background-image:url('../images/skin/homeboxes/title.jpg');
	background-repeat:repeat-x;
	border:1px solid #e58203;
	color:#ffffff;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	overflow:hidden;
}


.home_box_body
{
	width:287px;
	height:104px;
	background-position:0px 1px;
	background-repeat:no-repeat;
	border:1px solid #c1c1c0;
	border-top:0px;
	overflow:hidden;
}

.home_box_body_text
{
	padding:15px;
	padding-right:125px;
}

.home_spacer
{
	position:relative;
	width:6px;
	height:1px;
	float:left;
	overflow:hidden;
	margin:0px;
}

.arrowLinkCont
{
	position:absolute;
	left:250px;
	top:4px;
	width:33px;
	height:30px;
	background-image:url('../images/skin/arrow_off.gif');
	background-repeat:no-repeat;
}
.arrowLinkCont a:hover
{
	display:block;
	background-image:url('../images/skin/arrow_on.gif');
	background-repeat:no-repeat;
}
.arrowLinkContImg
{
	width:33px;
	height:30px;
	border:0px
}


.labelLinkCont,.labelLinkCont2
{
	position:absolute;
	left:122px;
	top:41px;
	width:95px;
	height:95px;
}

.labelLinkCont2
{
	left:105px;
}
.labelLinkCont a:hover,.labelLinkCont2 a:hover
{
	display:block;
}
.labelLinkContImg, .labelLinkContImg2
{
	width:95px;
	height:95px;
	border:0px
}

