/* CSS Document */

/* GENERAL STYLE */
* {
	font-family: Verdana;
}

body {
	margin: 0px auto;
	background: #FFFFFF url(../images/bg-gradient.png) repeat-x top left;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

center {
	width: 95%;
	margin-bottom: 5px;
}

center a{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

center a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* MAIN STYLE */
#container {
	margin: 0px auto;
	width: 802px;
	background-color: #FFFFFF;
	overflow: auto;
}

#top {
	border: 1px solid #CCCCCC;
	width: 790px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}

#half {
	border: 1px solid #CCCCCC;
	width: 780px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
}

#bottom {
	border: 1px solid #CCCCCC;
	width: 790px;
	padding: 5px;
	float: left;
}

#banner_atas {
	background-image: url(../images/banner_atas.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 790px;
	height: 70px;
	float: left;
	position:relative;
}

#flash_tag {
	width: 790px;
	height: 200px;
	float: left;
}

#menu {
	background-color: #FFFFFF;
	text-align: left;
	width: 788px;
	border: 1px solid #DDDDDD;
	height: 23px;
	float: left;
}

#top_menu {
	width: 573px;
	float: left;
}

#search {
	width: 225px;
	height: 18px;
	position:absolute;
	right:1px;
	bottom:8px;
}

#select_language a {
	border:0;
	font-weight:normal;
	color:black;
}

#select_language img {
	border:0;
}

#breadcrumb {
	background-color: #FFFFFF;
	text-align: left;
	width: 788px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #969DFB;
	height: 15px;
	padding-top: 5px;
	float: left;
}

#content {
	background-color: #FFFFFF;
	width: 768px;
	overflow: auto;
	float: left;
	padding: 0px 10px 10px 10px;
}

.latest_project {
	width: 375px;
	overflow: auto;
	padding-bottom: 5px;
	float: left;
}

.detail {
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
	text-align: justify;
	float: left;
}

.spacer {
	width: 375px;
	height: 1px;
	overflow: auto;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	float: left;
}

#footer {
	text-align: center;
	color: #999999;
	font-size: 10px;
}

/* TOP MENU STYLE */
#top_menu ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#top_menu li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

#top_menu li a {
	color: #0000FF;
	background-color:#FFFFFF;
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 5px 10px 0 10px;
	border-right: 1px solid #CCCCCC;
	float: left;
}

#top_menu li a:hover {
	color: #FF0000;
	background-color:#9CB829;
	text-decoration: none;
}

/* SEARCH STYLE */
#search form {
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#search input {
	font-size: 11px;
	color: #333333;
	border: 1px solid  #666666;
}

/* TOP CONTENT STYLE */
#top_content {
	width: 768px;
	overflow: auto;
}

#top_content #why {
	width: 365px;
	overflow: auto;
	margin-right: 18px;
	float: left;
}

#top_content #why #why_head {
	width: 365px;
	height: 28px;
	background-image: url(../images/why_head.png);
	background-repeat: no-repeat;
}

#top_content #why #why_content {
	width: 353px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	line-height: 20px;
	padding: 5px;
	height: 110px;
}

#top_content #where {
	width: 385px;
	overflow: auto;
	float: left;
	height: 155px;
}

#top_content #where #where_head {
	width: 380px;
	height: 28px;
	background-image: url(../images/where_head.png);
	background-repeat: no-repeat;
}

#top_content #where #where_content {
	width: 378px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	height: 120px;
}

/* MIDDLE CONTENT STYLE */
#middle_content {
	width: 768px;
	margin-top: 10px;
	overflow: auto;
}

#middle_content .head_title {
	border-bottom: 1px solid #969DFB;
	color: #636EF6;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

#middle_content .head_content {
	width: 738px;
	margin-bottom: 10px;
	padding: 5px 10px 0px 20px;
	overflow: auto;
}

#middle_content .head_content ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#middle_content .head_content li {
	font-weight: normal;
}

#middle_content .head_content li.bold {
	font-weight: bold;
}

#middle_content .head_content li ul {
	margin: 0px;
	padding: 0px;
}

#middle_content .head_content li.list_none {
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#middle_content .head_content img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 10px;
}

#middle_content .head_content img.share {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 450px;
	height: 242px;
	margin-top: 10px;
}

#middle_content .head_content a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

