/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Copyright (C) 2008 JoomlAxe. 
# @license - GPU/GPL
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# This file may be redistributed or editted in whole or significant part.
-------------------------------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #666;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 12px;
	line-height: 1.5;
}

/* Normal link */
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
}

.container{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	height: 212px;
	background-image: url(../images/main_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: -10px;
}

.logobg{
	width: 411px;
	height: 96px;
	padding: 30px 0px 0px 0px;
	float: left;
}

#search{
	width: 150px;
	height: 29px;
	margin: 25px 0px 0px 340px;
	padding: 5px 0px 0px 40px;
	float: left;
	background-image: url(../images/searchbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.headeratas{
	width: 100%;
	height: 170px;
}

#topmenu{
	clear:both;
	display:block;
	height: 20px;
	padding-top: 2px;
}

/*================================ MAINBODY ============================*/
/*Left*/
.mainbodybg{
	width: 100%;
	overflow: hidden;
	background-color: #FFFAEB;
	background-image:url(../images/body_top_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	border-bottom: 15px solid #EEE8D1;
}

.leftcolumn{
	width: 250px;
	overflow: hidden;
	background-color: #C58C00; 
	float: left;
	margin-top: 15px;
}

.leftcolumnatas{
	width: 100%;
	background-image: url(../images/kiriatas.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
.leftcolumnbawah{
	width: 100%;
	background-image: url(../images/kiribawah.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 10px;
}

.leftmain{
	width: 230px;
	overflow: hidden;
}

/*Center*/
.centercolumn{
	width: 490px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 10px;
}

#pathway{
	margin: 5px 0px 5px 0px;
}


/*Right*/
.rightcolumn{
	width: 190px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 10px;
}
	
/*================================ FOOTER ============================*/
.footerbg{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/footerbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #4C3A08;
}

.footer1, .footer2, .footer3{
	width: 230px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.footer4{
	width: 230px;
	overflow: hidden;
	float: left;
}

/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 15px 0px 10px 0px;
	background-color: #EEE8D1;
	background-image: url(../images/trans.png);
	background-position: top;
	background-repeat: repeat-x;
}

.copyright{
	text-align: center;
}

.copyright span{
	color: #996600;
}
