.clearFix { clear: both; display: block; margin-top: 30px;}

div#unit_selector * { font-family: Arial, Verdana; }

div#unit_selector {
	display: block;
	position: relative;
	background: #eee;
	width: 970px;
	height: 395px;
	border-bottom: 1px solid red;
}


div#unit_selector h2 {
	padding: 5px 20px 5px 25px;
	margin: 20px 0 0 0;
	background-image: url(../gfx/headline_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	font-size: 18px;
	color: #fff;
}

div#unit_selector h2 a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}


div#unit_selector p {
	font-size: 12px;
	line-height: 140%;
	margin: 40px 0 0 0;
	padding: 10px 10px 0 10px;
}

div.sheet_footer {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 190px;
	height: 22px;
	background: #e3d200;
}

.sheet_footer a {
	position: absolute;
	top: 4px;
	left: 25px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.sheet_footer img {
	position: absolute;
	top: 3px;
	left: 5px;

}

div#unit_selector ul.menuList {
	position: absolute;
	top: 200px;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	width:180px;
}
div#unit_selector ul.menuList li {
	padding: 0 0 0 15px;
	margin: 0;
	color: #fff;
	background-image: url(../gfx/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div#unit_selector ul.menuList li a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}


div#unit_selector div#mainImage_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 244px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
div#unit_selector div#mainImage_right {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 244px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



div#sheet01, div#sheet02, div#sheet03, div#sheet04, div#sheet05 {
	position: absolute;
	display: block;
	top: 235px;
	width: 190px;
	height: 157px;
	background: #eee;

}
div#sheet01:hover, div#sheet02:hover, div#sheet03:hover, div#sheet04:hover, div#sheet05:hover {
	background: #f5f5f5;
}


div#sheet01_overlay, div#sheet02_overlay, div#sheet03_overlay, div#sheet04_overlay, div#sheet05_overlay, div.yellowbar {
	position: absolute;
	width: 190px;
	height: 418px;
	display: block;
	visibility: hidden;
}
div.yellowbar {
	top: 0px;
	left: 0px;
	height: 37px;
	background: #e3d200;
	border-bottom: 2px solid #e3d200;
	visibility: visible;
}
div#sheet01:hover div.yellowbar, div#sheet02:hover div.yellowbar, div#sheet03:hover div.yellowbar, div#sheet04:hover div.yellowbar, div#sheet05:hover div.yellowbar {
	background: #efe670;
	border-bottom: 2px solid red;
}
div.yellowbar h1 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 5px 0 0 0;
	padding: 0px 5px 0 15px;
	background-image: url(../gfx/headline_bullet_000000.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

div.yellowbar h1 a,
div.yellowbar h1 a:visited
 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div#sheet01 { left: 10px; }
div#sheet01_overlay { left: 10px; background: #e9053a; }

div#sheet02 { left: 200px; }
div#sheet02_overlay { left: 200px; background: #1C3687; }

div#sheet03 { left: 390px; }
div#sheet03_overlay { left: 390px; background: #e54b01; }

div#sheet04 { left: 580px; }
div#sheet04_overlay { left: 580px; background: #006634; }

div#sheet05 { left: 770px; }
div#sheet05_overlay { left: 770px; background: #006634; }


