body#products {
	background-image: url(http://cdn.alakoa.com/images/background-small.png);
}

body#products #header {
	height: 150px;
	display: block;
}

body#products #header #header-content {
	height: 110px;
	background-image: url(http://cdn.alakoa.com/images/header-background-small.png);
}

/* Large version */

body#products.large {
	background-image: url(http://cdn.alakoa.com/images/background-large.png);
}

body#products.large #header {
	height: 265px;
	display: block;
}

body#products.large #header #header-content {
	height: 225px;
	background-image: url(http://cdn.alakoa.com/images/header-background-large.png);
}

/* Override for WiredPatient */

body#wiredpatient {
	background-image: url(http://cdn.alakoa.com/images/background-small.png);
}

body#wiredpatient #header {
	height: 150px;
	display: block;
}

body#wiredpatient #header #header-content {
	height: 110px;
	background-image: url(http://cdn.alakoa.com/images/lang/en/header-wiredpatient.png);
}

/* Handle hot images */

body#wiredpatient #navigation-primary li.products a {
	background-position: -200px -80px;
}

body#wellness #navigation-primary li.products a {
	background-position: -200px -80px;
}