@charset "utf-8";
/* CSS Document */
#container{
	margin:0px;
	padding:0px;
	width:1440px;
	height:900px;
}
@font-face{
	font-family: "Microsoft";
	src:url(../fonts/ntailu.ttf);
}
p{
	font-family: "Microsoft";
}
h3{
	font-family: "Microsoft";
	color:#67b4c0;
}
.menu{
	background-image:url(../img/header-utama.jpg);
	min-height: 536px;
	background-repeat: no-repeat;
	background-position:center;
	opacity:1;
}
.menu:hover{
	background-image:url(../img/header-utama-rollover.jpg);
}

.menu a{
	position:relative;
	top:50px;
	left:-30px;
    color:#000000;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
	padding:10px;
	font-family: "Microsoft";
}
.about{
	position:relative;
	float: left;
    left:75px;
	top:35px;
	margin-bottom: 30px;
  
}
.our-products {
	position: relative;
	/*left:-605px;*/
	float:left;
	left:135px;
	top:35px;
	margin-bottom: 30px;
}

.our-services{
	position: relative;
	float:left;
	/*left:-450px;*/
	/*top:-172px;*/
	left:200px;
	top:35px;
	margin-bottom: 30px;
}

.logo-footer{
	
	position: relative;
	top:40px;
	clear:both;
	float:left;
	left:50px;
}
.alamat{
	
	position: relative;
	float:left;
	text-align: justify;
	top:60px;
	left:80px;
}
.alamat b{
	font-size: 30px;
	color:#0066cc;
	font-family: "Times New Roman";
}
.logo-iso{
	position: relative;
	float:left;
	top:60px;
	left:220px;
}
.logo-kan{
	position: relative;
	float:left;
	top:60px;
	left:295px;
}
.footer-image{
	position: relative;
	clear:both;
	float:left;
	top:-20px;
}
a:hover{
	color:red;
}


