html
{
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

body
{
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

body {
  text-align: center;
  }


#main_contaner {
	width: 900px;
	min-height: 100%;













 /height: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px 8px;
	height: 100%;
	display: block;
	position: static;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#nav_container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 35px;
}
#header_container {
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/inno3d_top.jpg);
	height: 60px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	color: #000;
	clear: both;
}

#footer a
{
	text-decoration: none;
	color: #000;
}

div#footer a:hover 
{
	color: #FFF;
	background-color: #000;
}


.footer_inlinelist {
	background-position: center;
	display: inline;
	}

#center_main_con {
	text-align: center;
	height: 100%;
}

.left_colum
{
	width: 130px;
	margin-top: 30px;
	background-image: url(../images/transparent_back.png);
	height: 350px;
	float: left;
}

.ie_outer_container
{
	margin-top: -4px;	
}

.clear {
	clear: both;
	float: none;
}

.navigation_bar_con {
	width: 900px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
}

.navigation_bar_con li{
	float: left;
	width: 128.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

.navigation_bar_con a{
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
}
.navigation_bar_con a:hover{
	color: #0000FF;
}

.navigation_bar_con a:hover span{
	position: absolute;
	background-color: #999999;
	left: 50%;
	right: 50%;
	display: block;
	height: 300px;
	width: 100px;
}

.navigation_bar_con a span{
	display: none;
}

#pop_layer {
	position: absolute;
	height: auto;
	width: 900px;
	left: 50%;
	right: 50%;
	margin-left: -450px;
	background-image: url(../images/semi_transparent_back.png);
	background-repeat: repeat;
	padding: 38px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	z-index: 99;
	margin-top: -18px;
	visibility: hidden;
}

#pop_layer li{
	color: #CCCCCC;
	
	font-size: 12px;
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

#pop_layer div{
	float: left;
	margin-left: 30px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#pop_layer ul{
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
	
}

#pop_layer a{
	color: #FFFFFF;
	text-decoration: none;
}

#pop_layer a:hover{
	text-decoration: underline;	
	
}

#close_button {
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 410px;
	margin-top: -25px;	
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

