 

@charset "utf-8";
/* CSS Document */
 
.header ul.nav{
<? if($pageName=="index"){?>
	width:1098px;
<? }else{?>
    width:1262px;
<? }?>
	height:32px;
	
    
 	background-color:#fac111;
    position:absolute;
	margin-top:150px; 
    color:#000;	
	/*font-weight:bold;*/
    font-weight:100;
	text-align:center;
 }
 
.header .box{

	width:164px;
 	height:182px;
 <? if($pageName=="index"){?>
	background:url("../images/web/bg_repeat-right.png") repeat-x right bottom;
<? }?>
	
} 

.exchange{

  width:164px;
  height:55px;
   <? if($pageName=="index"){?>
  background:url("../images/web/img_money.png") no-repeat right bottom;
  <? }?>
  top:127px;
  }
   .lefts{
   <? if($pageName=="index"){?>
  width:812px;
    <? }else{?>
  width:976px;
      <? }?>
  float:left;
   }
   .footbuilding{ 
   height:100%;
   background:url("../images/web/building.png")   no-repeat left bottom;


  }
  
  .normal{
	  font-size:20px;
	  color:#333;
	  font-family: "Cordia New", CordiaUPC, FreesiaUPC;
  }

  .header ul.nav li.none{
    <? if($pageName=="index"){?>
 margin:0px;
 padding:0px; 
 width:12px; 
 <? }else{?>
 padding-left:6px; 
 padding-right:6px; 
 <? }?>
 font-size:22px;
 color:#666;
}
 
ul.hdmoney li{
display:inline;
list-style:none; 
color:#fff;
<? if($lang=="TH"){?>
font-size:20px; 
<? }else{?>
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;  
<? }?>


}

ul.hdmoney{
<? if($lang=="TH"){?>
margin-left:50px;
<? }else{?>
margin-left:10px; 
<? }?>

}
ul.money li.ma{

text-align:right;
width:29px;
display:inline-block;
}
<? for($i=1;$i<=12;$i++){
	$x= ($i<10)?"0".$i:$i; 
	?>
 	.showon<? echo $x?>{ 
	 background: url(../images/web/number/<? echo $x?>.png) no-repeat top right; 
	 height:100%;
	 width:215px; 
      
   	}
<? }?>