
body {
  background-image: url(../images/body-bg.gif);
  background-repeat: repeat-x;
  background-position:0 19px;
}

#head {
  position:relative;
  height: 154px;
  background:white;
  background-image: url(../images/shadow.gif);
  background-repeat: repeat-y;
  padding-left:20px;
  padding-right:20px;
  overflow:hidden;
}

.head1{
  background:#324F79;
  background-image: url(../images/london/uciLogoTop.jpg);
  background-repeat: no-repeat;
	height: 143px;
  margin:0 0 0 0;
}

#head3{
  margin:0 0 0 0;
  padding:0;
  width:771px;
  height:98px;
  overflow:hidden;
  clear:both;
}

#head4{
  display:block;
  background:red;
  background-image: url(../images/london/Hotline.jpg);
  background-repeat: no-repeat;
  width:184px;
  height:105px;
  clear:both;
}


.head-link{
  height:26px;
  float:right;
  margin:0;
  padding:0 0 0px 0;
}

#head5{
  display:block;
  margin:0 0 0 0;
  padding:0;
  width:150px; 
  height:600px;
  align:middle;

  overflow:hidden;

}

.head-link{
  height:26px;
  float:right;
  margin:0;
  padding:0 0 2px 0;
}

.head-link a{
  display:block;
  float:left; 
}

.head-link img{
  display:block;
  margin:0;
  padding:0;  
}
    /* ------------- menu ----------------------------------- */
   
#menu{
  position:absolute;
  padding:0; 
  width:391px;
  overflow:hidden;
  height:28px;
  top:124px;
  right:0px;
}

#menu ul{
  list-style-type:none;
  margin:0;
  padding:0;

}

#menu ul li{
  float:left;
  margin-right:4px;
}

#menu ul li a{
  display:block;
  width:101px;
  height:15px;
  background-repeat: no-repeat;
  overflow:hidden;
  background-position:0 0px;
}

#menu ul li.mid1 a{
  background-image: url(../images/london/mBrochure.jpg);
    width:78px;
}

#menu ul li.mid2 a{
  background-image: url(../images/london/mBookingForm.jpg);
  width:101px;
}

#menu ul li.mid3 a{
  background-image: url(../images/london/mRegisterNow.jpg);
    width:94px;
}

#menu ul li.mid4 a{
  background-image: url(../images/london/mEmailUpdates.jpg);
    width:98px;
}

#menu ul li.mid1 a:hover{
  background-image: url(../images/london/mBrochure_over.jpg);
  background-position:0 0px;
}

#menu ul li.mid2 a:hover{
  background-image: url(../images/london/mBookingForm_over.jpg);
  background-position:0 0px;
}

#menu ul li.mid3 a:hover{
  background-image: url(../images/london/mRegisterNow_over.jpg);
  background-position:0 0px;
}

#menu ul li.mid4 a:hover{
  background-image: url(../images/london/mEmailUpdates_over.jpg);
  background-position:0 0px;
}
