@charset "utf-8";
/* CSS Document */


#header {
    color:#FFF;
    background-color: transparent;
 
}

#header #gambar img{

    position: absolute;
    margin-left: 48.5%;
    margin-right:50; 
    display: block;
    opacity:0.6;
    filter:alpha(opacity=60);
    border:none;
    width:50px;
    height:68px;
    border-radius:8px;
    box-shadow:0px 0px 2px #999999;

}
#header #logo {
    float:left;
}

#header #logo img {
    float:left;
    border:none;
    margin:0px 0px;
    width:46px;
    height:46px;
    border-radius:46px;
    border:2px solid #000;
    box-shadow:0px 0px 2px #999999;
}

#header #judul {
    float:left;
    background-color:#000;
    margin-top: -2;
    text-align: left;
    padding:0px 0px;
    font-size: 14px;
    font-weight: 600;
    width:300px;
    border-radius:36px;
    box-shadow:0px 0px 10px #9DB4FF inset;
       line-height:16px;

}	
#header #info {
    float:right;
    margin-top: -2;
    text-align: right;
    background-color:#000;
    padding:0px 0px;
    width:300px;
    background-color:#000;
    border-radius:36px;
    box-shadow:0px 0px 10px #9DB4FF inset;
    line-height:16px;
}

#header #info img {
    float:right;
    border:none;
    margin:0px 0px;
    width:46px;
    height:46px;
    border-radius:46px;
    border:2px solid #000;
    box-shadow:0px 0px 2px #999999;
}

#header a {
    color:#CCC;
}

#menu {
    background:url(images/bg-menu.png) repeat-x;
    text-align:center;
    margin-bottom:10px;
 
}

#menu img {
    margin:0 5px -3px -2px;
}

#menu a {
    background:url(images/bg-menu-link.png) repeat-x;
    display:inline-block;
    padding:9px 20px;
    color:#555;
    font-weight:bold;
    text-decoration:none;
    margin-left:-2px;
    margin-right:-2px;
}

#menu a.left {
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-left:1px solid #999;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

#menu a.center {
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-left:2px groove #CCC;
}

#menu a.right {
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    border-left:2px groove #CCC;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

#menu a:hover {
    background:url(images/bg-menu-link-hover.png) repeat-x;
}

#menu a.selected {
    background:url(images/bg-menu-link-hover.png) repeat-x;
}

#shortcut {
    text-align:center;

}
#shortcut img {
    float:none;
    border:none;
    margin:0px 5px;
    width:56px;
    height:56px;
    border-radius:56px;
    border:1px solid #777;
    box-shadow:0px 0px 4px #999999;
}
#shortcut a {
    background:#FFF;
    display:inline-block;
    border:1px solid #999;
    height:85px;
    width:85px;
    text-align:center;
    color:#444;
    text-decoration:none;
    padding:5px;
    margin:0px 5px;
    border-radius:8px;
    box-shadow:1px 1px 3px #CCC;
}

#shortcut a:hover {
    box-shadow:0px 0px 5px #555;
}


#footer {
    background-color:#777;
    padding:0px 5px;
    text-align:center;
    position:absolute;
    bottom:0;
    width:100%;
   text-align:center;
    color:#808080;

}

#footer #programer img {
    float:none;
    border:none;
    margin:-10px 2px;
    width:20px;
    height:20px;
    border-radius:20px;
    box-shadow:0px 0px 2px #999999;
}


.clear {
    clear:both;
}