/*----------------------------------------------------*/
/* Headers                                             */
/*----------------------------------------------------*/

h2.contact {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 507px;
  height: 147px;
  text-indent: -9999px;
	background: url(/images/h2_contact-trans.png);
}

h2.map {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 158px;
  height: 92px;
  text-indent: -9999px;
	background: url(/images/h2_map.png);  
}

/*----------------------------------------------------*/
/* Utility                                            */
/*----------------------------------------------------*/

a { color: #1c3f40; }
span { display: block; }

/*----------------------------------------------------*/
/* Contact                                            */
/*----------------------------------------------------*/

h4 {
  margin-bottom: 5px;
  font-size: 14.5px;
  font-weight: bold;
}

.square_1,
.square_2,
.square_3,
.square_4,
.square_5 {
  position: absolute;
}

.square_2,
.square_3,
.square_4,
.square_5 {
  font-size: 85%;
}

.square_1 {
  left: 55px;
  top: 123px;
  width: 180px;
  height: 359px; 
  padding: 100px 10px 0;
  text-align: center;
  background: url(/images/bg_contact_square_1.png);
}

.square_2 {
  left: 383px;
  top: 115px;
  width: 215px;
  height: 99px;
  background: url(/images/bg_contact_square_2.png);  
}

.square_3 {
  left: 410px;  
  top: 208px;
  width: 150px;
  height: 111px;
  padding: 20px 0 0 15px;  
  background: url(/images/bg_contact_square_3.png);  
}
.square_3 h4 {
  margin-left: 3px;
}
.square_4 {
  left: 409px;
  top: 342px;
  width: 137px;
  height: 95px;
  padding: 17px 0 0 18px;  
  background: url(/images/bg_contact_square_4.png);  
}
.square_4 h4 {
  margin-left: 3px;
}
.square_5 {
  left: 398px;
  top: 450px;
  width: 224px;
  height: 107px;
  padding: 25px 0 0 24px;    
  background: url(/images/bg_contact_square_5.png);  
}

.sales,
.media,
.festivals {
  margin-bottom: 26px; 
}
.mini_map a {
  display: block;
  margin-top: 5px;
}

#extra_info {
  position: absolute;
  top: 600px;
  left: 50px;
}

/*----------------------------------------------------*/
/* Map                                                */
/*----------------------------------------------------*/

img.car {
  position: absolute;
  top: 5px;
  right: 25px;
  display: block;
  width: 443px;
  height: 175px;
  z-index: 2;
}

.map_wrapper {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 640px;
  height: 460px;
  background: url(/images/bg_map_wrapper.png);
}

.map_wrapper iframe {
  position: absolute;
  top: 65px;
  left: 120px;
  border: 1px solid #333;
}