/*------------------------------------------------------------------------
# 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: #e1e1e1;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	color: #000;
	font-size: 11px;
	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: 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 #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 990px;
	margin: 0 auto;
}

.container{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	background: url(../images/topBg.gif) repeat-x top left;
	height: 382px;
}

.headerbg1{
	float: right; 
	width: 500px  
}

.headerbg2{
	float: left; 
	width: 470px;
	position: relative
}

.headerbg21{
	width: 373px;
	float: left;
	height: 105px;
	margin-left: 15px;
}

.foto {
 position: absolute;
 top: 90px;
 padding-left: 5px
}

.headerbg22{
	float: right;
  margin-right: 50px;
  margin-top: 11px;
}

.headerbgDark{
	width: 100%;
	background: url(../images/bgDark.jpg) no-repeat bottom center;
	height: 382px
}


/*======================= USER1 =============================*/

.user1 {
  margin-top: 20px;
  width: 340px;
  height: 161px;
  background: url(../images/bgNews.png) no-repeat bottom center;
  padding: 30px 63px 20px 63px;
}

.user1 .moduletable {font-size: 100%;}

/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.roundedmodule1{
	width: 980px;
	background-color: #EFEFEF;
	background-image: url(../images/roundedkiriatas.gif);
	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-image: url(../images/roundedkiribawah.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.roundedmodule4{
	width: 100%px;
	background-image: url(../images/roundedkananbawah.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
}
/*Left*/
.columnkiri{
	width: 183px;
	float: left;
	padding-top: 26px;
	background: url(../images/topColLeft.gif) no-repeat top left
}
/*Center*/
.columntengah{
	width: 582px;
	float: left;
	border: 1px solid #d8d8d8;
	background: #fff url(../images/topContent.gif) no-repeat top center;
	padding: 20px 15px;
	color: #333;
	min-height: 500px
}

#pathway{
	margin-bottom: 10px;
}

/*Right*/
.columnkanan{
	width: 183px;
	float: left;
	padding-top: 26px;
	background: url(../images/topColRight.gif) no-repeat top left
}



/*================================ FOOTER ============================*/
.footerbg1{
	width: 100%;
	color: #888;
	border-top: 3px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
	height: 17px;
}
/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.copyright{
	text-align: center;
	color: #000
}

.copyright span{
	color: #5D0000;
}

.copyright a:link, .copyright a:visited {color: #666; text-decoration: none}
.copyright a:hover {color: #000}

















