@charset "utf-8";
body{
	background: url(../images/bg-big.jpg);
    background-position: 50% 0%;
    margin: 0 auto;
	-webkit-text-size-adjust:none;
}

#menu_list ul li
{	
	cursor: pointer;
	margin-bottom: 12px;
	list-style-type:none;
	text-indent: 15px;
}

#menu_list ul li:hover
{
	background-image: url(../images/dot.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	/*background-position-y:5px;*/
	text-indent: 15px;
	color:rgb(77, 75, 75);
/*	list-style-type:disc;*/
}


#pcenter
{
    width: 1024px;
    height: 714px;
    background-image: url(../images/MGTO_language.jpg);
    background-repeat: no-repeat;
    text-align: left;   
    margin: 0 auto;
}

#menu_list
{
	height: 715px;
    width: 300px;
    position: relative;
}

#item
{
	margin: 0px;
	padding-top: 40px;
	padding-left: 85px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	font-family:Arial, Helvetica, sans-serif,"宋体", "新細明體";
}

#mgto_icon
{
	cursor: pointer;
	display:inline;
	width: 58px;
	height: 45px;
}

#menu_buttom > div
{
	display:inline-block;
}

#menu_buttom
{
	width: 300px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#mgto_info
{
	font-weight:bold;
	font-size: 11px;	
	width: 330px;
	color:#FFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

#mgto_info img + img {
	margin-left: 25px;
}

#mgto_logo {
    margin-bottom: 1em;
}

#mgto_zh, #mgto_pt, #mgto_en {
    margin: 1px 0;
}
 
#mgto_zh :last-child {
    letter-spacing: 0;
}

.lang_buttom:hover
{
	/*color:#F03;*/
	/*color:rgb(77, 75, 75);*/
}


#dot
{
	/*background-image:url(../images/dot.png);*/
	/*background-repeat:no-repeat;*/
	display:inline;
}

#menu
{
	display:inline;
}

#mgto_zh
{
	font-family: 新細明體;
	letter-spacing: 4px;
	font-size:12px;
}

#mgto_pt
{
	font-family: Arial;
}

#mgto_en
{
	font-family: Arial;
}

#lang_ar
{
	font-size: 19px;
}