@import url(yui-font.css);
@import url(misc.css);
* {
  margin: 0;
  padding: 0; }

body {
  background: #9a1c23 url('/media/images/layout/body_back.png') center top repeat-x; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.imgleft, .imgright {
  float: left;
  margin: 5px 10px 5px 0;
  border: 1px solid #ccc;
  padding: 2px;
  background: #e8e8e8; }

.imgright {
  float: right;
  margin: 5px 0 10px 10px; }

#frame {
  width: 962px;
  margin: 0 auto; }

#logo {
  outline: none;
  width: 232px;
  height: 79px;
  text-indent: -999em;
  display: block;
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 1000; }

#header {
  height: 295px;
  background: url('/media/images/layout/header_narrow.png') center top no-repeat;
  position: relative; }
  #header .banner {
    position: absolute;
    left: 52px;
    top: 108px;
    background: url('/media/images/banner_1.jpg') center center no-repeat;
    width: 857px;
    height: 134px;
    text-align: center; }
    #header .banner .sifr {
      margin-top: 40px;
      padding-top: 16px;
      background: url('/media/images/layout/header_text_back.png') center center no-repeat;
      height: 37px;
      text-align: center; }
  #header .cat_view {
    padding-right: 30px;
    padding-left: 20px; }
  #header .cat_nav {
    line-height: 40px; }
  #header .cat_nav {
    background: none;
    width: 410px;
    margin: 0 auto;
    color: #434343;
    text-align: center; }
    #header .cat_nav .view {
      background: none; }
    #header .cat_nav li {
      list-style: none;
      display: inline;
      padding-left: 15px;
      padding-right: 22px;
      background: url('/media/images/layout/bullet_grey_large.png') left center no-repeat; }
      #header .cat_nav li a, #header .cat_nav li span {
        color: #434343; }
      #header .cat_nav li a:hover {
        color: #565656; }
    #header .cat_nav li.active {
      background: url('/media/images/layout/bullet_yellow_large.png') left center no-repeat; }
      #header .cat_nav li.active a {
        color: #cdb663; }
  #header .nav {
    display: inline;
    padding-left: 7px;
    background: url('/media/images/layout/bullet_grey.png') left center no-repeat;
    color: #434343;
    font-size: 85%;
    font-weight: bold; }
    #header .nav li {
      display: inline;
      background: url('/media/images/layout/bullet_grey.png') right center no-repeat;
      padding-right: 7px;
      padding-left: 3px; }
      #header .nav li a {
        color: #434343; }
      #header .nav li a:hover {
        color: #565656; }
      #header .nav li a.active {
        color: #cdb663; }
      #header .nav li span {
        color: #434343; }

#nav {
  text-align: center;
  padding-left: 179px;
  background: url('/media/images/layout/content_top.png') center bottom no-repeat;
  height: 22px;
  overflow: visible;
  margin-top: 30px; }
  #nav ul {
    position: relative;
    top: -30px;
    left: 0; }
  #nav ul, #nav li {
    list-style: none; }
  #nav li {
    float: left; }
  #nav li, #nav a {
    display: block;
    width: 98px;
    padding-right: 2px; }
  #nav a {
    background: url('/media/images/layout/nav_sep.png') left center no-repeat;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 85%;
    font-weight: bold;
    float: left; }
  #nav li.active a {
    color: #d4cc6c; }
  #nav li.first a {
    background: none; }

#contain {
  background: url('/media/images/layout/content_middle.png'); }

#contain_wrap {
  background: url('/media/images/layout/content_bottom.png') center bottom no-repeat;
  padding: 34px 29px 20px 32px; }

#sidebar a, #content a {
  color: #054e7c;
  font-size: 93%;
  font-weight: bold; }
#sidebar a.but, #content a.but {
  color: #fff; }

