body {
    background: url(../graphics/background.jpg) repeat #eee;
    overflow-x: hidden;
}
a:link {
    text-decoration: none;
    color: #777;
}
a:hover {
    text-decoration: none;
    color: #ff7106;
}
a:visited {
    text-decoration: none;
    color: #777;
}
a:focus {
    text-decoration: none;
    color: #ff7106;
}
.header {
    z-index: 99;
    padding-right: 10px;
}
.logo { float: left }
.logo_footer {
    float: left;
    margin-right: 20px;
}
.footer_navigation { float: right }
.footer_navigation li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #222;
}
.footer_navigation li:last-child { border: 0 }
.footer_navigation a {
    font-family: 'TitilliumText22LRegular', arial;
    font-size: 14px;
    color: #333;
}
.footer_navigation a:hover { color: #555 }
.navigation {
    float: left;
    width: 500px;
    margin-left: 25px;
    margin-top: 20px;
}
.navigation li {
    float: left;
    border-right: 1px solid #ccc;
}
.navigation li:last-child { border: 0 }
.navigation a {
    color: #555555;
    font-family: 'TitilliumText22LRegular', arial;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 1px 0 #fff;
}
.navigation a:hover { color: #ff7106 }
.billboard_index {
    height: 450px;
    position: relative;
    width: 1200px;
    clear: both;
}
.billboard {
    height: 450px;
    position: relative;
    width: 1100px;
    overflow: hidden;
    float: left;
    clear: both;
}
.billboard .picture {
    position: relative;
    z-index: 1;
}
.billboard .title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 500px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.70);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}
.billboard .title h1 {
    color: #fff;
    line-height: 50px;
    font-size: 48px;
    letter-spacing: -2px;
    text-shadow: 0 -1px 0 #000;
}
.billboard .title p {
    color: #aaa;
    font-family: 'TitilliumText22LLight', arial;
    font-size: 22px;
    font-weight: 100;
}
h1 {
    font-family: 'TitilliumText22LLight', arial;
    font-size: 36px;
    letter-spacing: -1px;
    color: #ff7106;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
}
h2 {
    font-family: 'TitilliumText22LRegular', arial;
    font-size: 21px;
    color: #555;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 10px;
}
.bottom h1 { text-shadow: 0 -1px 0 #222 }
.content {
    width: 1060px;
    background: url(../graphics/background.jpg) repeat #eee;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    clear: both;
}
.container {
    width: 45%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.container3 {
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.container4 {
    width: 34%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    padding-bottom: 30px;
}
.full_container {
    width: 100%;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.bottom {
    background: #444;
    padding: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}
.bottom h2 { color: #999 }
.footer {
    background: #000;
    padding: 40px;
    padding-top: 25px;
}
.footer p {
    font-size: 12px;
    color: #333;
    text-transform: capitalize;
    line-height: 17px;
    float: left;
}
.infiniteCarousel {
    position: relative;
    height: 450px;
}
.infiniteCarousel .wrapper {
    width: 1100px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    height: 450px;
    position: absolute;
    top: 0;
}
.infiniteCarousel ul a img { }
.infiniteCarousel .wrapper ul {
    width: 1100px; /* single item * n */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.infiniteCarousel ul li {
    display: block;
    float: left;
    height: 450px;
    width: 1100px;
    overflow: hidden;
    position: relative;
}
.infiniteCarousel ul li img {
    position: absolute;
    z-index: 0;
    border-bottom: 2px solid #ddd;
}
.infiniteCarousel ul li h1 {
    z-index: 2;
    text-shadow: 0 -1px 0 #000;
}
.infiniteCarousel ul li a img { display: block }
.infiniteCarousel .arrow {
    display: block;
    height: 146px;
    margin-top: 160px;
    width: 74px;
    background: url(../graphics/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    outline: 0;
    z-index: 10;
}
.infiniteCarousel .forward {
    background-position: top;
    right: 0;
}
.infiniteCarousel .back {
    background-position: 0px 0;
    left: 0;
    display: none;
}
.infiniteCarousel .forward:hover { background-position: bottom }
.infiniteCarousel .back:hover { background-position: 0 -130px }
.infiniteCarousel .desc h1 {
    color: #fff;
    letter-spacing: -2px;
    line-height: 50px;
    font-size: 48px;
}
.infiniteCarousel .desc p { color: #aaa }
.infiniteCarousel .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    max-width: 500px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.70);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}
.infiniteCarousel .img { z-index: 0 }
.quote_left {
    float: left;
    width: 350px;
    margin: 20px;
    margin-left: 0;
    margin-top: 0;
}
.quote_right {
    float: right;
    width: 350px;
    margin: 20px;
    margin-right: 0;
    margin-top: 0;
}
.quote_right h2,
.quote_right h2 { color: #444 }
.mask {
    background: url(../graphics/mask.jpg) no-repeat top left;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.project_navigation {
    float: left;
    margin-left: 1053px;
    margin-top: 464px;
    position: absolute;
    z-index: 10;
}
.project_navigation a {
    font-family: 'TitilliumText22LLight', arial;
    font-size: 12px;
    line-height: 73px;
}
.next {
    display: none;
    background: url(../graphics/next.jpg) no-repeat top left;
    height: 73px;
    padding-left: 80px;
    text-indent: -9999px;
}
.next:hover {
    text-indent: 0;
    background-position: bottom left;
}
.previous {
    display: none;
    margin-top: 70px;
    background: url(../graphics/previous.jpg) no-repeat top left;
    height: 73px;
    padding-left: 80px;
    text-indent: -9999px;
}
.previous:hover {
    text-indent: 0;
    background-position: bottom left;
}
.project_navigation a:hover { color: #999 }
.index {
    margin-top: 0px;
    background: url(../graphics/back.png) no-repeat top left;
    height: 50px;
    width: 150px;
}
.index a {
    padding-left: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    font-size: 30px;
    text-shadow: 0 1px 0 #FFF;
}
.index a:hover { color: #ff7106 }
.footer_wrapper { width: 1075px }
.year_divider h1 {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
.category_divider {
    width: 200px;
    margin-right: 25px;
    float: left;
}
.project_list {
    margin-bottom: 50px;
    border-left: 1px solid #ccc;
    padding-left: 25px;
    overflow: hidden;
    float: left;
    width: 800px;
}
.project_list ul {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.project_list h2 {
    clear: both;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.project_list li {
    float: left;
    width: 33%;
    list-style: square inside;
    color: #CCC;
    margin-bottom: 10px;
}
.project_list a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
.project_list a:hover { color: #ff7106 }
.notification_error {
    height: auto;
    text-align: left;
    font-family: 'TitilliumText22LRegular', Arial;
    font-size: 12px;
    font-weight: 100;
    color: #999;
    line-height: 18px;
    margin: 3px;
    background: #111;
    width: 175px;
    padding: 12px;
    border-radius: 5px;
}
#note { float: left }
.notification_ok {
    background: url(../graphics/check.png) no-repeat left top;
    height: auto;
    text-align: left;
    font-family: 'TitilliumText22LRegular', Arial;
    font-size: 16px;
    font-weight: 100;
    color: #999;
    padding-left: 55px;
    padding-bottom: 20px;
}
.info_fieldset { border: 1px #dddddd solid }
.info_fieldset legend {
    border: 1px #dddddd solid;
    color: black;
    font: 12px Verdana;
    padding: 2px 5px 2px 5px;
}
.button {
    width: 150px;
    border: 0;
    background: #999;
    color: #fff;
    padding: 7px;
    font-family: 'TitilliumText22LRegular', Arial;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
#fields {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.button:hover { background: #F60 }
/* Label */
label {
    width: 60px;
    margin-bottom: 5px;
    float: left;
    text-align: left;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #777;
}
/* Input, Textarea */
input,
textarea {
    width: 457px;
    border: 0;
    padding: 10px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    background: #ccc;
    margin-bottom: 10px;
}
input:focus,
textarea:focus { background: #aaa }
/* BR */
br { clear: left }
.normal_button {
    width: 120px;
    background: #999;
    padding: 7px;
    font-family: 'TitilliumText22LRegular', Arial;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: block;
}
.normal_button a { color: #fff }
.normal_button:hover { background: #F60 }
.news li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.news li:last-child { border: 0 }
.news .date {
    float: left;
    margin-right: 10px;
    background: #ccc;
    height: 20px;
    width: 75px;
    text-align: center;
}
.news .date p {
    font-size: 10px;
    color: #fff;
}
.news .desc {
    float: left;
    width: 390px;
}
.thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.thumb img { border: 3px solid #ccc }
.thumb img:hover { border: 3px solid #ff7106 }
.bottom .text {
    float: left;
    width: 300px;
    margin-right: 50px;
    background: url(../graphics/discussion.jpg) no-repeat center center;
}
.bottom .columns {
    float: left;
    text-align: center;
    width: 240px;
    height: 140px;
}
.bottom .columns h2 { margin-top: 5px }
.bottom .columns .icon {
    height: 70px;
    padding-top: 10px;
}
.bottom .border { border-right: 1px solid #555 }
.portfolio {
    padding: 40px;
    overflow: hidden;
    padding-bottom: 30px;
    background: url(../graphics/portfolio.jpg) no-repeat left center #0099cb;
}
.portfolio h1 {
    color: #FFF;
    text-shadow: 0 -1px 0 #069;
}
.portfolio p { color: #ddd }
.number {
    font-family: 'TitilliumText22LRegular', Arial;
    font-size: 100px;
    color: #ccc;
    padding-bottom: 15px;
    position: absolute;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    text-shadow: 0 1px 0 #fff;
}
.box {
    width: 300px;
    height: 150px;
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box h2 {
    color: #0099CB;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 100px;
    text-shadow: 0 1px 0 #FFFFFF;
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);*/
}
.box li {
    padding-left: 100px;
    list-style: disc inside;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #777;
}
.services {
    padding: 40px;
    overflow: hidden;
    padding-bottom: 30px;
    background: url(../graphics/services.jpg) center center no-repeat #bbb;
}
.services h1 {
    color: #444;
    text-shadow: 0 1px 0 #eee;
}
.services p { color: #666 }
.services h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    text-shadow: 0 1px 0 #ccc;
    color: #444;
}
.services .text {
    float: left;
    width: 250px;
    margin-right: 10px;
}
.services li {
    float: left;
    text-align: center;
    width: 100px;
}

.services li img {
width:80px;
height:80px;
}

.note { font-size:12px;}