/*******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
 	padding: 0;
	 font:11px arial,Sans-erif; 
	color: #000000; 
	/*background: #A9BAC3 url(../images/bg2.gif) repeat-y center;*/
	background: #454545 url(../images/bg.jpg) repeat-y center;
	text-align: center;
}


/* links */
a { 
	color: #056764;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em arial,Sans-erif; 
	color: #000000;	
}
h1 { 
font-size: 12px; 
font-family:arial,Sans-erif; 
text-align:left;
color: #1771D4; 
} 

h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1.2em; }

h4 { 
font-size: 11px; 
font-family: arial,Sans-erif; 
text-decoration: none;
font-weight: bold; 
color: #000000; 
} 

h4 a{
font-size: 11px; 
font-family: Arial ,Sans-erif; 
text-decoration: none;
font-weight: bold; 
color: #000000; 
} 

h4 a:hover {
font-size: 11px; 
font-family: Arial ,Sans-erif; 
text-decoration: none;
font-weight: bold; 
color: #056764; 
} 

h5 { 
font-size: 12px; 
font-family:arial,Sans-erif; 
color: #000000; 
} 

h6 { 
font-size: 12px; 
font-family:arial;
font-weight: normal; 
color: #000000; 
} 

h6 a{
font-size: 12px; 
font-family:arial;
font-weight: normal; 
color: #000000; 
} 

h7 {
font-size: 11px; 
font :11px Tahoma, Arial, Verdana;
font-weight: normal; 
color: #333333; 
} 

h8 { 
font-size: 12px; 
font-family:arial,Sans-erif; 
text-align:center;
font-weight: bold;
color: #056764; 
} 

h6 a:hover 
           {
	   color:#00000;
           border-bottom: 1px solid #000000;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000;
                   }
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 5px;   /*top right bottom left*/ 
}
img.float-left {
  margin: 5px 5px 5px 0px;   /*top right bottom left*/ 
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  /*cursor: help;*/
  border-bottom: 1px solid #777;
}

blockquote {
        margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
        border: 0px solid #f2f2f2; 
  	background: #E7EBEC url(../images/quoteeee.gif) no-repeat 5px 5px;    
}

/* form elements */
form1 {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em arial,Sans-erif; 
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em arial,Sans-erif; 
	color:#777;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em arial,Sans-erif; 
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin-top: 145px; 
	padding: 10px;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #89BDE4; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #AFD4EF;
	border: 1px solid #89BDE4;
	color: #005B9F;	
	width: 40px;
	height:20px;
	vertical-align: top;
}


/***********************
	  LAYOUT
************************/
#wrap {
	/*background: #FFF;*//*top right bottom left*/ 
	width: 900px; height: 100%;
	margin: 0 auto 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #E7EBEC;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 0px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px arial,Sans-erif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: 0px;	
}

/* main */
#main {
	float: left;
margin-left: 4px;
	/*	margin-right: 5px;*/
	padding: 0;
	/*	width: 53%;	*/
	width:53%;
}

#main2 {
	float: left;
	margin-left: 4px;
	width: 75%;	
}

#main p, h1, h2, h3 ,h4{

	margin: 5px 0 5px 0;  /*top right bottom left*/ 
}

.post-footer {
	background-color: #E7EBEC;
	padding: 5px; 
	margin: 20px 0 0 0; /*top right bottom left*/ 
	border: 0px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:9px;
}
.date {
	margin: 5px 0px 15px 0px;
	color:#999999;
	font-size:10px;
}

.comments {
	margin: 5px 0px 15px 0px;
	color:#999999;
	font-size:10px;
}


.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.readmore {
	margin: 5px 0px 15px 0px;
	color:#056764;
	font-size:11px;
        
}



/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}

#sidebar p, h1, h2, h3 {
	margin: 5px 10px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;	
	display: inline;		
}

#rightbar p, h1, h2, h3 {
	margin: 5px 10px;
}

.bg {
	background:url(../images/menu.png);
	padding: 5px; 
        font-size: 100%;
        padding: 35px; 	
        text-align:left;
        padding-left: 28px;
        padding-top: 5px; 
        border: 0px solid #f2f2f2;
}

.bg1 {
	background:url(../images/bwah.png);
	padding: 5px; 
        font-size: 100%;
        padding: 7px; 	
        text-align:center;
        border: 0px solid #f2f2f2;
}