#content {
  width: 562px;
  float: left;
  padding: 0 27px 34px 34px;
  color: #333;
  display: inline; }
  #content a.download_but {
    width: 164px;
    line-height: 26px;
    display: block;
    padding-left: 42px;
    padding-bottom: 4px;
    background: url('/media/images/layout/download_but.png') center center;
    color: #828282;
    font-weight: bold; }
  #content .inline_nav {
    text-align: center;
    margin: 1em 0 3em; }
  #content h1 {
    color: #000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 182%;
    font-weight: normal;
    margin-bottom: 15px; }
  #content h2, #content h3 {
    margin: 0; }
  #content h2 {
    font-size: 108%; }
  #content h3 {
    font-size: 93%; }
  #content p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-size: 93%; }
    #content p blockquote {
      font-size: 107.53%; }
  #content blockquote {
    margin-left: 12px;
    margin-bottom: 1.5em;
    border-left: 4px solid #d1d1d1;
    padding-left: 10px;
    color: #666;
    font-family: Georgia, sans; }
  #content ul {
    margin-bottom: 1.5em; }
    #content ul li {
      color: #666;
      list-style: none;
      background: url('/media/images/layout/bullet_red.png') left center no-repeat;
      padding-left: 10px; }
  #content .meta {
    font-family: Georgia, sans; }
  #content div.author {
    padding-top: 13px;
    font-size: 93%; }
    #content div.author img.author {
      background: url('/media/images/layout/avatar_back.png') center center no-repeat;
      width: 49px;
      height: 49px;
      padding: 16px;
      display: block;
      float: left;
      margin-top: -13px; }
    #content div.author a.author {
      padding-top: 16px; }
    #content div.author .date_time {
      display: block; }
  #content .post {
    clear: left; }
  #content .download_but {
    background: url('/media/images/layout/download_but.png') no-repeat; }
    #content .download_but a {
      display: block;
      height: 30px;
      line-height: 30px;
      width: 166px;
      padding-left: 40px; }

#categories {
  border: 2px solid #dedede;
  border-width: 2px 0;
  line-height: 3em;
  margin-bottom: 50px;
  font-size: 93%; }
  #categories h4 {
    display: inline;
    font-weight: bold;
    font-size: 1em; }
  #categories a {
    font-weight: normal;
    font-size: 1em; }

#sidebar {
  width: 227px;
  float: right;
  padding: 0 22px 20px 22px;
  display: inline; }
  #sidebar .sidebar_content {
    width: 227px; }
  #sidebar .section {
    padding: 20px 0;
    border-bottom: 2px solid #dedede;
    clear: left; }
  #sidebar .last {
    border-bottom: none; }
  #sidebar .first {
    padding-top: 0; }
  #sidebar .highlight {
    background: url('/media/images/layout/sidebar_highlight_back.png') repeat-y;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 12px;
    width: 237px;
    position: relative;
    left: -27px;
    top: -20px; }
  #sidebar ul, #sidebar ol {
    list-style: none; }
    #sidebar ul li, #sidebar ol li {
      list-style: none;
      line-height: 127.27%;
      margin-bottom: 1em; }
  #sidebar .recent span.date {
    font-size: 85%;
    font-style: italic;
    color: #a2a2a2;
    display: block; }
  #sidebar .categories li {
    margin: 0;
    line-height: 175%;
    width: 110px;
    float: left; }
  #sidebar h4 {
    color: #333; }
  #sidebar a.rss {
    display: block;
    background: url('/media/images/layout/rss_icon.png') left top no-repeat;
    padding-left: 28px;
    line-height: 20px; }
  #sidebar .subnav li {
    margin-bottom: 0.5em; }
    #sidebar .subnav li a.story:hover {
      color: #9a1c23;
      background: url('/media/images/layout/people/subnav_story_back.png') center center no-repeat; }
    #sidebar .subnav li a.culture:hover {
      color: #6F670C;
      background: url('/media/images/layout/people/subnav_culture_back.png') center center no-repeat; }
    #sidebar .subnav li a.expression:hover {
      color: #054E7C;
      background: url('/media/images/layout/people/subnav_expression_back.png') center center no-repeat; }
  #sidebar .subnav li.active a.story {
    color: #9a1c23;
    background: url('/media/images/layout/people/subnav_story_back.png') center center no-repeat; }
  #sidebar .subnav li.active a.culture {
    color: #6F670C;
    background: url('/media/images/layout/people/subnav_culture_back.png') center center no-repeat; }
  #sidebar .subnav li.active a.expression {
    color: #054E7C;
    background: url('/media/images/layout/people/subnav_expression_back.png') center center no-repeat; }
  #sidebar .subnav li a {
    line-height: 24px;
    margin-left: -7px;
    padding-left: 7px;
    display: block; }
  #sidebar .subnav li a:hover {
    text-decoration: none;
    color: #9a1c23;
    background: url('/media/images/layout/subnav_back.png') center center no-repeat; }

