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

	color:#000000;
}
h2{
	text-transform: uppercase;
	display:inline;
	font-size:20px;
	font-weight:bold;
	color:#6e6f71;
}

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

#modelFlash {
	margin:auto;
	margin-top:81px;
	width:1048px;
	height:481px;
}
#modelInfo {
/* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0;
}
#contentTech {
	margin:auto;
	padding-top:1px;
	width:1048px;
	text-align:left;
	padding-bottom:100px;
	
}
#modelText{
	
	background-image:url(../images/modelPage/modelTextBkg.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding-top:35px;
	padding-left:47px;
	margin-bottom:15px;
}
#techText {
	font-size:15px;
	color:#6c6f72;
	width:940px;
	line-height:22px;
}

sup{
	font-size:8px;
	color:#6e6f71;
}

.fadein { 
	position:relative; 
	height:472px; 
	width:657px;
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}
.techCol {
	margin-top:2px;
	padding-left:44px;
	font-size:14px;
	color:#6c6f72;
	line-height:20px;
	
}

.techCol a{
	color:#000000;
}
.linkCol{
	background-image:url(../images/tech/plus.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	width:300px;
	padding-left:50px;
	font-size:14px;
	color:#6c6f72;
	line-height:20px;
}
.linkCol a{
	color:#000000;
}
