body {
	margin:0;
	padding:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	background:#354872;
}

input {
	background:#4360A2;
	border:1px solid black;
	color:white;
}

#modelname {
	margin:0 0 10px;
	font-size:20px;
}

#tour {
	width:530px;
	height:399px;
	background:#fff url(../images/tourbg.jpg);
	border:2px solid white;
	padding:0;
	margin:0;
}

#maintable {
	height:399px;
}

#spacer {
	width:186px;
}

#imageview , #mainmodel, #model {
	width:320px;
	height:224px;
	border:1px solid black;
	background:#FFFFFF;
	overflow:hidden;
	margin-bottom:5px;
}

#mainmodel, #imageview {
	background:#FFFFFF url(../images/loading.gif) center no-repeat;
}

#display {
	width:322px;
	margin:10px 0 0 0;
	overflow:hidden;
}

#tour td {
	font-size:16px;
	line-height:20px;
}


/* specs for layers that slide. */
div.glide { 
	position:absolute; visibility:hidden; 
	width:180px;
	height:380px;
	overflow:auto;
	padding:0 5px 0 0;
	margin-top:10px;
	z-index:200;
}

.glide a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	display:block;
	height:auto;
	padding:4px 0 4px 5px;
	border:1px solid #fff;
	border-bottom:0;
	background:#4360A2;
	margin:0;
}

.glide a:hover {
	color: #E9E9E9;
	text-decoration:none;
	font-style:italic;
	background:#354872;
}

.glide h2 {
	margin:0 0 7px;
	width:165px;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	border-bottom:1px solid black;
	color:#000;
	text-transform:uppercase;
}

.glide h3 {
	margin:0 0 6px;
}

.glide hr {
	width:170px;
	color:#fff;
}

ul.back {
	list-style-image:url(../images/blackarrow.gif);
	margin:10px 0 0 0;
	padding-left:20px;
}

a.back  {
	background:none;
	border:none;
	color:#000000;
}

a:hover.back {
	color: #333333;
	background:none;
}

.back img {
	border:0;
	margin:0 8px 0 0;
}

.borderbottom {
	border-bottom:1px solid white;
}

a.borderbottom {
	border-bottom:1px solid white;
}

.yearbox div {
	font-size:14px;
	font-weight:bold;
	width:48px;
	height:22px;
	text-align:center;
	padding:2px 0 0;
	margin:0 0 1px 0;
}

a.yearbox  {	
	color:#000;
	background:#fff;
	border:1px solid #000000;
	text-align:center;
	margin:0;
	padding:0;
	width:52px;
}

a.yearbox:hover{
	background:#FFFF66;
	color:#000;
	cursor:hand;
}

a#active {
	text-decoration:underline;
	font-style:normal;
}
a#active:hover{
	background-color:#fff;
	font-style:normal;
	cursor:pointer;
}

#logo {
	width:60px;
	position:absolute;
	left:330px;
	top:295px;
}

#slogan {
	position:absolute;
	left:275px;
	top:350px;
	font-size:14px;
	font-style:italic; 
	font-weight:bold; 
	border-top:1px solid black; 
	width:170px; 
	margin:7px 0; 
	padding-top:4px;
}
