html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  color: black;
  font-family: "Cochin", "Times New Roman", serif;
  font-size: 62.5%;
  background: #fcef50 url(/i/bg_noise.png); }

div, span, applet, object, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

h1 {
  margin: 0;
  padding: 0;
  color: rgb(40, 47, 40);
  font-size: 10em;
  font-weight: bold; }

h2 {
  margin: 0;
  padding: 0;
  color: rgb(40, 47, 40);
  font-size: 2.4em;
  font-weight: bold; }

h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 2em; }

blockquote, pre {
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #444; }
  a:hover, a:focus {
    color: black;
    text-decoration: underline;
    background: transparent; }

abbr, acronym, address, big, cite, code, del, dfn {
  margin: 0;
  padding: 0; }

em {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #bbb; }

font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  font-size: 2em; }
  ol li, ul li {
    margin: 0;
    padding: 0; }

*:focus {
  outline: 0; }

#page {
  background: url(/i/grid.png) repeat-y top center;
  width: 937px;
  margin: 0 auto;
  position: relative;
  padding: 4% 12px 0 12px; }
  #page #header {
    position: relative; }
    #page #header #logo {
      margin-bottom: 10px; }
      #page #header #logo a {
        display: block;
        width: 320px;
        height: 57px;
        text-indent: -3200px;
        background: url(/i/logo.png) no-repeat; }
    #page #header h2 {
      font-size: 1.6em;
      font-weight: normal; }
    #page #header #navigation {
      position: absolute;
      top: 0;
      left: 320px; }
      #page #header #navigation li {
        float: left;
        width: 136px;
        margin-right: 24px;
        text-align: right; }
        #page #header #navigation li a {
          font-size: 19px;
          font-weight: normal;
          padding-top: 40px;
          display: block; }
      #page #header #navigation li:last-child {
        margin-right: 0; }
  #page #content {
    margin-top: 3em;
    width: 936px;
    position: relative; }
    #page #content .articles {
      clear: both;
      margin: 0;
      padding: 0; }
      #page #content .articles .article {
        border: 1px solid black;
        margin-bottom: 2.4em;
        height: 460px;
        width: 936px;
        color: white;
        background: black;
        position: relative; }
    #page #content .items {
      position: absolute; }
      #page #content .items .article {
        border: none; }
    #page #content .scrolling_content {
      width: 936px;
      position: relative;
      clear: both;
      height: 460px;
      overflow: hidden; }
      #page #content .scrolling_content a.next {
        position: absolute;
        top: 15em;
        right: 0;
        display: block;
        width: 76px;
        height: 162px;
        background: url(/i/right_btn.png) no-repeat;
        text-indent: -3000px; }
        #page #content .scrolling_content a.next:hover {
          background: url(/i/right_btn.png) no-repeat 0 -166px; }
      #page #content .scrolling_content a.prev {
        position: absolute;
        top: 15em;
        left: 0;
        display: block;
        width: 76px;
        height: 162px;
        background: url(/i/prev_btn.png) no-repeat;
        text-indent: -3000px; }
        #page #content .scrolling_content a.prev:hover {
          background: url(/i/prev_btn.png) no-repeat 0 -166px; }
      #page #content .scrolling_content a.disabled {
        display: none; }
      #page #content .scrolling_content .articles {
        width: 20000em; }
        #page #content .scrolling_content .articles .article {
          float: left; }
    #page #content .sheen {
      position: absolute;
      top: 0;
      right: 0;
      width: 936px;
      height: 422px;
      background: url(/i/sheen.png) no-repeat; }
  #page #footer ul {
    margin: 0.5em 0; }
    #page #footer ul li {
      display: inline; }
      #page #footer ul li p {
        display: inline;
        font-size: 0.8em;
        line-height: 1.2em; }
    #page #footer ul li:last-child {
      float: right; }
  #page #footer p.legal {
    font-size: 1em;
    margin-top: 1.5em;
    color: #444; }

#page #content .articles .article a {
  color: #d60882; }
#page #content .articles .article.text {
  background: black;
  text-align: center; }
  #page #content .articles .article.text h3 {
    font-size: 8.1em;
    font-weight: normal;
    width: 8em;
    margin: 1em auto 0.4em auto; }
  #page #content .articles .article.text p {
    font-size: 2.4em;
    line-height: 1.4em;
    padding: 0 4em 0 4em; }
#page #content .articles #process {
  text-align: left;
  padding-top: 2.5em; }
  #page #content .articles #process p {
    font-size: 2.8em;
    padding: 0.4em 3em 0.4em 3em;
    line-height: 1.2em; }
#page #content .articles #get-cracking p {
  padding: 0.5em 4em 0 4em;
  font-size: 3em; }
#page #content .articles #matt-george h3 {
  margin-top: 0.5em; }
#page #content .articles #matt-george p {
  padding-bottom: 0.5em; }
#page #content .articles #ideapi {
  background: url(/i/portfolio_bg.jpg) no-repeat; }
  #page #content .articles #ideapi h3 {
    margin-top: 0.3em; }
  #page #content .articles #ideapi p {
    padding-bottom: 0.5em; }
#page #content #portfolio-intro h3 {
  margin-top: 0.5em; }
#page #content #portfolio-intro p {
  padding-bottom: 1em; }
#page #content .clients {
  height: 440px;
  background: url(/i/clients_bg.jpg) no-repeat;
  color: white;
  padding: 10px 3em; }
  #page #content .clients h3 {
    font-size: 6em;
    margin-bottom: 0.4em; }
  #page #content .clients p {
    line-height: 1.5em;
    padding-bottom: 1em; }
#page #content #contact {
  margin-bottom: 0; }
  #page #content #contact p {
    padding-bottom: 0.5em; }
