

/* Global / Basic
----------------------------------------- */
body {
  margin: 20px 0;
  font-family: "Trebuchet MS", sans-serif; /* font-family: verdana, sans-serif; */
  font-size: 13px;
  padding: 0 0 24px 0;
  text-align: center;
  background: #3d3e3d url(../images/bg_body.png) 0 0 repeat-x;
}

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

h1 {
  padding: 20px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #F1F1F1;
}

h2 {
  color: #980203;
  font-size: 18px;
  font-weight: normal;
}

#outerwrap {
  position: relative;
  margin: 0 auto;
  width: 850px;
  height: 450px;
}

#outerwrap #spc {
  height: 35px;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 740px;
  height: 380px;
  text-align: left;
  overflow: hidden;
  background: transparent url(../images/bg_mainLogo.png) 0 0 no-repeat;
}


/* The Intro pop up
------------------------------------------- */
#ask {
  position: absolute;
  top: 40px;
  left: 170px;
  z-index: 99999;
  width: 400px;
  height: 240px;
  border: 1px solid #000;
  background: #F1F1F1;
}

#askBar {
  height: 20px;
  font-size: 12px;
}

#askBar a {
  display: inline-block;
  float: right;
  padding: 2px 0;
  width: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#askPad {
  padding: 12px;
}


/* Sets padding for the outer edge of safe to show */
#internalBox {
  padding: 20px;
}

/* Wraps all content, left and right */
#parentBox {
  position: relative;
}


/* The Door
--------------------------------------------------- */
#doorParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;

}

#doorEdge {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 332px;
}

.standard {
  background: #ededed url(../images/bg_content.png) 0 0 no-repeat;
}

.valview {
  background: #ededed url(../images/bg_safe.png) 0 0 no-repeat;
}

#doorMain {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 332px;
}

.doorClosed {
  background: #960000 url(../images/bg_doorMainH.jpg) 0 0 no-repeat;
}

.doorOpen {
  background: #838383 url(../images/bg_doorMainOpen.png) 0 0 no-repeat;
}

#doorHandle {
  position: absolute;
  top: 35px;
  left: 90px;
  width: 240px;
  height: 240px;
  z-index: 9999;
}

#theLever {
  display: block;
  width: 240px;
  height: 240px;
  cursor: default;
}

.static {
  background: transparent url(../images/leverstatic.png) 0 0  no-repeat;
}

.animate {
  background: transparent url(../images/leverani.gif) 0 0  no-repeat;
}

.open {
  background: transparent url(../images/handleOpen.png) 0 0  no-repeat;
}

/* The content
------------------------------------------------------------- */

/* Wraps the content divs */
#insideSafe { 
  margin: 10px 10px 0 10px; /* the right margin determines the proximity of the v scroll bar to the open door edge */
  height: 312px;
  overflow: auto;
  background: transparent;
}

.innerSanctum {
  padding: 4px;
}

#home {
  width: 388px;
  height: 298px;
  background: transparent; /*  url(../images/valuables.png) 0 bottom no-repeat; */
  text-align: center;
}

#home img {
  margin: 10px 0 0 0;
}




/* The Keypad panel
------------------------------------------------------------- */
#panelParent {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 332px;
  background: #960000 url(../images/bg_panelParentH.jpg) 0 0 no-repeat;
  /* cursor: url(../images/pointer1sm.png) -2 0, pointer; */
}

#panelPad {
  position: relative;
  padding: 20px 25px;
}

/* Little indicator panel to the left of the keys */
#indicators {
  position: absolute;
  top: 80px;
  left: 46px;
  width: 22px;
  height: 70px;
  
  background: transparent;
}

#padlock {
  display: block;
  margin: 5px;
  width: 12px;
  height: 16px;
}

.padlockC {
  background: transparent url(../images/bg_indicateClosed.png) 0 0 no-repeat;
}

.padlockO {
  background: transparent url(../images/bg_indicateOpen.png) 0 0 no-repeat;
}

#hLink {
  display: block;
  margin: 17px 0 0 0;
  width: 23px;
  height: 23px;
  background: transparent url(../images/icon_coin.png) 0 0 no-repeat;
  /* cursor: url(../images/pointer1sm.png) -4 0, pointer; */
}

#hLink:hover {
  /* cursor: url(../images/pointer2sm.png) -4 0, pointer; */
}

/* The button to launch the modal */
#askQ {
  padding: 4px;
  position: absolute;
  top: 74px;
  right: 42px;
}

#askUp {
  display: block;
  margin: 7px 0 0 0;
  width: 22px;
  height: 22px;
  text-decoration: none;
  background: transparent url(../images/icon_quesmk.png) 0 0 no-repeat;
  /* cursor: url(../images/pointer1sm.png) -4 0, auto; */
}

#askUp:hover {
  /* cursor: url(../images/pointer2sm.png) -4 0, pointer; */
}


#keypad {
  margin: 0 0 20px 0;
  width: 210px;
  height: 210px;
  background: transparent url(../images/bg_keypad.png) 0 0 no-repeat;
}

#displaypanel {
  margin: 0 25px 3px 25px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  background: transparent;
}

#display {
  padding: 15px 0 10px 0;
  font-family: "courier new", sans-serif;
  font-weight: bold;
  font-size: 16px;
}


#keys {
  margin: 0 50px;
}

#keys li {
  float: left;
  margin: 0 0 4px 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 18px;
}


#keys li a {
  display: block;
  padding: 4px 0 6px 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  text-decoration: none;
  background: #989898;
  color: #FFF;
  font-weight: bold;
  /* cursor: url(../images/pointer1sm.png) -4 0, auto; */
}

#keys li a:hover {
  background: #83c127;
  /* cursor: url(../images/pointer2sm.png) -4 0, auto; */
}

#keys li a.on:hover {
  background: #ff6a15;
  /* cursor: url(../images/pointer2sm.png) -4 0, auto; */
}

/* Hidden panel with navigation */
#hidden {
  position: relative;
  height: 64px;
  width: 210px;
  overflow: hidden;

  background: #eeece0 url(../images/bg_hinside.png) 0 0 no-repeat;
}

#hiddenCover {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 210px;
  text-align: center;
  background: #404040 url(../images/bg_hcover.png) 0 0 no-repeat;
}

/* Wrapper for the nav lists */
#navigation {}

#hidden ul {
  float: left;
  margin: 8px 0 0 10px;
  width: 90px;
  height: 64px;
  background: transparent;
  /* cursor: url(../images/pointerlg.png), auto; */
}

#hidden ul li {
  margin: 0 0 4px 0;
  height: 22px;
}

#hidden ul li a {
  display: block;
  margin: 0;
  padding: 2px 0 2px 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright:3px;
  border-left: 1px solid #6f6f6f;
  border-top: 1px solid #6f6f6f;
  border-right: 2px solid #464646;
  border-bottom: 2px solid #464646;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;

  background: #989898;
  color: #FFF;
  /* cursor: url(../images/pointer2sm.png), auto; */
}

#hidden ul li a:hover {
  background: #83c127;
  border-right: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  border-left: 2px solid #464646;
  border-top: 2px solid #464646;
}

#preload {
  background: transparent url(../images/leverani.gif) 0 0  no-repeat;
  display: none;
}


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

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