/* 
CSS Style
Create by Agung Pamuji - 02.09.09
*/

body {
	margin:0;
	font-family:Lucida Sans;
	font-size:11px;
	background:#9c9a9b url(../images/mainbg.jpg) center no-repeat;
	color:#555555;
}
a {
	text-decoration:none;
	color:#BB0000;
}
a:hover {
	text-decoration:underline;
	color:#003374;
}
h1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	margin:0 0 10px 0;
}
h2 {
	font-size:20px;
	font-family:Arial Narrow;
	color:#555555;
	margin:0 0 10px 0;
	font-weight:bold;
}

#top {
	width:700px;
	height:15px;
	margin:2% auto 0;
	background:url(../images/top-main.gif) no-repeat;
}
/*------------- Menu -------------*/
#menu {
	display:block;
	height:25px;
	font-size:11px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}
.leftmenu {
	width:360px;
	float:left;
	background:#888888;
	padding:8px 10px;
}
.rightmenu {
	width:300px;
	float:right;
	background: #AAAAAA;
	padding:8px 10px;
}
#menu a {
	color:#333;
	text-decoration:none;
}
#menu a:hover {
	color:#fff;
	text-decoration:none;
}
#menu a.active {
	color:#fff;
	text-decoration:none;
}
/*------------- Menu -------------*/

#wrapper {
	width:700px;
	margin:auto;
	background:#FFFFFF;
}
#header {
	width:auto;
	height:55px;
	padding:0 20px;
}
.logo {
	width:auto;
	float:right;
	border:none;
}
.loginform {
	float:left;
	width:auto;
	margin-right:10px;
	font-size:10px;
}
#slider {
	width:700px;
	background:#444444;
	margin-top:20px !important;
	margin-top:0;
}
#tagline{
	z-index:9999;
	width:700px;
	height:212;
	position:absolute;
	margin-top:-1px;
}
#content-wrapper{
	width:670px;
	margin:auto;
}
#leftbar {
	width:222px;
	float:left;
	background:#444;
	font-size:18px;
	text-align:center;
	color:#ffffff;
}
#sidebar {
	width:140px;
	float:left;
	margin-top:10px;
	color:#444;
}
#rightbar {
	width:140px;
	float:right;
	margin-top:10px;
	color:#444;
}
#rightbar .button {
	text-align:center;
	margin-bottom:5px;
}
#rightbar .menu {
	text-align:right;
	font-family:Lucida Sans;
	font-size:12px;
	margin-top:40px;
}
#rightbar .menu a {
	color:#555555;
	text-decoration:none;
}
#rightbar .menu a:hover {
	color:#AA0000;
	text-decoration:none;
}

#content {
	float:right;
	width:430px;
	margin-left:10px;
	margin-top:10px;
}
#maincontent {
	float:left;
	width:370px;
	height:340px;
	margin-left:10px;
	margin-top:10px;
	text-align:justify;
	font-family:Lucida Sans;
	font-size:12px;
}
.frame {
	width:370px;
	height:340px;
	overflow:visible;
	border:none;
	background:#fff;
}

.title {
	width:auto; padding:5px 0;
}
#bottom {
	width:700px;
	height:15px;
	margin:auto;
	background: url(../images/bottom-main.gif) no-repeat;
}
.login {
	background:#BB0000;
	border:1px solid #555;
	padding:1px 15px;
	margin:0;
	font-size:11px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.login:hover {
	background:#003374;
}
.input {
	height:16px;
	width:80px; 
	font-size:11px; 
	border:0; 
	background:#DDDDDD;
}
dt { float:left; width: 45px; height:20px; padding: 2px 3px 2px 0; color:#555555; text-align: left; }
dd { float: left; width:90px; height:20px; margin: 0 3px 3px 0; padding-left: 6px; }