.bg_menu2{
	background: url(../images/bg-nav.png);
	padding: 5px; 
        font-size: 100%;
        padding: 10px; 	
        border: 0px solid #f2f2f2;
}
.bg_lihat{
	background: url(../images/2bg-sub-navigation.png);
	padding: 5px; 
        font-size: 100%;
        padding: 10px; 	
        border: 0px solid #f2f2f2;
}

.box {
	background-color: #C6C7C9;
	border: 0px solid #f2f2f2;
	font-size: 100%;	
        padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.box ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box a {
	color:#000000;
	background-color: inherit;
	text-decoration:none;
}
.box a:hover{
	color: #167289;
	background-color: inherit;
}
.box li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}


.box ul {
	margin:2px 0 2px 18px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box li a {
	color:#000000;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.box li a:hover{
	color: #000000;
	background-color:#E7EBEC;
}
.box ul li {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/1.gif);
  	border-bottom:1px solid #efefef;
}

.leaf {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/tick.gif);
  	border-bottom:1px solid #efefef;
}


.border {
	background-color: #E7EBEC;
	border: 0px solid #f2f2f2;
	padding: 5px;
        margin: 5px 0px 5px 0px;
}

.news {
	background-color: #E7EBEC;
	border: 0px solid #f2f2f2;
	padding: 5px;
}

/* Footer */
#footer { 
	clear: both;
	color: #000; 
	background: #0295CD; 
	border-top: 0px solid #568EB6;
	padding: 10px; 
	height: 85px;	  
	font-size: 11px; 
        font-family:arial,Sans-erif; 
	margin: 0px 0 0 0;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-center{
	width: 100%;
	padding-left:4px;
}
#footer .footer-right{
	float: right;
	width: 32%;
	padding-right:4px;
}

/* Footer2 */
#footer2 { 
	clear: both;
	color: #000; 
	background: #E6E6E6; 
	border-top: 0px solid #568EB6;
	padding: 10px; 
	height: 100%;	  
	font-size: 12px;	
	margin: 0px 0 0 0;0
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #ffffff;
}
#footer .footer-left{
	float: left;
	width: 100%;
	padding-left:1px;
}
#footer .footer-right{
	float: right;
	width: 32%;
	padding-right:4px;
}

/* Footer3 */
#footer3 { 
	clear: both;
	color: #000000; 
	background: #C8D1E5; 
	border-top: 5px solid #FCFCFC;
	padding: 10px; 
	height: 100%;
	text-align:center;	  
	margin: 0px 0 0 0;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 62%;
	padding-left:4px;
}
#footer .footer-right{
	float: right;
	width: 32%;
	padding-right:4px;
}




/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0 -1px 0 0; /*top right bottom left*/ 
   padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-justify {	text-align: justify; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

.error{
    font-size: 1em; 
    color: red;
    text-align: center;
    width: 100%;
/*  margin: 5px 25px 5px 25px; */ /*top right bottom left*/ 
}

.sukses{
    font-size: 1em; 
    color: #6297BC;
    text-align: center;
    width: 100%;
 /*   margin: 5px 25px 5px 25px;*/  /*top right bottom left*/ 
}

.tabel_header {
border: 1px solid #f2f2f2;padding: 8px;background-color: #f2f2f2;	
}


#flash{
    margin: 0 auto;
    padding: 0;
    float: center;
}



#form{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

#form .textbox {
    width: 160px;
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : arial,Sans-erif; 
    color : #000; 
} 

#form .textcode{
    width: 70px;
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family :arial,Sans-erif; 
    color : #000; 
} 

#form .textcom {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family :arial,Sans-erif; 
    color : #000; 
} 

#form .cselect {
    
    background-color : #fff; 
    font-size : 11px; 
    font-weight: normal;
    color : #000; 
    font-family : arial,Sans-erif; 
    text-decoration : none; 
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form .submit{
    padding: 10px 0 0 0; /*top right bottom left*/ 
}

#form .button {
    color : #fff; 
    font-family : arial,Sans-erif; 
    font-size : 8pt; 
    font-weight : bold; 
    background-color : #6898D0; 
    border : 1px solid #dadada; 
    cursor : pointer; 
}

#abovepostads{
	margin:10px 0px; width: 438px;
         background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dddddd;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 438px;
         background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#abovepostads{
	margin:10px 0px; width: 430px;
         background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dddddd;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 430px;
         background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#download a { 
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}
#download a:hover {
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}

