@charset "utf-8";
/* 
D O N ' T   T O U C H   M Y   S T U F F
Copyright (c) 2009 by Cityweb Indonesia (http://www.cityweb.co.id - sales@cityweb.co.id).  All Rights Reserved.
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/main_bg2.jpg) no-repeat center -50px;;
	font: normal 11px Arial;
	color: #fff;
	line-height: 16px;
	text-align: center;
	}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

a:hover {
	color: #fdb900;
	border-bottom: 1px dotted #fdb900;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	}

.clear {
	clear: both;
	}



/* --- KEPALA --- */

#kepala {
	margin: 0;
	padding: 0;
	}

#welcome {
	margin: 0 0 0 35px;
	padding: 0;
	text-align: left;
	top: 150px;
	z-index: 3px;
	position: absolute;
	letter-spacing: 1px;
	color: #6f95c0;
	}

#topmenu {
	margin: 0;
	padding: 0;
	}

#topmenu ul {
	margin: 0;
	padding: 0;
	width: 967px;
	text-align: right;
	top: 150px;
	z-index: 2px;
	position: absolute;
	}

#topmenu ul li {
	list-style: none;
	display: inline;
	background: transparent url(../images/dot2.png) no-repeat center left;
	padding-left: 17px;
	margin-left: 15px;
	}

#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:active {
	border-bottom: 0;
	color: #6f95c0;
	}

#topmenu ul li a:hover {
	color: #fff;
	}

#logo {
	background: transparent url(../images/logo.png) no-repeat top center;
	width: 485px;
	height: 219px;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 11;
	}

#border {
	margin: -30px 0 0 25px;
	padding: 0;
	border-top: 1px solid #507bae;
	border-bottom: 1px solid #507bae;
	z-index: 10;
	position: absolute;
	width: 950px;
	height: 32px;
	}

*:first-child+html #border {
	margin: -15px 0 0 25px;
	padding: 0;
	border-top: 1px solid #507bae;
	border-bottom: 1px solid #507bae;
	z-index: 10;
	position: absolute;
	width: 950px;
	height: 32px;
	}

/*#mainmenu {
	margin: -30px 0 0 0;
	padding: 0;
	z-index: 12;
	position: absolute;
	width: 1000px;
	}

#mainmenu ul {
	margin: 0;
	padding: 10px 0 0 60px;
	}

#mainmenu ul li {
	list-style: none;
	display:inline;
	background: transparent url(images/dot.png) no-repeat center left;
	padding-left: 20px;
	margin: 0 30px;
	}

#mainmenu ul li a:link, #mainmenu ul li a:visited, #mainmenu ul li a:active {
	border-bottom: 0;
	font: bold 12px Arial;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}

#mainmenu ul li a:hover {
	color: #fdb900;
	border-bottom: 0;
	}

#mainmenu ul li a.current {
	color: #fdb900;
	border-bottom: 0;
	}*/



.mainmenu {
	margin: -40px 0 0 0;
	padding: 0;
	z-index: 12;
	position: absolute;
	width: 1000px;
	}

*:first-child+html .mainmenu {
	margin: -35px 0 0 0;
	padding: 0;
	z-index: 12;
	position: absolute;
	width: 1000px;
}

.mainmenu ul {
	margin: 0;
	padding: 10px 0 0 0px;
	}

* html .mainmenu ul {
	margin: 0;
	padding: 10px 0 0 0px;
	}

.mainmenu ul li {
	list-style: none;
	display:inline;
	background: transparent url(../images/dot.png) no-repeat center left;
	padding-left: 20px;
	margin: 0 10px;
	}

.mainmenu ul li a:link, .mainmenu ul li a:visited, .mainmenu ul li a:active {
	border-bottom: 0;
	font: bold 12px Arial;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}

.mainmenu ul li a:hover {
	color: #fdb900;
	border-bottom: 0;
	}

.mainmenu ul li a.current {
	color: #fdb900;
	border-bottom: 0;
	}



/* --- BADAN --- */

#badan {
	margin: 0;
	padding: 0;
	}

#maincontent {
	background-color: #000;
	width: 800px;
	height: 300px;
	margin: 0;
	}

/*.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
*/
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px 0 0 0;
	position: relative;
	width: 100%;
}

*:first-child+html .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 100px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 350px;
	clear: both;
	/*background: #000;*/
}


.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	 -moz-user-select: none; /*// This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools.*/ 
}

* html .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	 /*-moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools.*/
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}

* html .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
	margin: 0 10px 0 -12px;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 15px;
}

.wrapper {
	background-color: #000;
	margin: 15px;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0,7;
	line-height: 17px;
	}

* html .wrapper {
	background-color: #000;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0,7;
	line-height: 17px;
	float: left;
	}

