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

body, table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0;
	padding:0;
}
h1 {
	margin-bottom: 10px;
	margin-top:0;
}
h2 {
	margin:0;
}
h3 {
	margin-bottom: 5px;
	margin-top:5px;
}

.light_blue {
	color:#3cb2b2;
}
.dark_brown {
	color:#50390f;
}

#header_wrapper {
	background:#FFFFFF;
	height:123px;
}
#header {
	width:995px;
	height:123px;
	text-align:right;
	background:url(../images/logo.jpg) left no-repeat;
	margin:auto;
	padding:0;
}
#header #nav {
	height:123px;
	float:right;
}
#header #nav td a {
	cursor:pointer;
	color:#3cb2b2;
	font: normal normal bold 14px/1.2em 'open sans', sans-serif;
	transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	text-decoration:none;
	padding-right:20px;
}
#header #nav td a:hover {
	color:#50390f;
	transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
}

#content_wrapper {
	background:#ebe5e5;
	padding:30px 0;
	height:100%;
}
#content {
	width:995px;
	margin:auto;
}

#footer_wrapper {
	/*height:167px;*/
	background:#000000;
}
#footer {
	width:995px;
	/*height:167px;*/
	color:white;
	margin:auto;
	padding:0;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer .copyright {
	background:url(../images/copyright_icon.jpg) no-repeat;
	padding:0 0 0 50px;
	color:white;
}
#footer .email {
	background:url(../images/email_icon.jpg) no-repeat;
	padding:0 0 0 55px;
	color:white;
}
#footer .phone {
	background:url(../images/call_icon.jpg) no-repeat;
	padding:0 0 0 52px;
	color:white;
}
#footer .address {
	background:url(../images/alamat_icon.jpg) no-repeat;
	padding:0 0 0 50px;
	color:white;
}

.home_right {
	margin-left:7px;
	width:288px;
}
.about_left {
	margin-right:7px;
	width:288px;
}
.home_slider{
	width:700px;
	height:458px;
	background:url(../images/frame_slider_home.jpg) no-repeat;
	padding:3px;
}
/*.home_menu_small {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
}*/
.home_menu_small {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.home_menu_small_index_individu {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small_index_individu.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.home_menu_small_index_corporasi {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small_index_corporasi.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.home_menu_small_about_partner {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small_about_partner.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.home_menu_small_about_team {
	width:268px;
	height:47px;
	background:url(../images/home_menu_small_about_team.jpg) no-repeat;
	display:block;
	cursor:pointer;
	padding:30px 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:white;
	text-decoration:none;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.home_menu_small:hover, .home_menu_small_index_individu:hover, .home_menu_small_index_corporasi:hover, .home_menu_small_about_partner:hover, .home_menu_small_about_team:hover{
  background:url(../images/home_menu_small_hover.jpg) no-repeat;
}
.home_menu_big{
	width:248px;
	height:192px;
	background:url(../images/home_menu_big.jpg) no-repeat;
	padding:20px;
	color:white;
	font-size:26px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
}
#map_canvas {
	width: 400px;
    height: 250px;
}