@font-face {
	font-family: 'helvetica2';
	src:url('../fonts/Helvetica.otf');
	font-weight: normal;
	font-style: normal;
	
}

@font-face {
	font-family: 'helvetica';
	src:url('../fonts/helvetica2.ttf');
	font-weight: normal;
	font-style: normal;
	
}

body, html { 
	padding: 0; 
	margin: 0 auto;

	font-family: helvetica;						
	font-size: 15px;							/* Ini ukuran font buat semua dari atas sampe bawah */
	
}

.logo{
	width: 150px;								/* ini buat ganti ukuran lebar foto, kalau masih kurang kecil */
	padding-bottom: 20px;
	padding-top: 20px; 
	padding-left: 30px;
}
table.nav-bahasa{
	padding-top: 20px;
	list-style: none;
	float: right;
}

table.nav-bahasa tr a{
	text-decoration: none;
	display:block;
	font-size: 11px;
	color: black;
	padding-left: 8px;
	padding-right: 12px;
}

table.nav-bahasa tr a:hover{
	color: red;
}
ul.nav-utama{
	text-decoration: none;
	list-style: none;
	float: right;
	position: relative;


}

ul.nav-utama li{
	float: left;
	letter-spacing: 4px;
	font-size: 10px;
	
}

ul.nav-utama li a {
	text-decoration: none;
	display:block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #c2c2c2;
	border-right-style: solid; 
	margin: 0;
	color: #484848;
	border-width: 1px;
}

a.menulain{
	border-style: none!important;
}

ul li a:hover{

	color: red;
}

#content{
	color: #515151;
	line-height: 1.5;
	font-family: 'helvetica';

}

span.title1{
	background-color: #e9e9e9;
	padding-top: 30px;
	display: block;		
}

span.panah1{
	background-image: url('../images/arrow1.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 5%;
}

span.panah2{
	background-image: url('../images/arrow2.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 6%;
}

#who-we-are table tr td{

	padding: 30px;
}

table.success-story{
	width: 80%;
}

table.success-story tr td{
	width: 25%;
	text-align: center;
}

#what-we-do{
	background-color: #e9e9e9;
	padding-bottom: 6%

}

h3{
	letter-spacing: 7px;
}

#together{
	background-image: url('../images/lets-work-together.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 130px;
	vertical-align: middle;
	margin: auto;
	padding: 10%;
	
}

#together span{
	background: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	border-color: #000;
	letter-spacing: 7px;
	font-weight: bold;
	font-size: 20px;
}

#together p{
	width: 60%;
	letter-spacing: 3px;
	font-size: 20px;
	color: #000;
}


#footer{
	bottom: 0;
	padding: 30px;
	background-color: #323534;
	color: #dbdbdb;
	font-size: 13px;
}

td.copyright{
	padding-left: 10%;
	vertical-align: bottom;
	letter-spacing: 4px;
	font-size: 9px;
	
}

.abso{
	position: absolute;
}

p.isi-content{
	width: 60%;
}

p.isi-content2{
	width: 40%;
}

p.isi-content3{
	margin-left: 15px;
	margin-right: 15px;
}

img.a {
	position: relative;
	left: 0;
	top: 0;
    z-index: 99;
	max-width: 100%;
	}
	
img.b {
	position: absolute;
	left: 1.5px;
	top: 0;
	max-width: 100%;
	}
	
div.fadehover {
	position: relative;
	}