#introProdWrapper {
	width: 58.33em;
	overflow: hidden;
}
#intro {
  clear: both;
	width: 42.4em;
	height: 100%;
}
#prodSpot {
	width: 15.76em;
	height: 100%;
	text-align: center;
}
#prodSpot li {
	font-size: 13px;
	display: block;
	list-style: none;
}
#prodSpot h1 {
	background-color: #2f2f2f;
	height: 1.357em;
	color: #cfcfcf;
	font-size: 15px;
	line-height: 2.714em;
	border-bottom: 1.357em solid #272727;
}
#prodSpot h2 {
	background-color: #4dc80a;
	color: black;
	font-size: 13px;
	border-top: .5em solid #85cc5e;
	border-bottom: .5em solid #41a809;
}
#prodSpot img {
	margin-top: .1em;
	width: 100%;
}
#prodSpot p {
	margin: .4em 1em 1em;
	font-size: 12px;
	line-height: 1.1em;
}
#prodSpot li a {
  color: black;
	text-decoration: none;
}
#prodSpot li a:hover {
	text-decoration: underline;
}
#prodSpot li a:visited {
}
#intro, #prodSpot {
	float: left;
	margin-bottom: -2000em;
	padding-bottom: 2000em;
}
#news {
}
#news img {
  max-width: 100%;
}
.newsTitle {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -0.4em;
  margin-top: 0.5em;
}
.newsTitle, .newsTitle a {
  color: #bbb;
  font-size: 18px;
  font-weight: bold;
}
.newsTitle a:hover {
  text-decoration: underline;
}

