/* Global */

body {
  font-family: 'Lucida Grande', 'Lucida Unicode', sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff url('../images/l-body.gif') repeat-x;
  color: #000;  
}

p, dl {
  font-size: 0.875em;
  margin: 1em 0;
}

.textarea ul {
  font-size: 0.875em;
  margin: 1em;
}

a {
  color: #000;
}

a:hover {
  color: #ccc;
}

h1 {
  font: normal 1.125em 'Lucida Grande', 'Lucida Unicode', sans-serif;
  margin: 0;
  color: #fff;
}

h1 {
  background: transparent url('../images/g-highlight-t.gif') no-repeat scroll;    
  display: block;
  float: left;
  margin:0;
  padding-bottom: 20px; /* sliding doors padding */
  width: 640px;
}

h1 span {
  background: #fff url('../images/g-highlight-b.gif') no-repeat left bottom;
  display: block;
  padding: 1px 20px 20px 20px;
  margin: 16px 0 0 0;  
}

h2 {
  font-size: 1.0675em;
}

h3 {
  font-size: 0.9375em;
  color: #696969;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.right {
  margin: 0 0 0 20px;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

dl dt {
  font-weight: bold;
  margin: 0.5em 0;
}

dl.row dt {  
  float: left;
  width: 4em;
  margin: 0;
}

dl.row dd {
  margin: 0 0 0 5em;
}

dl li {
  font-size: 1em;
  list-style: square;
}

/* Layout */

#constrain {
  width: 935px;
  background: transparent url('../images/l-page-home.gif') no-repeat;
  margin: 0 auto;
  padding: 0 0 0 90px;
}

#solutions #constrain { background: transparent url('../images/l-page-solutions.gif') no-repeat; }
#portfolio #constrain { background: transparent url('../images/l-page-portfolio.gif') no-repeat; }
#about #constrain     { background: transparent url('../images/l-page-about.gif') no-repeat; }
#contact #constrain   { background: transparent url('../images/l-page-contact.gif') no-repeat; }

#content-wrapper {
  background: transparent url('../images/l-body-kiln.gif') no-repeat top right;
  padding: 0 215px 0 0;
}

#content {   
  min-height: 500px;
  background: #fff url('../images/l-shadow.gif') repeat-y;
  padding: 0;
}

#header {
  height: 120px;
}

#header a.logo {
  width: 142px;
  float: left;
  margin: 23px 0 0 0;
}

#header .logo img {
  display: block;
}

#language {
  float: right;
  margin: 0 40px 0 0;
} 

  /* Main Top Navigation */
  
  #topnav {
    float: left;
    width: 578px;
    background: transparent url('../images/l-topnav.gif') repeat-x;
    line-height: 60px;
    margin: 25px 0 0 0;    
  }
  
  #topnav ul {
    background: transparent url('../images/l-topnav-r.gif') no-repeat top right;
    width: 578px;
    height: 60px;
  }
  
  #topnav li {
    display: inline;
    list-style: none;
    color: #fff;
    font-size: 1.125em;
  }
  
  #topnav a {
    display: block;
    float: left;
    height: 60px;    
    text-decoration: none;
    color: #fff;
    font-size: 0.9375em;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #topnav a.topnav-home      { background: transparent url('../images/l-topnav-home.gif') no-repeat ; width: 78px; }
  #topnav a.topnav-solutions { background: transparent url('../images/l-topnav-solutions.gif') no-repeat ; width: 124px; }
  #topnav a.topnav-portfolio { background: transparent url('../images/l-topnav-portfolio.gif') no-repeat ; width: 126px; }
  #topnav a.topnav-about     { background: transparent url('../images/l-topnav-about.gif') no-repeat ; width: 88px; }
  #topnav a.topnav-contact   { background: transparent url('../images/l-topnav-contact.gif') no-repeat ; width: 110px; }
  
  #topnav a.topnav-solutions-it { background: transparent url('../images/l-topnav-solutions-it.gif') no-repeat ; width: 124px; }
  #topnav a.topnav-about-it     { background: transparent url('../images/l-topnav-about-it.gif') no-repeat ; width: 88px; }
  #topnav a.topnav-contact-it   { background: transparent url('../images/l-topnav-contact-it.gif') no-repeat ; width: 110px; }
  
  #topnav a span {
    display: none;
  }
  
  #topnav a:hover {
    background-position: bottom left;
  }
  
  #home #topnav a.topnav-home { background-position: bottom left; }
  #solutions #topnav a.topnav-solutions { background-position: bottom left; }
  #portfolio #topnav a.topnav-portfolio { background-position: bottom left; }
  #about #topnav a.topnav-about { background-position: bottom left; }
  #contact #topnav a.topnav-contact { background-position: bottom left; }
  
#content .textarea {
  padding: 0 40px 20px 40px;
}

