/*section 6 (products) styles*/

#headerImage {
	background: url(images/headerImg.jpg) no-repeat;
}
#countryFlags {
	visibility: hidden;
}

#navlist .products {
	background: url(images/products6.jpg) no-repeat;
}
#navlist .products a:hover, #navlist .products a:hover {
	background: url(images/products6.jpg) no-repeat -130px;
}
#navlist .productsSel {
	background: url(images/products6.jpg) no-repeat -260px;
}
#contentOnMenuPages {
	height: auto !important; /* real browsers */
	height: 1000px; /* IE6: give extra height*/
}