/* CSS Document */

body{
	background:url(bg.gif) 0 0 repeat;
	font:12px/16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 40px;
	}
	
div, h1, h2, h3, p, ul, img, form, table, td{
	margin:0;
	padding:0;
	}
	
ul{
	list-style-type:none;
	}

a{
	outline:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}


/* Main Container */
#main{
	position:relative;
	width:870px;
	margin:0 auto;
	padding:285px 14px 14px 14px;
	background:url(header.jpg) 50% 86px no-repeat #fff;
	color:#323232;
	border:1px solid #134D74;
	}
		
p.sitemap{
	position:absolute;
	left:350px;
	top:52px;
	padding:0 0 0 28px;
	background:url(icon-sitemap.gif) 0 2px no-repeat;
	font-weight:bold;
	z-index:2;
	}
	
p.chat{
	position:absolute;
	left:400px;
	top:10px;	
	font-weight:bold;
	z-index:2;
	}
	

p.sitemap a{
	color:#0682B6;
	background:#fff;
	text-decoration:none;
	}
	
p.sitemap a:hover{
	color:#000;
	background:#fff;
	}

.logo{
	position:absolute;
	left:14px;
	top:20px;
	}

p.caption{
	position:absolute;
	left:376px;
	top:151px;
	width:488px;
	height:42px;
	background:url(caption.gif) 0 0 no-repeat;
	text-indent:-50000px;
	}

.search{
	clear:both;
	position:absolute;
	right:0;
	top:46px;
	width:270px;
	padding:0 14px 0 0;
	height:28px;
	background:url(divider.gif) 0 0 repeat-y;
	}

.search label{
	display:block;
	float:left;
	width:43px;
	height:28px;
	font-size: 0px;
	background:url(icon-search.gif) 11px 4px no-repeat;
	}

.search input{
	float:left;
	width:162px;
	height:16px;
	padding:4px 0 3px 10px;
	border:1px solid #B4B4B4;
	}

/** Gak berguna 
.search input.button{
  background: url(button-search.gif);
	position:absolute;
	right:14px;
	top:0;
	width:54px;
	height:25px;
	border:none;
	padding:0;
	}	
**/
.search input.form-submit {
  background: url(button-search.gif);
  width: 53px;
  height: 26px;
  font-size: 0px;
}

div.copyright{
	line-height:41px;
	color:#323232;
	background:#ECECEC;
	text-align:center;
	padding-top: 10px;
	}
	
div.copyright a {
color:#00549B;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:17px;
margin:0pt 3px;
text-decoration:none;
}
div.copyright a:hover {
color:#000000;
}	
	
	
/* Navigation Panel */
#nav{
	position:absolute;
	left:14px;
	top:256px;
	background:url(nav-bg.gif) 0 0 repeat-x;
	border:1px solid #074D8C;
	width:868px;
	height:28px;
	}
	
#nav ul{
	float:left;
	width:865px;
	}

#nav ul li{
	float:left;
	background:url(nav-divider.gif) 100% 0 no-repeat;
	line-height:28px;
	font-weight:bold;
	padding:0 25px;
	}

#nav ul li.nobg{
	background:none;
	}
	
#nav ul li a{
	color:#fff;
	text-decoration:none;
	}

#nav ul li a:hover{
	color:#6BB8FF;
	}		
	
#nav p#clock{
	float:right;
	color:#fff;
	font-weight:bold;
	line-height:28px;
	padding:0 25px 0 0;
	}	
	

/* Body Panel */
#bodypan{
	position:relative;
	width:870px;
	margin:0 auto;
	padding:10px 0 0;
	}

#bodypan a{
	color:#0682B6;   
/*	background:#fff; */
	text-decoration:none;
	}
	
#bodypan a:hover{
	color:#000;
/*
	background:#fff;
*/
	}

#bodypan p{
	padding:0 0 16px;
	text-align:justify;
	}

/** Edited by Cakkavati Kusuma for Mini Title on Home **/
div.content p.minititle{
	font-weight:bold;
	color:#0D67A2;
	background:#fff;
	padding:0 0 5px;
	}
	
#bodypan ul.listing{
	width:870px;
	overflow:hidden;
	padding:0 0 20px;
	}
	
#bodypan ul.listing li{
	width:270px;
	float:left;
	padding:0 0 0 20px;
	background:url(icon-bullet.gif) 0 3px no-repeat;
	line-height:18px;
	}	

ul.bottom{
	width:870px;
	margin:0 auto;
	overflow:hidden;
	padding:5px 0 8px;
	}

ul.bottom li{
	width:426px;
	float:left;
	margin:0 0 0 15px;
	}

ul.bottom li.nomar{
	margin:0;
	}	

ul.bottom li img{
	display:block;
	}

ul.bottom li a.catalog{
	display:block;
	width:280px;
	height:49px;
	background:url(browse-catalog.gif) 0 0 no-repeat;
	text-indent:-50000px;
	}
		
ul.bottom li a.contact{
	display:block;
	width:426px;
	height:49px;
	background:url(contact.gif) 0 0 no-repeat;
	text-indent:-50000px;
	}
	
/** Added by Cakkavati Kusuma for Chat image **/
ul.bottom li a.livechat{
	display:block;
	width:426px;
	height:49px;
	background:url(chat-online.gif) 0 0 no-repeat;
	text-indent:-50000px;
	}		

