@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #fdfdc1;
	font: normal 12px Arial;
	color: #000;
	line-height: 19px;
	text-align: center;
	}

a:link, a:visited, a:active {
	font: bold 12px Arial;
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #dc4e1e;
	}

#boxcontainer {
	width: 100%;
	background: #fdfdc1 url(images/bg_all.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 742px;
	}

#mainmenu {
	margin: 0 0 0 25px;
	padding: 0;
	}

#mainmenu li {
	list-style: none;
	float: left;
	margin-right: 7px;
	}

a#home {
	background: transparent url(images/btn_home_hover.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a:hover#home {
	background: transparent url(images/btn_home.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a#seminar {
	background: transparent url(images/btn_seminar_hover.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a:hover#seminar {
	background: transparent url(images/btn_seminar.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a#jadwal {
	background: transparent url(images/btn_jadwal_hover.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a:hover#jadwal {
	background: transparent url(images/btn_jadwal.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}
	
a#sewa {
	background: transparent url(images/btn_sewa_hover.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a:hover#sewa {
	background: transparent url(images/btn_sewa.gif) no-repeat top left;
	width: 111px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a#daftar {
	background: transparent url(images/btn_daftar_hover.gif) no-repeat top left;
	width: 152px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

a:hover#daftar {
	background: transparent url(images/btn_daftar.gif) no-repeat top left;
	width: 152px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}

#maincontent {
	background: transparent url(images/bg_content.gif) repeat-y top left;
	}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	}

h3 {
	margin: 0;
	padding: 0 0 0 7px;
	font: bold 14px Arial;
	color: #b80a0a;
	}

#list {
	margin: 0;
	padding: 0;
	}

#list li {
	list-style: none;
	margin-bottom: 10px;
	}

.sidebar {
	margin: 10px 14px 10px 14px;
	padding: 0;
	}

.sidebar li {
	list-style: none;
	}

.tanggal {
	color: #767676;
	font: normal 11px Arial;
	}



#boxnetwork {
	background-color: #1d1d1d;
	margin: 0;
	padding: 0;
	}


#sliderWrap {
	margin: 0 auto;
	width: 1000px;
	}

#slider {
	width: 1000px;
	height: 110px;
	margin-top: -110px;
	}

#slider img {
	border: 0;
	}

#sliderContent {
	margin: 0 auto;
	position: absolute;
	background-color:#1d1d1d;
	color:#333333;
	font-weight:bold;
	width: 1000px;
	}

#openCloseWrap {
	position:absolute;
	margin: 110px 0 0 795px;
	font-size:12px;
	font-weight:bold;
	float: right;
	}

#topmenu {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	}

#topmenu li {
	list-style: none;
	float: left;
	width: 150px;
	height: 80px;
	background-color: #fff;
	margin: 10px 7px;
	}

#topmenu li a {
	font: bold 11px Arial;
	color: #fff;
	display: block;
	background-color: #fff;
	height: 80px;
	width: 150px;
	padding: 13px 0 0 20px;
	margin: 0 1px;
	}

#topmenu li a:hover {
	color: #00477d;
	background-color: #000;
	}
	
	
	
	