#banner{
  float:left;
  height: 128px ;
  width: 450px ;
  background-color:#000000;
  background-image:url('../images/bar.png');
  background-repeat:no-repeat;
  background-position: -50px -100px;
}

#logo{
  position:relative;
  top:29px;
  height: 70px ;
}

#tagline{
  color:#ffffff;
  position:relative;
  top:18px;
  left:140px;
}

.no_button{
  float:right;
  margin:39px 0px auto -2px;
  padding: 0px 25px 0px 25px;
  color:#ffffff; 
  height: 50px ;
  line-height:2.4em;
  font-size:1.25em;
  border-style: solid;
  border-color: #222222;  
  border-width:  0px 2px 0px 2px;  
}

.button{
  float:right;
  margin:39px 0px auto -2px;
  padding: 0px 5px 0px 5px;
  color:#ffffff; 
  height: 50px ;
  line-height:2.4em;
  font-size:1.25em;    
  border-style: solid;
  border-color: #222222;  
  border-width:  0px 2px 0px 2px; 
}

.button_l{
  float:left;
  height: 50px ;
  width: 20px ;
  background-image:url('../images/button_l.png');
}

.button_m{
  float:left;
  height: 50px ;
  background-image:url('../images/button_m.png');
  color:#0d64ac;    
}

.button_r{
  float:left;
  height: 50px ;
  width: 20px ;
  background-image:url('../images/button_r.png');
}
