/**
 * GENERAL
 */

body {
	font-family: Arial, Tahoma;
	height: 100%;
	margin:0;
	background-color:#000;
	background-repeat:no-repeat;
}

h1 {
	width: 148px; height: 48px;
	margin: 20px 0 0 -5px;
	text-indent: -5000px;
	float: left;
}

div.clear {
	height: 0;
	font-size: 0;
	clear: both;	
}

a {
	text-decoration: none;	
}

:focus {
	outline: 0;
}


/**
 * TEMPLATE
 */

div.template {
	height: 100%;	
}

div#container {
	width: 948px;
	margin: auto;
}

div#heading {
	padding-bottom: 16px; padding-left: 18px; padding-right: 18px;	
}

div#left {
	float: left;
	width: 316px; height: 552px;
	position: relative;
}

div#topRight {
	float: right;
	width: 632px; height: 336px;
	position: relative;
}

div#bottomRight {
	float: right;
	width: 632px; height: 216px;
	position: relative;
}

/**
 * BACKGROUND IMAGES
 */

body {
	background-position: 50% -100px;
}

body.dull {
	background-position:50% -1500px;
}

body#bg1 {
	background-image: url(../images/bg1.jpg);	
}

body#bg2 {
	background-image: url(../images/bg2.jpg);	
}

body#bg3 {
	background-image: url(../images/bg3.jpg);	
}

body#bg4 {
	background-image: url(../images/bg4.jpg);	
}

/**
 * PRIMARY NAVIGATION
 */

ol#primaryNavigation {
	list-style: none;
	margin: 0; margin-top: 40px; margin-left: 165px; padding: 0;
	float: left;
}

ol#primaryNavigation li {
	float: left; margin-left: 15px;
	color: #B5C7DE;
}

ol#primaryNavigation li#lang_en {
	margin-left: 10px;
}

ol#primaryNavigation a {
	font-size: 14px; font-weight: bold; color: #B5C7DE;
	text-decoration: none;
}

ol#primaryNavigation a:hover,
ol#primaryNavigation a.selected {
	color: #FFFFFF;
}

ol#primaryNavigation li a.lang-image{
	text-indent: -5000px;
	display:block;
	margin: -16px 0 0 8px;
}

ol#primaryNavigation li#lang_zhs a{
	background-image: url(../images/lang_zh-s.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 56px;
}

ol#primaryNavigation li#lang_zht a{
	background-image: url(../images/lang_zh-t.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 56px;
}

ol#primaryNavigation li#lang_ja a{
	background-image: url(../images/lang_ja.png);
	background-position: 0 0 ;	
	height: 14px;
	width: 43px;
}


ol#primaryNavigation li#lang_zhs a:hover,
ol#primaryNavigation li#lang_zhs a.selected,
ol#primaryNavigation li#lang_zht a:hover,
ol#primaryNavigation li#lang_zht a.selected,
ol#primaryNavigation li#lang_ja a:hover,
ol#primaryNavigation li#lang_ja a.selected  {
	background-position: 0 14px ;	
}

/**
 * COUNTRY LIST
 */

div#countryList {
	margin-top: 30px;
}

div#countryList ol {
	list-style: none;
	margin: 0 18px 0 18px; padding: 0;
}

div#countryList ol li a {
	display: block;
	height: 18px;
	font-size: 14px; color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}

div#countryList ol li#none a {
	margin-top: 10px;
}

div#countryList ol li a:hover {
	background-color: #f9c302;
}

div.mapContainer {
	width: 632px; height: 336px;
	display: none;
	position: relative;
}

div.mapContainer div.map {
	width: 518px; height: 274px;
	background-repeat: no-repeat; background-position: 0 bottom;
	float: left;
	position: absolute; bottom: 0;
}

div#map_none div.map {
	background-image: url(../images/map_none.png);	
}

div#map_au div.map {
	background-image: url(../images/map_au.png);	
}

div#map_at div.map {
	background-image: url(../images/map_at.png);	
}

div#map_ca div.map {
	background-image: url(../images/map_ca.png);	
}

div#map_cn div.map {
	background-image: url(../images/map_cn.png);	
}

div#map_de div.map {
	background-image: url(../images/map_de.png);	
}

div#map_dk div.map {
	background-image: url(../images/map_dk.png);	
}

