#hpmini {
	width: 1000px;
	height: 620px;
	font-family: Arial,Tahoma, Verdana;
}

	.Splash {
			background: url(/campaigns/hpmini/background/splash_final.png);
	}

	.Details {
			background: url(/campaigns/hpmini/background/product_page_final.png);
	}

#hpminiHeader {
	width: 100%;
	height: 108px;
}

#hpminiMenu {
	width: 900;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 100px;
	text-transform: uppercase;
	position: relative;
}

	a.menu {
		color: #000;
		font-size: 16px;
		margin: 0 10px 0 0;
		/*font-weight: normal;*/
	}

	a.menu:hover, a.active {
		color: #fff;
	}

	#bttnAction {
		position: absolute;
		top: 0px;
		left: 520px;
	}

	#bttnDemo {
		position: absolute;
		top: 0px;
		left: 685px;
	}

.Splash #hpminiText {
	width: 470px;
	height: 365px;
	margin: 0 0 0 100px;
}

	.Splash #hpminiText p {
		font-size: 15px;
		line-height: 25px;
		margin: 0;
		padding: 0;
	}

		.Splash #hpminiText p .right {
			float: right;
		}

.Details #hpminiText {
	width: 420px;
	height: 365px;
	margin: 0 0 0 100px;
	position: relative;
}

	#bttnBuyNow {
		position: absolute;
		top: 310px;
		left: 10px;
	}

	.Details #hpminiText ul {
		margin: 0 0 0 20px;
		padding: 20px 0 0 0;
	}

	.Details #hpminiText li {
		font-size: 13px;
		margin: 0;
		padding: 0;
		line-height: 25px;
	}

#hpminiImages {
	clear: both;
	width: 900px;
	height: 85px;
	margin: 0 0 0 100px;
}

	#hpminiImages img {
		border: solid 1px #d7bc85;
		margin: 0 8px 0 0;
	}

/* buttons */
.button a {
	color: #6c511a;
	font-size: 13px;
	text-transform: uppercase;
}

	.button a:hover {
		color: #fff;
	}
