@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	clip: rect(auto,auto,auto,auto);
	
}

a:link {
	color: #737373;
	font-weight: bold;
	font-size: 14px;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
  color:#225199;
  border: 1px dotted #225199;
  font-weight: bold;
  font-size: 13px;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
  color:#4c4c4b;
  font-weight: bold;
  font-size: 14px;
	background-color: transparent;
	text-decoration: none;
}




.oneColFixCtrHdr #container {  /*EHD.MENGATUR CONTAINER*/
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #a3a2a2;
}
.oneColFixCtrHdr #header {   /*EHD.MENGATUR HEADER*/
	height: 420px; /*EHD.MARGIN + TOP MENU + BANNER*/
	background-color: #ffffff;
	padding: 0 20px 0 0px;   /*EHD.PADING ATAS, KANAN, BAWAH, KIRI*/ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

table.topcontact a:link{
	color: #0136bb;
	font-weight: bold;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}
table.topcontact a:hover {
  color: #9ab3f1;
  font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}

table.topcontact a:visited {
  color: #777779;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}

table.topmenutable {
	background-image: none;
	background-repeat: repeat-x;
}

table.mainbanner {
	height : 330px;
	background-image: url(images/banner-bg.jpg);  
	background-repeat: no-repeat;

}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
}

.oneColFixCtrHdr #mainContent a:link {
	color: #0136bb;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #9ab3f1;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #161616;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}



.oneColFixCtrHdr #footer {
	height: 72px;
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footer-bg.png);   /*EHD.BACKGROUND IMAGE*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



table.bottommenu {
	width: 650px;
}

table.bottommenu a:link {
	color: #0136bb;
	font-size: 12px;
	text-decoration: none;
}

table.bottommenu a:hover {
	color: #9ab3f1;
	font-size: 12px;
}

table.bottommenu a:visited {
	color: #4c4c4b;
	font-size: 12px;
}


table.footertable a:link {
	color: #62d6d7;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}

table.footertable a:hover {
	color: #99ffff;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}

table.footertable a:visited {
	color: #ffffff;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}


table.homenew {
	height: 208px;
	background-image: url(images/homenew-bg.png)
}

table.homecontent {
	border: 0px solid #a3a2a2;
	margin-top: 0;
    padding-top: 0;
}

table.hometable {
	background-color: #FFFFFF;
	border: 1px solid #9d0425;
	margin-top: 0;
    padding-top: 0;
}

table.hometablesmall1 {
	background-color: #80d0f0;
	border: 1px solid #4592b1;
}

table.hometablesmall2 {
	background-color: #80d0f0;
	border: 1px solid #4592b1;
}


table.hometablebanner {
	height: 122px;
	background-color: #FFFFFF;
	border: 1px solid #bacce8;
}

table.sidebarmenu {
	width: 200px;
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat-y;
	border: 1px solid #094899;
}

table.sidebarbullet {
	line-height: 20px;
}

table.sidebarbullet a:link {
	color: #62d6d7;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}

table.sidebarbullet a:hover {
	color: #99ffff;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}

table.sidebarbullet a:visited {
	color: #cccccc;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}


table.bulletprojects {
	border-bottom: 1px dashed #ffffff;
}


table.tablecatalog {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6ea3c2 #6ea3c2 #6ea3c2 #6ea3c2;
	border-collapse: collapse;
	background-color: white;
}
table.tablecatalog th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #6ea3c2 #6ea3c2 #6ea3c2 #6ea3c2;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tablecatalog td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #6ea3c2 #6ea3c2 #6ea3c2 #6ea3c2;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
