@charset "utf-8";

/*
**************************************************

	http://www.solusi.com
	PT. Sarana Solusindo Informatika

	General stylesheet
	style.css


**************************************************
*/

/*/IE compatibility/*/
* {margin: 0px; padding: 0px;}


/*/link/*/
a {
	color:#666;
}

/*/body/*/

body {
	background:url(../../public/images/background.jpg) repeat-x #000;
}


#bodywrap {
	width:980px;
	margin:0 auto;
	background-color:#FFF;
	height:100%;
}

/*/container/*/

#container {
	margin: 0 auto;
	width:960px;
	background-color:#FFF;
}

/*/header/*/

#header {
	width:960px;
	height:60px;
	background-image:url(../images/header_1st.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#head_container{
	float:left;
	width: 155px;
	height: 60px;
	margin-left:30px;

}

#head_container a {
	color:#666666;
}

#head_container a:hover {
}


#head_container p {
	visibility:hidden;
}

/*/head_intro/*/

#head_intro {
	width:450px;
	height:200px;
	float:right;
	background-image:url(../images/head_intro.jpg);
}

.hilang {
	visibility:hidden;
	display:none;
}

.no_bullet {
	list-style-type:none;
}
	
	
/*/Footer/*/

#footer {
	/*float:left;*/
	width:960px;
	height:50px;
	background-color:#000;
	padding-bottom: 10px;
}

#footer h4 {
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#footer h5 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}
#footer h5 a:hover {
	color:#666;
}


/*/Bottom Gap/*/

#gap_bottom {
	width:960px;
	height:30px;
}

/*/Branches/*/


#branches {
	width:960px;
	height:150px;
	background-image:url(../../public/images/bg_branch.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#666;
	overflow:hidden;
	float:left;
}

#branches h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#FFF;
	font-weight:100;
	padding-top:6px;
	padding-left:100px;
	text-transform:uppercase;
}

#branches h2 strong {
	font-weight:900;
}

#jakarta_branch {
	width:255px;
	float:left;
	color:#FFF;
	padding-left:120px;
	padding-top:10px;
}

#jakarta_branch h2 {
	padding-left:0px;
	padding-bottom:0px;
	line-height:10px;
	font-weight:900;
}

#jakarta_branch h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:100;
	padding-top:6px;
	padding-left:0px;
	line-height:13px;
}

#surabaya_branch {
	width:257px;
	float:left;
	color:#FFF;
	padding-left:8px;
	padding-top:10px;
}


#surabaya_branch h2 {
	padding-left:0px;
	padding-bottom:0px;
	line-height:10px;
	font-weight:900;
}


#surabaya_branch h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:100;
	padding-top:6px;
	padding-left:0px;
	line-height:13px;
}

#batam_branch {
	width:220px;
	float:left;
	color:#FFF;
	padding-left:8px;
	padding-top:10px;
}


#batam_branch h2 {
	padding-left:0px;
	padding-bottom:0px;
	line-height:10px;
	font-weight:900;
}


#batam_branch h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:100;
	padding-top:6px;
	padding-left:0px;
	line-height:13px;
}