#middle_content .head_content a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#middle_content .head_content .list {
	margin-bottom: 10px;
	width: 490px;
	text-align: left;
	height: 120px;
	border-bottom: 1px solid #666666;
	float: left;
}

#middle_content .head_content .list a img {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}

#middle_content .head_content .list a:hover img {
	border: 1px solid #CCCCCC;
	background-color: #999999;
	padding: 3px;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}

/* BOTTOM CONTENT STYLE */
#bottom_content {
	width: 768px;
	overflow: auto;
}

#bottom_content .left {
	width: 375px;
	overflow: auto;
	margin-right: 18px;
	float: left;	
}

#bottom_content .head_title {
	border-bottom: 1px solid #969DFB;
	color: #636EF6;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

#bottom_content .head_content {
	margin-top: 10px;
}

#bottom_content .right {
	width: 375px;
	overflow: auto;
	float: left;	
}

/* FOOTER STYLE */
#footer a {
	font-size: 10px;
	color: #999999;
}

#footer a:hover {
	color: #66FF66;
}

#iso {
	width: 788px;
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#iso #sppc {
	width: 150px;
	text-align: center;
	overflow: auto;
	float: left;
}

#iso #iso_9001 {
	width: 310px;
	text-align: center;
	overflow: auto;
	margin-right: 18px;
	float: left;
}

#iso #iso_14001 {
	width: 310px;
	text-align: center;
	overflow: auto;
	float: left;
}

/* LATEST PROJECT STYLE */
.latest_project img {
	width: 100px;
	height: 75px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
}

/* LATEST PROJECT STYLE */
.detail img {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
}

/* SIDE BAR MENU STYLE */
.main_left {
	width: 210px;
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	font-size: 10px;
	float: left;
}

.main_left .menu{
	width: 210px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: rgb(221,251,197);
}

.main_left .menu .head{
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 15px;
	background-color:#A0CB7D;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

/* SUB MENU CONTENT STYLE */
#content .sub-content {
	width: 530px;
	overflow: auto;
	margin: 10px 0 0 10px;
	float: left;
}
#content .sub-content .head_title {
	border-bottom: 1px solid #969DFB;
	color: #636EF6;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .sub-content .head_content {
	width: 530px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	overflow: auto;
}

#content .sub-content  .head_content ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#content .sub-content  .head_content li {
	font-weight: normal;
}

#content .sub-content  .head_content li.bold {
	font-weight: bold;
}

#content .sub-content  .head_content li ul {
	margin: 0px;
	padding: 0px;
}

#content .sub-content  .head_content li.list_none {
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#content .sub-content  .head_content img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 10px;
}

#content .sub-content  .head_content img.share {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 450px;
	height: 242px;
	margin-top: 10px;
}

#content .sub-content  .head_content a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

#content .sub-content  .head_content a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#content .sub-content  .head_content .list {
	margin-bottom: 10px;
	width: 490px;
	text-align: left;
	height: 120px;
	border-bottom: 1px solid #666666;
	float: left;
}

#content .sub-content  .head_content .list a img {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}

#content .sub-content  .head_content .list a:hover img {
	border: 1px solid #CCCCCC;
	background-color: #999999;
	padding: 3px;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}

.num_rows{
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.result{
	text-align: justify;
	font-weight: normal;
	width: 100%;
	float: left;
}

.result ul{
	margin: 0px;
	padding: 0px;
}

.result li{
	font-weight: normal;
	margin-bottom: 10px;
	list-style-image: url(../images/arrow_right.gif);
}

.result li.head{
	list-style-image: url(../images/arrow_right.gif);
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333333;
}

.result li a{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.result li a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.news_detail{
	text-align: justify;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
	float: left;
}

.news_detail img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 99px;
	height: 84px;
	margin-right: 10px;
}

.news_detail a{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.back{
	text-align: right;
	width: 100%;
	margin: 0px 0 5px 0;
	float: left;
}

.back a{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.back a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.other_link{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}

.other_link a{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.other_link a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.image_folder{
	text-align: center;
	margin: 20px 5px 0px 5px;
	width: 58px;
	float: left;
}

.image_folder a{
	text-decoration: none;
	display: block;
	background-image: url(../images/folder_browser.jpg);
	background-repeat: no-repeat;
	padding-top: 43px;
	width: 58px;
	color: #0000FF;
}

.image_folder a:hover{
	background-image: url(../images/folder_browser.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	display: block;
	width: 56px;
	text-decoration: none;
	color: #FF0000;
}
