/*  
  this css was carefully crafted using text editor by Rony Digiworks  
*/

/*
  style for the main body, handling img if there were any images that were used as link
  handling fonts, list, etc
*/

body {
  margin: 0px; padding: 0px;
  background-color: #C0C0C0;
  text-align: center;
  font-family: 'trebuchet ms', arial, verdana, tahoma, sans-serif;
  font-size: 11px;
}
img {
  margin: 0px; padding: 0px; border: 0px;
}
.imgf {
  float: left;
  margin: 0px 10px 5px 0px;
  padding: 3px;
  border: 1px solid #C0C0C0;
}
ul {
  list-style-image: url('../img/arrow.gif');
  margin-top: 3px;
}
a { 
  text-decoration: none;
  color: #D6231C;
}
a:hover {
  font-style: italic;
}

/*
  this style is handling the layout
*/
#bungkus {
  background:  url('../img/bgbody.jpg') repeat-y top center;
}
#wrap {
  width: 760px;
  margin: 0px auto;
  text-align: left;
  background: url('../img/bgtop.jpg') repeat-x top left;
}


/*
  style for heads
*/

#headleft {
  width: 417px;
  height: 319px;
  display: block;
  float: left;
}
#headright {
  margin: 0px 0px 0px 418px;
}
.top {
  margin: 100px 25px 0px 15px;
  color: #FFFFFF;
  font-size: 13px;
}

/*
  style for menus
*/
.menu {
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.menu:hover {
  background-position: bottom left;
}
.home { background: url('../img/menuhome.jpg');}
.about { background: url('../img/menuabout.jpg');}
.porto { background: url('../img/menuporto.jpg');}
.servis { background: url('../img/menuservice.jpg');}
.contact { background: url('../img/menucontact.jpg');}


/*
  style for content
*/

#content {
  clear: both;
  padding: 10px 0px;
  margin-left: 10px;
  background: url('../img/onlinesupport.gif') no-repeat bottom right;
}

/*
  content block left
*/

.contentleft {
  width: 390px;
  float: left;
}
.produk {
  float: left;
  margin: 0px 15px;
}
.imga {
  padding: 5px;
  text-align: center;
  border: 1px solid #C0C0C0;  
  background-color: #EEEEEE;
}
.ket {
  font-size: 14px;
  font-weight: bold;
  color: #B30101;
  margin-top: 5px;
  text-indent: 20px;
  background: url('../img/dot.gif') no-repeat center left;
}

/*
  content block right
*/

.contentright {
  margin: 0px 0px 0px 418px;
  padding-bottom: 140px;
}
.isinews {
  padding: 5px 0px;
  margin: 0px 15px 5px 0px;
  border-bottom: 1px dashed #C0C0C0;
}
.tgl {
  color: #E57716;
}
.jdlb {
  color: #D6231C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: arial, verdana, tahoma, sans-serif;
}
.jdlc {
  color: #D6231C;
  border-bottom: 1px solid #C0C0C0;
  text-indent: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  font-family: arial, verdana, tahoma, sans-serif;
}

/*
  footer block
*/

#footer {
  clear: both;
  background: #E34216 url('../img/bgfoot.jpg') repeat-x top left;
  padding-top: 1px;
}
.packages {
  float: left;
  margin: 0px 5px;
}
.box {
  background: url('../img/bgpack.jpg') repeat-y top left;
  width: 171px;
}
.jdlpack {
  background: url('../img/headpack.jpg') no-repeat top left;
  font-size: 16px;
  font-weight: bold;
  line-height: 230%;
  padding-top: 9px;
  text-align: center;
  color: #FFFFFF;
}
.isibox {
  padding: 0px 10px;
  background: url('../img/bgpaket.jpg') repeat-y top center;
}
.jdlbox {
  color: #D6231C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0px 3px 0px;
}
.harga {
  text-align: right;
  margin: 10px 5px 0px 0px;
  color: #F48000;
  font-weight: bold;
  font-size: 13px;
  font-family: 'trebuchet ms', trebuchet, helvetica;
  border-top: 1px solid orange;
  padding-top: 10px;
}
.jdltxt {
  font-size: 18px;
  color: #B30101;
  margin: 10px 10px;
  text-transform: uppercase;
}
.isipack {
  margin: 0px 0px 0px 15px;
  color: #FFFFFF;
}

.inputan { width: 250px; }
table,td,tr { font-size: 1em; }