﻿/* new global gateway stylesheet */

/* override header height in IE */
#HAT-subheader { _height:20px !important; margin-bottom:0px; }

/* START background */

#ggw {
    background: url(/homepage/assets/Image/backgrounds/bg-global-gateway.jpg) no-repeat;
    width:993px;
    height:457px;
    margin-top:10px;
   _margin-top: 0px;
   margin-bottom:20px;
    position:relative;
 }

#ggw .no-script { /* hidden via javascript */
	font-size: .85em;
	background: #fff;
	opacity: .8;
	_filter:alpha(opacity=80);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#ggw .no-script ul {
	float: left;
	padding: 1em;
}
#ggw .no-script a {
	color: #707070;
}

.top-div {
	width:997px;
	height:12px;
	text-align:center;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/homepage/assets/Image/backgrounds/img-marquee-top.png', sizingMethod='image');
}

.btm-div {
	position:absolute;
	width:997px;
	height:12px;
	text-align:center;
	bottom:-1px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/homepage/assets/Image/backgrounds/img-marquee-bottom.png', sizingMethod='image');
}

.top-div[class] { background:url(/homepage/assets/Image/backgrounds/img-marquee-top.png) no-repeat; }
.btm-div[class] { background: url(/homepage/assets/Image/backgrounds/img-marquee-bottom.png) no-repeat; }

/* END background */

/* START location select */
#ggw .choose-location {
	position: absolute;
	top: 20px;
	left: 25px;
}

#ggw .choose-location h2 {
	color: #fff;
	padding: 0 50px 8px 0;
	background: transparent url(/homepage/assets/Image/backgrounds/img-small-map.png) no-repeat right 0;
	_background-image: url(/homepage/assets/Image/backgrounds/img-small-map.gif);
}

#country-selector {
	color:#1979bf;
	display: none; /* shown via javascript */
	_width: 250px;
}

* html #country-selector {
	font-family: Arial Unicode MS;
}
/* END location select */

/* START sections */
#ggw .sections {
	display: none; /* shown via javascript */
	position: absolute;
	top: 2px;
	width: 980px;
	margin: 0 9px;
}

#ggw .section {
	float: left;
	position: relative;
	height: auto;
	margin: 0 6px;
	padding-bottom: 10px;
	background: transparent url(bg-gateway-sections.gif) no-repeat scroll 0 bottom;
}

#ggw .work, #ggw .play, #ggw .about {
	_float: none;
	_position: absolute;
}

#ggw .play {
	_left: 326px;
}

#ggw .about {
	_left: 650px;
}

#ggw .section h1 {
	position: relative;
	width: 293px;
	top: -3px;
	padding: 10px 10px 0;
	font-size: 1.3em;
	background: transparent url(bg-gateway-sections.gif) no-repeat scroll 0 0;
}

#ggw .section h1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0860a8;
	padding-bottom: 3px;
}

#ggw .section h2 {
	padding: 0 10px;
	font-size:.85em;
}

#ggw .contents {
	display: none;
	margin: 2px 10px;
	padding-top: 6px;
	width: 293px;
	font-size:.85em;
	border-top: solid 1px #dfe1e2;
	color:#707070;
}
#ggw .section a { color:#0860a8; }

#footerdiv {
	font-size:medium;
	font:small;
}

.GG-Taiwan-font{font-family:MYuenHK,mingliu,Pmingliu,verdana,sans-serif; !important;}
.GG-Taiwan-font .section h2{font-size:100% !important;}
.GG-Taiwan-font .section .contents{font-size:100% !important;}
.GG-Thai-font{font-family:BrowalliaUPC,Cordia UPC,Angsana New; !important;}
.GG-Thai-font #country-selector{font-size:115%;}
.GG-Thai-font .section .contents{font-size:120% !important;}
/* END sections */