/* 
	Interaksi CSS
	Author : Christ 
	Date : 19 November 2008
*/

.red { color: red; }
.white { color: #fff; }
.black { color: #000; }
.orange { color: #F04E23; }
.blue { color: #3B5998; }


body {
	margin: 0;
	padding: 0;
	background: url('images/bg-gray.gif') repeat #000;
	font: medium Arial,Verdana;
	color: #ccc;
	/*line-height: 18px; */
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#858585;
	scrollbar-3dlight-color:#656565;
	scrollbar-darkshadow-color:#454545;
	scrollbar-shadow-color:#151515;
	scrollbar-arrow-color:#656565;
	scrollbar-track-color:#858585;	
}

#w0 {
	width: 100%;
}
#we {
	width: 776px;
	margin: 0;
	padding: 0;
	top: 0;
}

#rcon {
	width: 100%;
	height: 68px;
}	

#resize {
	width: 130px;
	float: right;
	margin: 0 25px 0 0;
	_margin: 0 10px 0 0;
	padding: 0;
	z-index: 100;
}

#id-con {
	width: 100%;
	height: 280px;
	margin: -100px 0 0 0;
	z-index: 0;
	top: -100px;
}	
#bg-id {
	width: 300px;
	float: right;
}
	

#w1 {
	width: 776px;
	margin: -70px 0 0 0;
	padding: 0;	
	height: 300px;
	padding-bottom: 45px;
}

#social {
	width: 145px;
	margin: 40px 0 0 0;
	float: right;
}

#c1  {
	width: 155px;
	padding-top: 0px;
	padding-right:0px;
	padding-left: 6px;
	border: 0 1px 0 0 solid black;
	float: left;
	text-align: right;
	font: small Arial,verdana;
	color: #fff;
}

#c2  {
	width: 391px;
	/* width: 395px; */
	padding-top: 50px;
	padding-left: 30px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}

#c3 {
	width: 165px;
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	text-align: center;
}

#pfc {
	width: 590px;
	padding-top: 0px;
	_padding-top: 60px;
	padding-left: 20px;
	float: left;
	text-align: left;
	font: 10px Arial,Verdana;
}

#promo {
	margin-top: 10px;
	
}
.fc {
	width: 100%;
	height: 100px;
	_height: 35px; 
	background: url('images/bg-fblack.png') bottom left repeat-x;
	position: absolute;
}

.f0 {
	width: 776px;
	height: 35px;
	vertical-align: bottom;
}
	
#f1  {	
	width: 180px;
	height: 92px;
	float: left;
	text-align: center;
	margin-top: 5px;
	_margin-top: 85px;
	bottom: 0; 
	margin-bottom: 0;
	padding: 0;
}

#f2 {
	font-size: 10px;
	width: 596px;
	height: 35px;
	float: left;
	margin-top: 60px;
	_margin-top: 145px;
	text-align: right;
	bottom: 0;
	margin-bottom: 0;
	padding: 0;
}

#call {
float: left;
}

#copy {
float: right;
margin-top: 10px;
}

#share {
	width: 120px;
	float: right;
	background: #fff;
}

img {border: 0;}

#twitter-ticker{
	margin:10px 0 0 0px;
}


#c1 a, a:visited {
	color: #000;
	/* color:#F04E23; */
	text-decoration:none;
	outline:none;
}

#c1 a:hover{
	text-decoration:none;
	color: #F04E23;
}

a, a:visited {
	color:#3B5998;
	/* color:#F04E23; */
	text-decoration:none;
	outline:none;

}

a:hover{
	text-decoration:underline;
	
}

.z { display: none; }
