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

body{
	margin:0;	
}

#Topbar{
	height:114px;
	width:1024px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:3000;
}
a img{
	border:none;
}

#Logo{
	height:55px;
	width:165px;
	position:relative;
	margin:0 auto;
	background:url(images/Topbar_Logo.png);
}
#Meun_button{
	height:18px;
	width:72px;
	position:absolute;
	background:url(images/Topbar_menu.png);
	top:30px;
	right:30px;
}


#Search_Button{
	width:71px;
	height:21px;	
	position:absolute;
	background:url(images/Topbar_search.png);
	top:30px;
	left:30px;
}

#Main{
	width:1024px;
	height:667px;
	z-index:1;
	position:absolute;
	top:0px;
}
#meun_Location{
	position:fixed;
	width:1024px;
	height:748px;
	top:0px;
	left:0px;
	z-index:21490;
	display:none;
}
#meunTable{
	position:relative;
	margin:0 auto;
	z-index:400;
	top:90px;
	background:no-repeat;
	background-position:center;
}
#MeunBtn_1{
	width:200px;
	height:46px;
	position:relative;
	margin:0 auto;
	top:7px;
}

#MeunBtn_2{
	width:200px;
	height:45px;
	position:relative;
	margin:0 auto;
	top:11px;
}

#MeunBtn_3{
	width:200px;
	height:45px;
	position:relative;
	margin:0 auto;
	top:14px;
}

#MeunBtn_4{
	width:200px;
	height:45px;
	position:relative;
	margin:0 auto;
	top:16px;
	}

#MeunBtn_5{
	width:200px;
	height:45px;
	position:relative;
	margin:0 auto;
	top:18px;
}

#MeunBtn_6{
	width:200px;
	height:45px;
	position:relative;
	margin:0 auto;
	top:55px;
}

a{
	border:0px;	
}

#Search_frm{
	left:47px;
	width:929px;
	height:569px;
	position:fixed;
	z-index:9999;
	top:-1000px;
}

.touch #TB_window { height: 90%; -webkit-overflow-scrolling: touch !important; overflow: scroll !important; }