@charset "utf-8";
/* CSS Document 
	filename	: style_contact.css
	author		: Sugi Maryanto @PrismaLogic
*/

body {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #5674B9;
	overflow-x: hidden;
}

div, p, h1, h2, h3, ul, img {
	margin: 0px;
	padding: 0px;
}



/* ---------- Header ---------------*/
#main_header {
	height: 80px;
	width: 1000px;
}
#main_header.kiri {
	background-image: url(images/pages_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 80px;
	width: 110px;
}
#main_header.kanan {
	height: 68px;
	width: 810px;
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 110px;
	padding-left: 80px;
	padding-top: 12px;
}
#main_header.kanan h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#main_header.kanan ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#main_header.kanan li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
	list-style-type: square;
	list-style-position: inside;
	text-decoration: none;
}

/* ------------ Menu Area ------------ */
#main_menu {
	height: 56px;
	width: auto;
	background-image: url(images/pages_04.png);
	background-repeat: repeat-x;
}
#main_menu.kiri {
	background-image: url(images/pages_03.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 110px;
	display: block;
	float: left;
}
#main_menu.kanan {
	height: 56px;
	width: 890px;
	margin-left: 110px;
}
#main_menu.kanan ul {
	height: 30px;
	width: 890px;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
}
#main_menu.kanan li {
	display: block;
	float: left;
	list-style-type: none;
}
#main_menu.kanan li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
}
#main_menu.kanan li a:hover {
	color: #F90;
}
/* ------------ Contents Area ----------*/
#conten {
	width: 1000px;
	height: auto;
	background-image: url(images/pages_07.png);
	background-repeat: repeat-y;
}
#judul {
	background-image: url(images/contact_us.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 500px;
	width: 80px;
	margin-right: 15px;
	margin-left: 15px;
}
#isi {
	display: block;
	height: 530px;
	width: 890px;
	margin-left: 110px;
	background-image: url(images/contact_pict.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#isi h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;
}
#isi #text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
#isi #text li {
	list-style-position: inside;
	list-style-type: circle;
}
#isi #text li a {
	text-decoration: none;
	color: #FFF;
}
#isi #text li a:hover {
	text-decoration: underline;
}
#isi form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 300px;
	border-top: solid thin #f60;
	border-bottom: solid thin #f60;
	padding: 10px;
	background-image: url(images/contact_white.png);
	background-repeat: repeat;
	display: block;
}
#isi form label.perikop {
	font-size: 14px;
	font-weight: bold;
	color: #00C;
	display: block;
	height: 30px;
}
#isi form label.items {
	line-height: 20px;
	width: 100px;
	display: block;
	float: left;
}
#isi form textarea {
	width: 650px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}


/* ------------ Footer Area ------------*/
#footer {
	background-image: url(images/pages_07.png);
	background-repeat: repeat-y;
	height: 50px;
	width: 1000px;
	background-position: left;
	display: block;
	margin: 0px;
	background-color: #3C5591;
}
#footer ul {
	display: block;
	height: 30px;
	width: 600px;
	margin-top: 5px;
	margin-left: 230px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
}
#footer ul li {
	display: block;
	list-style-type: none;
	float: left;
}
#footer ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #FFF;
	margin: 35px 0 0 380px;
	position: absolute;
}
