/*--------------------------------------------------*/
/* Sun protection				                    */

	#headerContainer {
		background: #000 url("../../../img/technology/sunProtection/header.jpg") no-repeat 50% 100%;
	}

	#headline {
		background: url("../../../img/technology/sunProtection/headline.gif") no-repeat 0 0;
		height: 120px;
		width: 330px;
	}

	.titleColour {
		background: url("../../../img/technology/sunProtection/titleColour.gif") no-repeat 0 0;
		height: 18px;
		margin-top: 12px;
	}

	#sidePanel {
		padding: 0;
	}
	
	.glare {
		float: right;
		padding: 4px 0 4px 4px;
		margin: 0 0 12px 12px;
		border: 1px solid #ccc;
	}
	
		.glare img {
			float: left;
			margin: 0 4px 0 0;
		}