/* Home page style information */

#hp {
	position: relative;
	background: #8a2f08;
	font-family: Georgia, Times, serif;
	color: #000;
	width: 720px;
	overflow: auto;
	padding: 10px 0;
	font-size: small;
}
#hp h1 {
	font-size: 340%;
	text-transform: uppercase;
	text-align: center;
	font-weight: lighter;
	color: #efefef;
	letter-spacing: -0.06em;
	margin: -5px 0 0 0;
	text-shadow: 0 1px 1px #551d06;
}
#hp h2 {
	font-size: 15px;
	color: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	text-shadow: 0 1px 1px #551d06;
}
#hp h3 {
	font-size: 11px;
	color: #e7d3cb;
	text-align: center;
	font-weight: lighter;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 1px #551d06;
}
#hp p {
	display: block;
	clear: both;
	text-align: center;
	font-size: 120%;
	color: #EFEFEF;
}
#hp dl {
	float: left;
	position: relative;
	width: 190px;
	height: 223px;
	overflow: hidden;
	padding: 10px 10px 18px 10px;
	margin: 0 0 22px 22px;
	background: #8a2f08 url('../images/dl-bg.gif') top center no-repeat;
}
#hp dt {
	text-align: center;
	font-size: 110%;
	color: #5a707b;
	font-weight: bold;
	text-shadow: 0 1px 1px #c1baa1;
}
#hp dd {
	text-align: center;
	margin: 0;
	font-size: 90%;
	width: 190px;
}
#hp .pedigree {
	background: #bcd9d5;
	padding: 3px 6px;
	color: #222;
	font-size: 100%;
	border-bottom: 1px solid #9a947e;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	position: absolute;
	bottom: 24px;
	right: 8px;
	text-decoration: none;
	color: #222;
}
	#hp .pedigree:hover {
		background: #FFF;
	}
#hp .hip {
	display: block;
	position: absolute;
	bottom: 22px;
	left: -10px;
	width: 72px;
	font-size: 80%;
	padding: 7px 10px 8px 6px;
	color: #525035;
	background: url('../images/tag.gif') top center no-repeat;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#hp .video {
	background: #bcd9c1;
	display: block;
	position: absolute;
	bottom: 23px;
	width: 60px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	left: 71px;
	xborder: 1px #ababab solid;
	border-bottom: 1px solid #9a947e;
	padding: 3px 0;
	text-decoration: none;
	color: #000;
	margin: 0;
	overflow: none;
}
#hp .video:hover {
	background: #fff;
}
#hp .video img {
	border: 0;
	margin: 0;
	padding: 0;
}