#head {
	position: relative;
	height: 160px;
	background: url('../img/head.png') no-repeat;
	}
	
#head  h1 {
	position: absolute;
	top: 33px;
	left: 118px;
	width: 199px;
	height: 98px;
	}
	
#head  h1 a{
	display: block;
	height: 98px;
	}
	
#head h1 span {
	display: none;
	}
	
/* Logos */
#head  #niagara {
	position: absolute;
	top: 125px;
	left: 330px;
	}
	
#head #tridium {
	position: absolute;
	top: 105px;
	left: 420px;
	}
	
#head #btr {
	position: absolute;
	top: 80px;
	left: 510px;
	}
	
#head #esight {
	position: absolute;
	top: 65px;
	left: 580px;
	}
	
#head #thermokon {
	position: absolute;
	top: 50px;
	left: 685px;
	}
	
/* Demo */
#head #demo {
	position: absolute;
	bottom: 10px;
	right: 20px;
	}