#lpBanner {
	height: 75px;
	width: 774px;
	border: 1px solid #4a4949;
	overflow: visible;
}
#lpBanner h1 {
	text-align: center;
	background-color: #e0dede;
	height: 75px;
	margin: 0 15px 0 0;
	padding: 0 30px 0 30px;
	color: #002b56;
	font-size: 22px;
	line-height: 75px;
	border-right: 1px solid #4a4949;
	float: left;
	position: relative;
	display: block;
}
#lpBanner p {
	background-color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 15px;
   margin-top: 32px;
}
#lpItems .matrixRow {
	width: 766px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #4a4949;
	zoom: 1;
}
#lpItems .matrixCell {
	float: left;
	width: 350px;
	height: 175px;
	padding: 15px;
	border-right: 1px solid #4a4949;
}
.lpItemName {
	float: left;
	position: relative;
	height: 175px;
	width: 175px;
	text-align: center;
}
.lpItemDesc, .lpItemList {
	float: right;
	position: relative;
	padding-top: 25px;
	height: 150px;
	width: 175px;
}
.lpItemDesc p {
}
.lpItemDesc a {
	margin-top: 1em;
	display: block;
	font-weight: bold;
	border: 1px solid #4a4949;
	background: #e0dede url(/images/right-arrow.gif) no-repeat scroll 43px;
	padding: 3px 10px;
	width: 35px;
}
.lpItemDesc a:link, .lpItemDesc a:visited {
	color: #002b56;
	text-decoration: none;
}
.lpItemDesc a:hover, .lpItemDesc a:active, .lpItemDesc a:focus {
	color: #002b56;
	text-decoration: none;
	background-color: #fff;
}
#lpItems h1 a, .lpItemInfo h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#lpItems h1 a:link, #lpItems h1 a:visited {
	color: #002b56;
	text-decoration: none;
}
#lpItems h1 a:hover, #lpItems h1 a:active, #lpItems h1 a:focus {
	color: #4a4949;
	text-decoration: underline;
}
.lpItemInfo h1 {
	color: #002b56;
}
