/* 
    Document   : style
    Created on : May 5, 2010, 10:10:29 AM
    Author     : maku
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

body{
  background-color: #fff;
  overflow: scroll;
}
.page{
  background-color: #fff;
  /*
  background-position: 0 -50px;
  */
  width:807px;
  height: 807px;
  margin: auto;
  margin-top: -80px;
  border: none;
}

.p,.pnull,.p1{
  background-image: url('../images/1.png');
}

.p2{
  background-image: url('../images/2.png');
}
.p3{
  background-image: url('../images/3.png');
}
.p4{
  background-image: url('../images/4.png');
}
.p5{
  background-image: url('../images/5.png');
}
.p6{
  background-image: url('../images/6.png');
}
.p7{
  background-image: url('../images/7.png');
}
.p8{
  background-image: url('../images/8.png');
}
.p9{
  background-image: url('../images/9.png');
}
.p10{
  background-image: url('../images/10.png');
}
.p11{
  background-image: url('../images/11.png');
}
.p12{
  background-image: url('../images/12.png');
}
.p13{
  background-image: url('../images/13.png');
}

.home{
  display: block;
  position: relative;
  cursor: pointer;
  top: 100px;
  left: 100px;
  width: 230px;
  height: 90px;
}

.video{
  display: block;
  position:relative;
  cursor: pointer;
  height:56px;
  left:624px;
  top:108px;
  width:56px;

}


.buttons{
  /*
  position: relative;
  */
  margin-top:600px;
  margin-left:145px;
  height: 50px;
}

.buttons *{
  margin:2px;
  display: block;
  cursor: pointer;
  position: relative;
  width:45px;
  height:100%;
  float: left;
}
.buttons div{
  cursor: default;
}

.buttons a.b2{
  width: 45px;
}


.buttons a.b5{
  width: 32px;
}

.buttons a.b6{
  margin-left: 90px;
  width: 42px;
}

.buttons a.b7{
  width: 42px;
}
.buttons a.b8{
  width: 43px;
}
.buttons a.b8{
  width: 22px;
}
.buttons a.b9{
  width: 38px;
}
.buttons a.b10{
  width: 37px;
}
.buttons a.b11{
  width: 42px;
}
.buttons a.b12{
  width: 35px;
}
