body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size:11px;
	color: #333333;
	background-color:#C0C0C0;
}
.clearboth {
	clear:both;
	visibility:hidden;
}
#bg {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:1px solid #333333;
	border-right:1px solid #333333;	
}
#container {
	width:866px;
	margin:0 auto;
}

/*///////CLASS///////////*/
.left {
	display:inline;
	float:left;
}
.right {
	display:inline;
	float:right;
}

/*///////FORM///////////*/

.search {
	background-color:#E9E9E9;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	border:1px solid #B5B5B5;
	width:100px;
	}

/*#########################################################################LAYOUTING HEADER///////////*/

/*-----------------------MAIN*/
#header {
	padding-top:25px;
}
#identity {
	
}
.homepage #menubar {
	background-color:#008AFF;
}
.detail #menubar {
	background-color:#008AFF;
	border-bottom:5px solid #000000;
}

.homepage #mainimage {
	position:relative;
}
.detail #mainimage {
	display:none;
}
#breadcrumb {
	display:none;
}
/*-------------------------COMPONENT*/
#logo {
	display:inline;
	float:left;
}
#menubantu {
	display:none;
}
#search {
	width:370px;
	float:right;
}
#search form{
	display:block;
	margin:0;
	padding:0;
	padding-top:5px;
	height:20px;
}
#text {
	position:absolute;
	color:#FFFFFF;
	width: 196px;
	left: 15px;
	top: 90px;
	height: 110px;
}
	#text ul {
		margin-top:0;
		padding-top:0;
	}
	#text ul li, #text p {
		margin:0;
		padding:0;
	}
#menubarinside {
	height:31px;
	background: url(../images/bg-nav.gif) repeat-y right;
	width:600px;
	float:right;
}
#menubarinside a {
	display:inline;
	float:right;
	padding-top:10px;
	padding-right:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#menubarinside a:hover {
	text-decoration:underline;
}


/*########################################################################LAYOUTING CONTENT HOME///////////*/
.homepage #content1 {
}
.homepage #content2, .detail #content2 {
	display:none;
}
.homepage #contentbracket1 {
	width:432px;
	float:left;
}
.homepage #contentbracket1 #isi1 {
	width:216px;
	float:left;
}
.homepage #contentbracket1 #isi2 {
	width:216px;
	float:right;
}
.homepage #contentbracket2 {
	width:432px;
	float:right;
}
.homepage #contentbracket2 #isi3	{
	width:216px;
	float:left;
}
.homepage #contentbracket2 #isi4 {
	width:216px;
	float:right;
}


.detail #content1 {
	padding-top:20px;
}
.detail #contentbracket1 {
	width:650px;
	float:right;
	background:url(../images/bg-content-detail.gif) no-repeat;
}
.detail #contentbracket1 #isi1 {
	padding:10px;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
.detail #contentbracket1 #isi2 {
	
}
.detail #contentbracket2 {
	width:200px;
	float:left;
}
.detail #contentbracket2 #isi3	{
	width:200px;
	float:left;
}
.detail #contentbracket2 #isi4 {
	width:200px;
	float:right;
}

/*------------------------------------------COMPONENT*/
#isi1 div, #isi2 div, #isi3 div, #isi4 div {
	padding:10px;
}
.homepage #content1 h2 {
	font-size:16px;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
	border-bottom:1px dotted #999999;
	margin-top:0;
}
.detail #isi1 h1 {
	font-size:24px;
	font-weight:normal;
	display:block;
	text-transform: uppercase;
	border-bottom:1px solid #999999;
	margin-top:0;
	padding:4px;
}

.detail #isi1 .contentMain img {
	margin:0 10px 10px 0;
	border:8px solid #EFEFEF;
	float:left;
}



/*########################################################################LAYOUTING FOOTER///////////*/
#footer {
	padding:20px;
	border-top:2px solid #999999;
	text-align:center;
}


/*########################################################################LINKING///////////*/
/*head */
#text a, #text a:visited {
	color:#FFFFFF;
}
#text a:hover {
	text-decoration:none;
}
/*content */
.homepage #content1 a, #content1 a:visited {
	color:#008AFF;
	text-decoration:none
}
.homepage #content1 a:hover {
	text-decoration:underline
}
/*footer*/
#footer a, #content1 a:visited {
	color:#008AFF;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}


/*########################################################################LIST STYLE I///////////*/
.list1 small {
	color:#7EC60B;
	}
.list1 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display:block;
	text-align:left;
	}
.list1 ul span{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding: 4px 5px 4px 15px;
	display: block;
	background: #fff url(../images/list1.gif) no-repeat 0px 10px;
	}
.list1 ul a{
	display: block;
	color:#758EA4;
	padding:4px;
	text-transform:uppercase;
	text-decoration:none;
	}
.list1 ul a:visited{
	color:#758EA4;
	}
.list1 ul a:hover {
	text-decoration:underline;
	}
.list1 ul li { 
	display: inline;
 	}
a img {
	border:none;
}
* html .list1 ul a {
	height: 1px;
	}