#nav {
	margin-bottom: 0;
}

#content.frontpage {
	background-color: black;
	color: white;
}

#content.frontpage h2 a {
	color: white;
}


#content.frontpage {
	width: 735px;
	position: relative;		/* allow "absolute" positioning within content div */
	height: 433px;
	margin-left: 4px;
	padding-left: 24px;
}

#content .new_badge {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 10;
}


#content.frontpage .product_shot {
	position: absolute;
	right: 70px;
	top: 20px;
}

#content.frontpage .features {
	position: absolute;
	bottom: 40px;
	left: 46px;
}

#content.frontpage .features ul {
	list-style: none;
	margin-left: 0px;
}

#content.frontpage .featured_title {
	margin-top: 32px;
	width: 400px;
}

#content.frontpage a {
	text-decoration: none;
}

#content.frontpage h2 a {
	font-size: 66px;
}

#content.frontpage h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 21px;
	margin-top: 15px;
}

#content.frontpage .featured_title h3, #content.frontpage .featured_title .price {
	text-align: right;
}

#content.frontpage .actions
{
	position: absolute;
	left: 405px;
	top: 250px;
}

#content.frontpage form {margin-bottom: 0;}