/* Seo and Non Seo Pages 		
#content{
	position:relative;
	width:830px;
	margin:0 auto;
	padding:0 20px 15px;
	}
*/

/** Created by Cakkavati Kusuma for Content Position **/
/*
div.content{
	position:relative;
	width:830px;
	margin:0 auto;
	margin-top: -17px;
  padding:0 20px 15px ;
}
*/


.content a{
	font-weight:bold;
	color:#0682B6;
	text-decoration:none;
	}
	
#content a:hover{
	color:#000;
	background:#fff;
	}

#content p{
	padding:0 0 16px;
	text-align:justify;
	}

.bold{
	font-weight:bold;
	line-height:25px;
	color:#000;
	background:#fff;
	}	

/** Edited by Cakkavati Kusuma for Content Title ( p.title ) **/
#content h1, #content h2, #content h3{
	font:18px/20px Arial, Helvetica, sans-serif;
	padding:0 0 8px;
	color:#0D67A2;
	background:#fff;
	}


.content p.title{
	font:18px/20px Arial, Helvetica, sans-serif;
	padding:0 0 8px;
	color:#0D67A2;
	background:#fff;
	}


#content ul{
	padding:0 0 8px;
	}

/** Edited by Cakkavati Kusuma for List item such as services page  **/
.content ul li{
	padding:0 0 8px 20px;
	background:url(icon-bullet.gif) 0 2px no-repeat;
	text-align:justify;
	list-style: none;
	}

#content ul li a{
	font-weight:bold;
	}

/** Edited by Cakkavati Kusuma for table on product pages **/
.content table{
	border-top:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2;
	margin:0 0 6px;
	}

.content table td{
	border-bottom:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	padding:4px 10px;
	}
/** For hidden the Page title on Front Page by Cakkavati Kusuma **/
#node-1 h2{
  font-size: 0px;
}

/** For hidden the Submitted on Front Page by Cakkavati Kusuma **/
.meta span.submitted{
  font-size: 0px;
}

#top{
	float:right;
	background: url(top.gif);
}

a.underline {
	text-decoration:underline !important;
 }	
a.underline:hover {
	text-decoration:none !important;
 }
 
/* footer */
.footer .content ul li, .footer .content ul li a {
  background: none;
  padding: 0px;
}

/** Added by Cakkavati Kusuma **/
div.centerhome{
margin: 0 auto;
text-align: justify;
height: 120px;
}

ul.linkhome {
text-align:left;
margin-top: 5px;
}

ul.linkhome li{
margin-top: 5px;
width: 270px;
float:left;
line-height: 18px;
padding-left: 20px;
background:transparent url(icon-bullet.gif) no-repeat scroll 0 0px;
}

ul.linkhome li a{
text-decoration:none;
font-weight:normal;
}

/** Form RFQ **/
form#webform-client-form-982 {
margin:0 auto;
padding:0 0 70px;
width:412px;
}
form#webform-client-form-982 label {
display:block;
float:left;
text-transform:capitalize;
width:65px;
font-weight: normal;
}
form#webform-client-form-982 input {
float:left;
height:18px;
margin:0 0 5px;
width:325px;
}
form#webform-client-form-982 div#edit-submitted-state-wrapper label, form#webform-client-form-982 div#edit-submitted-zip-wrapper label{
text-align:center;
width:45px;
}
form#webform-client-form-982 input#edit-submitted-state, form#webform-client-form-982 input#edit-submitted-zip {
width:45px;
}
form#webform-client-form-982 input#edit-submitted-city {
width:100px;
}
form#webform-client-form-982 textarea {
-x-system-font:none;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:82px;
line-height:16px;
margin:5px 0 0;
width:390px;
}
form#webform-client-form-982 input#edit-submit {
float:left;
height:25px;
margin:20px 0 0 324px;
width:70px;
}
form#webform-client-form-982 div.grippie{
visibility:hidden;
}

a#top{
	background:url(top.gif) 0 0 repeat;
  width: 55px;
  height: 20px;
}

.rfqnodetable table{
border:1px solid #D2D2D2;
width: 100%;
}
.rfqnodetable tr{
background-color:#FFFFFF;
height:26px;
}
.rfqnodetable th{
background-color:#3D7AB1;
color:#FFFFFF;
font-weight:bold;
height:26px;
}
.rfqnodetable td, .rfqnodetable th{
border:1px solid #D2D2D2;
padding:0 5px;
}

.content h1 {
  font-size: 18px;
  margin: 10px;
  font-weight: normal;
  font-family:Arial,Helvetica,sans-serif;
}

.view-dsearch, .wrapper_datasearch {
margin: 0px;
}

.view-dsearch table {
  width: 100%;
}

.search-form h2 {
	font-size:20px;
	font-weight:normal;
}

.sitemap a {
  font-size: 11px;
}

.view-conversion table {
  width: 100%;
}

/*table.conversion_description tr.even {
	display:none;
}*/

.content table.conversion_description td {
  border-bottom: none;
  border-right: none;
}

/* Added by Cakkavati Kusuma */
form#webform-client-form-982 #edit-submitted-zip-wrapper input{
	float:none;
}

form#webform-client-form-982 #webform-component-message label{
	float:none;
}

.form-item{
	margin-top:0;
	margin-bottom:0;
}

form#edit-mollom-captcha-wrapper label{
	width:150px;
}

#edit-mollom-captcha-wrapper input#edit-mollom-captcha{
	float:none;
}