/* CSS Document */
body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:20px;
}
td img {
	display: block;
}
#Container {
	width:960px;
	background-color:#FFF;
	margin:auto;
}
#navContainer {
	height:20px;
	background-color:#FFFFFF;
	
}
#MainContainer {
	background-color:#FFFFFF;
}
#BodyContainer {
	height:472px;
	width:893px;
	position:relative;
}
#LeftContainer {
	height:470px;
	position:relative;
	width:510px;
	float:left;
}
#SmallImages {
	width:100%;
	position:relative;
	margin-bottom:15px;
}
#Logo {
	width:115px;
	height:77px;
	float:right;
}
#3Dimage1 {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:345px;
	overflow:hidden;
}
#3Dimage2 {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:345px;
	overflow:hidden;
}
#3Dcontainer {
	position:relative;
}

#FooterMenu {
	position:relative;	
	width:100%;
}
#Footer {
	margin-top:20px;
	margin-bottom:20px;
}