body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}
html {
	background: url(../images_cgs/back_cgs.jpg) center top no-repeat;
	background-color:#000;
}
body{
	color:#555555;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
}
#main{
	width:960px;
	clear:both;
	height:0;
	line-height: normal;
	/* Centering it in the middle of the page */
	margin:40px auto;
}
#title{
	margin-top:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#09F;
	font-weight:bold;
	text-align:center;
	text-shadow:0 2px 2px #000;
}
#title span{
	color:#FFF;
}
#main .entry{
	padding:4px 10px;
	font-size:12px;
	line-height:140%;
	color:#CCC;
}
#main .entry ul{
	padding:0 0 5px 40px;
	color:#0095d6;
}
#main .entry ul li{
	padding:2px 0;
}
HR{
	background:url(../images_cgs/pemisah.png) center top no-repeat;
	height:6px;
	border:0;	
}
#main .entry p{
	width: 100%;
	padding-bottom:8px;
	padding-left: 4px;
}
/* client */
.licol {
	font: 12px Verdana, Geneva, sans-serif;
    float: left;
    width: 210px;
	color:#FFF;
	margin:  10px 0 0 20px;
}
.licol ul{
	margin:6px 0;
	color:#0095d6;
	font-size:10px;
}
.licol ul li {
    margin-left:15px;
    line-height:15px;
	padding-top:10px;
}
/* tabs profil */
#tabsnya{
	width:30%;
	float:right;
	clear:both;
	margin: 5px 20px;
}
ul.tabNavigation{
    list-style: none;
    margin: 0;
    padding: 0;
	
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	padding: 10px;
	background-color:#999;
	color:#333;
	text-decoration: none;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
}
ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color:#333;
	color:#FFF;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs > div {
	z-index:400;
	position:relative;
	padding: 15px 10px;
	background-color: #333;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:2px 2px 3px#000;
	-webkit-box-shadow:2px 2px 3px #000;
	box-shadow:2px 2px 3px #000;
	
}
div.tabs >div ul{
	padding:0;
	position: relative;
}
div.tabs >div .spyWrapper {
	overflow: hidden;
	position: relative;    
}
div.tabs >div ul li{
	height:55px;
	list-style:none;
	font-size:12px;
	color:#FFF;
	border-bottom: 1px solid #666;
}
div.tabs >div ul li p{
	padding-top:5px;
}
div.tabs >div ul li img{
	border:0;
	margin: 2px;
}
div.tabs >div ul li span{
	color:#999;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
div.tabs >div .imageteam{
	width:40px;
	height:40px;
	margin-right:10px;
}
div.tabs >div HR{
	border-top: 1px solid #666;
	border-bottom: 1px solid #FFF;
}
div.tabs > div h2 {
	margin:5px 0;
	font-weight:bold;
	text-shadow:0 2px 2px #000;
} 
#main .team {
	position:absolute;
	top:40px;
	z-index:50;
  	background: url(../images_cgs/team_cgs.png) no-repeat right 0;
  	height: 180px;
	width: 359px;
	padding: 0;
	margin-left: 610px;
}


#menu {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:583px; 
		height:48px;
		margin-top:64px;
	}
	#menu img {
		outline:0; 
		border:0;
	}
	
	#menu ul {
		/* remove the list style and spaces*/
		z-index:25;
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:10px;
		top:105px;
	
	}
	
	#menu ul li {
		
		/* give some spaces between the list items */
		margin:0 5px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#menu #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:25px; 
		top:50px; 
		z-index:90; 

		/* image of the right rounded corner */
		background:url(../images_cgs/tail_baloon.png) no-repeat right center; 
		height:35px;


		/* add padding 8px so that the tail would appear */
		padding-right:8px;
		
		/* set the box position manually */
		margin-left:25px;
		
	}
	
	#menu #box .head {
		/* image of the left rounded corner */
		background:url(../images_cgs/head_baloon.png) no-repeat 0 0;
		height:35px;
		color:#eee;
		
		/* force text display in one line */
		white-space:nowrap;

		/* set the text position manually */
		padding-left:8px;
		padding-top:6px;
	}

#main .container {
	margin-top:100px;
	background-image:url(../images_cgs/tranparan_putih.png);
	padding: 6px;
}
#main .container .box{
	height: 425px;
	border:7px solid #FFF;
	background-image:url(../images_cgs/back_content.gif);
	text-align:left;
	
	/* Rounded corners */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.foot{
	background:url(../images_cgs/foot_shadow.jpg) no-repeat;
	margin-top:2px;
	padding: 2px 5px;
	text-align:center;
	height:60px;
	color:#999;
}
.foot span{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
/* online style */
.onlineWidget,.panel{
	
	/* Styling the widget and the sliding panel at once */
	
	background-color:#F9F9F9;
	border:2px solid #FFFFFF;
	height:25px;
	padding:4px 8px;
	position:relative;
	width:130px;
	
	cursor:pointer;
	
	/* CSS3 rules for rounded corners, box and text shadows: */
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0 0 3px #CCCCCC;
	-webkit-box-shadow:0 0 3px #CCCCCC;
	box-shadow:0 0 3px #CCCCCC;
	
	text-shadow:0 2px 0 white;
}

.onlineWidget:hover{
	background-color:#fcfcfc;
}

.onlineWidget:hover .arrow{
	/* Changing the background image for the green arrow on hover: */
	background-position:bottom center;
}

.count{
	/* The total number of people online div */
	
	color:#777777;
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-top:-3px;
	text-align:center;
	width:30px;
}

.label{
	/* The online label */
	
	float:left;
	font-size:10px;
	padding:7px 0 0 7px;
	text-transform:uppercase;
}

.arrow{
	/* The green arrow on the right */
	
	background:url(../who-is-online/img/arrow.png) no-repeat top center;
	position:absolute;
	right:6px;
	
	width:25px;
	height:25px;
}

.panel{
	/* The slideout panel */
	
	position:absolute;
	cursor:default;
	
	bottom:50px;
	left:0;
	height:auto;
	display:none;
	margin:-2px;
	z-index:1000;
}

.preloader{
	/* The rotating gif preloader image */
	display:block;
	margin:10px auto;
}

.geoRow{
	/* The div that contains each country */
	
	height:16px;
	overflow:hidden;
	padding:2px 0;
}

.flag{
	float:left;
	margin:0 4px;
}

.country, .people{
	float:left;
	font-size:10px;
	padding:2px;
}

.country{
	width:85px;
	overflow:hidden;
}

.people{
	font-weight:bold;
}

.onlineWidget{
	margin:4px auto 8px;
}
/* end */

.err{
	color:red;
}

.success{
	color:#06F;
}

a, a:visited {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
/* gallery */
#tampilan{
	margin:30px 15px 15px 15px;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 5px 5px 25px;
	padding: 0;
	float: left;
	position: relative;
	width: 170px;
	height: 113px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../images_cgs/tape.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img{
	-moz-box-shadow:0 0 10px #39F;
	-webkit-box-shadow:0 0 10px #39F;
	box-shadow:0 0 10px #39F;
}

#ketentuan {
	float:left;
	padding:6px 10px;
	font-size:10px;
	line-height:140%;
}
#ketentuan img a{
	border:0;
	margin-top:4px;
}
#copyright {
	float:right;
	padding:6px 10px;
	font-size:10px;
	line-height:140%;
	text-align:right;
}