html {
    overflow: auto;
}

body
{
    margin: 0px;
    padding: 0px;
    background: url(/images/bg_body.jpg) repeat top center;
    font: 11px 'Trebuchet MS', Helvetica, Tahoma, Verdana, Arial, sans-serif;
    color: #000;
}

#container
{
    width: 100%;
    height:  100%;
    background:  url(/images/bg_head.jpg) repeat-x top center;
}

#top
{
    width: 910px;
    height: 250px;
    margin: 0px auto;
    background:  url(/images/bg_top.jpg) no-repeat top center;
    position: relative;
}

#top a
{
    display: block;
    width: 500px;
    height: 195px;
    background:  url(/images/logo.png) no-repeat top center;
    position: absolute;
    top: 15px;
    left: 80px;
}
#top a span
{
    display: none;
}

#top ul
{
    margin: 0px;
    padding: 0px;
}

#top ul li
{
    margin: 0px;
    padding: 0px;
    list-style:none;
}

#top ul li a
{
    position: absolute;
    display: block;
}

#top ul li.about a
{
    width: 87px;
    height: 67px;
    background: url(/images/menu_about.png) no-repeat top left;
    z-index: 10;
    top: 50px;
    left: 550px;
}

#top ul li.contact a
{
    width: 94px;
    height: 54px;
    background: url(/images/menu_contact.png) no-repeat top left;
    z-index: 15;
    top: 115px;
    left: 585px;
}

#main
{
    width: 950px;
    margin: 0px auto;
}

#footer
{
    width: 100%;
    height: 80px;
    background: #000;
    border-top: 3px solid #131313;
    position: absolute;
}
#footerContent
{
    width: 910px;
    margin: 27px auto 0px;
    text-align: right;
}

/* --- projects list --- */

ul#projects
{
    margin: 0px;
    padding: 10px 0px 0px;
}

ul#projects li
{
    margin: 0px;
    padding: 0px 0px 30px;
    list-style: none;
    text-align: center;
}

ul#projects a {
    width: 950px;
    height: 270px;
    overflow:hidden;
    display:block;
}

ul#projects a img { 
    border:0;
}

#projectImg
{
    background: #fff;
    padding: 10px 10px 6px;
    margin-bottom: 10px;
    position: relative;
}

#projectImg.loading
{
    height: 75px;
    background: url(/images/preloader.gif) no-repeat center center;
}

#projectImg .prev, #projectImg .next
{
    display: block;
    width: 35px;
    height: 55px;
    position: absolute;
}

#projectImg .prev
{
    top: 45%;
    left: -50px;
    background: url(/images/bt_prev.png) no-repeat bottom center;
}

#projectImg .next
{
    top: 45%;
    right: -50px;
    background: url(/images/bt_next.png) no-repeat bottom center;
}

#projectImg .prev:hover, #projectImg .next:hover
{
    background-position: top center;
}

#projectDetails
{
    padding-bottom: 55px;
}

#projectDetails #description
{
    width: 650px;
    background: url(/images/bg_desc.png) no-repeat top center;
    padding: 7px 0px 0px;
}
#projectDetails #description p
{
    padding: 15px 15px 0px;
    margin: 0px;
    color: #9c9c9c;
    line-height: 18px;
    font-size: 12px;
}

#projectDetails #description #descFoot
{
    height: 15px;
    width: 650px;
    background: url(/images/bg_desc.png) no-repeat bottom center #000;
    position: relative;
}
#projectDetails #description #descFoot a.goBack
{
    width: 95px;
    height: 45px;
    background: url(/images/bt_back.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 5px;
}

#projectDetails #description #descFoot a.seeOnline
{
    width: 108px;
    height: 47px;
    background: url(/images/bt_online.png) no-repeat center center;
    position: absolute;
    left: 10px;
    top: 3px;
}

#projectTech
{
    margin: 0px;
    padding: 0px;
    width: 290px;
}

#projectTech li
{
    margin: 0px;
    padding: 0px 2px 2px;
    list-style: none;
    display: block;
    float: left;
}
#projectImg .prev span,
#projectImg .next span,
#projectDetails #description #descFoot a span,
#projectTech li a span
{
    display: none;
}

.frm
{
    border: 2px solid #1D1B1D;
    background: #000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 8px 15px 10px;
    margin: 0 0 20px 0;
}

.frm h1
{
    border-bottom: 1px  dotted #333333;
    color: #397DED;
    font-size: 28px;
    margin: 0 0 4px;
    padding: 0 0 5px;
}

.frm ul {
    margin: 0 0 0 2px;
    padding: 0;
    list-style: none;
}

.frm ul li {
    color: #9C9C9C;
    line-height: 18px;
    padding: 3px 12px;
    margin: 0;
    background: url(/images/dot.gif) no-repeat left;
}

.frm p
{
    color: #9C9C9C;
    line-height: 18px;
    padding: 2px 0px 12px;
    margin: 0px;
}

.frm p.email, .frm p.phone {
    vertical-align: bottom;
}

.form label {
    display: block;
    color: #DF3696;
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 5px 2px;
}

.form input.text {
    padding: 5px;
    width: 250px;
    border: 3px solid #000;
}

.form input.captcha {
    width: 190px;
}

.form textarea.textarea {
    padding: 5px;
    border: 3px solid #000;
}

.form input.submit {
    border: 0;
    padding: 10px;
    color: #0077F0;
    background-color: #000;
    border: 3px solid #131313;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

ul.errors {
    color: #D42719;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.errors li {
    padding: 1px 0 0 22px;
    font-size: 14px;
    background: url(/images/error.png) no-repeat top left;
    height: 25px;
    color: #D42719;
}

#captcha {
    display: none;
}

.form p.token img {
    margin: 0 0 0 0;
    border: 3px solid #000;
}

p.success {
    margin: 10px 0;
    padding: 6px 0 0 40px;
    font-size: 14px;
    background: url(/images/message.png) no-repeat top left;
    height: 35px;
    color: #87D41A;
    font-weight: bold;
}

p.fail {
    margin: 10px 0;
    padding: 6px 0 0 40px;
    font-size: 14px;
    background: url(/images/fail.png) no-repeat top left;
    height: 35px;
    font-weight: bold;
    color: #D42719;
}

div.browsers {
    margin: 20px 0 0 0;
    text-align: center;
}
div.browsers a {
    margin: 0 100px;
}


a
{
    outline: 0;
}

a {
    text-decoration: none;
    color: #87D413;
}

a:hover {
    text-decoration: underline;
}

a img
{
    border: 0px none;
    background: none;
}

.fltr
{
    float: right;
}
.fltl
{
    float: left;
}
.clb
{
    clear: both;
    height: 0px;
}