@charset "utf-8";
/* CSS Document */

body {
	background-color:#E9E9E9;
	
}


h1 a {
	text-indent:-9999px;	
	background: url(../_img/logo.png) no-repeat;
	position:absolute;
	margin:-14px 0px 0px 590px;
	height: 88px;
	width:329px;
	display:block;
}

h1, h2 {
	color:#03b0af;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 24px;
	padding:0px;
}
p, h3, h4, h5, h6{
	color:	#006792;
	padding:0px;
	margin:0px;
}

a {
	color:#333;
}

#wrapper {
	width:919px;
	margin:0px auto;
	height:500px;	
}
#header, #leaderWrap, #content, #footer {
	float:left;
	width:919px;	
}
#header {
	height:91px;
	background:#FFF;
}

#logo {
	float:right;	
}
#nav {
	position:absolute;	
	margin:45px 0 0 2px;
}

#nav li {
	display:inline;	
}

#nav li a {
	background:url(../_img/navbg.jpg) no-repeat;
	height:30px;
	display:inline-block;
	text-indent:-999px;
}
#nav li a.home {
	width:85px;	
}

	#nav li a.home:hover {
		background-position:0px -30px;
	}

#nav li a.technology {
	width:117px;
	background-position: -85px 0px;
}
	#nav li a.technology:hover {
			background-position:-85px -30px;
	}	
#nav li a.product {
	width:81px;
	background-position: -202px 0px;
}
	#nav li a.product:hover {
			background-position:-202px -30px;
	}
	
#nav li a.poster {
	width:88px;
	background-position: -285px 0px;
}

	#nav li a.poster:hover {
			background-position:-285px -30px;
}
/*	
#nav li a.management {
	width:129px;
	background-position: -289px 0px;
}
	#nav li a.management:hover {
			background-position:-289px -30px;
	}		
	
#nav li a.news {
	width:78px;
	background-position: -364px 0px;
}
	#nav li a.news:hover {
			background-position:-364px -30px;
	}			
*/	
#leaderWrap {
	/*height:456px;*/
	height: 354px;
	background-color:#006792;
} 

#tagline {
	text-align:right; 
	padding:0px 5px; margin:0px; 
	font-family: 'PT Serif', arial, serif; 
	color:#FFF;	
	margin-right:20px;
}

#leaderImg {
	/*height:410px;*/
	height: 308px;
	background:url(../_img/leader.png) no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content {
	/*min-height:500px;*/
	background:#FFF;
	padding:10px 20px;
	width:879px;
}

#content p {margin-bottom: 9px;}

#leftCol {
	width:521px;
	float:left;	
	text-align:justify;	
}
#leftCol img{
	border:1px solid #666;
	padding:2px;
	margin:10px;
}
#rightCol {
	margin-left:29px;
	margin-top:15px;
	width:310px;
	background-color:#fff5ee;
	border: 1px solid #CCC;
	height:400px;
	float:left;
	padding: 5px 7px;
}

#rightCol p {
	color:#000;	
}

#footer {
	height: 75px;
	background:#FFF;
	border-top: 6px solid #006792;
	padding:10px 10px 0;
	width:899px;
}

#footer p {
	color:#000;	
}

#footer a:hover {
	color:#000;	
}
