@charset "UTF-8";
/* CSS Document */
#modelDiv {
	/*background-color:#FFFFFF;*/
	width:100%;
	height:100%;
	
}
h2{
	/*text-transform: uppercase;*/
	display:inline;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:0px;
}
h1{
	text-transform: uppercase;
	display:inline;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	margin:0px;
}

#nav {
	padding-top:120px;
	text-align:center;
	padding-bottom:10px;
}

#modelFlash {
	margin:auto;
	margin-top:81px;
	width:940px;
	height:700px;
}
#modelInfo {
/* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0;
}
#contentTech {
	margin:auto;
	padding-top:1px;
	width:940px;
	text-align:left;
	padding-bottom:100px;
	
}

#subnav {
	color:#000000;
	margin-top:100px;
	text-align:center;
	margin-bottom:40px;
	color:#4da903;
}
#subnav a {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	
}
