/* Copyright 2006-2007 Morose Media */

/* Services */
div.block.services div.content {
  text-align: center;
}

div.block.services div.subsubtitle {
  padding-bottom: 14px;
}

div.block.services div.url {
  position: relative;
  right: 6px;
  padding-bottom: 2px;
  padding-top: 6px;
}

div.block.services div.caption  {
  margin-left: -58px;
  width: 117px;
  background-image: url('../images/layout/title-services.png');
}

/* Projects */
div.block.projects div.content {
  text-align: center;
}

div.block.projects div.caption  {
  margin-left: -57px;
  width: 114px;
  background-image: url('../images/layout/title-projects.png');
}

/* Info */
div.block.info div.content {
  text-align: center;
}

div.block.info div.caption  {
  margin-left: -32px;
  width: 64px;
  background-image: url('../images/layout/title-info.png');
}

div.block.info div.logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 174px;
  height: 29px;
  padding-bottom: 10px;
}

div.block.info div.url {
  padding-bottom: 5px;
}

/* Logo */
img.mmlogo {
  width: 174px;
  height: 29px;
  background-image: url('../images/layout/moroselogo.png');
}

img.mmlogo404 {
  width: 174px;
  height: 29px;
  background-image: url('../images/layout/404-logo.png');
}