/* 
Copyright 2007 Sheepshank. All rights reserved.

WHAT WE DO section.
*/

h1 { 
  width: 529px; /* 254 + 275 */
}

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

h2.buzzwords { 
  background-image: url(images/subtitle-buzzwords.gif);
  width: 160px;
}


table.examples { 
  width: 80%;
  margin: 1em auto;
}

table.examples tr td { 
  vertical-align: top;
}

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

table.examples tr td.info p { 
  font-size: 100%;
  text-align: left;
  padding-bottom: 0.75em;
}


#also { 
  width: 35em;
  margin: 1em auto;
}

#also p { 
  margin: 0.5em 0;
}


#buzzwords { 
  margin: 1em 5%;
  overflow: hidden;
}

#buzzwords div { 
  float: left;
  width: 16.6%;
}

#buzzwords div ul li { 
  margin: 0.33em 2em 0 0;
}

#buzzwords div p { 
  text-align: left;
}
