body {
	background-color: #FFF;
}

.t-primary-bgcolor {
	background-color: #002855;
}

a {
	color: #003570;
}

.header img {
	display: block;
}

.header-wrapper::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	content: '';
	background: #002855 url('header_bg.png') center top/cover no-repeat;
}

.header-wrapper {
	background-color: #FFF;
	border-bottom: 10px solid white;
	box-shadow: 0 2px 1px rgba(0,40,85,0.15);
	z-index: 1;
	position: relative;
}

.header {
	height: 115px;
}

.downloadGroup strong, .downloadPriceNote, #queueSummary #totals {
	display: none;
}

#downloadQueueItemTotal {
	text-indent: -1000em;
}
