  /* global
  *************************************/
  * {
    margin: 0;
    padding: 0;
  }
  body {
    color: #888;
    font-family: arial, helvetica, sans-serif;
  }
  a:link, a:hover, a:visited, a:active {
    color: #888;
    text-decoration: none;
  }
  a:hover {
    color: #FE5815;
  }
  img {
    border: none;
  }
  img.icon { vertical-align: middle; }
  h1, h2, h3, h4, p {
    margin: 20px 0;
  }
  ul {
    list-style: none;
  }
  .bold {
    color: #555;
    font-size: 12px;
    font-weight: bold;
  }
  .indent {
    padding-left: 15px;
  }
  .horizontal-line {
    margin: 10px 0;
    height: 1px;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #ccc;
  }
  .button {
    padding: 1px 2px;
    color: #888;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #f2f2f2;
  }
  
  /* slideshow
  *************************************/
  .slideshow-nav {
    margin-bottom: 5px;
    overflow: hidden;
  }
  .slideshow-nav.multi-line {
    margin: 7px 0;
    padding-top: 7px;
    border-top: 1px solid #ccc;
  }
    .slideshow-nav li {
      display: inline;
      color: #555;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
    }
      .slideshow-nav li a {
        font-size: 14px;
        text-transform: uppercase;
      }
  .slideshow {
    position: relative;
    clear: both;
    width: 600px;
    height: 290px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
    #slideshow-loading-indicator {
      position: absolute;
      right: 20px;
      bottom: 20px;
      text-align: right;
    }
      #slideshow-loading-indicator h4 {
        margin: 0 0 4px 0;
        font-size: 12px;
        font-weight: bold;
      }
    #slideshow-strip {
      width: 9999px;
      height: 290px;
      font-size: 12px;
      overflow: hidden;
      visibility: hidden;
    }
      #slideshow-strip li {
        float: left;
        width: 600px;
        height: 290px;
        overflow: hidden;
      }
      #slideshow-strip p {
        padding-right: 15px;
        padding-left: 75px;
      }
      #slideshow-strip p.bottom {
        position: relative;
        margin: 2px 0 0 0;
        padding: 0;
        height: 65px;
        background: #252525;
      }
        #slideshow-strip p.bottom span {
          position: absolute;
          bottom: 10px;
          left: 20px;
          width: 560px;
          color: #fff;
          font-size: 20px;
        }
        #slideshow-strip p.bottom span.center {
          text-align: center;
        }
  /* --slideshow */
  
  /* --global */
  
  #container {
    margin: 0 auto;
    width: 865px;
  }
  
    /* header
    *************************************/
    #header {
      position: relative;
      height: 111px;
      background: transparent url(/images/ia_studio_header_clean.jpg) no-repeat 0 0;
    }
      #home-link, #portfolio-link, #trends-link, #profile-link {
        display: block;
        position: absolute;
        top: 0px;
        padding-left: 4px;
        height: 80px;
        color: #fff;
        font: 12px verdana;
      }
      #home-link {
        left: 0px;
        width: 300px;
      }
      #portfolio-link {
        right: 242px;
        width: 115px;
        background: #fff url(/images/portfolio_bk.jpg) no-repeat 0 0;
      }
      #portfolio-link.active {
        background: #fff url(/images/portfolio_bk_active.jpg) no-repeat 0 0;
      }
      #trends-link {
        right: 120px;
        width: 117px;
        background: #fff url(/images/trends_bk.jpg) no-repeat 0 0;
      }
      #trends-link.active {
        background: #fff url(/images/trends_bk_active.jpg) no-repeat 0 0;
      }
      #profile-link {
        right: 0px;
        width: 115px;
        background: #fff url(/images/profile_bk.jpg) no-repeat 0 0;
      }
      #profile-link.active {
        background: #fff url(/images/profile_bk_active.jpg) no-repeat 0 0;
      }
        #portfolio-link.active span,
        #trends-link.active span,
        #profile-link.active span {
          position: relative;
          top: 47px;
        }
        #header span {
          display: block;
        }
    /* --header */
    
    /* content
    *************************************/
    #content {
      overflow: hidden;
    }
      #content-left {
        float: left;
        padding: 0 10px;
        width: 602px;
        height: 587px;
        border-left: 1px solid #4D4D4D;
        border-right: 1px solid #4D4D4D;
      }
        #content-left-resizer {
          visibility: hidden;
        }
      #content-right {
        float: right;
        padding: 0 10px;
        width: 220px;
        height: 587px;
        border-right: 1px solid #FE5815;
      }
        #content-right h4 {
    	    margin: 48px 10px 0 0;
    	    color: #555;
    	    font-size: 12px;
    	    font-weight: normal;
    	    text-transform: uppercase;
    	    text-align: right;
    	  }
        #content-right .rollover {
  	      display: block;
  	      height: 66px;
  	    }
    	  /* portfolio right menu
        *************************************/
    	  #content-right ul.portfolio-right-menu {
          margin: 0 10px 40px 25px;
    	    width: 185px;
    	  }
      	  #content-right ul.portfolio-right-menu li {
      	    display: inline;
      	  }
        	  #content-right ul.portfolio-right-menu li a {
        	    position: relative;
        	    display: block;
        	    margin-bottom: 4px;
        	    height: 30px;
        	    color: #fff;
        	    font-size: 12px;
        	    text-align: right;
        	    text-transform: uppercase;
        	    background: #666666 url(/images/ia_studio_menu_dot.jpg) no-repeat 5px 7px;
        	  }
        	  #content-right ul.portfolio-right-menu li a.active {
        	    background: #5a5a5a url(/images/ia_studio_menu_dot_over.jpg) no-repeat 5px 7px;
        	  }
        	  #content-right ul.portfolio-right-menu li a:hover {
        	    background: #5a5a5a url(/images/ia_studio_menu_dot_over.jpg) no-repeat 5px 7px;
        	  }
              #content-right ul.portfolio-right-menu li a span {
                position: absolute;
                right: 0px;
                bottom: 0px;
                padding: 0 4px 0 0;
                width: 160px;
                padding-top: 2px;
                cursor: pointer;
              }
        /* --portfolio right menu */
        /* trends right menu
        *************************************/
        #content-right p.trends {
          margin: 180px 0 10px 35px;
    	    width: 184px;
    	    color: #777;
    	    font-size: 12px;
    	  }
      	  #content-right p.trends strong {
      	    font-size: 14px;
      	  }
        #content-right ul.trends-right-menu {
          margin: 0 0 20px 35px;
    	    width: 184px;
    	  }
    	    #content-right ul.trends-right-menu li {
    	      display: inline;
    	    }
    	      #content-right ul.trends-right-menu li a {
      	      margin-bottom: 8px;
      	    }
    	      #content-right ul.trends-right-menu li a.collaboration {
      	      background: url(/images/collaboration_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.collaboration:hover {
      	      background: url(/images/collaboration_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.people {
      	      background: url(/images/people_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.people:hover {
      	      background: url(/images/people_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.sustainability {
      	      background: url(/images/sustainability_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.sustainability:hover {
      	      background: url(/images/sustainability_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.technology {
      	      background: url(/images/technology_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.trends-right-menu li a.technology:hover {
      	      background: url(/images/technology_menu_over.jpg) no-repeat 0 0;
      	    }
        /* --trends right menu */
        /* profile right menu
        *************************************/
        #content-right #profile-right-menu-top {
          margin: 0 0 75px 35px;
        }
        #content-right h5.profile {
          margin: 20px 0 10px 0;
          font-size: 12px;
          text-align: right;
          text-transform: uppercase;
    	  }
    	  #content-right p.profile {
          margin: 0 0 10px 35px;
    	    width: 184px;
    	    color: #777;
    	    font-size: 12px;
    	    text-align: justify;
    	  }
        #content-right ul.profile-right-menu {
          margin: 0 0 20px 35px;
    	    width: 184px;
    	  }
    	    #content-right ul.profile-right-menu li {
    	      display: inline;
    	    }
    	      #content-right ul.profile-right-menu li a {
      	      margin-bottom: 3px;
      	    }
    	      #content-right ul.profile-right-menu li a.who {
      	      background: url(/images/who_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.who:hover {
      	      background: url(/images/who_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.team {
      	      background: url(/images/team_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.team:hover {
      	      background: url(/images/team_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.learn {
      	      background: url(/images/learn_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.learn:hover {
      	      background: url(/images/learn_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.know {
      	      background: url(/images/know_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.know:hover {
      	      background: url(/images/know_menu_over.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.create {
      	      background: url(/images/create_menu.jpg) no-repeat 0 0;
      	    }
      	    #content-right ul.profile-right-menu li a.create:hover {
      	      background: url(/images/create_menu_over.jpg) no-repeat 0 0;
      	    }
        /* --profile right menu */
    /* content */
    
    /* pages
    *************************************/
    /* index page
    *************************************/
    #enter {
      position: relative;
      margin: 30px 0 5px 30px;
      width: 424px;
      height: 302px;
      text-align: right;
      background: url(/images/ias_home.jpg);
    }
      #index-email {
        position: absolute;
        top: 100px;
        right: 34px;
      }
      #index-phone {
        position: absolute;
        top: 120px;
        right: 34px;
      }
      #enter-button {
        position: absolute;
        top: 270px;
        right: 34px;
        color: #444;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
      }
      #enter-button:hover {
        color: #FF3300;
      }
    /* --index */
    
    /* home page
    *************************************/
    #home-articles-and-text {
      float: right;
      margin: 0 0 20px 0;
      overflow: hidden;
    }
      #home-articles {
        float: left;
        margin-right: 7px;
        padding-top: 68px;
        width: 320px;
      }
        #home-articles p,
        #home-intro-text p {
          color: #777;
          font-size: 12px;
        }
        #home-articles p {
          margin: 0;
          text-align: right;
        }
        #home-intro-text p {
          margin: 3px 0;
          line-height: 17px;
        }
      #home-intro-text {
        float: left;
        padding-left: 7px;
        width: 265px;
        border-left: 1px solid #ccc;
      }
    /* -- home page */
    
    /* profile page
    *************************************/
    .horizontal-line.profile {
      margin: 280px 0 10px 0;
    }
    dl.profile {
      float: left;
      width: 300px;
      font-size: 12px;
      overflow: hidden;
    }
      dl.profile dt,
      dl.profile dd {
        float: left;
      }
      dl.profile dt {
        margin-right: 7px;
        color: #bbb;
        font-size: 14px;
        font-weight: bold;
        text-transform: lowercase;
      }
      dl.profile dd {
        padding-left: 7px;
        width: 235px;
        border-left: 1px solid #ccc;
      }
        dl.profile dd p {
          margin: 0;
        }
          dl.profile a {
            color: #555;
            font-weight: bold;
          }
          dl.profile a:hover {
            color: #FE5815;
          }
    /* --profile page */
    
    /* team page
    *************************************/
    #contact-form fieldset {
      border: none;
      font-size: 13px;
    }
      #contact-form fieldset p {
        margin-top: 0;
      }
      label {
        display: block;
        float: left;
        margin-right: 10px;
        width: 100px;
        text-align: right;
      }
      input {
        margin-bottom: 3px;
      }
      .button.team {
        margin: 4px 0 0 110px;
      }
      /* REMOVE THIS RULE WHEN MAIL IS ACTIVATED */
      .horizontal-line.team {
        margin: 250px 0 10px 0;
      }
      /* --REMOVE THIS RULE WHEN MAIL IS ACTIVATED */
    .team-member-info { 
      clear: both;
      margin-bottom: 17px;
      font-size: 13px;
      overflow: hidden;
    }
      .team-member-info img {
        float: left;
        margin-right: 15px;
      }
      .team-member-info a {
        color: #555;
        font-size: 14px;
        font-weight: bold;
        text-transform: lowercase;
      }
      .team-member-info a:hover {
        color: #FE5815;
      }
        .team-member-info a span {
          color: #888;
          font-size: 12px;
          font-weight: normal;
        }
        .team-member-info ul li {
          margin: 2px 0;
        }
    /* --team page */
    /* --pages */
    
    /* footer
    *************************************/
    #footer {
      font-size: 12px;
    }
      #footer a {
        color: #999;
      }
      #footer a:hover {
        color: #444;
      }
      #footer-left {
        float: left;
        padding-top: 20px;
        width: 622px;
        height: 17px;
        border-left: 1px solid #4D4D4D;
        border-right: 1px solid #4D4D4D;
      }
      	#footer-map {
          float: left;
          margin-left: 4px;
        }
        #footer-phone-and-social {
          float: right;
          margin-right: 4px;
        }
          #footer-phone-and-social img.icon { margin-top: -14px; }
          #footer-left a span {
            color: #FE5815;
            visibility: hidden;
          } 
          #footer-left a:hover span {
            visibility: visible;
          }
      #footer-right {
        float: right;
        padding-top: 20px;
        width: 240px;
        height: 17px;
        border-right: 1px solid #FE5815;
      }
        #footer-email {
          float: right;
          margin-right: 4px;
        }
          #footer-right a span {
            color: #FE5815;
            visibility: hidden;
          }
          #footer-right a:hover span {
            visibility: visible;
          }
    /* -- footer */
    