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

/* Thailand International Education Expo 2020 Main CSS */
/* Version 1.0 */
/* Create Date: 23 August 2010 */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
img{
	border:0px;
}
input{
	border:0px;
	outline:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#999999;
}
a{
	color:#1E60AC;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}

/* Header */
.space-header{
	float:left;
	background:url(/Content/images/TIEE/main/bg-head.png) repeat-x;
	width:100%;
	height:370px;
}
.wrap-header{
	position:relative;
	margin:0px auto;
	width:1000px;
	height:370px;
	overflow:hidden;
}
.header-logo-tiee{
	position:absolute;
	width:460px;
	height:250px;
	top:0px;
	left:0px;
	z-index:101;
}
.header-logo-dep{
	position:absolute;
	width:115px;
	height:55px;
	top:15px;
	right:7px;
	z-index:131;
}
.header-search{
	position:absolute;
	width:500px;
	height:50px;
	bottom:70px;
	left:0px;
	z-index:121;
}
.header-search-input_txt{
	float:left;
	width:400px;
	padding-top:10px;
	padding-left:15px;
}
.header-search-input_txt input.txt{
	width:380px;
	height:20px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background:url(/Content/images/TIEE/main/bg-search.png) no-repeat;
	background-color:transparent;
}
.header-search-input_submit{
	float:left;
	width:80px;
	padding-top:10px;
	_padding-top:11px;
}
.header-search-input_submit input.submit{
	width:80px;
	height:30px;
	background:url(/Content/images/TIEE/main/bt-search.png) no-repeat;
	background-color:transparent;
	cursor:pointer;
}
.header-search-input_submit input.submit:hover{
	background:url(/Content/images/TIEE/main/bt-search-hover.png) no-repeat;
}
.header-flash-artwork{
	position:absolute;
	top:0;
	right:62px;
	width:488px;
	height:325px;
	z-index:111;
}
.wrap-header-menu{
	position:absolute;
	width:1000px;
	height:45px;
	left:0px;
	bottom:25px;
	z-index:151;
	overflow:hidden;
}
a.header-menu{
	display:block;
	float:left;
	font-size:12px;
	padding-top:23px;
	padding-left:14px;
	padding-right:14px;
	height:21px;
	border-bottom:1px #CCC solid;
	color:#777;
	font-weight:bold;
}
a.header-menu-selected,a.header-menu:hover{
	height:19px;
	border-bottom:3px #F6921A solid;
	color:#F6921A;
	text-decoration:none;
}
.header-navi_bar{
	position:absolute;
	left:0px;
	bottom:0px;
	width:983px;
	height:18px;
	padding-top:7px;
	font-size:10px;
	padding-left:17px;
	color:#134D8C;
}
.header-navi_bar a{
	color:#F6921A;
	font-weight:bold;
}
.header-navi_bar a:hover{
	color:#FC0;
}

/* BODY */
.space-body{
	width:1000px;
	margin:0px auto;
}
.wrap-body{
	float:left;
	width:1000px;
	padding-top:25px;
}
.wrap-body-menu{
	float:left;
	width:235px;
	padding-left:15px;
}
.body-menu-title{
	float:left;
	width:235px;
	font-weight:bold;
	font-size:18px;
	color:#134D8C;
	padding-bottom:10px;
}
.body-menu{
	float:left;
	width:215px;
	padding:5px 0px;
	border-bottom:1px #666 dotted;
}
.body-menu a{
	font-size:10px;
	color:#666;
}
.body-menu a:hover{
	color:#F6921A;
	text-decoration:none;
}
.wrap-quick_menu{
	float:left;
	width:215px;
	height:40px;
	padding-top:15px;
	font-size:10px;
	overflow:hidden;
}
a.quick-menu{
	float:left;
	display:block;
	width:105px;
	height:12px;
	padding:4px 1px;
	color:#F6921B;
	font-weight:bold;
	overflow:hidden;
}
a.quick-menu:hover{
	background-color:#F6921B;
	color:#FFF;
	text-decoration:none;
}

.wrap-body-detail{
	float:left;
	width:750px;
	min-height:300px;
	padding-bottom:35px;

}

.txt_table{
	color:#FFF;
}

.body-detail-title{
	float:left;
	width:670px;
	height:22px;
	background:url(/Content/images/TIEE/main/bg-title-detail.png) no-repeat;
	font-size:14px;
	color:#F6921A;
	padding-top:13px;
	padding-left:80px;
}
.wrap-connection{
	float:left;
	padding-top:15px;
	padding-left:3px;
}
.wrap-connection a{
	display:block;
	float:left;
	margin-right:10px;
}

/* FOOTER */
.space-footer{
	float:left;
	background:url(/Content/images/TIEE/main/bg-footer.png) repeat;
	width:100%;
	height:80px;
}
.wrap-footer{
	margin:0px auto;
	width:1000px;
}
.footer-detail{
	float:left;
	height:40px;
	padding-top:40px;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.footer-detail a{
	color:#FFF;
}
.footer-logo-dep{
	float:right;
}
.input2{
	border:1px solid #999;
	width:300px;
}
