body {
  background-color: #d5d5da;
}

a img {
  border-width: 0px;
}

#holder {
  position: relative;
  display: block;

  top: 10px;
  left: 0px;

  width: 900px;
  height: 750px;
  _border: 1px solid black;
  
  margin: auto;
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 101px;
  background-image: url(../images/logo.png);
}

#menu {
  position: absolute;
  right: 100px;
  top: 0px;
  width: 350px;
  height: 40px;
  text-align: right;
  
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  
}

#menu a {
  color: black;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px;
  float: left;
  display: inline;
}

#bottom-browser {
  position: absolute;
  display: block;
  width: 900px;
  height: 140px;
  bottom: 20px;
  left: 0px;
  _border: 1px red solid;
  
}

#detail-browser {
  position: absolute;
  display: block;
  width: 80px;
  bottom: 150px;
  top: 110px;
  left: 0px;
  _border: 1px red solid;
}

#index-browser {
  position: absolute;
  display: block;
  width: 497px;
  bottom: 0px;
  top: 120px;
  left: 0px;
  _border: 1px red solid;
}


#zoom-info {
  position: absolute;
  display: block;
  top: 520px;
  left: 380px;
  width: 22px;
  height: 22px;
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
}

#model-info {
  position: absolute;
  display: block;
  top: 130px;
  right: 75px;
  bottom: 169px;
  width: 320px;
}

#model-name {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

#model-desc {
  position: absolute;
  display: block;
  top: 50px;
  left: 0px;
  right: 0px;
  height: 200px;
  
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  
}

#model-price {
  position: absolute;
  display: block;
  top: 295px;
  left: 30px;
  right: 0px;
  height: 40px;

  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  
  text-align: left;
}

#model-buy {
  position: absolute;
  display: block;
  top: 320px;
  left: 0px;
  width: 120px; 
  height: 40px;

  background-image: url(../images/shoppingbag.png);
  background-repeat: no-repeat;

  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #000;

  padding-left: 30px;
  padding-top: 2px;
  
  cursor: pointer;
}

#model-query {
  position: absolute;
  display: block;
  top: 345px;
  left: 0px;
  width: 120px; 
  height: 40px;

  padding-left: 30px;
  padding-top: 2px;
  
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #000;

  background-image: url(../images/envelope.png);
  background-repeat: no-repeat;
  
  cursor: pointer;
}

#admin-pane {
  position: absolute;
  display: block;
  padding: 10px;
  top: 40px;
  right: 75px;
  width: 160px; 
  height: 80px;
  background-color: #DCDCE0;
  border: 1px solid #CCCCCC;
  color: black;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}


#admin-pane a {
  color: black;
}

#text-content {
  position: absolute;
  display: block;
  top: 100px;
  right: 75px;
  bottom: 40px;
  width: 320px;
  
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #000;

  _border: 1px red solid;
}