body {
    margin: 0;
	padding: 0;
	background-color: #F2F3EE;
	background-image: url("/images/bg.jpg");
    background-repeat: repeat-x; 
	background-position: top center;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

/* GENERAL TAG */
a, a:visited {
    color: #525E3C;
	text-decoration: none;
}
a:hover {
    color: #EC9D21;
}
h2, h2 a, h2 a:visited  {
	font-size: 14pt;
	color: #525E3C;
	margin: 0 0 8px 0;
	font-weight: normal;
    padding-bottom: 5px;
    border-bottom: #B0CB8C 2px solid;
}

h3 {
    font-size: 12px;
	margin: 10px 0 3px 0;
}
h3 a, h3 a:visited {
	border-bottom: #E3EDD3 1px solid;
	
}
h3 a:hover {
    color: #EC9D21;
}
p {
    margin: 0 0 15px 0;
	padding: 0;
	line-height: 130%;
}
form {
    margin: 0;
	padding: 0;
}
td {
    font-size: 12px;
}

/* DIRECTORY STYLES */
.folderisi {
	background-image: url("/images/folder.gif");
    background-repeat: no-repeat; 
	background-position: 0 5px;
	padding: 5px 5px 3px 18px;
}
.folderkosong {
	padding: 5px 10px 5px 20px;
}

#dirtable h3 {
    margin-top: 1px;
	font-size: 12px;
}
#dirtable h3 span {
	color: #999999;
	font-weight: normal;
}
#dirtable p {
	margin: 0;
}
#dirtable p a {
	font-size: 11px;
}

/* SITE LISTING & FREIGHT FORWARDER STYLES */
.listing {
	margin: 0;
	padding: 0;
}
.listing h3 a span {
	color: #999999;
	font-weight: normal;
}
.listing p.bottom {
    margin: 0;
	padding: 0;
	line-height: 150%;
}
.listing span.uurl {
	color: #774525;
}

/* RIGHT NAV STYLES */
.rightnav {
    padding: 0;
	margin: 0;
	list-style-type: none;
}
.rightnav li a {
    display: block;
	border-bottom: #E3EDD3 1px solid;
	padding: 4px 0 2px 0;
	text-decoration: none;
	margin: 0;
}
.rightnav li a span {
	font-weight: bold;
}
.credit {
    color: #888888;
	font-size: 11px;
}

/* TOP MENU */
#topmenubox {
    background-color: #586244;
	width: 100%;
	text-align: center;
}
#topmenubox2 {
	width: 870px;
	text-align: left;
	color: #7F8D64;
	padding: 5px 0;
	margin: auto;
}
#footer {
	width: 820px;
	text-align: center;
	color: #F4F4F4;
	padding: 5px 0;
	margin: auto;
}
#topmenu {
    margin: 0;
	padding: 0;
}
#topmenu li {
    display: inline;
}
#topmenu li a, #topmenu li a:visited {
    padding: 0 12px 0 12px;
	color: #F2F3EE;
	text-decoration: none;
	border-right: #7F8D64 1px solid;
}
#topmenu li a.nobrdr, #topmenu li a:visited.nobrdr {
	border-right: 0px none;
}
#topmenu li a:hover {
    color: #FBE073;
	text-decoration: underline;
}

/* SEARCH INPUT */
#searchbox td.srcleft {
    padding: 0 2px 0 13px;
	text-align: left;
}
#searchbox td.srcright {
    text-align: left;
	padding-left: 5px;
}
#searchbox .inputbox {
    border: 0px none;
    background-color: #ffffff;
	width: 210px;
}
#searchbox .submitbut {
    border: 0px none;
	background: transparent;
	margin: 0;
	padding: 0;
}

/* BOX TEMPLATE */
.boxleft { 
  background: #FFFFFF; width: 500px; 
  margin: 0 0 20px 0;
}
.boxright { 
  background: #FFFFFF; width: 300px; 
  margin: 0 0 20px 0;
}
.boxtop { 
  background: url("/images/ne.gif") no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url("/images/nw.gif") no-repeat top left; 
}
.boxtop2 { 
  background: url("/images/tne.gif") no-repeat top right; 
}
.boxtop2 div { 
  font-size: 0;
  height: 10px; 
  background: url("/images/tnw.gif") no-repeat top left; 
}
.boxbottom { 
  background: url("/images/se.gif") no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url("/images/sw.gif") no-repeat bottom left; 
}
.boxcontent {
  font-size: 12px;
  padding: 10px 20px 20px 20px;
}
