/* !Home page CSS */

#col_2Rv1 {
  padding-top: 0;
}

.edgeLoad-EDGE-248671609 { 
  visibility:hidden;
}

#pistol {
	position: relative;
	display: block;
	width: 245px;
	height: 185px;
	border-bottom: 5px solid black;
}
#pistol img {
  position: absolute;
  width: 245px;
  height: 175px;
  bottom: 0;
  left: 0;
}
#compare {
	position: relative;
	display: block;
	width: 100%;
	height: 196px;
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #4C4C4C;
	background: transparent url(../images/comparisons/dare_to_compare.png) 0 0 no-repeat;
}
	#btnCompare {
		position: relative;
		display: block;
		width: 118px;
		height: 121px;
		margin: 75px auto 0;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/comparisons/btn_start.png) 0 0 no-repeat;		
	}
	#btnCompare > a {
  	display: block;
  	width: 100%;
  	height: 100%;
	}
#btnCompare:focus,
#btnCompare:hover {
		background: url(../images/comparisons/btn_start.png) 0 -121px no-repeat;		
}	
#logos {
	position: relative;
	display: block;
	width: auto;
	height: 52px;
	padding: 1em 0;
	list-style: none;
	}
	#logos li {
		display: inline-block;
		vertical-align: middle;
		width: 100px;
		height: 50px;
		border: 1px solid gray;
		background-color: #efefef;
		}
#waffleHouse {
  margin-top: 1.5em;
  border-top: 5px solid #000;
}
#redbook {
	display: block;
	width: 150px;
	height: 75px;
	margin: 15px auto 0;
	}
ul.contentList,
ol.contentList {
	list-style: disc;
	line-height: 1.2;
	margin-left: 20px;
	font-size: 1.4em;
	margin-bottom: 1em;
}
ol.contentList {
  list-style: decimal;
}
ul.contentList li,
ol.contentList li {
	margin-bottom: .5em;
}