#foot {
  padding-left: 67px;
  padding-bottom: 32px;
  color: #d4cc6c;
  margin: 12px 0;
  font-size: 93%; }
  #foot a {
    color: #f0eaa4; }
  #foot abbr {
    border: none;
    outline: none; }

form label {
  display: block; }

#contact_form span.required {
  font-size: 77%;
  font-weight: bold;
  color: #C00; }
#contact_form input.text, #contact_form textarea.textarea {
  border: 1px solid #828282;
  padding: 4px;
  width: 350px;
  font-size: 130%;
  font-family: Georgia, sans;
  color: #333; }
#contact_form textarea.textarea {
  height: 150px; }

.large_header #header {
  background: none;
  height: 565px; }
  .large_header #header .images {
    position: absolute;
    left: 54px;
    top: 108px;
    display: none; }
    .large_header #header .images img {
      position: absolute;
      left: 0;
      top: 0; }
  .large_header #header .banner {
    height: 404px;
    background-image: url('/media/images/layout/header_large_top.png');
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: auto;
    text-align: left;
    padding-left: 54px;
    padding-top: 108px; }
.large_header .nav_wrap {
  display: block;
  text-align: center;
  background-image: url('/media/images/layout/home/header_bottom.png');
  height: 36px;
  padding-top: 17px; }

#page_ #header .banner .quote {
  background: url('/media/images/layout/home/banner_quote.png') right bottom no-repeat;
  width: 314px;
  height: 146px;
  position: absolute;
  right: 75px;
  bottom: 21px;
  font-family: Georgia, sans; }
  #page_ #header .banner .quote strong {
    margin: 21px auto 27px;
    text-transform: uppercase;
    color: #054e7c;
    display: block;
    line-height: 1em; }
  #page_ #header .banner .quote p {
    color: #2b2b2b;
    line-height: 1.5;
    margin: 0 30px;
    font-size: 93%; }
#page_ #nav {
  background-image: url(/media/images/layout/content_single_top.png); }
#page_ #contain {
  background-image: url(/media/images/layout/content_single_middle.png); }
  #page_ #contain #contain_wrap {
    background-image: url(/media/images/layout/home/content_bottom.png);
    padding-top: 14px; }
#page_ #content {
  width: auto;
  float: none;
  padding-left: 35px;
  padding-right: 0;
  display: block; }
  #page_ #content .three .col {
    width: 252px;
    padding-right: 34px;
    float: left; }
  #page_ #content .three .story h2 {
    color: #9b1c23; }
  #page_ #content .three .culture h2 {
    color: #6f670c; }
  #page_ #content .three .expression h2 {
    color: #054e7c; }
  #page_ #content .blurb {
    padding-right: 35px;
    text-align: center; }
#page_ #sidebar {
  display: none; }

#page_process #content .content {
  padding: 15px;
  position: relative; }
#page_process #content #strands {
  width: 562px;
  height: 128px;
  background: url('/media/images/process/3strand_allstrands.png');
  position: relative;
  z-index: 100; }
  #page_process #content #strands .strand {
    width: 100%;
    cursor: pointer; }
  #page_process #content #strands #story {
    height: 52px;
    background: url('/media/images/process/3strand_story.png') 0 52px no-repeat; }
  #page_process #content #strands #culture {
    height: 24px;
    background: url('/media/images/process/3strand_culture.png') 0 52px no-repeat; }
  #page_process #content #strands #expression {
    height: 52px;
    background: url('/media/images/process/3strand_expression.png') 0 52px no-repeat; }
