body {
    color: #6d6e71;
    font-size: 12px;
}
a {
    color: #6d6e71;
}
a,
a:focus,
input,
textarea {
    outline: none;
}
#wrapper {
    width: 960px;
    overflow: hidden;
    margin: 70px auto 30px;
}
#nav {
    float: left;
    width: 260px;
}
    #nav #logo {
        background: url(../img/logo.png) left top no-repeat;
        width: 200px; height: 107px;
        margin-bottom: 30px;
    }

ul#menu {
    overflow: hidden;
    font-size: 14px;
}
    ul#menu li {
        overflow: hidden;
        margin-bottom: 10px;
    }
        ul#menu li a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: bold;
        }
        ul#menu li li:first-child {
            margin-top: 10px;
        }
        ul#menu li li a {
            font-size: 14px;
            padding-left: 30px;
        }
        ul#menu li a:hover,
        ul#menu li a.active {
            color: #a7a9ac;
        }

#content {
    float: left;
    width: 700px;
}

.page {
    display: none;
}

#home,
#projects-main {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.projects {
    display: none;
}
#project1,
#home-projects {
    display: block;
}
.desc {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 18px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 700px; height: 540px;
}
#home-projects .jcarousel {
    height: 450px;
}
    .jcarousel ul {
        width: 20000em;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .jcarousel li {
        float: left;
        width: 700px;
        text-align: center;
    }
    .jcarousel .thumbs {
        float: left;
        width: 133px;
        margin-right: 10px;
    }
        .jcarousel .thumbs img {
            display: block;
            margin-bottom: 10px;
            cursor: pointer;
        }
    .jcarousel .main-image {
        float: left;
        width: 557px;
    }
        .jcarousel .main-image img {
            display: none;
            height: 100%;
        }
        .jcarousel .main-image img:first-child {
            display: block;
        }
a.prev {
    background: url(../img/aleft.gif) left center no-repeat;
    width: 5px; height: 15px;
    float: left;
    margin-right: 20px;
}
a.next {
    background: url(../img/aright.gif) left center no-repeat;
    width: 5px; height: 15px;
    float: left;
    margin-right: 20px;
}
.count {
    float: left;
}

#about_w {
}
    #about_w h2 {
        margin-bottom: 30px;
        font-size: 48px;
        text-transform: uppercase;
        margin-top: -8px;
    }
    #about_w p {
        margin-bottom: 10px;
        line-height: 18px;
        font-size: 18px;
        font-weight: bold;
    }


#contact_w {
    width: 700px; height: 540px;
}
    #contact_w span {
        font-size: 18px;
    }
    #contact_w a.email {
        color: #a7a9ac;
        font-size: 18px;
    }
    #contact_w strong {
        font-weight: bold;
        font-size: 18px;
    }

form {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #a7a9ac;
}
form p.g_error {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    background: #a00 url(../img/err_cross.png) 7px center no-repeat;
    color: #fff;
}
.block_row {
}
.block_row.last {
}
    .block_row .form_row {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
        .block_row .form_row label {
            font-weight: bold;
            width: 100%;
            line-height: 23px;
            float: left;
            width: 100%;
            font-size: 18px;
            font-weight: bold;
        }
        .block_row .form_row input {
            border: 1px solid #ccc;
            width: 380px; height: 15px;
            padding: 8px;
        }
        .block_row .form_row textarea {
            border: 1px solid #ccc;
            width: 380px; height: 80px;
            padding: 8px;
        }
        .block_row .error label {
            color: #a00;
        }
        .block_row #send {
            display: block;
            background: #6d6e71;
            float: left;
            padding: 8px 20px;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }
        p.error {
            color: #a00;
            position: absolute;
            left: 400px;
            top: 30px;
        }
        p.error,
        p.g_error {
            display: none;
            font-size: 18px;
        }



.ir {
    display: block;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: left top;
    text-transform: capitalize;
}
