body{
	font:normal 13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background:#343434 url(images/body_background.png) repeat left top;
	color:#2C2C2C;
}
body, div, img, p, h1, h2, h3, h4, h5, h6, table, tr, td, form, input, select{
	margin:0;
	padding:0;
}
.none{
	display:none;
	visibility:hidden;
}
/** structure **/
#colorotate{
	margin:0;
	padding:0;
}
#container,
#container_black{
	margin:0 auto;
	background:transparent url(images/container_background.png) repeat-y center top;
}
#container_black{
	background:transparent url(images/container_background_black.png) repeat-y center top;	
}
#page{
	width:802px;
	margin:0 auto;
}
#page_black{
	width:795px;
	margin:0 auto;
}
#header{
	height:72px;
	background:#2C2C2C;
	position:relative;
}
	/*header*/
	#header h1{
		float:left;
		width:150px;
		padding:0;
		margin:0;
		margin-top:15px;
	}
	#search,
	#search_black{
		float:right;
		color:#909090;
		margin-top:5px;
		width:600px;
		text-align:right;
	}
	#search_black{
		width:500px;
	}
	#search form{
		float:right;	
	}
	#search_text{
		color:#BCBCBC;
		font-size:11px;
		height:20px;
		width:175px;
		border:none;
		background:transparent url(images/search_text.png) no-repeat left top;
	}
	#search_button{
		height:20px;
	}
	#menu{
		float:right;
		margin:0;
		padding:0;
		clear:right;
		/*sementara*/
		margin-top:25px;
	}
	#menu li{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#menu li a{
		display:block;
		padding:10px;
		color:#D0D566;
		font-weight:bold;
	}
	#menu li a:hover,
	#menu li.active a{
		color:#fff;
		text-decoration:none;
	}

#banner{
	height:190px;
	background:transparent url(images/banner.png) no-repeat 0 0;
	position:relative;
}
	/*banner*/
	#banner .i{
		padding-top:20px;
	}
	#banner h2{
		color:#fff;
		font-size:28px;
		padding:10px 0;
	}
	#banner h3{
		color:#fff;
		font-size:19px;
		font-weight:normal;
		padding:5px 0;
	}
	#navigation{
		margin:0;
		margin-left:-10px;
		padding:0;
		position:absolute;
		top:131px;
	}
	#navigation li{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
		
	}
	span.round-li,
	#navigation li a{
		line-height:26px;
		height:26px;
		display:block;
		font-weight:bold;
	}
	#navigation li a{
		color:#D0D566;
		padding-left:20px;
	}
	span.round-li{
		padding-right:20px;
	}
	#navigation li a:hover,
	#navigation li.active a{
		color:#2D2D2D;
		text-decoration:none;
		background:transparent url(images/nav_li.png) no-repeat scroll 0 -26px;

	}
	#navigation li a:hover span.round-li,
	#navigation li.active a span.round-li{
		background:transparent url(images/nav_li.png) no-repeat scroll 100% 0;
	}	

		
#body{
	margin:10px 0;
}
#content{
	
}
	/*content*/
	.content{
		margin-bottom:20px;
		padding-bottom:10px;
		background:transparent url(images/content_line.png) no-repeat scroll left bottom;
	}
	.content h2,
	.content h3{
		color:#565656;
	}
	a.action-back{
		background:transparent url(images/top_backgound.gif) no-repeat scroll 0px 3px;
		padding:0 15px;
		margin:10px 0;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
	}
#closure,
#closure_black{
	margin:0 auto;
	background:transparent url(images/closure_background.png) repeat-y center top;
	height:75px;
	position:relative;
	top:-20px;
}
#closure_black{
	background:transparent url(images/closure_background_black.png) repeat-y center top;
}
#footer{
	margin:0 auto;
	width:780px;
	color:#999;
	font-size:11px;
}
	/*footer*/
	#footer ul{
		margin:0;
		padding:0;
		margin-bottom:20px;
		position:relative;
		top:-50px;
	}
	#footer ul li{
		margin:0;
		padding:0;
		display:inline;
		border-right:1px solid #733495;
		padding:0 10px;
		list-style-type:none;
	}
	#footer ul li a{
		text-decoration:none;
	}
	#footer ul li a:hover{
		color:#C89FDD;
	}
/**
 *
 *Additional Style
 *
 */
body .black{
	text-align:center;
	color:#f2f2f2;
}
body .black h2{
	font-size:48px;
	color:#6b6b6b;
	font-weight:normal;
}