#page_process #sidebar .subnav a {
  outline: none; }
#page_process #sidebar .subtitle {
  background: url('/media/images/layout/process/sidebar_top.png');
  height: 101px;
  width: 210px;
  padding: 30px 30px 0;
  margin-top: -46px;
  margin-left: -26px;
  margin-bottom: 38px; }
  #page_process #sidebar .subtitle .sifr {
    position: absolute;
    width: 230px; }
    #page_process #sidebar .subtitle .sifr h3 {
      padding-right: 17px;
      background: url('/media/images/layout/process/sidebar_arrow.png') right center no-repeat; }

#page_thought #content div.bio {
  padding-top: 10px;
  clear: left; }
#page_thought #content p.bio img {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 5px 10px 0; }
#page_thought #content .has_image h2 {
  margin-left: 126px; }
#page_thought #content .has_image p.bio img {
  margin-top: -1.5em; }
#page_thought #content .archives a {
  font-size: 107.5%; }
#page_thought .posts_small li {
  line-height: 127.27%;
  margin-bottom: 1em; }
#page_thought .posts_small span.date {
  font-size: 85%;
  font-style: italic;
  color: #a2a2a2;
  display: block; }
#page_thought .posts {
  list-style: none; }
  #page_thought .posts .post {
    list-style: none;
    background: none; }
    #page_thought .posts .post .post_body {
      background: url('/media/images/layout/comment_post_top.png') center top no-repeat;
      padding: 20px 23px 5px; }
    #page_thought .posts .post h2 {
      font-family: Georgia, serif;
      font-weight: bold;
      font-size: 93%; }
      #page_thought .posts .post h2 a {
        font-size: 1em; }
  #page_thought .posts .wrapper {
    width: 526px;
    margin-left: 2px;
    margin-bottom: 8px;
    padding-bottom: 75px;
    position: relative; }
    #page_thought .posts .wrapper .meta {
      position: absolute;
      bottom: 10px;
      height: 49px; }
      #page_thought .posts .wrapper .meta .name {
        font-weight: bold; }
    #page_thought .posts .wrapper .avatar {
      position: absolute;
      top: 0;
      display: block;
      padding: 0;
      width: 49px;
      height: 49px; }
  #page_thought .posts .odd .wrapper {
    background: #f7f7d7 url('/media/images/layout/post_bottom_odd.png') center bottom no-repeat; }
  #page_thought .posts .odd .meta {
    left: 132px; }
    #page_thought .posts .odd .meta .avatar {
      left: 0; }
    #page_thought .posts .odd .meta .name, #page_thought .posts .odd .meta .date {
      display: block;
      padding-left: 67px; }
  #page_thought .posts .even .wrapper {
    background: #f7f7d7 url('/media/images/layout/post_bottom_even.png') center bottom no-repeat; }
  #page_thought .posts .even .meta {
    right: 136px; }
    #page_thought .posts .even .meta .avatar {
      right: 0; }
    #page_thought .posts .even .meta .name, #page_thought .posts .even .meta .date {
      text-align: right;
      display: block;
      padding-right: 67px; }
#page_thought #comments {
  margin-top: 45px; }
  #page_thought #comments ol, #page_thought #comments li {
    list-style: none; }
  #page_thought #comments .comment_body {
    background: url('/media/images/layout/comment_post_top.png') center top no-repeat;
    padding: 20px 23px; }
  #page_thought #comments .odd .wrapper {
    background: #f7f7d7 url('/media/images/layout/comment_bottom_odd.png') center bottom no-repeat; }
  #page_thought #comments .odd .meta {
    left: 99px; }
    #page_thought #comments .odd .meta .avatar {
      left: 0; }
    #page_thought #comments .odd .meta .name, #page_thought #comments .odd .meta .date {
      display: block;
      padding-left: 67px; }
  #page_thought #comments .even .wrapper {
    background: #f7f7d7 url('/media/images/layout/comment_bottom_even.png') center bottom no-repeat; }
  #page_thought #comments .even .meta {
    right: 96px; }
    #page_thought #comments .even .meta .avatar {
      right: 0; }
    #page_thought #comments .even .meta .name, #page_thought #comments .even .meta .date {
      text-align: right;
      display: block;
      padding-right: 67px; }
  #page_thought #comments .wrapper {
    width: 526px;
    margin-left: 2px;
    margin-bottom: 8px;
    padding-bottom: 60px;
    position: relative; }
    #page_thought #comments .wrapper .meta {
      position: absolute;
      bottom: 8px;
      height: 49px; }
      #page_thought #comments .wrapper .meta .name {
        font-weight: bold; }
    #page_thought #comments .wrapper .avatar {
      position: absolute;
      top: 0; }
