



/******************/
/* Dispatch Page */

/* Dispatch Page Header */
#dispatch-header {
  position: relative;
  width: 980px;
  height: 45px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: url('/common/images/dispatch-page/header-background.jpg') repeat-x left top;
  text-align: center; 
}

#dispatch-header #logo-levis img {  
  position: absolute;
  width: 148px;
  height: 90px;
  left: 425px;
  top: 0px;
}

/* Dispatch Page Content */
#dispatch-content {
  position: relative;
  width: 100%;
  height: 520px;  
  background: url('/common/images/dispatch-page/dispatch-background-europe.jpg')  no-repeat;
}



#dispatch-content ul#area {
  list-style-type: none;
  padding-top: 60px;
  padding-left: 44px;
}

#dispatch-content ul#area li {
  float: left; 
  padding-left: 3px;
}

#dispatch-content ul#area .area-name {  
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
}

#dispatch-content ul#area img{
  margin-top: -30px;
}

#dispatch-content ul#area img:hover {
  margin-top: 0px;
}

#dispatch-content ul#area li ul.country {
  list-style-type: none;
}

#dispatch-content ul#area li ul.country li , .other {
  clear: both;
  padding-left: 17px;
  line-height: 1.4em;  
  font-size: 10px;
}

#dispatch-content ul#area li ul.country li ul.language {
  list-style-type: none;
}

#dispatch-content ul#area li ul.country li ul.language li {
  clear: both;
  padding-left: 8px;
  line-height: 1.4em;  
  font-size: 10px;
}

#dispatch-content ul#area li ul li a , .other a{  
  font-family: arial, helvetica, sans-serif;
  color: #808080;
  font-size: 10px;
  text-decoration: none;
}

#dispatch-content ul#area li ul li a:hover, .other a:hover {
  color: #ffffff;
  background: url('/common/images/dispatch-page/dispatch-arrow.gif') no-repeat left top;
  padding-left: 8px;
}

#schweiz-submenu {
  overflow: hidden;
}

.other{
  padding-top: 20px;
  padding-left: 60px;
}


/* Dispatch Page Footer */
#dispatch-footer {
  font-family: Arial, Verdana, sans-serif;
  color: #4c4c4c;
  font-size: 10px;
  padding-left:20px;
  padding-top:20px;
  position: relative;
  width: 960px;
  height: 40px;
  background-image: url('/common/images/dispatch-page/footer-landing.jpg');
}
#dispatch-footer .linkfooter {
  font-family: Arial, Verdana, sans-serif;
  color: #4c4c4c;
  font-size: 10px;
}

#dispatch-footer .logo {	
	position: absolute;
    left:474px;
    top:20px;	
}

