/*
body { font-size: 62.5%; }
body * { font-size: 1em; }

* { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
*/

.tour-viewer {
	height: 25em;
	width: 80em;
	position: relative;
}

.tour-viewer h1 { font-size: 1em; }

.tour-node {
	background-color: #efefef;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 21.2em;
	overflow: hidden;
}

.tour-node img {
	position: absolute;
}

div.area {
	position: absolute;
}

.tour-nav {
	background-color: #666;
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 80em;
	z-index: 9999;
	height: 3.5em;
	overflow: hidden;
	font-size: 1em;
}

.tour-nav a {
	text-decoration: none;
}

.breadcrumbs {
/* 	display: inline; */
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline;
	float: left;
	display: block;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1.25em 1.5em 0 1.5em; margin: 0;
	height: 2.5em;
	background-image: url(../_media/tour/separator.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: gray;
}

.breadcrumbs li a {
	color: #3a3a3a;
	font-weight: bold;
}

.breadcrumbs li a:hover {
	color: white;
}

.current-location {
	text-transform: uppercase; 
	display: block;
	height: 2.5em;
	float: left;
	margin: 0;
	padding: 1.25em 1.5em 0 1.5em;
	text-decoration: none;
	background-color: gray;
	background-image: url(../_media/tour/separator_end.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.current-location a {
	color: white;
}

.current-options {
	display: inline;
	padding: 0;
}

.current-options li {
	display: block;
	height: 2.5em;
	float: left;
	padding: 1.25em 1.5em 0 .5em;
}

.current-options .option-qtvr {
	background-image: url(../_media/tour/vr_indicator.gif);
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: right center;
}

.current-options a {
	color: silver;
}

.current-options a:hover {
	color: white;
}