/*=Global GT header
---------------------------------------------------------------------------- */
#globalGTHeader {
	background: #fbd900;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	border-bottom: 3px solid #000;
}
#globalGTHeader #globaGTHeaderInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#globalGTHeader #globaGTHeaderInner #globalNavGrad {
	/* background: url('../images/wrapper/global_nav_left.gif') 0 0 no-repeat; */
	width: 100px;
	height: 30px;
	position: absolute;
	left: -100px;
	top: 0;
}
#globalGTHeader #globaGTHeaderInnerFr {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#globalGTHeader #globaGTHeaderInnerFr #globalNavGrad {
	/* background: url('../images/wrapper/global_nav_left.gif') 0 0 no-repeat; */
	width: 100px;
	height: 30px;
	position: absolute;
	left: -100px;
	top: 0;
}
#globalGTHeader #globaGTHeaderInner #globalGTHeaderRight {
	/* background: url('../images/wrapper/global_nav_right.gif') 0 0 no-repeat; */
	float: left;
	width: 130px;
	padding-left: 150px;
}
#globalGTHeader #globaGTHeaderInnerFr #globalGTHeaderRight {
	/* background: url('../images/wrapper/global_nav_right.gif') 0 0 no-repeat; */
	float: left;
	width: 130px;
	padding-left: 70px;
}
#globalGTHeader ul, #globalGTHeader ul li {
	/* background: url('../images/global_nav_divider.gif') 100% 0 no-repeat; */
	float: left;
	font-size: 92%;
	font-weight: bold;
	padding: 0 2px 0 0;
}
#globalGTHeader ul {
	list-style: none;
	margin: 0;
	padding-left: 2px;
	padding-right: 0;
}
#globalGTHeader ul li a {
	background: url('../images/global_nav_bg.gif') 0 0 repeat-x;
	display: block;
	float: left;
	color: #000;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	line-height: 16px;
	padding: 7px 4px 0 4px;
}
#globalGTHeader ul li a.landing-page {
	background: url('../images/global_nav_bg_land.gif') 0 0 repeat-x;
}
#globalGTHeader ul li a:hover {
	background-position: 0 -60px;
	text-decoration: none;
}
#globalGTHeader #globalSearch {
	float: left;
	padding-top: 3px;
	padding-left: 0;
	display: none;
}
#globalGTHeader #globalSearch li {
	float: left;
	margin: 0;
	padding: 0;
}
#globalGTHeader p {
	margin: 0;
}	
#globalGTHeader #globalSearch .textField {
	background: #fff;
	color: #797979;
	border: 0;
	width: 140px;
	height: 17px;
	padding: 3px 0 0 3px;
	margin-top: 1px;
}
#globalGTHeader #globalSearch .btnGo {
	background: url('../images/btn_go.gif') 0 0 no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	border: 0;
	text-indent: -9999px;
	margin-left: 6px;
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
	position: relative;
}
#globalGTHeader #globalLangLink {
	float: left;
	font-size: 92%;
	padding: 7px 8px 0 8px;
}
#globalGTHeader #globalLangLink a {
	color: #000;
	font-weight: bold;
	line-height: 16px;
}
#globalGTHeader #globalGTTab {
	display: block;
	float: left;
	height: 30px;
	position: relative;
}
/*=Global GT footer
---------------------------------------------------------------------------- */
#globalGTFooter {
	background: #e0e0e0;
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin-top: 0;
	clear: both;
}
#globalGTFooter #globalGTFooterInner {
	width: 1010px;
	margin: 0 auto;
}
#globalGTFooter ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 12px 15px 0 20px;
}
#globalGTFooter ul li {
	font-size: 85%;
	text-align: left;
}
#globalGTFooter ul li a {
	color: #000;
	text-decoration: none;
}
#globalGTFooter ul li a:hover {
	text-decoration: underline;
}
#globalGTFooter #copyrightInfo {
	float: right;
	width: 300px;
	font-size: 85%;
	padding-top: 7px;
	padding-right: 40px;
}
#globalGTFooter #copyrightInfo p {
	line-height: 16px;
	padding-top: 22px;
	padding-right: 70px;
	text-align: right;
}
#globalGTFooter #copyrightInfo #globalFooterLogo {
	float: right;
	display: block;
}