div#map_fi div.map {
	background-image: url(../images/map_fi.png);	
}

div#map_fr div.map {
	background-image: url(../images/map_fr.png);	
}

div#map_ie div.map {
	background-image: url(../images/map_ie.png);	
}

div#map_it div.map {
	background-image: url(../images/map_it.png);	
}

div#map_jp div.map {
	background-image: url(../images/map_jp.png);	
}

div#map_nz div.map {
	background-image: url(../images/map_nz.png);	
}

div#map_no div.map {
	background-image: url(../images/map_no.png);	
}

div#map_sg div.map {
	background-image: url(../images/map_sg.png);	
}

div#map_es div.map {
	background-image: url(../images/map_es.png);	
}

div#map_se div.map {
	background-image: url(../images/map_se.png);	
}

div#map_gb div.map {
	background-image: url(../images/map_uk.png);	
}

div#map_all div.map {
	background-image: url(../images/map_all.png);	
}

div.mapContainer p.website {
	font-size: 55px; color: #5A5A5A;
	margin: 0; margin-right: 18px;
	text-align: right;
	position: absolute; right: 0;
}
div.mapContainer.show
{
	display:block;
}

div.mapContainer p.website span {
	color: #F6C104;
}

div.mapContainer p.contact {
	font-size: 12px; color: #F6C104;
	text-align: right;
	margin-top: 0; margin-right: 18px;
	float: right;
	position: absolute; top: 65px; right: 0;
	z-index:999;
}

/**
 * MODULES
 */

div.module, div.moduleContent {
	position: absolute;
}

div.module {
	display: block;
	width: 316px; height: 216px;
	margin: 0;
	float: left;
	font-size: 15px;
	bottom: 0;
}

div.module a.moduleLink {
	cursor: pointer;
	color: #FFFFFF;	
}

div.moduleContent {
	height: 165px;
	left: 0; bottom: 35px;
}

div.moduleContent h2, div.moduleContent p {
	margin: 0 28px;	/* 18px = half difference in nonactive/active module width, 10px gap on left of logo */
}

div.moduleContent h2 {
	text-indent: -5000px;
	height: 30px;
	font-size: 25px;
	padding-top: 25px;
}
.moduleContent a
{
	color:#fff;
	display:block;
	position:relative;
	width:260px;
	height:130px;
}
div.moduleContent p {
	font-size: 15px; color: #FFFFFF;
	line-height: 18px;
}
#template_it div.moduleContent p
{
	line-height: 16px;	
}
#template_fr div.moduleContent p 
{
	line-height: 14px;	
}

div#worldMarketsModule {
	left: 0;
}

div#worldMarketsModule.active {
	background-position: 0 -216px;
	height: 552px;	
}

div#template_en div#worldMarketsModule {
	background-image: url(../images/module_trade_en.png);
}

div#template_de div#worldMarketsModule {
	background-image: url(../images/module_trade_de.png);
}

div#template_fr div#worldMarketsModule {
	background-image: url(../images/module_trade_fr.png);
}

div#template_es div#worldMarketsModule {
	background-image: url(../images/module_trade_es.png);
}

div#template_it div#worldMarketsModule {
	background-image: url(../images/module_trade_it.png);
}

div#template_sv div#worldMarketsModule {
	background-image: url(../images/module_trade_sv.png);
}

div#template_zh-s div#worldMarketsModule {
	background-image: url(../images/module_trade_zh-s.png);
}

div#template_zh-t div#worldMarketsModule {
	background-image: url(../images/module_trade_zh-t.png);
}

div#template_ja div#worldMarketsModule {
	background-image: url(../images/module_trade_ja.png);
}

div#partnersModule {
	background: url(../images/module_partners.png) no-repeat 0 0;
	left: 0;
}

div#partnersModule.active {
	background-position: 0 -216px;
}

div#groupModule {
	background: url(../images/module_group.png) no-repeat 0 0;
	left: 316px;
}

div#groupModule.active {
	background-position: 0 -216px;
}

/**
 * FOOTER
 */

div#footer {
	margin-top: 57px; padding-left: 18px; padding-right: 18px;
}

div#footer p {
	font-size: 11px; color: #D1D1D1; text-align:center;
}

div#footer p.title {
	font-weight: bold;
}

div#footer a {
	color: #FFFFFF;
	white-space:nowrap;
}
