body {
    background: #fff url(../img/bg.jpg) repeat-x center 110px;
    color: #333;
    font-family: Georgia, "Times New Roman", "Trebuchet MS", serif;
    font-size: 16px;
    line-height: 24px;
}

a { color: #c00; text-decoration: none; padding: 0 .1em; }
a:hover { color: #000; background-color: #fff; }
p { padding: 10px 0; }
p.success {
    padding-left: 24px;
    color: #78ba2a;
    background: transparent url(../img/success.png) no-repeat left 13px;
}
p.error {
    padding-left: 24px;
    color: #c00;
    background: transparent url(../img/error.png) no-repeat left 13px;
}
label { cursor: pointer; }

hr.separator {
    height: 5px;
    background: transparent url(../img/separator.png) no-repeat center 0;
    margin: 10px 0;
}

form .form-text,
form .form-textarea {
    padding: 3px;
    font-family: Georgia, "Times New Roman", "Trebuchet MS", serif;
    font-size: 12px;
    color: #666;
    background-color: transparent;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
form .form-text:focus,
form .form-textarea:focus {
    color: #333;
    background-color: #ddd;
}
form .form-submit {
    padding: 7px 17px;
    margin-top: 10px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    background-color: #ddd;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
form .form-submit:hover {
    color: #333;
}

.container_24 .grid_17 {
    margin-left: 20px;
    width: 655px;
}
.container_24 .grid_17 .grid_10 {
    margin-left: 10px;
    width: 365px;
}
.container_24 .grid_17 .grid_13 {
    margin-left: 10px;
    width: 445px;
    position: relative;
}

#head {
    background: transparent url(../img/bg-dark-bottom.png) repeat-x center bottom;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
    #head .wrapper {
        height: 110px;
        background: #1f1f1f url(../img/bg-dark.jpg) repeat-x center bottom;
    }
    #head .container_24 {
        position: relative;
    }
    #head h1 {
        width: 259px;
        height: 90px;
        overflow: hidden;
        margin-top: 13px;
    }
    #head h1 a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        background: transparent url(../img/logo.png) no-repeat 0 0;
        color: #fff;
        font-size: 14px;
    }
    #head h1 a:hover {
        background: transparent url(../img/logo-hover.png) no-repeat 0 0;
    }
    #head h1 a span {
        position: absolute;
        left: -1000px;
    }
    ul#nav {
        float: right;
        margin-top: 15px;
    }
    ul#nav li {
        float: left;
        display: inline;
        margin-left: 20px;
        padding-left: 20px;
        background: transparent url(../img/nav-separator.png) no-repeat 0 2px;
    }
    ul#nav li.first {
        margin-left: 0;
        padding-left: 0;
        background: transparent none;
    }
    ul#nav li a {
        display: block;
        color: #666;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        background-color: transparent;
    }
    ul#nav li a:hover,
    ul#nav li a.active {
        color: #fff;
    }
    #hireus {
        position: absolute;
        right: 0;
        bottom: -75px;
        z-index: 1000;
    }
    #hireus a {
        background-color: transparent;
        padding: 0;
    }

#splash {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
}
    #splash h2 {
        width: 655px;
        height: 110px;
        overflow: hidden;
    }
    #splash h2 a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        background: transparent url(../img/splash.png) no-repeat 0 0;
        color: #000;
        font-size: 42px;
        line-height: normal;
    }
    #splash h2 a:hover {
        background: transparent url(../img/splash-on.png) no-repeat 0 0;
    }
    #splash h2 a span {
        position: absolute;
        left: -2000px;
    }
    #splash p {
        padding: 20px 0;
    }

#torso {
    margin-top: 50px;
    margin-bottom: 70px;
}
    #torso a {
        font-weight: bold;
    }
    h3#whoweare,
    h3#featuredworks {
        width: 270px;
        height: 23px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    #featuredworks-img a {
        background-color: transparent;
        padding: 0;
    }
    #featuredworks-img a img {
        padding: 5px;
        background-color: #666;
        width: 260px;
        height: 130px;
    }
    #featuredworks-img a:hover img {
        background-color: #333;
    }
    #featuredworks-desc p {
        padding-bottom: 0;
    }
    #featuredworks-desc strong a {
        color: #000;
        padding: 0;
        background-color: transparent;
    }
    #featuredworks-desc strong a:hover {
        color: #c00;
        text-decoration: underline;
        background-color: transparent;
    }
    h3#whoweare a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(../img/whoweare.png) no-repeat 0 0;
        position: relative;
        color: #000;
        font-size: 20px;
    }
    h3#whoweare a:hover {
        background: transparent url(../img/whoweare-on.png) no-repeat 0 0;
    }
    h3#featuredworks a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(../img/featuredworks.png) no-repeat 0 0;
        position: relative;
        color: #000;
        font-size: 20px;
    }
    h3#featuredworks a:hover {
        background: transparent url(../img/featuredworks-on.png) no-repeat 0 0;
    }
    h3#whoweare a span,
    h3#featuredworks a span {
        position: absolute;
        left: -1000px;
    }
    #torso h3.subtitle {
        margin-top: 20px;
        font-size: 20px;
        line-height: 32px;
    }
    h3#sayyourneeds {
        width: 270px;
        height: 29px;
        overflow: hidden;
        margin-bottom: 6px;
    }
    h3#sayyourneeds a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(../img/sayyourneeds.png) no-repeat 0 0;
        position: relative;
        color: #000;
        font-size: 20px;
    }
    h3#sayyourneeds a:hover {
        background: transparent url(../img/sayyourneeds-on.png) no-repeat 0 0;
    }
    h3#sayyourneeds a span {
        position: absolute;
        left: -1000px;
    }
    #torso .hi {
        color: #000;
        font-weight: bold;
    }
    #sidebar ul {
        margin: 10px 0;
    }
    #sidebar ul li a {
        color: #333;
        font-weight: normal;
        letter-spacing: 1px;
        border-bottom: dotted 1px #333;
    }
    #sidebar ul li a:hover {
        background-color: transparent;
        border-bottom: solid 1px #c00;
        color: #c00;
    }
    #torso .work {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #torso form .form-item {
        margin-top: 10px;
    }
    #torso form .grid_4 {
        text-align: right;
    }
    #torso form .form-text,
    #torso form .form-textarea {
        width: 300px;
    }
    #torso form .form-textarea {
        height: 150px;
    }
    #torso form .form-item-info {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
        position: absolute;
        left: 315px;
        top: 0;
    }
    h3.work-title {
        font-size: 22px;
        font-weight: normal;
        color: #000;
        margin-top: 25px;
    }

