/* navigation capabilitites homepage */
.capabilities{
width: 1000px;
height: 288px;
	display: inline;
margin: 0; padding: 0;
}
.capabilitiesbox li {
	/* these are required, but the values are up to you (must be pixel) */
	text-decoration: none;
	max-height: 332px;
	border: none;
	
	}
	#cap_1 {
	padding-left: 1px;
	display: block;
	float: left;
	width: 331px; height: 288px;
}

	#cap_2 {
	display: block;
	float: left;
	background-image: url(../images/idbg.gif); 
background-repeat: no-repeat;
width: 332px; height: 288px;
padding-right: 2px;

}
	#cap_3 {
	display: block;
	float: left;
	background-image: url(../images/pcbg.gif); 
background-repeat: no-repeat;
width: 332px; height: 288px;
padding-right: 2px;


}