@charset "UTF-8";
/* CSS Document */

* { margin:0;
    padding:0;
}

body {
	background:#333;
}

div#copyright { display: none; }


#global_wrap {
	width:973px;
	min-height:950px;
	background:#e6e6e6;
	margin:25px auto 25px auto;
	position:relative;
	border: solid 2px #FFF;
}

#top_area {
	width:972px;
	height:156px;
	margin: 0 auto;
	float:none;
	clear:both;
	text-align:center;
	position:absolute;
	top:0;
	background-color: #CCC;
	background-image: url(../images/jap1graphics_top_header.png);
	background-repeat: no-repeat;	
}

#menu_area {
	z-index:100000;
	/*width:770px;*/
	width:80%;
	height:45px;
	margin:0px auto;
	float:none;
	clear:both;
	/*background:#444;*/
	position:absolute;
	top:146px;
	left:127px;
	
}

#content_area {
	width:973px;
	height:772px;
	margin:0 auto;
	float:none;
	clear:both;
	background:#ccc;
	position:absolute;
	top:156px;
}

#foot_area {
	width:973px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	line-height:16px;
	margin:0 auto;
	float:none;
	clear:both;
	background:#143467;
	position:absolute;
	bottom:0;
}

#slider_shower {
	width:620px;
	height:247px;
	background:#30C;
	margin:0 auto;
	position:absolute;
	top:70px;
	left:175px;
	
}	

#home_page_intro_text {
	width:640px;
	height:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	line-height:13pt;
	text-align:justify;
	color:#2c5a7f;
	margin:0 auto;
	position:absolute;
	top:400px;
	left:165px;
	
}

/* 
======================================= */

#top_area #jap1grapgics_logo {
	width:480px;
	height:64px;
	margin-top: 25px;
	margin-left: 41px;
}

#top_area #digital_solutions {
	width:324px;
	height:22px;
	margin-top: 2px;
	margin-left: 307px;
}

#4c89b4; = blue
#6e6e71; = brown/grey
	
/*
=============================================== */

ul {
		margin:0;
		padding:0;
		border:0;
		white-space:nowrap;
		letter-spacing:2px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height:16px;
}

li {
		display: inline;
		list-style-type: none;
		padding: 0 -5px; 
}

a {
		
		color: #fff;
		text-decoration: none;
		
}

a:link, a:visited {
		color: #fff;
}

li a:hover {
		color: #F00;
		text-decoration: underline;
}

 .copyright {
		white-space:nowrap;
		letter-spacing:1px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FFF;
		line-height:16px;
		margin-top:5px;
}