#footer {
  background: #000 url('../images/l-footer.gif') repeat-x left bottom;
  color: #fff;
  font-size: 0.9375em;
  height: 60px;
  padding: 10px 40px 0 40px;
}

#footer li {
  list-style: none;
  display: inline;
  line-height: 1.5em;
  margin: 0 10px 0 0;
}

/* Content */

  /* Highlights */
  
  .highlight {
    width: 176px;
    height: 206px;
    display: block;
    float: left;
    padding: 80px 10px 20px 10px;    
    margin: 20px 26px 20px 0;
  }
  
  .highlight p {
    margin: 10px;
  }
  
  .highlight a {
    font-style: italic;
    text-decoration: none;
    color: #696969;    
  }
  
  .highlight a:hover {
    color: #ddae00;
  }
  
  .h-web   { background: transparent url('../images/g-highlight-web.gif') no-repeat; }
  .h-print { background: transparent url('../images/g-highlight-print.gif') no-repeat; }
  .h-brand { background: transparent url('../images/g-highlight-brand.gif') no-repeat; margin-right: 0; }
    
  .h-standard {
    padding: 20px 10px;
  }
  
  .cta {
    width: 196px;
    background: #ddae00 url('../images/g-cta-t.gif') no-repeat;
    padding: 18px 0 0 0;
    margin: 0 26px 20px 0;
    float: left;
  }
  
  .cta.right {
    margin-left: 20px;
    float: right;
  }
  
  .cta a {
    text-decoration: none;
    display: block;
  }
  
  .cta-b {
    display: block;
    width: 196px;
    background: #ddae00 url('../images/g-cta-b.gif') no-repeat scroll bottom left;
    padding: 0 0 22px 0;        
  }
      
  .cta a:hover {
    color: #fff;
  }
  
  .cta p {
    margin: 1em 20px;
  }
  
  .cta h2 {
    margin: 0 20px 20px 20px;
  }
  
  .cta.last {
    margin-right: 0;
  }
  
  .cta-fixed .cta-t {
    height: 510px;
  }
  
  .cta-fixed img {
    margin: 0 0 0 14px;
  }
  
  .cta-simple {
    margin: 0;
  }
  
  .cta-simple a {
    padding: 0 15px;
  }
  
  .cta-simple span {
    font-size: 0.875em;
  }
    
  /* Buttons */
  
  a.button-cta {
    padding: 0;
    background: #ddae00 url('../images/g-button-cta-r.gif') no-repeat scroll top right;
    line-height: 44px;
    float: left;
  }
  
  a.button-cta span {
    background: #ddae00 url('../images/g-button-cta-l.gif') repeat-x;
    line-height: 44px;
    display: block;
    float: left;
    height: 44px;
    padding: 0 5px;
  }
  
  a:hover.button-cta {
    background-position: bottom right;
    color: #000;
  }
  
  a:hover.button-cta span {
    background-position: bottom left;
  }
  
.column {
  width: 300px;
  float: left;
  margin: 20px 20px 20px 0;
}

.column img {
  border: #696969 solid 1px;
}

  /* Portfolio */
    
  .portfolio {
    float: left;
    width: 640px;
    background: transparent url('../images/l-portfolio-title.gif') no-repeat;
  }
  
  .portfolio a {
    font-style: italic;
    text-decoration: none;
    color: #696969;    
  }
  
  .portfolio a:hover {
    color: #ddae00;
  }
  
  .portfolio h2 {
    padding: 0 20px;
    line-height: 55px;
    margin: 0;
  }
  
  .portfolio-nav ul {    
    height: 55px;
    margin: 0 0 25px 0;
    padding: 0;
  }
  
  .portfolio-nav li {
    display: inline;
    list-style: none;
    color: #fff;
    font-size: 1.125em;
  }
  
  .portfolio-nav a {
    display: block;
    float: left;
    height: 34px;    
    text-decoration: none;
    color: #fff;
    font-size: 0.9375em;
    text-transform: uppercase;
    font-weight: bold;
    width: 88px;
    margin: 0 4px 0 0;
  }
  
  .portfolio-nav a.topnav-brand  { background: transparent url('../images/l-topnav-brand.gif') no-repeat ; }
  .portfolio-nav a.topnav-web    { background: transparent url('../images/l-topnav-web.gif') no-repeat ; }
  .portfolio-nav a.topnav-print  { background: transparent url('../images/l-topnav-print.gif') no-repeat ; }
  
  .portfolio-nav a span {
    display: none;
  }
  
  .portfolio-nav a:hover, .portfolio-nav a.current {
    background-position: bottom left;
  }
  
  /* Testimonial */
  
  #content p.testimonial {
    font-size: 0.75em;
    padding: 10px;
    background: #eee url('../images/g-quote.gif') no-repeat 4px 4px;
    width: 260px;
  }