


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


/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 25.01.2010
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
#menu {
    position:relative;
    z-index:100;
    height:32px;
}
#menu .menu {
    position:absolute;
}
#menu * {
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}
#menu a {
    display:block;
    padding:7px 10px 7px 10px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#000;
}
#menu li li {
    float:none;
    _border:1px solid #fff; /** fix for ie6 */
}
#menu div {
    visibility:hidden;
    position:absolute;
    background:url(images/pix.gif);
}
#menu div div {
    margin:-24px 0 0 -1px;
    left:100%;
}
#menu li:hover>div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#000;
    position:relative;
    z-index:77;
}
#menu a:hover {
    background:url(images/back.png);
    color:#00a2d7;
}
#menu a:hover span { color:#00a2d7; }
#menu>ul>li:hover>a {
    background:url(images/back.png);
    color:#00a2d7;
}
#menu>ul>li:hover>a span { color:#00a2d7; }
#menu span {
    text-transform:uppercase;
    font:10px/16px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
    color:#ffffff;
}
#menu li { background:none; }
/* menu::level >= 2 */
#menu li li a {
    padding:0;
    position:static;
}
#menu li li a:hover { background:#00bfff; }
#menu li li a span { color:#000; }
#menu li li a:hover span { color:#fff; }
#menu li li a.parent span { background:url(images/pointer.gif) no-repeat right 9px; _background-position:right 10px; }
*+html #menu li li a.parent span { background-position:right 10px; }
#menu li li a.parent:hover span { background-position:right -49px; }
*+html #menu li li a.parent:hover span { background-position:right -48px; }
#menu li li span {


    display:block;
    text-transform:none;
    line-height:16px;
    padding:4px 25px 4px 14px;
    font-size:11px;
}
#menu li div { background:url(images/back.png); }
/** <fix for ie6> */
#menu div div {
    _margin-top:-25px;
    _background:#fff;
}
#menu li li li { _border:1px solid #fff; }
#menu div div div { _background:#fff; }
#menu li li li li { _border:1px solid #fff; }
/** </fix for ie6> */

/* lava lamp */
div#menu li.back {
    width:10px;
    height:32px;
    z-index:8;
    position:absolute;
}
div#menu li.back .left {
    width:auto;
    height:32px;
    float:none;
    position:relative;
    top:0;
    left:0;
    visibility:visible;
}




body {
	background-color: #002587;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:945px;
	height:800px;
	
	margin-top: 9px;
}

#header {
	width:945px;
	height:179px;
	
	float: left;
}

#header-left {
	background-image: url(images/flash-header.jpg);
	height: 179px;
	width: 446px;
	float: left;
}

#header-bottom {
	background-image: url(images/header-bottom.jpg);
	height: 54px;
	width: 946px;
	float: left;
	
}

#content {
	width:762px;
	min-height:809px;
	background:#ffffff;
	float:left;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00195C;
	overflow-y:auto;
	overflow-x:hidden;
}

#content-up {
	height: 64px;
	width: 762px;
	background-image: url(images/content-up.jpg);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

#sidebar {
	float:right;
	width:181px;
	background:#ffffff;
}

#header-right {
	background-image: url(images/header-right.jpg);
	float: right;
	height: 181px;
	width: 499px;
}

#sidebar-up {
	height: 63px;
	width: 181px;
	background-image: url(images/sidebar-up.jpg);
}
#content-flash {
	height: 306px;
	width: 761px;
	background-image: url(images/content-flash.jpg);
	padding-top: 0px;
	float: left;
}

