	/*wrapper*/

#wrapper {

	width:900px;

	border:10px solid #363D45;

	margin:auto;

	background-color:#363D45;

	-moz-border-radius-topleft:10px;

	-moz-border-radius-topright:10px;

	-moz-border-radius-bottomleft:10px;

	-moz-border-radius-bottomright:10px;

	}

	/*banner*/

#banner {

	width:900px;

	height:95px;

	background:url(../../images/banner.jpg) no-repeat;

}

	/*topNavigasi*/

#topNavigasi {

	width:100%;

	margin-bottom:1px;

	background-color:#8DC70A;
	
	background-image:url(../../images/nav_hijau.gif);

	-moz-border-radius-topleft:3px;

	-moz-border-radius-topright:3px;

}

	/*leftContentMenu*/

.kategori{

	float:left;

	width:570px;

	background:url('../../images/kotak-cat.gif');

	margin-bottom:10px;

	-moz-border-radius-topleft:10px;

	-moz-border-radius-topright:10px;

	-moz-border-radius-bottomleft:10px;

	-moz-border-radius-bottomright:10px;

}

.kategori a {

   color:#020;

   font:bold 12px Tahoma;

}

.gb_title {

	font:normal 90% Tahoma;

	background-image:url(../../images/title.gif);

	height:22px;

	padding-right:5px;

	padding-left:5px;

	line-height:1.9em;

	margin-bottom:4px;

}

	/*navLeft*/

#navLeft ul li a {

	padding : 0 15px;

	color : #458500;

	background : transparent url(../../images/list.gif) no-repeat left center;

	text-align: left;

	font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;

	text-decoration : none;

}

#navLeft ul li a:hover {

	color : #d50000;

	background : transparent url(../../images/list-hover.gif) no-repeat left center;

}





	/*navRight*/

#navRight ul li a {

	color : #458500;

	text-align : left;

	font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;

	text-decoration : none;

	display:block;

}

.nav ul li a {

	padding : 0 12px;

	background : transparent url(../../images/list.gif) no-repeat left center;

}

	/*footer*/

#footer {

	width:900px;

	height:25px;

	margin:0;

	text-align:center;

	font:bold 10px Verdana;

	background:#8DD40A;

	line-height:25px;

	-moz-border-radius-bottomleft:4px;

	-moz-border-radius-bottomright:4px;

}

	/*other*/

a {

	color:#458500;

	text-decoration:none;

}



.title {

	font:bold 12px Tahoma;

	background-image:url(../../images/title.gif);

	margin-bottom:5px;

	height:22px;

	line-height:24px;

	padding-left:5px;

	text-transform:capitalize;

}



.img-back{

	background: transparent url(../../images/action_back.gif) no-repeat left;

	padding-left:18px;

}



.selengkapnya a:hover{

	color:#458500;

}



/* tab content */

.indentmenu ul{

  margin: 0;

  padding: 0;

  float: left;

  /* width: 80%; width of menu*/

  border-top: 1px solid gray; /*navy border*/

  background:url(../../images/tab-efek-hijau-hover.gif) center center repeat-x;

}



.indentmenu ul li a.selected{

  color: white !important;

  padding-top: 3px; /*shift text down 1px*/

  padding-bottom: 3px;

  background:url(../../images/tab-efek-hijau.gif) center center repeat-x;

}



/* ddsmothmenu * /

/*Top level menu link items style*/

   .ddsmoothmenu ul li a{

      display: block;

      background: #c0e085; /*background of menu items (default state)*/
	  	  
	  background-image:url(../../images/nav_hijau.gif);

      padding: 8px 10px;

      border-right: 1px solid #778;

      color: #2d2b2b;

      text-decoration: none;

   }
   
   .ddsmoothmenu ul li .nograd{
   background-image:none;
   }
   
   .ddsmoothmenu ul li .nograd:hover{
   background-color:#a8dc31;
   }
   
   .ddsmoothmenu ul li a:hover{

      background: #c0e085; /*background of menu items during onmouseover (hover state)*/

      color: #EFE44F;

      text-decoration:underline;

   }
