

body { 
  padding: 20px 0;
  font-family: verdana, sans-serif;
  font-size: 16px;
  text-align: center;
  background: #95a8b0;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active, a:focus {outline: none;}
p, li {margin: 0 0 12px 0;}


#wrapper {
  margin: 0 auto;
  width: 760px;
  height: 390px;
  text-align: left;
  overflow: hidden;
  /* background: transparent url(../images/bg_bricktile1.png) 0 0 repeat;
  border: 1px solid #6f4625; */
  border-bottom: 1px solid #333;
}

#wrapPad {
  padding: 10px 10px 0 10px;
}

#wrapper h1 {
  height: 50px;
  font-size: 26px;
  text-align: center;
  background: transparent url(../images/bg_h1.gif) 0 0 no-repeat;
  color: #555;
  font-weight: normal;
}

#wrapper h1 span {
  display: block;
  padding: 13px 150px 0 0;
  color: #f1f1f1;
}

#contentwrap {
  position: relative;
  width: 740px;
  height: 380px;
}

#doors {
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
  height: 330px;
  overflow: hidden;
  background: #333;
  border-left: 1px solid #222;
  border-right: 1px solid #000;
  border-top: 1px solid #222;
  border-bottom: 1px solid #000;
}

#doorL {
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
  height: 330px;
  z-index: 9999;
  background: transparent url(../images/doorL2.png) 0 0 no-repeat;
}

#doorR {
  position: absolute;
  top: 0;
  right: 0;
  width: 295px;
  height: 330px;
  z-index: 9999;
  background: transparent url(../images/doorR2.png) 0 0 no-repeat;
}

#panel1 {
  margin: 15px 0 0 20px;
  width: 115px;
  height: 80px;
  background: transparent url(../images/panel1.png) 0 0 no-repeat;
}

#panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 330px;
  font-size: 12px;
  /* border-right: 1px solid #6f4625;
  border-top: 1px solid #6f4625;
  border-bottom: 1px solid #6f4625; */
  background: transparent; /* #9e6437 url(../images/bg_panel3.png) 0 0 no-repeat; */
}

#panel ul {
  margin: 10px 0 0 20px;
  padding: 15px 0 0 0;
  width: 115px;
  height: 210px;
  background: transparent url(../images/bg_btnPanel.png) 0 0 no-repeat;
}

#panel ul li {
  margin: 0 0 0 0;
  height: 26px;
}

#panel ul li a {
  display: block;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/bg_button.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #555;
}

#panel ul li a:hover {
  background-position: 0 -26px;
  text-decoration: none;
}

#panel ul li a span {
  display: block;
  padding: 5px 0 0 26px;
}

#doorContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
  height: 2650px;
  background: #F1F1F1;
}

.floor {
  margin: 0;
  height: 530px;
  background: #c4c1ae url(../images/bg_interior.jpg) 0 0 repeat;
}

.floorPad {
  padding: 20px;
}


ul#socialnet {
  margin: 24px 0 0 70px;
  width: 440px;
}

ul#socialnet li {

}

ul#socialnet li a {
  display: block;
  padding: 10px 4px 10px 34px;
}

ul#socialnet li a#blogger {
  background: transparent url(../images/icon_blogger.png) 0 4px no-repeat;
}

ul#socialnet li a#facebook {
  background: transparent url(../images/icon_facebook.png) 0 4px no-repeat;
}

ul#socialnet li a#linkedin {
  background: transparent url(../images/icon_linkedin.png) 0 4px no-repeat;
}


/* BPP identifier */
#footprint {
  margin: 7px 0 0 0;
  padding: 0 150px 0 0;
  font-size: 9px;
  color: #555;
}

#footprint a {
  font-size: 9px;
  color: #555;
  text-decoration: none;
}