/*----------------------------------------- Home Blocks -----------------------------------------*/
#home-blocks {
	list-style-type: none;
	height: 217px;
	display: inline;
	width: 972px;
	margin: auto;
	position: relative;
}

#home-blocks li {
	float: left;
	display: block;
}

#home-blocks a {
	display: block;
  /* text-indent: -100000%; */
  outline: none;
  margin-right: 3px;
  margin-left: 3px;
  /* overflow: hidden; */
  font-size: 5pt;
  color: #212528;
}

#home-blocks .philosophy {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_philosophy.jpg') no-repeat;
}

#home-blocks .yachts {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_yachts.jpg') no-repeat;
}

#home-blocks .tendersales {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_tendersales.jpg') no-repeat;
}

#home-blocks .consultancy {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_valuation.jpg') no-repeat;
}

#home-blocks .management {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_management.jpg') no-repeat;
}

#home-blocks .charter {
	width: 156px;
  height: 217px;
  background: url('/images/html/home/block_charter.jpg') no-repeat;
}

#home-blocks span {
	display: none;
}


/*----------------------------------------- Brokerage Blocks -----------------------------------------*/
#brokerage-blocks {
	list-style-type: none;
	height: 217px;
	display: inline;
	width: 972px;
	margin: auto;
	position: relative;
}

#brokerage-blocks li {
	float: left;
	display: block;
}

#brokerage-blocks a {
	display: block;
  /* text-indent: -100000%; */
  outline: none;
  margin-right: 3px;
  margin-left: 3px;
  /* overflow: hidden; */
  font-size: 5pt;
  color: #212528;
}

#brokerage-blocks .motor {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_motor.jpg') no-repeat;
}

#brokerage-blocks .sail {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_sail.jpg') no-repeat;
}

#brokerage-blocks .tendersale {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_tendersale.jpg') no-repeat;
}

#brokerage-blocks .mailinglist {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_mailinglist.jpg') no-repeat;
}

#brokerage-blocks .marketing {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_marketing.jpg') no-repeat;
}

#brokerage-blocks .berths {
	width: 156px;
  height: 217px;
  background: url('/images/html/brokerage/block_berths.jpg') no-repeat;
}

#brokerage-blocks span {
	display: none;
}