#content-berita-baru {
	width: 304px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	float: left;
	background-image: url(images/berita-baru-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#content-produk-baru {
	background-image: url(images/produk-baru-header.jpg);
	float: left;
	width: 242px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	text-align: justify;
	height: 388px;
}
#content-galeri-baru {
	float: left;
	width: 181px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	background-image: url(images/galeri-baru-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #CCCCCC;
	padding-top: 50px;
	height: 388px;
}
#featured {
	background-color: #FFFFFF;
	float: left;
	width: 925px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images/3D.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	background-color: #007fff;
	float: left;
	height: 41px;
	width: 945px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer img {
	border:none;
}
#credit {
	float: left;
	height: 50px;
	width: 945px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-align: left;
	float: left;
	margin: 15px;
	height: 30px;
	width: 600px;
}
#footer-btn {
	float: right;
	height: 41px;
	width: 157px;
}
#content-up-menu {
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFCC00;
}
#sidebar-up-search {
	padding-top: 10px;
}
#sidebar-up-search-button {
	float: right;
}
.berita-baru {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	padding: 10px;
	font-size: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.berita-baru-date {
	font-size: 8px;
	color: #CCCCCC;
	text-align: right;
}
.berita-baru-isi {
	text-align: justify;
	font-size: 11px;
}
.berita-baru a {
	font-size: 12px;
	font-weight: bold;
	color: #EF9D35;
	margin: 0px;
}
.berita-baru h3 {
	margin: 0px;
}


.produk-baru {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.produk-baru-image {
	float: left;
	width: 79px;
	height: 92px;
}
.produk-baru-isi {
	float: right;
	width: 130px;
	margin-left: 10px;
	font-size: 11px;
}
.produk-baru-kategori {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.produk-baru-image a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.produk-baru-image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.produk-baru a {
	font-size: 12px;
}
.produk-baru h3 {
	margin: 0px;
	padding-bottom: 5px;
}
.galeri-baru {
	margin-bottom: 10px;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.galeri-baru img {
	padding: 2px;
	border: 1px solid #999999;
}
.galeri-baru a {
	margin: 0px;
	padding: 0px;
}
#content-up-menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer-menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footer-btn a {
	float: right;
}
#footer-btn a {
	float: right;
	height: 41px;
	width: 157px;
}

#sidebar-online-support {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 171px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar-online-support ul {
	float: left;
	text-align: left;
	list-style-type: none;
	list-style-image: url(images/list.gif);
}
#sidebar-online-support a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#sidebar-online-support img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
}
#sidebar-online-support li {
	margin-bottom: 10px;
}
.font-heading-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: None;
	font-weight: bold;
	color: #2873E0;
}
.font-heading-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
#sidebar-office {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 171px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/sidebar-corner.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#sidebar-office a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
}
#sidebar-office center p {
	padding-right: 10px;
	font-size: 9px;
}
#sidebar-media {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 171px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/sidebar-corner.gif);
	background-repeat: no-repeat;
	background-position: right 21px;
}

#sidebar-media a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
}
#sidebar-award {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 171px;
	height:100%;
	padding-top: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/sidebar-corner.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
	
}
#sidebar-award center ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar-award center ul li {
	list-style-image: none;
	list-style-type: none;
}
#sidebar-award center ul {
	float: right;
	padding-right: 10px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #153C87;
	border-right-color: #153C87;
	border-bottom-color: #153C87;
	border-left-color: #153C87;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.featured-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	float: left;
	width: 288px;
	margin-right: 5px;
	
	text-align: left;
	list-style-image: url(images/bullet-orange);
	color: #1764E4;
}
.font-heading-black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
}
.content-isi {
	text-align: justify;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.berita-baru img {
	margin-top: 10px;
}

.selengkapnya {
	font-size: 9px;
	color: #EE9935;
	text-align: right;
	float: right;
}

.berita-baru .selengkapnya a {
	font-size: 9px;
	color: #EE9935;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}


#simplegallery1{ //CSS for sample Gallery
position: relative;
visibility: hidden;

}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
#content-wrapper {
	float: left;
	min-height: 829px;
	width: 945px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #FFF;
}
.content-wrap {
	float: left;
	min-height: 809px;
	width: 762px;
	overflow-x:auto;
	overflow-y:hidden;
	
}