.wrapper2 {
	visibility: hidden;
	}

h3 {
	margin-bottom: 11px;
	border-bottom: 1px dotted #404040;
	width: 100%;
	padding-bottom: 3px;
	color: #fdb900;
	}

html>body .portfolio {
	float: left;
}

* html .portfolio {
	width: 837px;
}
	
#listportfolio {
	margin: 0;
	padding: 0;
	}

* html #listportfolio {
	margin: 0 0 0 -9px;
	padding: 0;
	}

#listportfolio li {
	list-style: none;
	float: left;
	margin: 10px 9px 0 9px;
	}

* html #listportfolio li {
	list-style: none;
	float: left;
	margin: 10px 6px 0 9px;
	}	

#listportfolio li img {
	border: 1px solid #404040;
	}

#listportfolio li img:hover {
	border: 1px solid #fff;
	}



/* --- KAKI --- */

#kaki {
	margin: 55px 0 0 25px;
	padding: 0;
	width: 950px;
	}

#info_kaki {
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
	float: left;
	width: 950px;
	}

#info_kaki ul {
	margin: 0;
	padding: 0;
	}

#info_kaki ul li {
	float: left;
	list-style: none;
	padding: 15px 0;
	width: 221px;
	margin-left: 22px;
	}

.info_title {
	font: bold 12px Arial;
	color: #fdb900;
	background: transparent url(../images/panah.gif) no-repeat center left;
	padding-left: 15px;
	margin-bottom: 11px;
	}

#box1 {
	margin: 0;
	padding: 0;
	}

#info_img1 {
	background: transparent url(../images/img_company.jpg) no-repeat top left;
	width: 217px;
	height: 73px;
	border: 2px solid #222;
	text-indent: -9999px;
	}

#box1 ul {
	margin: 3px 0 0 0;
	padding: 0;
	}

#box1 ul li {
	list-style: none;
	background: transparent url(../images/dot.png) no-repeat 0px 10px;
	margin: 0;
	padding: 10px 0 0 20px;
	width: 200px;
	}

#box1 ul li a:link, #box1 ul li a:visited, #box1 ul li a:active {
	font: normal 12px Arial;
	color: #fff;
	border-bottom: 0;
	}

#box1 ul li a:hover {
	color: #fcb900;
	}

#info_img2 {
	background: transparent url(../images/img_network.jpg) no-repeat top left;
	width: 216px;
	height: 73px;
	border: 2px solid #222;
	text-indent: -9999px;
	}

#box2 ul {
	margin: 3px 0 0 0;
	padding: 0;
	}

#box2 ul li {
	list-style: none;
	background: transparent url(../images/dot.png) no-repeat 0px 10px;
	margin: 0;
	padding: 10px 0 0 20px;
	width: 200px;
	}

#box2 ul li a:link, #box2 ul li a:visited, #box2 ul li a:active {
	font: normal 12px Arial;
	color: #fff;
	border-bottom: 0;
	}

#box2 ul li a:hover {
	color: #fcb900;
	}

.box3 {
	background-color: #1c1c1c;
	padding: 10px;
	}

.box3_img img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #222;
	}

.nama a:link, .nama a:visited, .nama a:active {
	font: bold 12px Arial;
	color: #fff;
	border-bottom: 0;
	}
	
.nama a:hover {
	color: #fdb900;
	}

.more {
	margin: 11px 0 0 0;
	}

.more a:link, .more a:visited, .more a:active {
	font: normal 11px Arial;
	border-bottom: 0;
	background: transparent url(../images/dot.png) no-repeat center left;
	padding-left: 17px;
	}

.batas {
	height: 15px;
	}

.info_title2 {
	font: normal 12px Arial;
	color: #fdb900;
	margin: 0 0 5px 0;
	}

#peta {
	background: #000 url(../images/img_peta.gif) no-repeat top left;
	width: 218px;
	height: 113px;
	margin-bottom: 15px;
	}

.address {
	font: normal 11px Arial;
	line-height: 18px;
	}

#footer {
	margin: 20px 0 60px 0;
	padding: 0;
	text-align: center;
	font: normal 11px Arial;
	}

#presents {
	color: #828282;
	}

#copyright {
	color: #4f4f4f;
	line-height: 17px;
	margin-top: 7px;
	}


/* --- POP UP --- */

#popup {
	margin: 25px;
	font: normal 11px Arial;
	line-height: 19px;
	color: #000;
	}

#popup a:link, #popup a:visited, #popup a:active {
	color: #ff7200;
	border-bottom: 1px dotted #fdb900;
	}

#popup a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}

#popup .img {
	float: left;
	}
	
#ket {
	color: #000;
	margin: 15px 0 0 15px;
	}





		
		
		

