* {
  margin:0;
  padding:0;
  font-family:sans-serif;
}

body {
  /*  background:url(../images/hbg_norm.jpg) ;  */
}

#wrapper {
  width:900px;
/*   background-color:#FFF; */
  margin:auto;
}

table
{
/* 	float: left; */
	border-collapse: collapse;
}
/* --------------------------------------------------------------------------------------------------------------------- */


#header {
  float:left;
  margin-top:1em;
  background:url(../images/header.png) no-repeat;
  width:900px;
/*   height:211px; */
  margin: auto;
  position:relative;
}

#header h1
{
	font-size: x-small;
	position:absolute;
	top: 15px;
	left: 200px;
	font-family: sans-serif;
	color: #436BA7;
}


#top_menu
{
	float:left;
	/* background-image: url(../images/rumah/template_r2_c1.jpg); */
 	width:100%;
    font-size:0.8em;
	font-weight: bold;

}

#top_menu a
{
display:block;
color:#fff;
padding: .2em 15px .5em 15px;
text-decoration:none;
}

#top_menu a:hover
{
	/* display:block;  */
	background:#4A7EBE;
	color: #FBE70F;
}

#top_menu ul
{
	float:left;
	margin-left:200px;
	margin-top: 30px;
}

#top_menu li
{
	list-style-type:none;
	float:left;
	position:relative;
	text-align:left;
	padding: 0 ;
	/* padding: .5em 30px .5em 25px; */
}
/*
#top_menu li:hover
{
	background:#F9DC49;
}
 */
#top_menu ul ul
{
	display:none;
	position:absolute;
}

#top_menu ul li:hover ul
{

	display:block;
	left:-200px;
	border-bottom:1px solid #E5E5EF;
/* 	background-color:#A4C327; */
	border-left: none;
	margin-top:0;
}

#top_menu li:hover li
{
/* 	background:#E4B821; */
	width:155px;
	padding-right:0;
	background-color: #4D6BAF;

}

#top_menu li:hover li:hover
{
	background-image: none;
	background-color:#4A7EBE;
}

#search
{
	float:left;
	margin-left:666px;
	margin-top: 40px;
	width: 152px;
}

#cari
{
	float:left;
	width: 115px;
	border: 0;
	/*background:#F00;*/
/* 	padding:.2em 0; */
}

#tombol_cari
{
	float:left;
	width: 25px;
	height: 22px;
	margin-left: 4px;
	margin-top: -3px;
	border: 0;
	background: url(../images/search.png) transparent;
	cursor: pointer ;
}


#facebook
{
	float: left;
	width: 76px;
	height: 66px;
	margin-left: 525px;
	margin-top: 3px;
}

#facebook img
{
	border: none;
}




#call_center
{
	position:absolute;
	top: 146px;
	left: 160px;
	font-family: sans-serif;
	color: #0089E1;
	font-weight: bold;
}

#sms_center
{
	position:absolute;
	top: 146px;
	left: 410px;
	font-family: sans-serif;
	color: #0089E1;
	font-weight: bold;
}

#messenger
{
	position:absolute;
	top: 137px;
	left: 744px;
	font-family: sans-serif;
	color: #0089E1;
	font-weight: bold;
}

#messenger2
{
	position:absolute;
	top: 157px;
	left: 744px;
	font-family: sans-serif;
	color: #0089E1;
	font-weight: bold;
}

#messenger a
{
	color: #0089E1;
	text-decoration: none;
}

#messenger2 a
{
	color: #0089E1;
	text-decoration: none;
}

#running_text
{
	float: left;
	font-family: Tahoma;
	width: 900px;
	height: 30px;
	margin-top: 15px ;
}

#running_kiri
{
	float: left;
	background: url(../images/running1.png) no-repeat;
	width: 49px;
	height: 31px;
}

#running_tengah
{
	float: left;
	background: url(../images/running3.png) ;
	width: 802px;
	height: 31px;
}


#running_tengah  ul {
	float:left;
	list-style:none;

}

#running_tengah li
{
	text-align: center;
	padding-top: .5em;
	font-size: .85em;
	color: #353687;
	font-weight: bold;
	overflow: hidden ;
	height: 30px ;
	width: 802px ;
	float: left ;
}

#running_kanan
{
	float: left;
	background: url(../images/running2.png) no-repeat;
	width: 49px;
	height: 31px;
}
/* --------------------------------------------------------------------------------------------------- */

#wrapper_content {
  float:left;
  /* border-top:1px solid #48494A;
  border-left:1px solid #48494A;
  border-right: 1px solid #48494A; */
  width:900px;
  /* margin-top: 1.1em; */
}
/* ----------------------------------------------------------------------------------------------------------------- */

#content {
  float:left;
  width:900px;
  margin-top:.5em;
  padding-bottom:1em;
}


#footer {
  float:left;
  width: 100%;

}
#credit
{
	margin-bottom:1em;
}

#text_footer
{
	width: 900px;
	height: 29px;
	background: url(../images/back_judul.png) repeat-x;
	text-align: center;
}

#text_footer h2
{
	float: left ;
 	width: 900px;
	color: #EDE70B;
	font-size: .8em;
	margin-top: .5em;
}
#credit a
{
	font-family: Tahoma, serif , Verdana ;
	font-size: .7em;
	color: #000;
	text-decoration:none;
	margin-right: 5px;
	float: left;
}

#credit a:hover
{
	text-decoration:underline;
}

.error {
  color:#F00;
}