#page_thought #comment_form_wrap {
  padding: 15px;
  left: 24px;
  top: 17px;
  width: 534px; }
#page_thought #comment_form #comment_title {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #e5e5e5; }
#page_thought #comment_form label {
  display: block;
  font-weight: bold; }
  #page_thought #comment_form label small {
    font-size: 93%;
    font-weight: normal; }
#page_thought #comment_form input.text, #page_thought #comment_form textarea.text {
  width: 340px;
  padding: 4px;
  border: 1px solid #d9d9d9; }
#page_thought #comment_form #additional {
  width: 164px;
  height: 108px;
  float: right;
  display: inline;
  margin-top: 1.5em;
  margin-right: 10px; }
  #page_thought #comment_form #additional .check {
    float: left;
    clear: both;
    margin: 8px;
    display: inline; }
  #page_thought #comment_form #additional label {
    font-weight: normal;
    float: left;
    width: 132px;
    margin: 8px 0;
    display: inline; }
#page_thought .submit {
  background: url('/media/images/layout/thought/button_submit.png') center center no-repeat;
  width: 69px;
  height: 23px;
  outline: none;
  border: none;
  text-indent: -999em; }

#page_people #content div.bio {
  padding-top: 10px;
  clear: left; }
#page_people #content p.bio img {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 5px 10px 0 0; }
#page_people #content .has_image h2 {
  margin-left: 115px; }
#page_people #content .has_image p.bio img {
  margin-top: -1.5em; }
#page_people #sidebar p {
  margin: .5em 0 2em;
  padding-left: 10px;
  padding-right: 40px;
  background: url('/media/images/layout/arrow_blue.png') left center no-repeat; }

#page_work.sidebar #header .nav_wrap {
  background-image: url(/media/images/layout/portfolio/header_bottom.png);
  height: 70px; }
#page_work.sidebar #sidebar {
  display: block; }
  #page_work.sidebar #sidebar .but {
    display: block;
    background: url('/media/images/layout/work/side_button_back.png') 0 0 no-repeat;
    width: 271px;
    height: 96px;
    margin-left: -27px;
    text-indent: -999em;
    padding: 0; }
  #page_work.sidebar #sidebar .but:hover {
    background-position: 0 -96px; }
#page_work.sidebar #nav {
  background-image: url(/media/images/layout/content_top.png);
  margin-top: 60px; }
#page_work.sidebar #contain {
  background-image: url(/media/images/layout/content_middle.png); }
  #page_work.sidebar #contain #contain_wrap {
    background-image: url(/media/images/layout/content_bottom.png); }
  #page_work.sidebar #contain #content {
    width: 562px; }
    #page_work.sidebar #contain #content .work_subnav {
      background: url('/media/images/layout/work/subnav_narrow.png') left top no-repeat;
      width: 554px;
      list-style: none; }
      #page_work.sidebar #contain #content .work_subnav li {
        list-style: none;
        display: inline;
        width: 136px; }
      #page_work.sidebar #contain #content .work_subnav .clients {
        width: 140px; }
        #page_work.sidebar #contain #content .work_subnav .clients a:hover, #page_work.sidebar #contain #content .work_subnav .clients .active {
          background: url('/media/images/layout/work/subnav_narrow.png') 0 -30px no-repeat; }
      #page_work.sidebar #contain #content .work_subnav .industry {
        width: 138px; }
        #page_work.sidebar #contain #content .work_subnav .industry a:hover, #page_work.sidebar #contain #content .work_subnav .industry .active {
          background: url('/media/images/layout/work/subnav_narrow.png') -140px -30px no-repeat; }
      #page_work.sidebar #contain #content .work_subnav .process {
        width: 138px; }
        #page_work.sidebar #contain #content .work_subnav .process a:hover, #page_work.sidebar #contain #content .work_subnav .process .active {
          background: url('/media/images/layout/work/subnav_narrow.png') -278px -30px no-repeat; }
      #page_work.sidebar #contain #content .work_subnav .style {
        width: 138px; }
        #page_work.sidebar #contain #content .work_subnav .style a:hover, #page_work.sidebar #contain #content .work_subnav .style .active {
          background: url('/media/images/layout/work/subnav_narrow.png') -416px -30px no-repeat; }

