h1#downloadHeader {
}

#insideSplash {
	background: url(../images/extras/downloadPhoto.jpg) no-repeat bottom;
}

#insideSplash h2 {
	padding-top: 29px;
	background: url(../images/extras/downloadText.png) no-repeat;
	width: 157px;
	position: absolute;
	right: 20px;
	top: 36px;
}


h1#downloadHeader {
	display: none;
}

ul#downloadList {
	list-style: none;
	border-top: 1px solid #d6d6d6;
	width: 440px;
	margin-left: 20px;
}

ul#downloadList li {
	margin: 20px 0px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}

ul#downloadList h3 {
	display: block;
	margin-right: 20px;
	float: left;
	height: 0px;
	padding-top: 37px;
	overflow: hidden;
}

ul#downloadList h3#books {
	width: 154px;
	background: url(../images/universal/booksSmallLogo.png) top;
}

ul#downloadList h3#cards {
	width: 145px;
	background: url(../images/universal/cardsSmallLogo.png) top;
}

ul#downloadList h3#calendars {
	width: 191px;
	background: url(../images/universal/calendarsSmallLogo.png) top;
}

ul#downloadList a {
	display: block;
	float: left;
	width: 144px;
	height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(../images/extras/wideButton.png);
	font-size: 10px;
	line-height: 20px;
	margin-right: 20px;
}

ul#downloadList p {
	clear: both;
	margin: 8px 0px;
}

ul#downloadList p.padded {
	padding: 10px 0px;
}

a.lbAction {
	background: url(../images/universal/greenButton.png);
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	width: 94px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-left: 100px;
}