#foot {
    margin-top: 30px;
    background: transparent url(../img/bg-dark-top.png) repeat-x center top;
    padding-top: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
}
    #foot .container_24 {
        position: relative;
    }
    #slepi {
        position: absolute;
        right: 0;
        top: -65px;
        z-index: 1000;
    }
    #slepi a {
        background-color: transparent;
        padding: 0;
    }
    #foot .wrapper {
        background: #1f1f1f url(../img/bg-dark.jpg) repeat-x center top;
        padding-top: 20px;
    }
    #foot .wrapper .foot-block {
        margin-bottom: 20px;
    }
    #foot .wrapper h3 {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 10px;
        padding: 3px 0 3px 26px;
    }
    #foot .wrapper ul,
    #foot .wrapper p {
        margin-left: 26px;
    }
    #foot .wrapper a {
        color: #666;
        background-color: transparent;
    }
    #foot .wrapper a:hover {
        color: #fff;
    }
    #foot .innerwrapper {
        background: transparent url(../img/circle.png) no-repeat right bottom;
    }
    #twitter h3 {
        background: transparent url(../img/twitter.png) no-repeat left 0;
    }
    #twitter ul li {
        margin-bottom: 10px;
        color: #666;
        font-style: italic;
    }
    #twitter ul li span {
        color: #fff;
        font-style: normal;
    }
    #twitter-link {
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 3px 0 3px 22px;
        background: transparent url(../img/twitter_16.png) no-repeat left 0;
    }
    #twitter-profile img.twitter-avatar {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 48px;
        height: 48px;
        padding: 5px;
        background: transparent url(../img/trans.png) repeat;
    }
    #twitter-profile {
        border-top: solid 1px #333;
        margin-top: 20px;
    }
    #twitter-profile a.twitter-name {
        color: #666;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #facebook h3 {
        background: transparent url(../img/facebook.png) no-repeat left 0;
    }
    #facebook p {
        padding-top: 0;
    }
    #network h3 {
        background: transparent url(../img/network.png) no-repeat left 0;
    }
    #network ul li a {
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #getintouch h3 {
        background: transparent url(../img/contact.png) no-repeat left 0;
    }
    #getintouch p,
    #getintouch ul li a {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
    }
    #getintouch p:first-child {
        padding-top: 0;
    }
    ul#nav2 {
        float: left;
        margin-bottom: 20px;
    }
    ul#nav2 li {
        float: left;
        display: inline;
        margin-left: 10px;
        padding-left: 10px;
        background: transparent url(../img/nav-separator.png) no-repeat 0 0;
    }
    ul#nav2 li.first {
        margin-left: 0;
        padding-left: 0;
        background: transparent none;
    }
    ul#nav2 li a {
        display: block;
        color: #666;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        background-color: transparent;
    }
    ul#nav2 li a:hover,
    ul#nav2 li a.active {
        color: #fff;
    }
    #foot .wrapper #copyright {
        margin-left: 0;
        border-top: solid 1px #333;
        padding: 5px 0;
        line-height: normal;
        font-size: 10px;
        text-transform: uppercase;
        color: #333;
    }
    #say {
        padding-left: 22px;
        background: transparent url(../img/say.png) no-repeat left 10px;
    }
    #bookmarkshare {
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 26px;
    }

.scrollable {
    position:relative;
    overflow:hidden;
    width: 655px;
    height:260px;
    margin: 30px 0 5px 0;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.scrollable div.item {
    float:left;
    position: relative;
    width:655px;
    height:260px;
}
.scrollable a {
    padding: 0;
}
.scrollable a img {
    background-color:#666;
    padding:5px;
    cursor:pointer;
    width:645px;
    height:250px;
}
.scrollable a:hover img {
    background-color:#333;
}
.scrollable .info {
    position: absolute;
    padding: 10px;
    font-size: 12px;
    left: 5px;
    bottom: 5px;
    background: transparent url(../img/trans.png) repeat;
    color: #fff;
    width: 625px;
}

.scrollable .active {
	z-index:9999;
	position:relative;
}

ul.navi li {
    float: left;
    display: inline;
}
ul.navi li a {
    display: block;
    margin-right: 5px;
    background-color: transparent;
    padding: 0;
}
ul.navi li a img {
    background-color: #666;
    padding: 5px;
}
ul.navi li a:hover img {
    background-color: #333;
}
ul.navi li a.active img {
    background-color: #fc0;
}

.overlay {
    display:none; 
    z-index:10000; 
    background-color:#333;
    width:800px;     
    min-height:200px; 
    border:5px solid #666;
} 

.overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-20px; 
    top:-20px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
