* { padding: 0; margin: 0 }

body {
    font: 18px "Trebuchet MS", sans-serif;
    padding: 8px 0 0 0;
    color: #404040;
}

#subheader p { font-size: 100%; margin: 0 0 0 0; line-height: 1.3;   }

#content p { 
    margin: 0.7em 0 ;
    line-height: 1.5;
}

#content h4 {
    font-size: 110%;
    font-weight: bold;
}
#content ul {
    margin: 1em 0;
    padding-left: 2em;
}

#content ul li {
    line-height: 1.5;
    list-style-type: none;
    background: url(../images/list-item.png) left top no-repeat;
    padding-left: 20px;
}
#content h1 {
    color: #436bad;
    font-size: 140%;
    margin: 0.5em 0 1em;
}

h3 {
    color: #c2c35c;
    font-weight: bold;
    font-size: 120%;
    margin: 0.7em 0 0 0;
}

a {
    color: #db6602;
}

a:hover {
    background-color: #db6602;
    color: white;
}
a.more {
    text-decoration: none;
    background: url(../images/orange-arrow.gif) 0px 2px no-repeat;
    padding-left: 10px;
}

a.more:hover {
    background: url(../images/orange-arrow.gif) 0px 2px no-repeat;
    color: #f47402;
    text-decoration: underline;
}

#langs {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    font-size: 70%;
    min-width: 770px;
    max-width: 1000px;
}
#langs a {
    color: #999897;
    text-decoration: none;
}

#langs a:hover {
    color: #db6602;
    text-decoration: underline;
}

#en {
    background: url(../images/en.png) left no-repeat;
    padding-left: 20px; 
}

#bg {
    background: url(../images/bg.png) left no-repeat;
    padding-left: 20px;
}
#header #logo {
    display: table-cell;
    width: 191px;
}
#header {
    height: 87px;
    display: table;
    margin: 0 auto;
    width: 80%;
    min-width: 770px;
    max-width: 1000px;
}

#header img {
    display: block;
}

#header-inner { display: table-row; }
#nav {
    display: table-cell;
    vertical-align: middle;
    min-width: 570px;
}

#nav  ul {
    display: block;
    /*margin: 0 auto;*/
    float: right;
    list-style-type: none;
}

#nav li {
    float: left;
}
a b {
    display: block;
}

#nav a {
    font: 70% "Trebuchet MS", sans-serif;
    display: block;
    color: #436bab;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid white;
}

#nav a:hover {
    color: #db6602;
    background: transparent;
}
#nav a.cur { 
    background: #436bab url(../images/a-cur-grad.gif) 0 0  repeat-x; 
    color: white
}

#nav a.cur:hover  {
    border: 0;
 background: #436bab url(../images/a-cur-grad.gif) 0 0  repeat-x; 
    color: white;
}
#nav a.cur b.tl { background: url(../images/a-cur-tl.gif) top left no-repeat; }
#nav a.cur b.tr { background: url(../images/a-cur-tr.gif) top right no-repeat; }
#nav a.cur b.bl { background: url(../images/a-cur-bl.gif) bottom left no-repeat; }
#nav a.cur b.br { background: url(../images/a-cur-br.gif) bottom right no-repeat; }

#nav a b.inner {
    padding: 0.5em 0.5em;
    vertical-align: middle;
}

#subheader {
    background: url(../images/header-grad.gif) repeat-x;
}

#subheader .heading {
    width: 80%;
    min-width: 770px;
    max-width: 1000px;
    margin: 0 auto;
    background: url(../images/freshly.gif) bottom left no-repeat;
    height: 192px;
    text-align: left;
    color: white;
}

#subheader .heading div {
    padding: 2em ;
    padding-left: 29%;
}


#content {
    width: 80%;
    margin: 0 auto;
    min-width: 770px;
    max-width: 1000px;
    font-size: 75%;
}

#left, #right, #middle { float: left; min-height: 1px }

#left, #right {
    padding: 3em 1% 1% 1%;
    width: 26%;
}

#right { padding-top: 0 }

#textsize {
    height: 2.3em;
    text-align: right;
}

#textsize img {
    display: inline;
    margin-left: 5px;
    cursor: pointer;
}
#middle {
    padding: 0 1% 1% 1%;
    width: 42%;
}

#location { 
    text-align: left;
    height: 2.3em;
    line-height: 2.4em;
    color: #bfbfbf;
    font-size: 90%;
}

#location a {
    color: #bfbfbf;
    text-decoration: none;
}

#location a:hover {
    color: #db6602;
    background: transparent;
    text-decoration: underline;
}
#search-ct #q-ct {
    padding-right: 55px;
}
#search-ct #q {
    width: 100%;
    border: 1px solid #dfe0e2;
    color: #666;
    display: block;
}
    

#search-ct #submit-ct {
    width: 49px;
    height: 19px;
    float: right;
}

