body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0;
	padding: 0;
	border: 0;
	background-color: #4C5359;
	background-image: url(images/bg.jpg);
    background-repeat: repeat-x; 
	background-position: top center;
}
td {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
p {
    font-size: 12px;
}
a, a:visited {
	color: #0560A6;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
    text-decoration: none;
}
h1 {
	font-size: 22px;
	color: #5A6846;
	margin: 0 0 8px 0;
	font-weight: normal;
	/* text-transform: uppercase;
    display: inline;
	border-bottom: #D7EBBA 1px solid; */
}
h2, h2 a, h2 a:visited  {
	font-size: 18px;
	color: #5A6846;
	margin: 15px 0 8px 0;
	font-weight: normal;
    padding-bottom: 5px;
	text-decoration: none;
}
h2.nobottom {
    border-bottom: none;
}
h2.bottom {
    border-bottom: #D7EBBA 1px solid;
}
h2.cpanel {
    display: inline;
    color: #336489;
    border-bottom: #DAEFFF 1px solid;
    padding-bottom: 0;
}
h3 {
    font-size: 16px;
	font-weight: normal;
	border-bottom: #96BF55 1px solid;
	padding-bottom: 3px;
}
h3 a {
    text-decoration: none;
}
.aleft {
    text-align: left;
}
.aright {
    text-align: right;
}
ul.package { 
  list-style-type: none; 
  margin: 0 0 0 10px;
  padding: 0px;
}
ul.package li {
   background-image: url(images/arrow-green.gif);
   background-repeat: no-repeat;
   background-position: 0 7px;
   padding: 0 0 1px 9px;
   border-bottom: #D7EBBA 1px solid;
   font-size: 12px;
}
ul.package li.noline {
   border: none;
}
#supbox td {
   border-bottom: #f0f0f0 1px solid; 
   color: #666666; 
   line-height: 14px;
   padding: 3px 5px 2px 0;
}


/* ----------------------------TOPMENU------------------------------ */
#topmenu {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: #777777;
	font-weight: bold;
	padding: 5px 0 30px 0;
}
#topmenu a, #topmenu a:visited {
	color: #e1e1e1;
	text-decoration: none;
}
#topmenu a:hover {
	color: #96BF55;
	text-decoration: underline;
}

/* ----------------------------MIDDLE MENU------------------------------ */
#midmenu td {
	font-size: 12px;    
	color: #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: #73866B 6px solid;
	padding-bottom: 8px;
}
#midmenu a, #midmenu a:visited {
	text-decoration: none;
	color: #0560A6;
}
#midmenu a:hover {
	text-decoration: underline;
	color: #ff6600;
}

/* ----------------------------DOMAIN BOX------------------------------ */
#dombox .domain {
	color: #DBFAB1;
	font-size: 11px;
	font-weight: normal;
    border-left: #C3C7B1 1px solid;
    border-right: #C3C7B1 1px solid;
	background-image: url("images/dombox-topbg.jpg");
	padding: 0 10px 0 10px;
}
#dombox h4 {
	font-size: 16px; 
	color: #5A6846;
	margin: 0;
	padding: 0;
}
#dombox input.txtbox {
	border: #FDFFDE 1px solid;
	font-size: 14px;
	width: 210px;
	margin: 0 3px 0 0;
}
#dombox select {
    border: #FDFFDE 1px solid;
}
#dombox input.submit {
	position: relative;
	top: 6px;
	width: 68px;
	height: 23px;
}

/* ----------------------------HOSTING BOX------------------------------ */
#hostbox  {
	color: #222222;
	font-weight: normal;
    border: #D7EBBA 1px solid;
	background-image: url("images/hostbox-bg.jpg");
	padding: 5px 8px 5px 8px;
}
#hostbox h5 {
	margin: 0;
	padding: 0;
}
#hostbox h5 a, #hostbox h5 a:visited {
	font-size: 14px; 
	font-weight: bold;
	color: #A82800;
	text-decoration: none
}
#hostbox h5 a:hover {
	color: #ff9900;
}
#hostbox .h5desc {
    display: block;
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: #D7EBBA 1px solid;
}
.buttongroup {
    margin-left: 9px;
	margin-top: 7px;
}

