/* screen stylesheet */
@import url(../styles/alt.css);

#mainBody {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 11px/15px Tahoma, Helvetica, Arial, sans-serif;
	background: url(../global-i/assets/bg_body.png);
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
}

a img, img {
	border: 0;
}

#top, #skipNavigation {
	display: none;
}

.clear {
	clear: both;
}

/* structure */
#positional {
	width: 768px;
	margin: 0 auto 0 auto;
	position: relative;
}

#mainDiv {
	padding: 0 12px 24px 12px;
	background: url(../global-i/assets/bg_container_shadow.png);
}

#headerDiv {
	position: relative;
	background: #014375;
	height: 79px;
	padding-left: 192px;
}

#headerDiv h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
	height: 79px;
	text-indent: -100000px;
	background: url(../global-i/assets/img-logo.jpg) no-repeat;
}

#headerDiv h2 {
	width: 327px;
	height: 79px;
	text-indent: -100000px;
	background: url(../global-i/assets/img-tagline.gif) no-repeat;
}

#hero {
	position: relative;
	clear: both;
}

#headerHero {
	width: 552px;
	height: 79px;
	overflow: hidden;
}

.content {
	position: relative;
	padding: 0;
	height: 276px;
	background: url(../global-i/assets/bg-main.png) top left no-repeat;
}

#footerDiv {
	font-size: 0.81em;
	color: #e0e0e0;
	line-height: 23px;
	margin-top: -24px;
	text-transform: uppercase;
	padding: 0 12px 12px 12px;
	background: url(../global-i/assets/bg_footer_shadow.png) bottom no-repeat;
}

.copyrite {
	position: absolute;
	right: 36px;
}

.footer {
	border-top: 1px solid #fff;
	height: 23px;
	padding-left: 24px;
	background: #004375;
	border-bottom: 1px solid #608aa9;
}

.footer li {
	float: left;
	margin-right: 8px;
}

.footer li a {
	color: #e0e0e0;
}

.footer li a:hover {
	text-decoration: underline;
}

#errorMessage {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	width: 744px;
	text-indent: 30px;
	height: 23px;
	line-height:20px;
	font-size: 10px;
	opacity: .80;
	color: #000;
	background: #fff url(../global-i/assets/bg_requirements.gif) center left no-repeat;
}

#errorMessage p {
	font-size: 10px;
}

#errorMessage a {
	color: #000;
}

#leftCol, .rightCol {
	float: left;
	position: relative;
}

#leftCol {
	padding: 30px 35px 0 26px;
	width: 215px;
}

.rightCol {
	height: 276px;
	overflow: auto;
	width: 468px;
}

h2 {
	width: 202px;
	height: 22px;
	margin-bottom: 10px;
	background: url(../global-i/assets/bg-h1.gif) no-repeat;
	text-indent: -100000px;
}

p {
	font-size: 12px;
	padding: 0 3px;
	margin-bottom: 15px;
}

h4 {
	font-size: 11px;
	color: #014375;
	font-size: 18px;
	font-weight: normal;
}

.rightCol ul {
	display: none;
	padding: 25px 0 0 25px;
	position: absolute;
	width: 225px;
	left: 50%;
	margin-left: -125px;
	top: 46px;
	background: url(../global-i/assets/bg_list.png);
}

.rightCol li {
	padding: 2px 30px 1px 0;
}

.rightCol li.header {
	padding: 0 5px 8px 0;
}

.rightCol li.last {
	text-align: right;
	padding: 25px 10px 3px 0;
}

.rightCol li a {
	font-size: 12px;
	position: relative;
	color: #014375;
}

.rightCol li a.btnClose {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightCol li a:hover {
	text-decoration: underline;
}

p a {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

p a:hover {
	text-decoration: none;
	background: #fff;
	color: #014375;
}

.rightCol img {
	position: absolute;
}

#NAimg {
	left: 0;
	top: 13px;
}

#SCAimg {
	left: 71px;
	top: 128px;
}

#Eurpimg {
	left: 179px;
	top: 26px;
}

#MEAimg {
	left: 184px;
	top: 104px;
}

#Asiaimg {
	left: 245px;
	top: 83px;
}

#OCEimg {
	left: 337px;
	top: 187px;
}

#listView {
	height: 251px;
	padding-bottom: 25px;
}

#listView img, #listView li.last {
	display: none;
}

#listView ul {
	width: 400px;
	display: block;
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	background: transparent;
}

.changeView {
	position: absolute;
	right: 0;
	width: 87px;
	text-indent: -100000px;
	height: 15px;
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
}

.rightCol #viewMap, #listView #viewList {
	display: none;
}

.rightCol #viewList, #listView #viewMap {
	display: block;
}

#viewList {
	background-image: url(../global-i/assets/btn-list.gif);
}

#viewMap {
	background-image: url(../global-i/assets/btn-map.gif);
}

.changeView:hover {
	background-position: bottom;
}