@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #0e272c;
	margin: 0; 
	padding: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .master selector */
}

img {
	border:none;
}

#master {
	position:relative;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	width: 905px;
	height:515px;
	text-align: left;
	/* this overrides the text-align: center on the body element. */	
}

#logo {
	position:absolute;
	float:left;
	z-index:-1	;
}

#menu {
	width:905px;
	height:45px;
	padding-top: 108px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#banner {
	position:absolute;
	left:0px;
	top:153px;
	width:905px;
	height:359px;
	z-index:-1
}

#left_content {
	float:left;
	display:inline;
	width:425px;
	height:359px;
}

.realisation {
	position:absolute;
	margin-top:20px;
	margin-left:30px;
	z-index:-1
}

.text	{
	position:absolute;
	display:inline;
	margin-top:20px;
	margin-left:30px;
	width:344px;
	height:276px;
	
}

.text p {
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#112c32;
	margin-left:10px;
	margin-right:10px;
	
	
}

.float_left{
	float:left;
	margin-right:5px;

}

.float_right{
	float:right;
	margin-left:5px;
	margin-right:10px;

}

#btn_iden {
	position:relative;
	display:inline;
	float:left;
	top:20px;
	left:30px;
	width:113px;
	height:147px;
	margin-right:10px;
	margin-bottom:10px;
}

#btn_resea {
	position:relative;
	display:inline;
	float:left;
	top:20px;
	left:30px;
	width:113px;
	height:147px;
	margin-right:10px;
	margin-bottom:10px;
}

#btn_engi {
	position:relative;
	display:inline;
	float:left;
	top:20px;
	left:30px;
	width:113px;
	height:147px;
	margin-bottom:10px;
}

#btn_des {
	position:relative;
	display:inline;
	float:left;
	top:20px;
	left:30px;
	width:113px;
	height:147px;
	margin-right:10px;
}

#btn_manu {
	position:relative;
	display:inline;
	float:left;
	top:20px;
	left:30px;
	width:113px;
	height:147px;
}

#right_content {
	float:right;
	display:inline;
	width:480px;
	height:359px;
}


#right_content h1 {
	margin-top:20px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:36px;
}

#right_content p {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:16px;
}

.submenu {
	margin:0px;
	padding:0px;
	display:inline;
	vertical-align:text-top;
	height:79px;
}
.submenu2 {
	display:inline;
}

/*.col1 {
	text-align:center;
	float:left;
	width:160px;
	display:inline;
}

.col2 {
	text-align:center;
	float:left;
	width:160px;
	display:inline;

}

.col3 {
	text-align:center;
	width:160px;
	display:inline;

}*/

/*#content {
	width:905px;
	height:359px;
	background-image:url(images/banner_home.jpg)
}

#title {
	width:480px;
	height:120px;
	float:right;
	clear:right;
}*/