*{
	padding:0;
	margin:0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*fonts for the main document*/
	font-size: 14px; /*font size for the main document*/
	color: #484941; /*font color for the main document*/
	background-color: #efeff6; /*background color*/
	background-image: url(images/bg.jpg); /*our background image*/
	background-repeat: repeat-x; /*background image repeated horizontally*/
}

#chat {
position:fixed;_position:absolute;top:0px; right:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }

/*CONTAINER STYLES*/

#container {
	width: 1000px; /*the bottom margin is the negative value of the footer's height*/
	margin: auto; /*centers our content*/
	height: auto;
}

#navigation_wrap {
	height: 70px; /*head wrap will be 70 px high*/
	width: 1000px; /*head wrap will be 800 px wide*/
	margin-bottom: 20px; /*margin at the bottom will be 20px*/
	margin-top:0px;
	float:left;
	font-size:27px;
}



/*NAVIGATION STYLES*/

.nav_links ul {
	list-style:none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
	
	
}

.nav_links li {
	list-style:none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
	
	
}

.nav_links a {
	padding-left: 30px; /*each links will have 50px padding on the left*/
	padding-top:30px;
	text-decoration: none; /*removes link underscore*/
	text-transform: uppercase; /*all links will be in capitals*/
	color: #8d8d8d; /*color of the link*/
	font-weight: bold; /*makes links in bold*/
	
}

.nav_links a:hover {
	color: #9f0226; /*color of the links on mouseover*/
}

/*LOGO STYLES*/

#foto {
	float: left; /*floats the logo to the left of our container*/
	height: 366px; /*height of our logo image*/
	width: 302px; /*width of our logo image*/
	background-image: url(images/foto.png); /*our logo image set as a background*/
	background-repeat: no-repeat; /*logo image wont repeat*/
	margin-bottom:30px;
}

/*BAGIAN LOGO JUDUL*/

#judul {
	float: right; /*floats the logo to the left of our container*/
	height: 86px; /*height of our logo image*/
	width: 585px; /*width of our logo image*/
	background-image: url(images/judul.png); /*our logo image set as a background*/
	background-repeat: no-repeat; /*logo image wont repeat*/
}


/*BAGIAN TEKS DI BAWAH LOGO JUDUL*/

#teks_header{
	
	float:right;
	height:auto;
	width:auto;
	font:Tahoma, Geneva, sans-serif; color:#FFF;
	padding-top:0px;
	padding-left:15px;
	text-shadow: 0 2px 0 black;
	margin-bottom:30px;
	
}

.li2 {
	list-style:url(images/user_32.png) inside;
	position:1px;
	padding-left:10px;
	padding-bottom:10px;
}

/*SLIDER*/

#slider	{ 
	
	width: 985px; /*width of our content box*/
	background-image: url(images/slide.png); /*our content box image */
	background-repeat: no-repeat; /*content image nor to repeat*/
	margin-bottom: 20px; /*margin bottom of 20px*/
	clear: both; /*clears the floats both left and right*/
	margin-top:40px;
	height: 320px; 
	overflow: hidden;
	position: relative; 
	margin: 5px 0;
}
	
#mover { 
	width: auto; 
	position:absolute;
	overflow:hidden;
}

.slide { 
	padding: 20px 0px; 
	width: 1000px; 
	float: left; 
	position: relative;
	height:320px;
	}
	
.slide h2 { 
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 24px; 
	color: #ac0000; 
	padding:60px 0px 0px 30px;
	margin:0px 0px;
	width:500px;
	overflow:hidden;
	}

.slide h2 a:link, .slide h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
	
.slide h2 a:hover  {
	color: #ddd;
	background-color: transparent;
	}
	
span.slmet {
	color: #ee0909; 
	font-size: 10px; 
	font-family:Tahoma, georgia, Helvetica, Sans-Serif; 
	line-height: 20px; 
	width: 500px;  
	padding:0px 0px 0px 30px;
	margin:0px 0px;
	text-transform:uppercase;
}	
.slide p { 
	color: #999; 
	font-size: 12px; 
	font-family:georgia, Helvetica, Sans-Serif; 
	line-height: 20px; 
	width: 500px;  
	padding:0px 0px 0px 30px;
	margin:0px 0px;
	}
	
.slide img {
	position: absolute;
	top: 90px;
	left: 570px;
	background:#fff;
	padding:10px 10px;
	height: 183px;
	}
	
#slider-stopper { 
	position: absolute; 
	font-family: Georgia, Helvetica, Sans-Serif;
	top: 113px; 
	right: 65px;
	color: #AC0000;
	padding: 68px 8px;
	font-size: 14px; 
	text-transform: uppercase; 
	z-index: 1000; 
	}	

/*CONTENT*/

#content {
	clear:both;
	width:950;
	margin-left:30px;
	margin-right:30px;
}

#namajasa{
	margin-left:25px;
	margin-right:25px;
	text-align:justify;
}

#testimonial {
	clear:both;
	width:456px;
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
}


h1{
	font-size:29px;
	color: #F00;
	
}

h2{
	font-size:18px;
	color:#930;
	
}

h3{
	font-size:18px;
	color:#ffffff;
}

/*FOOTER*/

#footer {
	background-image: url(images/footer.jpg); /*footer background image*/
	background-repeat: repeat-x; /*background image repeats horizontally*/
	height: 50px; /*height of footer is 32px same as our image*/
	clear: both; /*clear the floats left and right*/
	margin-top: 20px; /*has a top margin of 50px*/
	
}

#footer p {
	line-height: 50px; /*line height for footer text is 30px*/
	
	margin-right: 20px; /*pushes text 20px inwards from the right*/
}

/*RIGHT PANEL*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
background: #000000;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 330px;
height: auto;
padding: 90px 70px 30px 30px;
filter: alpha(opacity=95);
opacity: .95;
z-index:100;
}

.panel p{
margin-left:15px;
margin-top:100px;
margin-bottom:15px;
margin-right:15px;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background:#333333 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
z-index:200;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 20px;
font-weight: 700;
background:#222222 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

ul{
padding: 0;
margin: 0;
list-style-type: none;
}

ul li{
padding: 0;
margin: 0;
list-style-type: none;
}

hr{
background-color: #333333;
height: 1px;
}

#stage {
			top: 0px;
			left: 0px;
			z-index: 100;
		}
.stage {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			min-width: 900px;
			height: 359px;
			overflow: hidden;
		}
		
#clouds {
			background: transparent url(images/cloud.png) 305px 102px repeat-x;
		}
