/* CSS Document for WIRE & CABLE (various pages) */
/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */

/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 950px;
}
/*	set footer div position to just below content area
	(265 + height of content #subNav   -40 pixels IF we are not displaying PDF and intro blurb area ) 
*/
#footerDiv{
	top: 1215px;
}
/*	set gap image to span 100% of browser width	*/
#bannerDiv {
	background-image: url(../../../common/images/pgBnr/bnr-connectors-gap.jpg);
}
/*	page specific RGB divider bar	*/
#pgLocation, #bannerDiv{
	background-color: #562E1C;
}
#upper{
	border-top:1px solid #999;
	margin-left:0;
}
#col1{
	padding-left:10px;	
}
.resourceTable{
	margin-left: 5px;
}
.resourceTable td{
	padding: 5px;
	width:33%;
} 
#mainContent h1{
	margin-left: 20px;	
}
