/*------------------------------------------------------------------------
# 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: #000000;
	color: #999;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 250%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}
h2 {font-size: 225%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}
h3 {font-size: 200%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}
h4 {font-size: 175%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}
h5 {font-size: 150%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}
h6 {font-size: 125%; font-family: Tahoma, Times New Roman, serif; font-weight: bold;}

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: #ff0000;
	padding: 5px;

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

}
.backip{
	width: 500px;
	margin-top: -25px;
	margin-bottom: -45px;
	margin-left: auto;
	margin-right: auto;

}

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

}

.headerbg2{
	width : 950px;
	height: 93px;
	border-top: 1px solid #3C0000;
}

.headerbg21{
	width: 300px;
	float: left;
	height: 93px;
	border-top: 1px solid #3C0000;
}

.headerbg22{
	width: 650px;
	padding-top: 20px;
	float: left;

}
/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #5C0000;
}

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

.roundedmodule2{
	width: 100%px;
	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: 5px;
}
/*Left*/
.columnkiri{
	width: 120px;
	float: left;
	
}
/*Center*/
.columntengah{
	width: 590px;
	float: left;
	margin-left: 20px;
}

#pathway{
	margin-bottom: 10px;
}

/*Right*/
.columnkanan{
	width: 200px;
	float: left;
	margin-left: 20px;
	
}
/*================================ FOOTER ============================*/
.footerbg1{
	width: 100%;
	color: #999;
	border-top: 1px solid #222;
	padding-top: 10px;
	margin-top: 10px;
	height: 100px;
	background-color: #111;
}

/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding-bottom: 30px;
	border-top: 1px solid #5C0000;
	background-color: #3C0000;
}

.copyright{
	text-align: left
}

.copyright span{
	color: #fff;
}