.gambar {
	clear: both; 
         padding-right: 0px; 
         padding-left: 0px; 
         padding-top: 0px;
         padding-bottom: 0px;
         float: left;  
         width: 20px;           
         text-align: left
}

.submenu {
	background-color: #FFFFFF;
	font-size: 100%;	
}

.submenu ul {
	margin:0px;	
	padding:5px 0px 0px 23px;
	list-style-type:none;
}
.submenu a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
}
.submenu a:hover{
	color: #9EC068;
	background-color: inherit;
}
.submenu li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-image:url(../images/1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div.sukses {
width:85%;
padding: 10px 10px 10px 36px;
background: url(../images/tick.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
BACKGROUND-COLOR: #FFFFDD;
border:1px solid #FFD700;	
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}
div.error {
width:85%;
padding: 10px 10px 10px 36px; /*top right bottom left*/ 
background: url(../images/exclamation.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
background-color: #ffffdd;
border:1px solid #ff0000;
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}

input:hover,select:hover,textarea:hover {
	border:1px solid #89B6D3;
	background: #ebf0f9;
}

.ssidebar_left {
	float: left;
        font-size: 11px; 
        font-family:arial,Sans-erif; 
        border-bottom:1px #000000;
        text-align:left;
	width: 33%;
	margin: 0 0 10px 0; /*top right bottom left*/ 
}

.ssidebar_left ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
         font-size: 12px; 
        font-family:arial,; 
       font-weight:bold;
        text-align:left;
	list-style-type:none;
       border-bottom:1px #000000;
}
.ssidebar_left a {
	color:#4284B0;
	background-color: inherit;
         font-size: 12px; 
        font-family:arial,; 
        text-align:left;
	text-decoration:none;
        border-bottom:1px #000000;
}
.ssidebar_left a:hover{
	color: #9EC068;
        font-weight:bold;
	background-color: inherit;
        border-bottom:1px #000000;
}
.ssidebar_left li {
	padding:0px 0px 1px 5px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
        border-bottom:1px #000000;
}


.ssidebar_left ul {
	margin:2px 0 2px 18px;
        font-size: 12px; 
        font-family:arial,; 
        text-align:left;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.ssidebar_left li a {
	color:#4284B0;
	background-color: inherit;
         font-size: 12px; 
        font-family:arial,; 
        font-weight:bold;
        border-bottom:1px #000000;
        text-align:left;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.ssidebar_left li a:hover{
	color: #4284B0;
	background-color:#E7EBEC;
     border-bottom:1px #000000;

}


.ssidebar_right {
	float: right;
	width: 67%;
	margin: 0 0 5px 0; /*top right bottom left*/ 
}

.ssidebar_right ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.ssidebar_right a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
}
.ssidebar_right a:hover{
	color: #9EC068;
	background-color: inherit;
}
.ssidebar_right li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}


.ssidebar_right ul {
	margin:1px 0 1px 10px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.sidebar_right li a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.ssidebar_right li a:hover{
	color: #9EC068;
	background-color:#ECF1F9;
}
.ssidebar_right ul li {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/1.gif);
}


.borderkatalog {
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
	padding: 5px;
}

.border_katalog {
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
	padding: 5px;
 margin: 5px 0 5px 0;
width:50%
}

.katalog {
        font: bold 1em 'Trebuchet MS', Helvetica, Arial, sans-serif;	
        font-size: 1.2em; text-transform:uppercase;			
	color: #45D5E6;
}

.katalog a { 
	color: #45D5E6;
	background-color: inherit;
	text-decoration: none;
}
.katalog a:hover {
	color: #45D5E6;
	background-color: inherit;
	text-decoration: none;
}






.gbr{
	width: 79px; height: 81px; padding-right: 10px; padding-bottom: 5px;
}
.gbr_besar{
	width: 206px; padding-right: 10px; padding-bottom: 5px;
}
.gbr_katalog{
	width: 60px; height: 77px; border: 3px double #C0C0C0; padding: 5px;
}
.gbr_katalog_besar{
	width: 135px; height: 180px; border: 3px double #C0C0C0; padding: 5px;
}

.kotak_putih{
	border: 1px solid #C0C0C0; padding: 6px; background-color: #FFFFFF;
}
.kotak_putih ul {
	margin:0px;	
	padding:0px 0px 0px 15px;
	list-style-type:circle;
}
.kotak_putih li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
}
.kotak_putih a {
	color:#008000;
	background-color: inherit;
	text-decoration:none;
}
.kotak_putih a:hover{
	color: #0099FF;
	background-color: inherit;
}

.kotak_putih_bar{
	width: 100%; border: 1px solid #C0C0C0; padding: 6px; background-color: #FFFFFF;
}
.kotak_putih_s{
	border: 1px solid #C0C0C0; padding:10px;background:#FFFFFF url(../images/bg_lives.gif) repeat-x bottom;
}

/* SUB HEADER
========================================== */
#sub-header {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
}

