@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:'thaisans_neueregular';
	font-size:18px;
	font-weight:normal;
	color:#333;
	background: #f2f2f3 url(../img/thaitime_bg.jpg) center top no-repeat;
	}
.wrapper{
	width:1024px;
	height:auto;
	min-height:500px;
	margin:auto;
	padding:0;
	}
.header{
	width:1024px;
	height:120px;
	background:#fff;
	}
.header-logo{
	width:200px;
	height:120px;
	float:left;
	clear:none;
	}
.header-menu{
	width:380px;
	height:120px;
	float:right;
	clear:none;
	}
.clear{
	clear:both;
	}
img{
	border:none;
	}
/*----- menu -------*/
.menu, .menu-select{
	font-family:'thaisans_neueregular';
	font-size:20px;
	font-weight:normal;
	color:#7a7f82;
	width:auto;
	margin-right:40px;
	margin-top:35px;
	padding-top:10px;
	float:left; 
	clear:none;
	border-top:3px solid #fff;
	text-align:center;
	cursor:pointer;
	}
.menu:hover, .menu-select{
	color:#034ea1;
	border-top:3px solid #034ea1;
	}
/*----- banner -----*/
.banner{
	width:1024px;
	height:470px;
	border-bottom:1px solid #e8e8e8;
	}
/*----- body -----*/
.body-display{
	width:1024px;
	height:650px;
	background-color:#fff;
	border-top:1px solid #f4f4f4;
	}
.white-box{
	width:270px;
	height:265px;
	background:#fff;
	margin:35px 0px 10px 52px;
	float:left;
	clear:none;
	}
.salary-box, .benifit-box{
	width:260px;
	height:255px;
	margin:5px 5px 5px 5px;
	}
.salary-ic{
	width:80px;
	height:100px;
	background:url(../img/thaitime_salary_ic.png) left bottom no-repeat;
	margin:auto;
	}
.salary-text, .salary-num, .salary-normal-text, .salary-note{
	padding-top:10px;
	width:260px;
	text-align:left;
	font-size:28px;
	font-weight:bold;
	color:#034ea1;
	line-height:30px;
	}
.salary-num, .salary-note{
	font-size:28px;
	font-weight:normal;
	padding:0;
	line-height:36px;
	}
.salary-note{
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	}
.salary-normal-text{
	font-size:18px;
	color:#7a7f82;
	line-height:32px;
	font-weight:normal;
	padding:0;
	}
.benifit-ic{
	width:94px;
	height:100px;
	background:url(../img/thaitime_benifit_ic.png) left bottom no-repeat;
	margin:auto;
	}
ul.benifit-text li{
	font-size:18px;
	color:#7a7f82;
	line-height:26px;
	margin-left:-10px;
	margin-top:-5px;
	}
.banner-small-pic{
	width:270px;
	height:200px;
	background:url(../img/thaitime_banner_small.jpg) center bottom no-repeat;
	}
.banner-small-text{
	background-color:#034ea1;
	font-size:30px;
	color:#fff;
	line-height:65px;
	height:65px;
	text-align:center;
	cursor:pointer;
	}
/*---- footer ----*/
.footer{
	width:1014px;
	height:40px;
	background-color:#034ea1;
	bottom:0;
	padding:5px 0 5px 10px;
	font-size:16px;
	color:#fff;
	line-height:20px;
	}
	