/* 
Copyright 2007 Sheepshank. All rights reserved.

CLIENTS section.
*/

h1 { 
  width: 422px; /* 147 + 275 */
}

h1 .section { 
  background-image: url(images/clients-title.gif);
  width: 147px;
}


/* override shsh.css as needed */
h2 { 
  text-indent: 0;
  height: auto;
}


table.clients { 
  margin: 0 10%;
}

table.clients tr td { 
  vertical-align: top;
  padding: 1em 0;
}

table.clients tr td.mini-thumbs { 
  width: 30%;
  padding-right: 1em;
}

table.clients tr td.info { 
  border-bottom: 1px solid #eee;
}

table.clients tr td .logo { 
  float: right;
  margin: 0 0 1em 2em;
}

table.clients tr td h2 { 
  font-weight: bold;
  margin: 0 0.75em 0 0;
}

table.clients tr td p { 
  text-align: left;
  margin-top: 0.5em;
  color: #444;
}

table.clients tr td  ul { 
  text-align: right;
}
