/* Layout Stylesheet */ 

body{
 padding: 0;
 background: #ffffff;
 color: #000000;
 }
 
#nobox{
 margin: 0px 0px 0px 0px;
 width: 98%;
 padding: 0;
 text-align: left;
 }

#mid{
 position: relative;
 top: 0;
 width: 800px;
 margin: auto;
 background: #fffef7;
 border: solid #999999;
 border-width: 1px;
 }

#white{
 position: relative;
 z-index: 2;
 top: 0;
 width: 800px;
 margin: auto;
 background: #ffffff;
 }
 
#lh-col{
 position: absolute;
 z-index: 1;
 left: 20px;
 width: 180px;
 margin: 25px 0 0 0;
 padding: 0px;
 text-align: left;
 /*width: 170px;
 float: left;
 margin: 25px 0 0 20px;
 background: #cccccc;*/
 }

#contentleft{
 margin: 0;
 width: 100%;
 padding: 0;
 }

#rh-col{
 width: 600px;
 margin: 0px 0px 0px 200px;
 padding: 0px;
 text-align: left;
 /*width:600px;
 float:right;*/
 }

#contentbox{
 /*position: relative;*/
 margin: 0px 40px 20px 20px;
 height: 100%;
 padding: 0;
 }

#bannerhome{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/home.jpg) no-repeat top left;
 }
#bannercorporate{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/corporate.jpg) no-repeat top left;
 }
#bannerdevelopments{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/developments.jpg) no-repeat top left;
 }
#bannermining{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/mining.jpg) no-repeat top left;
 }
#banneroperations{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/operations.jpg) no-repeat top left;
 }
#banneroperations_01{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/operations_01.jpg) no-repeat top left;
 }
#banneroperations_02{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/operations_02.jpg) no-repeat top left;
 }
#bannerpartners{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/partners.jpg) no-repeat top left;
 }
#bannermarket{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/market.jpg) no-repeat top left;
 }
#bannercontact{
	position:relative;
	width: 800px;
	height: 130px;
	background: transparent url(/images/contact.jpg) no-repeat top left;
 }
#worldsearch{
	min-height: 120px;
	width: 400px;
	background: transparent url(/images/worldsearch.gif) no-repeat top left;
}
#leftmenu{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }
 
#listmenu{
	width: 99%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;

 }
 
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
}
@media print {
.udm { display:none; }
}