/*------------------------------------------------------------------------
# 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;
  background-image:url('/images/20th.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:right top;; 
  color: #000;
  font-family: misoregular;
  font-size: 14px;
  line-height: 1.5em;
}

@font-face {
	font-family: 'misoregular';
	src: url(../font/miso-webfont.eot); /* EOT file for IE */
}	
@font-face {
	font-family: 'misoregular';
	src: url(../font/miso-webfont.ttf); /* TTF file for CSS3 browsers */
}	

/* Normal link */
a:link, a:visited {
  color: #a1a1a1;
  font-family: misoregular; 
  font-size: 16px;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  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, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
  padding: 0;
}

ul {
  list-style: none;
  z-index: 99;
}

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

.containerheader{
  width: 950px;
  margin: 0 auto;
}

.container{
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
  width: 100%;
  margin-top: 5px;
}

.headerbg1{
  width: 170px;
  padding-left: 770px;
  height: 1px;
}

.headerbg2{
  width : 1024px;
  height: 70px;
}

.headerbg21{
  width: 194px;
  padding-top: 0px;
  float: right;
  height: 57px;
}

.headerbg22{
  width: 800px;
  padding-top: 0px;
  float: left;

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

.roundedmodule1{
  width: 950px;
  background-color: #FFFFFF;

  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: 0px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
  margin-top: 40px;
  margin-bottom: 60px;
}
/*Left*/
.columnkiri{
  width: 200px;
  float: left;
  
}
/*Center*/
.columntengah{
  width: 500px;
  float: left;
  margin-left: 10px;
}

#pathway{
  margin-bottom: 10px;
}

/*Right*/
.columnkanan{
  width: 200px;
  float: right;
  margin-left: 20px;
  
}
/*================================ FOOTER ============================*/
.footerbg1{
  width: 100%;
  color: #888;
  border-top: 0px solid #EEE;
  padding-top: 10px;
  margin-top: 10px;
  height: 60px;
}
/*============================== COPYRIGHT ============================*/
.copyrightbg{
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.copyright{
font-family: misoregular; 
  font-size: 16px;
  text-align: left;
  color: #888;
}

.copyright span{
  color: #ccc;
}
