/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Copyright (C) 2008 JoomlAxe. 
# @license - GPU/GPL
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# This file may be redistributed or editteFd in whole or significant part.
-------------------------------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	color: #fa931a;
	font-size: 10px;
	text-decoration: none;
}

a:hover, a:active {
        color: #fa931a;
	font-size: 10px;
	text-decoration: none;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

blockquote {
	margin: 0px 0px 0px 25px;
}

blockquote2 {
    margin-left: 25px;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

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;
}

textarea{
	width: 700px;
	border: none;
	background-color: #EEE;
	padding: 5px;

}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDD;
	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%;
	margin-top: 1px;
}

.headerbg1{
	width: 180px;
	padding-left: 770px;
	height: 30px;
}

.headerbg2{
	width: 950px;
	height: 50px;
}

.headerbg21{
	width: 200px;
	float: left;
	height: 20px;
        padding-top: 20px;
}

.headerbg22{
	width: 650px;
	padding-top: 40px;
	float: right;

}


/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.roundedmodule1{
	width: 950px;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}

.roundedmodule2{
	width: 100%px;
	background-image: url(../images/roundedkananatas.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.roundedmodule3{
	width: 100%px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.roundedmodule4{
	width: 100%px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
	margin-top: 0px;
}
/*Left*/
.columnkiri{
	width: 180px;
	float: left;
}

/*Center*/
.columntengah{
	width: 550px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
        //border-bottom: 1px solid #DDD;
        //border-right: 1px solid #DDD;
        padding: 5px 5px 0px 0px;
}

#pathway{
	margin-bottom: 10px;
	background: #eee;
}

/*Right*/
.columnkanan{
	width: 178px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 1.5em;
        font-color: #DDD;
}


/*================================ FOOTER ============================*/
.footerbg1{
	width: 100%;
	color: #888;
	border-top: 1px solid #EEE;
	padding-top: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	height: 1px;
}
/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 0px;
}

.copyright{
	text-align: right;
	font-size: 9px;
}

.copyright span{
	color: #fa931a;
}