/* ----------------------------WHY BOX------------------------------ */
ul.why { 
  list-style-type: none; 
  margin: 0;
  padding: 0px;
}
ul.why li {
   background-repeat: no-repeat;
   background-position: 10px 16px;
   padding: 10px 0 10px 80px;
   font-size: 10pt;
}
ul.why li span {
   font-weight: bold;
   color: #5A6846;
   border-bottom: #D7EBBA 1px solid;
}
ul.why li.support {
   background-image: url(images/ic-support.gif);
}
ul.why li.uptime {
   background-image: url(images/ic-uptime.gif);
}
ul.why li.kontrol {
   background-image: url(images/ic-kontrol.gif);
}
ul.why li.harga {
   background-image: url(images/ic-harga.gif);
}
ul.why li.inovasi {
   background-image: url(images/ic-inovasi.gif);
}

/* ----------------------------CPANEL BOX------------------------------ */
#cpanel {
   background-image: url(images/bg-cpanel.jpg);
   background-repeat: repeat-x; 
   background-position: top left;
   background-color:#E4F5FF;
   border: #DAEFFF 1px solid;
   padding: 10px;
}
img.cpleft {
   float: left;
   margin: 0 6px 0 0;
}
ul.cpxlist { 
  list-style-type: none; 
  margin: 0;
  padding: 0;
}
ul.cpxlist li {
   background-image: url(images/arrow-green.gif);
   background-repeat: no-repeat;
   background-position: 0 7px;
   padding: 0 0 4px 9px;
   font-size: 12px;
}
ul.cpxlist span {
   color: #627C37;
}

/* ----------------------------NEWS BOX------------------------------ */
#newsbox {
	background-image: url(images/bg-news.jpg);
	border: #FCEAA8 1px solid;
	padding: 10px;
	font-size: 8pt;
	line-height: 12pt;
}

/* ----------------------------BOTTOM BOX------------------------------ */
#bottombox td {
	background-color: #303538;
	font-weight: bold;
	border-top: #96BF55 2px solid;
	padding: 20px;
    color: #cacaca;
}
#bottombox td.central {
    padding: 20px 0 20px 5px;
}
#bottombox h5, #bottombox h5 a, #bottombox h5 a:visited {
    color: #96BF55;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 8px 0;
	text-decoration: none;
}
#bottombox h5 a:hover {
    color: #ffffff;
}
#bottombox a, #bottombox a:visited {
    color: #cacaca;
}
#bottombox .testi { 
  list-style-type: none; 
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#bottombox .testi li {
   background-image: url(images/ic-testi.jpg);
   background-repeat: no-repeat;
   background-position: 0px 2px;
   padding: 2px 0 16px 40px;
   font-size: 11px;
   line-height: 15px;
   color: #818D97;
}
#bottombox .testi li a, #bottombox .testi li a:visited {
   color: #cacaca;
   text-decoration: none;
}
#bottombox .testi li a:hover {
   color: #96BF55;
}
#bottombox .nli { 
  list-style-type: none; 
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#bottombox .nli li a, #bottombox .nli li a:visited {
   display: block;
   padding: 0;
   font-size: 11px;
   color: #cacaca;
   border-bottom: #4C5359 1px solid;
   text-decoration: none;
   padding: 1px 0 2px 0;
}
#bottombox .nli li a span {
   color: #818D97;
}
#bottombox .nli li a:hover {
   color: #96BF55;
}
#footer td {
   text-align: center;
   font-size: 11px;
   color: #9BABB8;
}
#footer a, #footer a:visited {
   color: #cacaca;
   text-decoration: none;
}
#footer a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#packtable {
   border-top: #669933 2px solid;
   font-size: 12px;
}
#packtable tr.headr td {
   background-image: url(images/bg-packtable.jpg);
   color: #ffffff;
   font-weight: bold;
}
#packtable td {
   padding: 5px 3px 5px 3px;
   border-bottom: #cccccc 1px dotted;
   text-align: center;
   color: #444444;
}
#packtable td.itemdesc {
   text-align: left;
   color: #4D7426;
}
#packtable tr.butto td {
   border-bottom: none;
}
#cpx { border: #D7EBBA 1px solid; padding: 15px;}
#cpx td, #terms td  {font-size: 11px;}
.testibox {
   border: #D7EBBA 1px solid; padding:15px; font-size:10pt; margin-bottom:15px;
}
#client p {font-size: 11px; line-height: 140%; color: #888888}
#eXTReMe { margin:0; padding:0}
.entry, .entry p, .entrytext, .entrytext p {
    text-align: justify;
}