.featured-ct {
    margin: 1em 0;
}

.featured-ct {
    background: #f9f9e9 url(../images/br.png) bottom right no-repeat;
}

.featured-ct .tr {
    background: url(../images/tr.png) top right no-repeat;
}

.featured-ct .tl {
    background: url(../images/tl.png) top left no-repeat;
}
.featured-ct .bl {
    background: url(../images/bl.png) bottom left no-repeat;
}
.featured {
    padding: 0.5em;
}
.featured h3 {
    color: #88877b;
    font-weight: bold;
    margin: 0 0 0.3em 0;
}

.featured p {
    color: #7c7c74;
}

#footer {
    height: 120px;
    background: url(../images/footer-grad.png) repeat-x;
    clear: both;
    font-size: 75%;
}

#footer .ct {
    width: 80%;
    margin: 0 auto;
    min-width: 770px;
    max-width: 1000px;

}
#footer address {
    color: #f9f9f7;
    padding-top: 40px;
    padding-right: 15px;
    background: url(../images/address.png) 0 40px  no-repeat;
    padding-left: 50px;
    float: right;
}

#footer span { 
    color: #737166;
}

#footer a {
    color: #f9f9f7;
}
#content-footer { margin-top: 2em; clear: both }
a.top {
    color: #999;
    background: url(../images/top.png) left no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    float: left;
    text-decoration: none;
}

a.top:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

a.print {
    color: #999;
    background: url(../images/print.png) left no-repeat;
    padding-left: 30px;
    line-height: 30px;
    float: right;
    text-decoration: none;
}

a.print:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

#paging {
    float: right;
    padding-right: 10px;
}

#paging a {
    color: #999;
    line-height: 30px;
}

#paging a.prev {
    background: url(../images/left.gif) left no-repeat;
    padding-left: 30px;
    text-decoration: none;
}

#paging a.next {
    background: url(../images/right.gif) left no-repeat;
    padding-left: 30px;
    text-decoration: none;
}

#paging a:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

#paging span {
    color: #436bad;
    font-weight: bold;
    padding-right: 10px;
    line-height: 30px;
    font-size: 90%;
}
.testimonial .featured {
    background: url(../images/testimonial.png) 96% 98% no-repeat;
    padding-bottom: 30px;
    text-align: left;
}

.testimonial .featured-ct { margin: 0 }
.testimonial { margin: 1em 0 }

.testimonial .quote {
    background: white url(../images/shite.png) top right no-repeat;
    padding: 0.4em;
}
.testimonial .quote .more { line-height: 1.8 }

.testimonial p {
    background: url(../images/opening-quotes.png) top left no-repeat;
    text-indent: 16px;
}

.testimonial span {
    background: url(../images/closing-quotes.png) bottom right no-repeat;
    padding-bottom: 2px;
}

.project img { 
    display: block; 
    margin: 0 auto;
}

.project .featured {;
    margin: 0 auto;
    background: url(../images/project.png) 96% 95% no-repeat;
}

.project img { width: 100% }
.project h4 {
    color: #a2a091;
}
.project .info {
    margin-top: 0.3em;
}

#contact label {
    min-height: 1px;
    width: 30%;
    float: left;
    display: block;
    line-height: 1.2em;
    clear: both;

}
#contact label.required {
    color: #db6602;
    font-weight: bold;
}
#contact div { margin-top: 0.2em; overflow: hidden }

#contact .textfield, #contact textarea {
    display: block;
    width: 69.5%;
    float: right;
    border: 1px solid #dfdfdf;
}

#contact .submit { display: block; }

.portfolio { overflow: hidden; margin: 1.5em 0 3em }
.portfolio img { float: left;  }
.portfolio div { padding-left: 130px }
.portfolio h3 { margin-top: 0 }

.ct { overflow: hidden; }

#portfolio img { display: block; margin: 0 auto; }

#approach {
    list-style-type: none;
}

#approach li  {
    padding: 6px 0 15px 35px;
}
#approach ul li { 
    padding: 0 0 0 20px;
    background: url(../images/appr-list-item.png) left no-repeat;
}
#approach .one {
    background: url(../images/one.png) top left no-repeat;
}

#approach .two {
    background: url(../images/two.png) top left no-repeat;
}

#approach .three {
    background: url(../images/three.png) top left no-repeat;
}

#approach .four {
    background: url(../images/four.png) top left no-repeat;
}

#approach .five {
    background: url(../images/five.png) top left no-repeat;
}

img.h {
    vertical-align:top;
    cursor: pointer;
    border: 2px solid #dddbd1;
}
.img-hover {
    border: 2px solid #da6703 !important
}

#content .expandable div {
    background-color: #fcfcf6;
    padding: 3px;
}

#content .expandable a {
    text-decoration: none
}
#content .expanded {
    color: #c2c35c !important;
    font-weight: bold !important;
    font-size: 100% !important;
 
}
