/* this is for the logistics site */
body{
  background-color: #a1b1c1;
}
#main{
  width:690px;
  height:auto;
  margin:-12px auto 0;
  background-color:white;
  padding:3px;
  overflow: hidden ;
}
#logo{
  float:right;
  margin-right:5%;
  margin-top:10px;
}
#telephone{
  float:right;
  width:20%;
  margin-top:20%;
  margin-right:-25%;
  color:#a1b1c1;
}

.transbox{
  width:250px;
  height:150px;
  margin:12px 25px;
  background-color:#a1b1c1;
  border-radius:20px;
  }
.transbox p{
  padding-top:17px;
  margin:20px;
  font-weight:bold;
  font-size:17px;
  color:#fffeff;
  }
#pic{
  margin-left:5px;
}
#map{
  float:right;
  width:30%;
  margin-top: -16%;
}
#title{
  float:left;
  width:70%;
  margin: -10px 0 0 5px;
}
#telnum{
  margin-left:20%;
  width:40%;
  color:#a1b1c1;
}

#number{
  float:left;
  width:60%;
  margin-top:15px;
}
#number p{
  font-size:10px;
}