@charset "utf-8";
/* Corporate site - common part */
body {
	margin:0px;
	padding:0px;
	background:#ececec;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#body {	
	margin:auto;
	padding:0px;
	width:1000px;
}

#header_bg{
	background:url(images/1920-header-banner.png) no-repeat;
	height:100px;
	width:100%;
	z-index: -1;
	border:none;
	position:absolute;
	overflow: hidden;
	top: 0px;
    text-align: center;    
}

#header{
	height:78px;
	background:none;
	margin-left:40px;
	padding-top:22px;
}
 
ul#nav{
	width:960px;
	display:block;
	height:40px;
	background:url(images/eee-ccc.png) repeat-x;
}

ul#nav li{
	float:left;
	margin-top:5px;
	text-align:center;
	width:178px;
	height:35px;
	line-height:35px;
	display:block;
	font-size:14px;
	font-weight:bold;
	border-bottom-color:#e5e5e5;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

ul#nav li a{
	color:#000;
	text-decoration:none;
}

ul#nav li.selected{
	width:178px;
	height:34px;
	background:#fff;
	border-color:#e5e5e5;
	border-style:solid;
	border-width:1px;
	border-bottom:none;
	cursor:pointer;
}	

ul#nav li:hover{
	background:#fff;
	cursor:pointer;
}

ul#nav li.border_dummy{
	width:34px;
	border-bottom-color:#e5e5e5;
	border-bottom-style:solid;
	border-bottom-width:1px;
}	

ul#nav li.border_dummy:hover{
	background:url(images/eee-ccc.png) repeat-x;
	cursor:default;
}

#banner{
	margin-top:10px;
}

#content{
	margin: 20px;
	margin-bottom:0px;
	width:920px;
}

#container{
	width:1000px;
	padding:0px 20px;
	background:url(images/1000.png) repeat-y;
}

#container_bottom_shadow{
	width:960px;
	margin-left:20px;
	height:20px;
	background:url(images/30.png) repeat-x;
}

#footer{
	background:url(images/45.png) repeat-x;
	width:960px;
	margin:0px 20px 20px 20px;
	height:45px;
	line-height:45px;
	border-color:#cfcfcf;
	border-style:solid;
	border-width:1px;
}

#footer #link{
	margin-left:20px;
	float:left;
}

#footer #note{
	display:block;
	background:url(images/icpnumber.gif) no-repeat;
	width:431px;
	height:22px;
	line-height:22px;
	margin-top:10px;
	padding-left:10px;
	float:right;
	margin-right:50px;
}

#footer a{
	color:#000;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

img {
	border:none;
}
/* End of common part */

#content dl#left_content{
	float:left;
	width:450px;
}

#content dl#right_content{
	float:right;
	width:450px;
}

#content dl.col{
	float:left;
	width:290px;
	margin-right:16px;
}

dd{
	display:block;
	padding:0px;
	margin:10px 0px 20px 0px;
}

dl.contact dt{
	font-weight:bold;
}

dl.contact dd{
	margin:0px 0px 10px 0px;	
}

.partners{
	margin-top:10px;
}

.partners img{
	margin: 0px 10px 10px 0px;	
}