@charset "utf-8";
body {	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	background-color: #1a4195; margin:0px; color:#708ea9;}
#outStructure{ width:100%; margin-left:auto; margin-right:auto; overflow:hidden; background-image:url(../images/bg.png); background-repeat:repeat-y; background-position:center; }
#sturcture{ width:1000px; height:auto; overflow:hidden; margin-left:auto; margin-right:auto;}
#topLeft{ width:530px; height:514px; overflow:hidden; float:left;}
#topRight{ width:470px; height:514px; overflow:hidden; float:left;}
#topMenu{ width:530px; height:50px; float:left; background-image:url(../images/bgMenu.gif); background-repeat:repeat-x;}
#logo{ width:530px; height:139px; float:left; background-image:url(../images/logo.jpg); background-repeat:no-repeat;}
#truck{ width:530px; height:181px; float:left; background-image:url(../images/truck.jpg); background-repeat:no-repeat;}
#welcome{ width:500px; height:126px; float:left; overflow:hidden; background-image:url(../images/bgWelcome.gif); background-repeat:no-repeat; padding-left:30px; padding-top:20px; 
color:#708ea9; font-family:"Microsoft Sans Serif"; display:inline;}
#flashIntro{ width:470px; height:435px; float:left;}
#titleCategories{ width:470px; height:79px; float:left;}

#body{ width:1000px; height:auto; background-color:#000; float:left;}
#bodyLeft{ width:682px; height:auto; float:left; padding-left:30px; padding-top:30px;}
#bodyRight{ width:258px; height:auto; float:left; background-image:url(../images/categoriesBG.gif); background-repeat:repeat-y; padding-left:10px; padding-top:15px; padding-bottom:15px; 
color:#708ea9; font-family:"Microsoft Sans Serif"; font-size:13px; }

#outfooter{ width:100%; height:90px; background-image:url(../images/bgshadowBottom.png); background-repeat:no-repeat; background-position:center;margin-left:auto; margin-right:auto;}
#footer{ width:990px; margin-left:auto; margin-right:auto; height:68px; padding-right:10px; padding-top:30px; text-align:right; color:#bac5dc; font-weight:bold;}


/*----------------- font ------------------*/
.fontMenu{ font-weight:bold; color:#C8DDF2; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.fontTitleWelcome{ font-weight:bold; color:#FFF;}
.fontthai{ font-size:14px;}


/*-------------- Link ---------------*/
.linkMenu:Link { color:#C8DDF2; text-decoration:none;}
.linkMenu:Visited { color:#C8DDF2; text-decoration:none;}
.linkMenu:Hover { color:#FFF; text-decoration:none;}
.linkMenu:Active { color:#C8DDF2; text-decoration:none;}

.linkCategories:Link { color:#708ea9; text-decoration:none;}
.linkCategories:Visited { color:#708ea9; text-decoration:none;}
.linkCategories:Hover { color:#FFF; text-decoration:underline;}
.linkCategories:Active { color:#708ea9; text-decoration:none;}
.unlink{ color:#666;}
/*----------------- Align -----------------*/
.alignCenter{ text-align:center;}
.alignRight{ text-align:right;}
.alignLeft{ text-align:left;}