#sub-header p {
	padding: 6px 10px;
	color: #666;
}

/* SEARCH */
#sub-header form#search-form {
	margin: 4px 12px 3px;
	width: 200px;
	background-color: transparent;
	float: right;
	overflow: hidden;
}

#sub-header form#search-form input.text,
#sub-header form#search-form label.overlabel-apply,
#sub-header form#search-form input.button-search {
	font-size: 90%;
}

#sub-header form#search-form input.text {
	width: 122px;
	height: 12px;
}
#sub-header form#search-form input.button-search {
	padding: 0;
	width: 67px;
	height: 21px;
	background-color: #DBDBDB;
	border: 1px solid #fff;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	color: #666;
}
#sub-header form#search-form input.button-search:active {
	border-color: #fff;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sub-header form#search-form label.overlabel-apply {
	top: 6px;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 999px;
	margin: 0 auto;
    	background: url(images/nav-bg.gif) repeat-x left top;
        padding-top:1px;
	background-color: #11202B;
}
#navigation .container {
	height: 30px;
	overflow: visible;
}

#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
	line-height: 150%;
	width: 100%;
}
#nav li,
#nav a {
	color: #fff;
}
#nav li {
	position: relative;
	float: left;
	height: 34px;
	font-size: 100%;
	background: url(images/nav-bg.gif) repeat-x left top;
}
#nav li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#nav li a:hover,
#nav ul li a:hover {
	text-decoration: none;
}
#nav li:hover a,
#nav li a:hover,
#nav ul li a:hover,
#nav li ul {
	background-color: #11202B;
}
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #00ADEE;
}
#nav ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li.current_page_parent ul li a:hover {
	color: #00ADEE;
}
#nav li a:hover,
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #fff;
}

/* DROP DOWN */
#nav li ul {
	width: 120px;
	position: absolute;
	visibility: hidden;
	float: none;
	top: 34px;
	left: 0;
	margin: 0;
	padding: 5px 9px 5px;
	z-index: 2;
	border: 1px solid #23425B;
	border-bottom-width: 2px;
	opacity: 0.92;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px solid #23425B;
	background: none;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: normal;
	color: #fff;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	text-decoration: none;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #00ADEE;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width: 2px;
	height: 34px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width: 2px;
	height: 34px;
	float: right;
}

/* NAVIGATION CATEGORIES
========================================== */
#sub-navigation {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background:url(../images/bg-sub-navigation.png) repeat-x left bottom;
        padding-top:1px;
	background-color: #E6E6E6;
}
#sub-navigation .container {
	height: 30px;
	overflow: visible;
}

#sub-nav {
	padding: 6px 0 6px 0;
	overflow: visible;
        padding-top:1px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#sub-nav li {
	display: block;
	position: relative;
	float: left;
	white-space: nowrap;
	border-left: 1px solid #CCCCCC;
	padding: 0 0;
	text-shadow: 0 1px 1px #fff;
}
#sub-nav li.first {
	border-left: 0;
}
#sub-nav li a {
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 6px;
	font-weight: normal;
}
#sub-nav li.current-cat a,
#sub-nav li.current-cat-parent a {
	color: #333;
	background-color: #CCCCCC;
}

/* RSS */
#sub-nav li.rss {
	float: right;
	margin-right: 10px;
	padding: 0;
	border: 0;
	background-color: transparent !important;
}
#sub-nav li.rss a {
	background-color: transparent !important;
	padding: 0;
}

/* DROP DOWN */
#sub-nav li ul {
	width: 120px;
	height: auto;
	display: block;
	background-color: #F6F6F6;
	position: absolute;
	visibility: hidden;
	float: none;
	top: 23px;
	left: -1px;
	margin: 0;
	padding: 4px 10px 5px;
	z-index: 2;
	border: 1px solid #CCCCCC;
	border-top: 0;
}