/* ----------------------------Big Menu------------------------------ */
#leftmenu {
    margin: 20px 5px 0 0;
	padding: 0;
	list-style-type: none;
}
#leftmenu li a, #leftmenu li a:visited {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;   
	padding: 9px 0 9px 0;
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	border-bottom: #8EA272 1px solid;
}
#leftmenu li a:hover {
	margin: 0;
	color: #EAD678;
    text-decoration: underline;
}
#leftmenu li a img {
	border: none;
	margin: 0 0 0 5px;
	display: inline;
}

/* ----------------------------MAIN CONTENT------------------------------ */
#content .right {
    background-color: #ffffff;
	border-left: #AABE93 1px solid;
	border-right: #AABE93 1px solid;
	border-bottom: #AABE93 1px solid;
}
#topwhite .aright {
	text-align: right;
}
#topdark {
    background-color: #7D9262;
	padding: 5px;
}
#toplight {
    background-color: #D8E5C9;
	padding: 5px;
}

/* ----------------------------FORM------------------------------ */
form {
   margin: 0;
   padding: 0;
}
div.post {
   margin: 0;
   padding: 0;
}
div.post h2 {
   margin: 0;
   padding: 0 0 5px 0;
}
#wpsidebar ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

/* ----------------------------THUMB------------------------------ */
#thumb td {
    padding: 2px 0 6px 0;
}
#thumb a img, #thumb a:visited img  {
    padding: 4px;
	border: #cacaca 1px solid;
}
#thumb a:hover img {
    padding: 1px;
    border: #96BF55 4px solid;
}

/* ----------------------------complicated menu------------------------------ */
#tabsF {
	text-align: right;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 20px;
}
#tabsF ul {
	margin: 0;
	padding: 10px 0 2px 20px;
	list-style: none;
}
#tabsF li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsF a {
	float: left;
	background: url("images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
#tabsF a span {
	float: left;
	display: block;
	background: url("images/tabright.gif") no-repeat right top;
	padding: 6px 22px 6px 14px;
	color: #4A573B;
	font-weight: bold;
}
#tabsF a span { 
    float: none; 
}
#tabsF a:hover span {
    color: #ff6600;
}
#tabsF a:hover {
	background-position: 0% -28px;
	color: #ff6600;
}
#tabsF a:hover span {
	background-position: 100% -28px;
	color: #ff6600;
}
#tabsF #current a {
	background-position: 0% -28px;
	color: #ff6600;
}
#tabsF #current a span {
	background-position: 100% -28px;
	color: #ff6600;
}

/* end of complicated menu */

/* ----------------------------solid menu------------------------------ */

.solidblockmenu{
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	height: 20px;
	float: right;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a {
	padding: 4px 0 3px 20px;
	text-decoration: none;
	background: transparent url(images/arrow-blue.gif) top left no-repeat;
	background-position: 12px 9px;

}

.solidblockmenu li a:visited{
	color: 333333;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	text-decoration: underline;
}


[if IE]>
	p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}
<![endif]
