body {
	/*background:url(images/bckg.jpg) repeat-x #fefefe;*/
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	}
	
.red {
	color:#f73602;
	}
	
a {
	color:#f73602;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}

#container {
	width:100%;
	}	
	
#main{
	width:90%;
	min-width:780px;
	margin: 0 auto;
	text-align:left;
	}
	
#navbar{
	height:60px;
	font-family:Helvetica, Arial,  sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	
	}
	#navbar ul{
		margin:0;
		padding:30px 0 0 40px;
		}
		#navbar ul li{
			display:inline;
			background:url(images/li.gif) no-repeat;
			background-position:10px 5px;
			padding:0 5px 0 20px;
			}
			#navbar ul li a{
				color:#FFFFFF;
				text-decoration:none;
				}
				#navbar ul li a:hover{
					color:#FFFFFF;
					border-bottom:2px solid #f84b1d;
					}
						
	
#header{
	height:100px;
	/*background:url(images/head_bckg2.jpg) repeat-x #fff;
	background-repeat:repeat-x;
	
	min-width:780px;
	/*padding-top:50px;*/
	background-color:#fff;
	border-bottom:3px solid #dddddd;
	padding-bottom:30px;
	}
	
/*---------------------------- tambahan header -----------------------------------------*/

.flash-bg {
	background-image:url(../images/bg-ulang.jpg);
	background-repeat:repeat-x;
	
	width:780px;
	height:110px;
}

/*-------------------------------------------------------------------------------------------*/
	
.title {
	font-family:Helvetica, Arial,  sans-serif;
	color:#FFCC33;
	font-size:24px;
	}
	.title_dark {
		font-family:Helvetica, Arial,  sans-serif;
		color:#FFCC33;
		font-size:24px;
		}
	
#left_bar_header {
	float:left;
	width:40%;
	height:100px;
	padding:55px 0 0 50px;
	}
	#left_bar_header p{
		font-family: Arial, Helvetica, sans-serif;
		color:#a2a2a2;
		font-size:11px;
		width:300px;
		
		}
		
#right_bar_header {
	float:right;
	width:50%;
	height:100px;
	text-align:right;
	}

#content{
	width:100%;
	background-color:#FFFFFF;
	padding:0;
	float:left;

	}
	/*#content h1{
		font-family:Helvetica, Arial,  sans-serif;
		color:#FFCC33;
		font-size:20px;
		font-weight:normal;
		padding-left:15px;
		border-left:3px solid #f73602;
		}*/
		
#first_column {
	width:17%;
	float:left;
	padding:0 20px 0 10px;
	margin-right:1%;
	margin-left:1%;
	}

#second_column {
	width:45%;
	float:left;
	padding:0 10px 0 10px;
	margin-right:1%;
	margin-left:1%;
	}

#third_column {
	width:20%;
	float:left;
	padding:0 10px 0 20px;	
	margin-right:1%;
	margin-left:1%;
	
	}

/*----------------------------------------- tambahan -----------------------------------------------*/

#second_column2 {
	width:60%;
	float:left;
	padding:0 10px 0 10px;
	margin-right:1%;
	margin-left:1%;
	}

#third_column2 {
	width:25%;
	float:left;
	padding:0 10px 0 20px;	
	margin-right:1%;
	margin-left:1%;
	
	}
	
#second_column2 h2 {
	border-bottom: 1px dashed #DDD;
	color:#666666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

#third_column2 h2 {
	border-bottom: 1px dashed #DDD;
	color:#666666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

.link-detail {
	font-weight:bold;
}

.link-detail a {
	color:#FFA200;
}

.link-detail a:hover {
	color:#FFC763;
}

.login input {
	font-size:12px;
	font-family:sans-serif;
	padding:4px 2px;
	border:solid 1px #666666;
}

.login input.button {
	float:none;
	width:80px;
	height:30px;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	
	
	background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	
	background-position: 6px;
	background-repeat:no-repeat;
	
	
	margin-top: 5px;
	padding: 0;
}