#sub-nav li a:hover,
#sub-nav li:hover a,
#sub-nav li:hover,
#sub-nav li.iehover {
	color: #00ADEE;
	background-color: #F6F6F6;
	text-shadow: none;
}
#sub-nav li:hover ul li a {
	color: #333;
	background-color: transparent;
}
#sub-nav li:hover ul,
#sub-nav li.iehover ul {
	visibility: visible;
}

#sub-nav li ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	background: none;
}
#sub-nav li ul li:last-child {
	border-bottom: 0;
}
#sub-nav li ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: nowrap;
}
#sub-nav li ul li:hover,
#sub-nav li ul li a:hover,
#sub-nav li ul li.current-cat a {
	color: #00ADEE;
	text-shadow: none;
	background-color: transparent;
}

/* @end */

/* @group Content */


/* SEARCH WIDGET
========================================== */
form#search-form {
	height: 23px;
	margin: 0;
	position: relative;
	margin-top: 10px;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 100%;
}

form#search-form input.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 13px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
}
form#search-form input.button-search {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	display: block;
	line-height: 100%;
	width: 55px;
	height: 23px;
	border: 0;
	font-size: 90%;
	text-align: center;
	background-color: #00ADEE;
	color: #fff;
	cursor: pointer;
}
form#search-form input.button-search:hover {
	background-color: #333;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 7px;
	left: 5px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 90%;
	text-transform: lowercase;
}


new domticker(
tickercontent, "domticker", "someclass", 3000, "fadeit"
)

.menu-utama {

background:#FFF;
border: 0px solid #f2f2f2;
font-size: 100%; 
padding: 1px;
margin-right: 10px;
margin-left: 10px;
}

.menu-utama ul {
margin:5px; 
padding:0px 0px 0px 0px;
list-style-type:none;
}

.menu-utama a {
color:#056764;
display:block;
width:84%;
padding:4px 2%;
padding-left:10px;
padding-right:-25px;
border-bottom:1px dashed #CCC;
border-left:4px solid #f2f2f2;
background:inherit;
border-bottom:1px dotted #f2f2f2;
color:#553;
text-decoration:none;
font-weight:bold;
}
.menu-utama a:hover{
background-color:#F6F6F6;
border-left:4px solid #056764;
font-weight:bold;
color:#056764;
text-decoration:none;

}
.menu-utama li {
padding:0px 0px 2px 10px;  /*top right bottom left*/ 
background-position:left;
background-repeat:no-repeat;
}


#mta_bar { background: #FFFFE1; border-bottom: 1px solid #808080; margin: 0 0 3px 0; padding: 4px 0; z-index: 100; top: 0; left: 0; width: 100%; overflow: auto; position: fixed; }
* html #mta_bar{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
#mta_bar .left { float: left; text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; font-style: normal; color: #0000FF; width:92%;}
#mta_bar .right {font-family: Arial, Helvetica, sans-serif; float: right; text-align: center; font-weight: normal; font-size: 10px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#mta_bar .right a {font-size: 10px; color: #0000FF; text-decoration: underline;}
#mta_bar .right a:hover {font-size: 10px; color: #0000FF; text-decoration: none;}
#left_bar a { text-decoration: none; color: #0000FF; }
#left_bar a:hover { text-decoration: underline; color: #0000FF; }

.statusLine {
	padding: 2px 5px 2px 5px;
	background-color: #f2ff91;
	margin: 0;
	border-bottom:1px solid #c7d93f;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	font-family: sans-serif;
	font-size: 1em;
	text-align:center;
	_position: absolute;
	_width: expression( ( dummy = document.body.clientWidth ) + 'px' );
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}
.statusLine a {
	color: #ff0000;
}
.statusImg {
	float: right;
	padding-right: 20px;
	vertical-align: middle;
	display:inline;
	cursor:pointer;
}



#bottom {
	position: fixed;
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background:#F2FF91;
	border-bottom: 1px solid #000;
	padding:5px;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow:hidden;

}

.breadcrumbs{
background: #E7EBEC;
	padding: 5px; 
        font-size: 100%;
        padding: 5px; 	
        border-bottom:1px dotted #f2f2f2;
}

.slideshow { height: 232px; width: 232px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }


