@import url('reset.css');

@import url('style.css');

body { background: #346ba0 url('../images/bountyBG.jpg') top left repeat-x; }

#prodList ul li:hover, #prodList ul li.prodAssoc { background-color: #346ba0; }

#siteContent ul#productLinks li a:hover {
	color: #346ba0;
}

#prodList span {
	color: #346ba0;
}

#siteContent p {
	font-size: 1.3em;
	line-height: 1.23em;
	margin-top: 1em;
}

ul#productLinks li a.prodButton1 {
	display: block;
	background: url('../images/btn_MoreOnBounty-trans.png') top left no-repeat;
	width: 19.6em;
	height: 2em;
	border: none;
	padding: 0;
}

ul#productLinks li a.prodButton1:hover {
	background: url('../images/btn_MoreOnBounty_ON-trans.png') top left no-repeat;
}

#siteContent h1 { margin-top: 1.25em; }	