/*------------------------------------------------------------------------
# Joomla CSS
# ------------------------------------------------------------------------
# Copyright (C) 2010  
# @license - GPU/GPL
# Author: antonello
# Websites:  
# 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: 13px;
	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;
}

span{
	font-size: 11px;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
}

.container{
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	height: 112px;
	background-image: url(../images/main_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: -10px;
}

.logobg{
	width: 1000px;
	height: 26px;
	padding: 3px 0px 0px 0px;
	float: left;
}

#search{
	width: 150px;
	height: 29px;
	margin: 5px 0px 0px 790px;
	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: #eeeeee;
	background-image:url(../images/body_top_bg-no.gif);
	background-position: top center;

	padding-bottom: 10px;
	border-bottom: 7px solid #EEE8D1;
	margin-top: -10px;
}

.leftcolumn{
	width: 163px;
	overflow: hidden;
	background-color: #9e0d0c; 
	float: left;
	margin-top: 7px;
}

.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: 2px;
}

.leftmain{
	width: 160px;
        background-color: #9e0d0c;
	overflow: hidden;
}

/*Center*/
.centercolumn{
	width: 522px;
        background-color: #ffffff;
	float: left;
	overflow: hidden;
	margin-top: -20px;
	margin-left: 10px;
}

#pathway{
	margin: 50px 0px 5px 0px;
}


/*Right*/
.rightcolumn{
	width: 300px;
        background-color: #eeeeee;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 1px;
}
	
/*================================ FOOTER ============================*/
.footerbg{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/body_top_bg-no.gif);
	background-position: top;

	background-color: #eeeeee;
}

.footer1{
	width: 160px;
	overflow: hidden;
	margin-right: 2px;
	float: left;
}

.footer2{
	width: 840,5px;
	overflow: hidden;
	margin-right: 2px;
	float: right;
}

.footer3, .footer4{
	width: 230px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}
.footer5{
	width: 240px;
	padding: 3px 0px 0px 500px;
	float: right;
}
.footer6{
	width: 900px;
	overflow: hidden;
	margin-left: 270px;
}
.footer7{
	width: 172px;
        background-color: #eeeeee;
	float: right;
	overflow: hidden;
	margin-top: 2px;
	margin-left: 10px;
}
.footer8{
	width: 161,5px;
	overflow: hidden;
	margin-right: 2px;
	float: right;
}
.footer9{
	width: 900px;
	overflow: hidden;
	margin-right: 2px;
	float: right;
}
/*============================== COPYRIGHT ============================*/.copyrightbg{
	width: 100%;
	padding: 15px 0px 10px 0px;
	background-color: #EEE8D1;
	background-image: url(../images/images/trans.png);
	background-position: top;
	background-repeat: repeat-x;
}

.copyright{
	text-align: center;
}

.copyright span{
	color: #996600;
}