#page_work #sidebar {
  display: none; }
#page_work #nav {
  background-image: url(/media/images/layout/content_single_top.png); }
#page_work #contain {
  background-image: url(/media/images/layout/content_single_middle.png); }
  #page_work #contain #contain_wrap {
    background-image: url(/media/images/layout/content_single_bottom.png);
    padding-top: 14px; }
  #page_work #contain #content {
    width: auto; }
    #page_work #contain #content .process {
      color: #000; }
      #page_work #contain #content .process h1 {
        font-size: 138.5%;
        font-weight: normal;
        font-family: Arial, sans;
        color: #333;
        margin: 42px 0 0; }
      #page_work #contain #content .process h2 {
        font-size: 108%;
        font-weight: normal;
        font-family: Arial, sans;
        color: #333; }
      #page_work #contain #content .process h3 {
        color: #000;
        font-size: 108%;
        font-weight: bold; }
      #page_work #contain #content .process .story h3 {
        color: #9b1c23; }
      #page_work #contain #content .process .culture h3 {
        color: #6f670c; }
      #page_work #contain #content .process .expression h3 {
        color: #054e7c; }
      #page_work #contain #content .process blockquote {
        font-family: Georgia, sans;
        font-size: 123.1%;
        font-style: italic;
        line-height: 1.56;
        border: none;
        padding: 0;
        margin: 1.5em 0; }
      #page_work #contain #content .process .process_type {
        width: 260px;
        background: url('/media/images/layout/work/category_back_wide.png') left top no-repeat;
        margin-right: 23px; }
        #page_work #contain #content .process .process_type .nav {
          height: 16px;
          width: 260px;
          background: url('/media/images/layout/work/clients_nav_wide.png') 0 0 no-repeat; }
          #page_work #contain #content .process .process_type .nav a {
            height: 16px;
            display: block;
            float: left;
            cursor: pointer; }
          #page_work #contain #content .process .process_type .nav .up {
            width: 131px; }
          #page_work #contain #content .process .process_type .nav .down {
            width: 129px; }
          #page_work #contain #content .process .process_type .nav .up:hover {
            background: url('/media/images/layout/work/clients_nav_wide.png') 0 -16px no-repeat; }
          #page_work #contain #content .process .process_type .nav .down:hover {
            background: url('/media/images/layout/work/clients_nav_wide.png') -132px -16px no-repeat; }
      #page_work #contain #content .process div.last {
        margin-right: 0; }
    #page_work #contain #content .download_but {
      margin-bottom: 17px; }
    #page_work #contain #content .client_list {
      background: url('/media/images/layout/work/clients_back.png') left top no-repeat;
      width: 825px;
      margin: 0 auto; }
      #page_work #contain #content .client_list h4 {
        padding: 11px 0 8px 20px; }
      #page_work #contain #content .client_list ul {
        width: 224px;
        float: left;
        padding: 0 30px 0 20px;
        line-height: 1.3;
        list-style: none; }
        #page_work #contain #content .client_list ul li {
          padding: 0 0 .6em;
          background: none;
          margin: 0;
          color: #a7a7a7; }
          #page_work #contain #content .client_list ul li a {
            color: #054e7c;
            font-weight: normal;
            font-size: 100%; }
    #page_work #contain #content .industry, #page_work #contain #content .style, #page_work #contain #content .process_type {
      width: 206px;
      background: url('/media/images/layout/work/category_back.png') left top no-repeat;
      float: left;
      display: inline;
      margin-bottom: 26px; }
      #page_work #contain #content .industry h4, #page_work #contain #content .style h4, #page_work #contain #content .process_type h4 {
        padding-top: 14px;
        padding-left: 12px; }
      #page_work #contain #content .industry ul, #page_work #contain #content .style ul, #page_work #contain #content .process_type ul {
        padding-left: 12px;
        padding-right: 12px;
        list-style: none;
        margin: 0; }
        #page_work #contain #content .industry ul li, #page_work #contain #content .style ul li, #page_work #contain #content .process_type ul li {
          margin: 0;
          list-style: none;
          padding: 0 0 0.5em;
          background: none; }
          #page_work #contain #content .industry ul li a, #page_work #contain #content .style ul li a, #page_work #contain #content .process_type ul li a {
            font-weight: normal; }
      #page_work #contain #content .industry .nav, #page_work #contain #content .style .nav, #page_work #contain #content .process_type .nav {
        height: 16px;
        width: 196px;
        background: url('/media/images/layout/work/clients_nav.png') 0 0 no-repeat; }
        #page_work #contain #content .industry .nav a, #page_work #contain #content .style .nav a, #page_work #contain #content .process_type .nav a {
          height: 16px;
          display: block;
          float: left;
          cursor: pointer;
          outline: none; }
        #page_work #contain #content .industry .nav .up, #page_work #contain #content .style .nav .up, #page_work #contain #content .process_type .nav .up {
          width: 100px; }
        #page_work #contain #content .industry .nav .down, #page_work #contain #content .style .nav .down, #page_work #contain #content .process_type .nav .down {
          width: 96px; }
        #page_work #contain #content .industry .nav .up:hover, #page_work #contain #content .style .nav .up:hover, #page_work #contain #content .process_type .nav .up:hover {
          background: url('/media/images/layout/work/clients_nav.png') 0 -16px no-repeat; }
        #page_work #contain #content .industry .nav .down:hover, #page_work #contain #content .style .nav .down:hover, #page_work #contain #content .process_type .nav .down:hover {
          background: url('/media/images/layout/work/clients_nav.png') -100px -16px no-repeat; }
    #page_work #contain #content .work_subnav {
      background: url('/media/images/layout/work/subnav.png') left top no-repeat;
      width: 826px;
      height: 30px;
      list-style: none; }
      #page_work #contain #content .work_subnav li {
        list-style: none;
        display: inline;
        width: 204px;
        height: 30px;
        line-height: 30px;
        float: left;
        background: none;
        padding: 0;
        margin: 0; }
        #page_work #contain #content .work_subnav li span, #page_work #contain #content .work_subnav li a {
          color: #054E7C;
          font-weight: bold;
          display: block;
          height: 100%;
          text-align: center; }
        #page_work #contain #content .work_subnav li a:hover, #page_work #contain #content .work_subnav li a.active, #page_work #contain #content .work_subnav li span.active {
          color: #fff;
          text-decoration: none; }
      #page_work #contain #content .work_subnav .clients {
        width: 207px; }
        #page_work #contain #content .work_subnav .clients a:hover, #page_work #contain #content .work_subnav .clients a.active {
          background: url('/media/images/layout/work/subnav.png') 0 -30px no-repeat; }
      #page_work #contain #content .work_subnav .industry a:hover, #page_work #contain #content .work_subnav .industry a.active {
        background: url('/media/images/layout/work/subnav.png') -207px -30px no-repeat; }
      #page_work #contain #content .work_subnav .process {
        width: 205px; }
        #page_work #contain #content .work_subnav .process a:hover, #page_work #contain #content .work_subnav .process a.active {
          background: url('/media/images/layout/work/subnav.png') -411px -30px no-repeat; }
      #page_work #contain #content .work_subnav .style {
        width: 209px; }
        #page_work #contain #content .work_subnav .style a:hover, #page_work #contain #content .work_subnav .style a.active {
          background: url('/media/images/layout/work/subnav.png') -616px -30px no-repeat; }
