@charset "utf-8";
a:active {outline: none}
a:focus {-moz-outline-style: none}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fffff;
}
body a:link {
	color:#ffffff;
	text-decoration: none;
}
body a:visited {
	color:#ffffff;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline
} 
#container { 
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; */
	text-align: left;
} 
#header1 { 
	background:url(../images/bg_header1.jpg);
	width: 1000px;
	height: 125px;
} 
#header2 {
	background:url(../images/bg_header2.jpg);
	width: 1000px;
	height: 48px;
}
#topmenu {
	margin: 19px 0 0 94px;
	border-collapse: collapse;
}
#vrgallery {
	background:url(../images/bg_vr2.jpg);
	width: 1000px;
	height: 1490px;
}
#objectgallery {
	background:url(../images/bg_object.jpg);
	width: 1000px;
	height: 471px;
}
#vr-foot {
	padding-top: 77px;
	text-align: center;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#object-foot {
	padding-top: 66px;
	text-align: center;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#thumb {
	margin: 10px 28px 0px 0px;
} 
#thumbtext {
	width: 298px;
	padding: 2px 0 2px 2px;
	background: #000000;
	text-align: left;
} 
#thumbtext a:link { 
	color: #ffffff;
	text-decoration: none;
}
#thumbtext a:visited { 
	color: #ffffff;
	text-decoration: none;
}
#thumbtext a:hover {
	color: #FF8C00;
	text-decoration: underline;
}
#thumb-obj {
	width: 178px;
	padding: 2px 0 2px 2px;
	background: #000000;
	text-align: left;
} 
#thumb-obj a:link { 
	color: #ffffff;
	text-decoration: none;
}
#thumb-obj a:visited { 
	color: #ffffff;
	text-decoration: none;
}
#thumb-obj a:hover {
	color: #FF8C00;
	text-decoration: underline;
}
#vrwin {
	width:723px;
	margin:10px 0 0 143px;
	text-align: left;
}

table.bubble {
	margin: 0 0 0 0px;
	font-family: arial;
	font-size: 12px;
	color: #b4b9e1;
}
table.bubble tr.mid {
	background:url(../images/vrold_mid.gif);
}
table.object-table {
	width: 723px;
	margin:0;
	font-family: arial;
	font-size: 12px;
	color: #b4b9e1;
}
table.object-table tr.mid {
	background:url(../images/vrold_mid.gif);
}
table.object-table td.first {
	width: 180px;
	padding: 0 0 0 44px;
}
table.object-table td.second {
	width: 180px;
	padding: 0 0 0 0px;
}