/*--------------------------------------------------------------------------------------------------------*/	
	
	
.gallery{
  width:95%;
  background-color:#fff; 
  padding: 10px; 
  float:left;
  text-align:center;
}
.gallery .picture {
  float:left;
  margin: 5px; 
  width:156px; 
  border:solid 1px #D1D1D1;
  background-color:#f2f2f2; 
}

.gallery .picture_2{
  float: left; 
  margin: 5px; 
  width:156px; 
  text-align:center; 
  border:solid 1px #F73602;
  background-color:#f2f2f2; 
}

.gallery .picture .image {
  width:150px; 
  height:150px; 
  margin:3px;
}

.gallery .picture_2 .image {
  width:150px; 
  height:150px; 
  margin:3px;
}
.gallery .footer {
  text-align:center;
  width: 156px; 
  border-top:solid 1px #D1D1D1; 
  color:#F73602; 
  font-weight:normal; 
  padding-top: 7px; 
  padding-bottom:7px; 
  margin-top: 10px;
}


/*--------------------------------tambahan ------------------------------------------------*/

/*#main-menu {
	position:absolute;
	top:0;
	height:40px;
	width:100%;
	padding-top:20px;
	background:#555;
}

* html #main-menu {
	left:0;
}

#main-menu ul {
	margin:0 auto;
	width:750px;
	padding:0;
	overflow:hidden;
}

#main-menu li {
	white-space:nowrap;
	overflow:hidden;
	list-style-type:none;
	float:left;
	width:100px;
	padding:10px 12.4px 0;
	text-align:center;
	height:30px;
	background: url('images/menu.png') no-repeat bottom center;
}

#main-menu a{
	color:#fff;
	position:relative;
	text-decoration:none;
	top:7.5px;
}

#main-menu li:hover{
	background: url('images/menu-hover.png') no-repeat bottom center;
}

#main-menu li.active{
	background: url('images/menu-active.png') no-repeat bottom center;
}
*/

#menu{
	/*background-color:#eeeeee;*/
	width:100%;
	
	
	
}
#menu ul{

display:block;
margin:10px 0 0 0;
float:left;
font-family:Arial;
font-size:12px;
color:#FFFFFF;
}
#menu li{
float:left;
list-style-type:none;
padding:10px 30px 10px 30px
}
#menu li a{
color:#ffffff;
text-decoration:none
}

#menu li a:hover{
color:#f73602;
text-decoration:none
}

.image { float: left; margin: 0 9px 3px 0; }

.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
#third_column h2 {
border-bottom: 1px dashed #DDD;
	color:#666666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

#first_column h2 {
border-bottom: 1px dashed #DDD;
	color:#666666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

#first_column li {
	padding-bottom:3px;
}

#second_column h2 {
border-bottom: 1px dashed #DDD;
	color:#666666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

#second_column li {
	padding-bottom:3px;
}


.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#menu-footer{
/*width:766px;
float:left;
padding:10px 0 30px 0;
margin:10px 0 0 0;*/
font-family:sans-serif;
font-size:12px;
}
#menu-footer ul{
margin:0 0 0 5px
}
#menu-footer li{
float:left;
border-right:1px solid #ffffff;
color:#ffffff;
list-style-type:none;
padding:0 10px 0 10px
}
#menu-footer li a{
text-decoration:none;
color:#ffffff;
}
.copy{
color:#BBBBBB;
width:150px;
float:right;
display:inline;
text-align:right;
margin:0 50px 0 0
}
.copy a{
color:#BBBBBB;
text-decoration:none;
line-height:20px;
margin:0 3px 0 3px
}

.tampak {
	display:block;
}

.hilang {
	display:none;
}

/*-------------------end of tambahan -----------------------------*/

#footer{
	width:100%;
	float:left;	
	color:#fff;
	text-align:center;
	padding:30px 0 30px 0;
	border-top:10px solid #F3F3F3;
	background-color:#555;
	}
	#footer a {
		color:#ffffff;
		text-decoration:none;
		}
		#footer a:hover {
			color:#ffffff;
			text-decoration:none;
			}
			#footer .left_footer{
				width:52%;
				padding-left:30px;
				margin-bottom:10px;
				}
				#footer .right_footer{
				width:42%;
				padding-left:30px;
				}
