div.header {
	margin: auto;
	position: relative;
	width: 1000px;
	height: 455px;
	background-image: url('../../images/panoramaBg.jpg');
	background-repeat: no-repeat;
}

#header {
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 455px;
	background-image: url('../../images/panoramaBg.jpg');
	background-repeat: no-repeat;
}

#wrapper {
	width: 1000px;
	padding-top: 455px;
	position: relative;
	margin: auto;
}

div.headerMenuPanorama {
	position: absolute;
	top: 99px;
	left: 2px;
	width: 996px;
	height: 334px;
	z-index: 1;
}

div.headerMenuPanoramaOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 454px;
	z-index: 10;
}

div.headerMenuPanoramaClickable {
	position: absolute;
	top: 98px;
	left: 0px;
	width: 1000px;
	height: 340px;
	z-index: 2000;
}

div.headerMenu {
	position: absolute;
	text-align: left;
	top: 80px;
	left: 137px;
	z-index: 20;
	width: 859px;
	height: 16px;
}

div.headerMenuPanoramaHide {
	display: none;
}


ul.headerMenu,
ul.headerMenu li {
	margin: 0px;
	padding: 0px;
}

ul.headerMenu li {
	display: inline;
}


/*		Index page		*/
div.headerSubHeading {
	position: absolute;
	top: 80px;
	left: 137px;
	z-index: 20;
	width: 854px;
	height: 17px;
}
/*		End Index page		*/