﻿html {height: 100%;}
body {
height: 100%;
background-color:#d3e5bb;
text-align:center;
margin-top:0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
font-family:trebuchet, Arial, Helvetica, sans-serif;
color: #666666;
}

#green {
border: 0px;
background-image: url(../images/mn_back.jpg);
background-repeat: repeat-x;
background-color: #d3e5bb;
width: 1044px;
padding: 0px;
margin: 0 auto;
}

#maineverything {
width: 1044px; 
margin: 0 auto; 
}

#logo {
float: left;
width: 295px;
text-align: left;
padding-left: 72px;
}

div.landing_container {
background-image: url(../images/landing_main_bg.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 1044px;
height: 560px;
}

div.landing_text_container_size {
width: 1044px;
height: 97px;
overflow: hidden;
}

div.landing_text_container {
padding: 10px 0px 0px 69px;
margin: 0px;
text-align: left;
}

div.region_images_container_size {
height: 207px;
width: 1044px;
overflow: hidden;
}

div.region_images_container {
padding: 0px 25px 0px 19px;
text-align: left;
}

div.region_images_container div {
overflow: hidden;
float: left;
height: 207px;
}

div.region_images_container div.n_america {
width: 227px;
}

div.region_images_container div.s_america {
width: 152px;
}

div.region_images_container div.africa {
width: 227px;
}

div.region_images_container div.europe {
width: 195px;
}

div.region_images_container div.asia {
width: 198px;
}

div.region_titles_container_position {
position: relative;
text-align: left;
top: -120px;
}

div.region_titles_container {
width: 1100px;
height: 47px;
position: absolute;
z-index: 10;
background-image: url(../images/global_strip_bg.jpg);
background-repeat: no-repeat;
}

div.region_titles_container_padding {
padding: 0px 0px 0px 34px;
}

div.region_titles_container_padding div {
width: 195px;
height: 47px;
overflow: hidden;
float: left;
cursor: pointer;
}

div.region_titles_container_padding div.asia {
width: 218px;
}

/* Drop-down selection */
div.region_titles_container_padding div.drop_down_pos {
visibility: hidden;
position: absolute;
z-index: 100;
overflow: visible;
float: none;
cursor: default;
}

div.region_titles_container_padding div.drop_down_size {
position: relative;
background-image: url(../images/global_asia_dropdown_bg.jpg);
background-repeat: no-repeat;
top: -2px;
left: 2px;
width: 195px;
height: 110px;
cursor: default;
}

div.region_titles_container_padding div.drop_down_item {
padding: 5px 0px 0px 38px;
height: auto;
width: auto;
float: none;
font-family: Arial Bold;
color: #fff;
font-weight: bold;
font-size: 15px;
cursor: default;
}

div.region_titles_container_padding div.drop_down_item a {
text-decoration: none;
color: #fff;
}