html{-webkit-font-smoothing:antialiased;}
body{
  background:#e3e3e3 url("../images/grid.png") repeat scroll 0 0;
  font: 12px/1.5em Arial, Helvetica, sans-serif, "Arial Narrow";color:#656565;
  }
#wrapper{
  margin:auto;
  width:800px;
  background:white;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}
#header{
  min-height:70px;
  width:100%;
  float:top;
  background:#FFFFFF;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
 }
#menuwrapper{
 min-height:30px;
 width:100%;
 float:top;
 background:-moz-linear-gradient(top,#006400, #00FF00);
 background: -webkit-linear-gradient(top,#006400, #00FF00);
 background: -o-linear-gradient(top,#006400, #00FF00);  
 background: -ms-linear-gradient(top,#006400, #00FF00);
 border-top:1px solid black;
 color:#FFFFFF;
 font-weight:bold;
 text-shadow: black 0.1em 0.1em 0.1em;
 
}
ul#menu{
  margin:0;
  padding:10px;
   
}
ul#menu li{
 margin:0;
 display:inline-block;
 position:relative;
 
}
ul#menu li a:link, ul#menu li a:visited{
 color: rgb(255,255,255);
 display:block;
 padding:5px 10px 5px 10px;
 text-decoration:none;
}
/* saat cursor tepat di menu*/
ul#menu a:hover{
 background:#CCCC00;
 border-radius:8px;
 

}


ul#menu li ul.submenu {
  background: -webkit-linear-gradient(top,#0033FF,#000099);
  background-color:#0033FF;
  border-radius:10px;
  box-shadow:0 5px 10px 1px RGBA(0,0,0,5);
  margin:5px;
  padding:5px;
  position:absolute;
  display:none;
  top:20px;
  opacity:0;
  -web-kit-transition:all 0.5e ease-in-out;
  float:left;
  width:150px;
  z-index:20;
}
ul#menu li  ul.submenu li{
 margin:0;
 display:block;
}
ul#menu li:hover ul.submenu {
  margin:0;
  opacity:1;
  display:block;
} 

#slider{
 min-height:200px;
 float:top;
 width:100%;
 background:#1E90FF;
 
}

#content{
 min-height:200px;
 width:100%;
 padding-left:10px;
 padding-right:10px;
}

.imgslider {
  float:left;
  width:60%
}
.txtslider{
  float: top;
  width:40%;
}
#footer{
  width:100%;
  min-height:100px;
  float:top;
  background:  -moz-linear-gradient(bottom,#40b868,#40b868);
  background:  -webkit-linear-gradient(bottom,#40b868,#40b868);
  background:  -o-linear-gradient(bottom,#40b868,#40b868);  
  background:  -ms-linear-gradient(bottom,#40b868,#40b868);
  background-color:Black;
  color:black;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  
}


