hr {
	width:540px;
	margin:0 auto;
	margin-top:-10px;
	margin-bottom:10px;
	border:0;
	border-bottom:1px solid #bbb;
}

.company-sub-nav {
	margin: 0 0 14px 245px;
	line-height: 20px;
}
.company-sub-nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style:none;
}

.company-sub-nav li{
	list-style: none;
	display: inline;
	
}
.company-sub-nav a {
	font-size: 12px;
	color: #bbb;
	margin: 0 0 0 12px;
	letter-spacing: .5px;
	white-space:nowrap;
	text-transform:uppercase;
}
.company-sub-nav a:hover {
	color: #af1f25;
}
.company-sub-nav a.active {
	color: #af1f25;
}
.company-page-title {
	font-size: 22px;
	color: #af1f25;
	font-weight: bold;
	text-transform:uppercase;
	float:left;
}


.big-red-text {
	font-size: 24px;
	color: #af1f25;
	width: 100%;
	font-weight: 100;
	line-height: 30px;
	font-family: Gill Sans, sans-serif;
	margin: 0 0 20px 0;
	text-align: justify;
}
.big-red-full {
	font-size: 24px;
	color: #af1f25;
	width: 940px;
	font-weight: 100;
	line-height: 30px;
	font-family: Gill Sans, sans-serif;
	margin: 20px 0 20px 0;
}
.banner-images {
	float: left;
	width: 278px;
	margin: 0px 20px 0px 0;
}
.product-grid {
	float: left;
	width: 660px;
}
.product-tile {
	float: left;
	width: 186px;
	margin: 0 0 30px 30px;
	cursor: pointer;
}
.product-tile img {
	width: 186px;
	height: 133px;
	overflow: hidden;
	border-top: solid 4px #bbbaba;
	border-bottom: solid 4px #bbbaba;
	border-left: solid 1px #bbbaba;
	border-right: solid 1px #bbbaba;	
	margin: 0 0 6px 0;
}
.product-tile:hover img{
	border-color: #777;
}
.product-tile h5 {
	color: #af1f25;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.product-tile p {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0 0;
}