body {
    margin: 0;
    padding: 0;
    font: 11px Tahoma;
}

#mainContainer {
	width:606px;
    margin: auto;
}

a#TopMapLogo {
    display: block;
	width:206px;
	height:80px;
    margin: auto;
}

a#TopMapLogo img {
    display: block;
    width:206px;
    height:80px;
    border: none;
}

#MapFrame {
    background: url('../p/nibco-bg.png') no-repeat 0 0;
	width:606px;
	height:558px;
	position: relative;
	overflow: hidden;
}

#nibco_04{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#highlighted{
  position: absolute;
  top: 0px;
  left: 606px;
  z-index: 10;
}

#MapFrame img {
    border: none;
}

div.LangMenu {
    position: absolute;
    margin-top: 55px;
    margin-left: 45px;
    width: 48px;
    height: 283px;
    background: url('../p/lang_bottom.png') no-repeat bottom left;
    z-index: 101;
}

a.LangItem {
    display: block;
    width: 48px;
    height: 28px;
    text-decoration: none;
}

a#lang1 {
    background: url('../p/lang1.png') no-repeat 0 0;
}

a#lang2 {
    background: url('../p/lang2.png') no-repeat 0 0;
}

a#lang3 {
    background: url('../p/lang3.png') no-repeat 0 0;
}

a#lang4 {
    background: url('../p/lang4.png') no-repeat 0 0;
}

a#lang5 {
    background: url('../p/lang5.png') no-repeat 0 0;
}

a#lang6 {
    background: url('../p/lang6.png') no-repeat 0 0;
}

a#lang7 {
    background: url('../p/lang7.png') no-repeat 0 0;
}

a#lang8 {
    background: url('../p/lang8.png') no-repeat 0 0;
}

a#lang9 {
    background: url('../p/lang9.png') no-repeat 0 0;
}

a#lang10 {
    background: url('../p/lang10.png') no-repeat 0 0;
}

a#lang1:hover,  a#lang2:hover, a#lang3:hover, a#lang4:hover, a#lang5:hover, a#lang6:hover,  a#lang7:hover,  a#lang8:hover,   a#lang9:hover, a#lang10:hover, a#lang11:hover {
    background-position: -48px 0;
}

#MapFooter {
	width:606px;
	height:130px;
    padding-left: 50px;
}

a.BottomLogo {
    display: block;
    float: left;
    width: 145px;
    height: 53px;   
    text-decoration: none;
    margin: 0px 5px 0px 5px;
}

a#logoUSA {
    background: url('../p/logo_usa.png') no-repeat 0 0;
}

a#logoUSA:hover {
    background-position: 0px -53px;
}

a#logoPrice {
    margin-right: 15px;
    background: url('../p/logo_cenniki.png') no-repeat 0 0;
}

a#logoPrice:hover {
    background-position: 0px -53px;
}

a#logoShop {
    background: url('../p/logo_nibcoshop.png') no-repeat 0 0;
}

a#logoShop:hover {
    background-position: 0px -53px;
}

.WindowModalLoading {
  position:absolute; 
  background: #000;
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  z-index:480;
  display:none;
}
.WindowContentLoading{
  display:none;
  z-index:500;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 130px;
  right: 88px;
  width: 310px;
  height: 520px;
  padding: 20px;
}

#SettingsBoxBackground{
  width: 398px;
  height: 585px;
  padding: 0px;
  z-index: 490;
  right: 50px;
  top: 100px;
  overflow: auto;
}

#SettingsBoxBackground #hidePreview{
  position:absolute; 
  right: 38px;
  top: 8px;
  cursor: pointer;
}

