#productsInfo{
	display:block;
	margin-top:-20px;	
	margin-bottom:15px;
}
.prodCol1{
	border:thin solid black;
	width:48%;
	float:left;
	height:190px;
	
	margin-bottom:40px;	
}
.prodCol2{
	border:thin solid black;
	width:48%;
	float:left;
	height:190px;
	margin-left: 15px;	
	margin-bottom:40px;
}
#productsInfo h3{
	margin-top: -37px;
	color: white;
	background-color: #2B76C1;
	display: block;
	width: 100%;


	text-align:center;
	height: 35px;
	border: solid thin black;
	border-radius: 5px 5px 0px 0px;
	line-height: 35px;
	margin-left: -1px;
}
#introHeading2{
	margin-bottom:60px;	
	margin-top:-10px;
}

#productsInfo li{
	list-style-type:none;
}
#productsInfo a:hover{
	color:#2B76C1;	
}
a{
	color:#132D5C;	
}
