@charset "utf-8";
/** { 
	margin: 0; 
} 
html, body { 
	height: 100%; 
} 
#wrapper { 
	min-height: 100%; 
	margin-bottom: -206; 
}*/
html, body {
	height: 100%;
	padding:0;
	margin:0;
}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header{
	height: 87px; 
	background-image: url(images/header.gif);
}
.header img{
	padding-left:25px;
	padding-top:29px;
}
.menu{
	height:46px;
	background:#2d65b5;
}


a{
	color:#666666;
	text-decoration: none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
#main_content{
	margin-top: 8px;
	width: 1000px;
}
#home_left_image{
	width: 287px;
	border: 1px solid #666666;
	padding: 4px;
	margin-left:27px;
	float: left;
}
#home_right{
	width: 580px;
	margin-left: 34px;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}
#itview_if{
	margin-left: 34px;
	margin-top: 12px;
	margin-bottom: 20px;
	float: left;
}
.text_title{
	margin-left: 1px;
}
.text_title_bottom{
	margin-top: 8px;
}
.text_content{
	width: 590px;
	margin-top: 17px;
}
.mainul{
	margin-top:17px;
	padding-left:11px;
	list-style-image: url(images/li.gif);
}
#main_content ul{
	margin-top:17px;
	padding-left:55px;
	list-style-image: url(images/li.gif);
}
#main_content li{
	padding:0;
	margin:0;
	margin-bottom:17px;
	line-height: 17px;
}
li{
	margin-bottom:17px;
	padding-left:6px;
	line-height: 17px;
}
.proul{
	margin-top: 0px;
	padding-left:11px;
	list-style-image: url(images/li.gif);
}
.proul li{
	margin-bottom:0px;
}
.othersay{
	font-style: italic;
	color: #666666;
}

#pm{
	width: 900px;
	margin-left: 30px;
}
#logos{
	margin-top: 14px;
	margin-left: 4px;
	margin-bottom: 14px;
	float:left;
	padding-left:0px;
}
#logo_ul{
	float:left;
	margin-top: 5px;
	padding-left:0px;
}
#logo_ul li{
	float:left;
	margin-right:25px;
	list-style-type: none;
	height: 52px;
	margin-bottom:20px;
	padding-left:0;
}
#imgmenu{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	list-style-type: none;
}
#imgmenu img{	
	border: 0px;
}
#imgmenu li{
	margin-right: 8px;
	float:left;
	list-style-type: none;
}









.clear{
	clear:both
}
.push{
	height: 45px;/* .push must be the same height as .footer */
}
.footer {
	min-width:1000px;
	height:45px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
