@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext);

@font-face {
    font-family: UnivCond;
    src: url(../fonts/UCM.ttf) format("truetype");
}


body{
    margin: 0;
    padding: 0;
    background: url("../images/body.jpg") repeat-y top center;
}
body.inner{
    background: url("../images/body.jpg") no-repeat center -250px;
}
a img{
    border: 0;
}


/*Шапка сайта*/
div#header-full{
    width: 100%;
    height: 55px;
    clear: both;
    border-bottom: 1px solid #d8d8d9;
    box-shadow: 0px 0px 7px #999;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
div#header{
    width: 1000px;
    height: 55px;
    margin: 0 auto;
    clear: both;
    position: relative;
}
div#header a#logo{
    display: block;
    width: 375px;
    height: 41px;
    background: url("../images/logo.png") no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
div#header div#header-phone{
    font-family: UnivCond;
    font-size: 27px;
    line-height: 27px;
    color: #323272;
    position: absolute;
    top: 15px;
    left: 560px;
}
div#header div#header-phone span{
    color: #a2a2a2;
}
div#header div#header-callback{
    padding: 5px 30px;
    border: 1px solid #bebebe;
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    top: 16px;
    left: 765px;
}
div#header div#header-callback a{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #5e5eaf;
    text-decoration: none;
    border-bottom: 1px dashed #5e5eaf;
    cursor: pointer;
}
div#header div#header-callback a:hover{
    border: 0;
}
div#header div#language{
    width: 52px;
    height: 20px;
    background: url("../images/lang.png") no-repeat;
    position: absolute;
    top: 17px;
    right: 0;
}
div#header div#language a{
    display: block;
    width: 26px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

/*Верхнее меню*/
div#top-menu-full{
    width: 100%;
    clear: both;
    margin: 56px 0 0;
}
div#top-menu{
    width: 998px;
    height: 48px;
    border: 1px solid #d5d5d5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background: url("../images/top-menu.png") repeat-x;
    margin: 0 auto;
    clear: both;
}
div#top-menu ul{
    margin: 0 0 0 6px;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
}
div#top-menu ul li{
    display: inline;
    float: left;
    clear: right;
    position: relative;
    margin: 0 2px;
}
div#top-menu ul li a{
    display: block;
    font-family: UnivCond;
    font-size: 20px;
    line-height: 20px;
    color: #636363;
    padding: 14px 15px;
    text-decoration: none;
}
div#top-menu ul li.active a,
div#top-menu ul li a:hover{
    background: url("../images/top-menu-active.png") repeat-x;
    color: #fff;
}
div#top-menu ul li ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #cbc9ca;
    background: #fff;
    padding: 10px;
    margin: 0;
    z-index: 100;
}
div#top-menu ul li ul li{
    display: block;
    clear: both;
    background: url("../images/top-li.png") no-repeat 0px 6px;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}
div#top-menu ul li ul li a{
    white-space: nowrap;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #5e5eaf !important;
    padding: 0;
    float: left;
    clear: both;
    background: none !important;
    border-bottom: 1px solid #a7a6a6;
}
div#top-menu ul li ul li.active a,
div#top-menu ul li ul li a:hover{
    color: #2424b8 !important;
    border-bottom: 1px solid #2424b8;
}

/*Центральная часть*/
div#middle-full{
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
div#middle{
    width: 1000px;
    float: left;
    clear: both;
    padding: 20px 0;
}
div#middle div#workarea{
    width: 710px;
    float: left;
    clear: right;
}
div#middle div#workarea div#content{
    width: 690px;
    clear: both;
}
div#middle div#rightside{
    width: 260px;
    float: left;
    clear: right;
    margin: 0 0 0 30px;
}
div#content h1{
    font-family: UnivCond;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0 0 5px;
    color: #424282;
    border-bottom: 2px solid #d6d3ce;
}
div#content h2{
    font-family: UnivCond;
    font-size: 25px;
    line-height: 28px;
    font-weight: normal;
    margin: 25px 0 15px;
    color: #424282;
}
div#content h3{
    font-family: UnivCond;
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    margin: 20px 0 10px;
    color: #424282;
}
div#content p{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2e2e2e;
}
div#content img{
    padding: 3px;
    border: 1px solid #d6d3ce;
}
div#content hr{
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #d6d3ce;
    border: 0;
}
div#content ul{
    margin: 10px 0 20px 20px;
    padding: 0;
    list-style: none;
}
div#content ul li{
    background: url("../images/top-li.png") no-repeat 0px 8px;
    padding: 0 0 0 15px;
    margin: 0 0 7px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2e2e2e;
}
div#content a{
    text-decoration: none;
    color: #5e5eaf;
    border-bottom: 1px solid #a7a6a6;
}
div#content a:hover{
    color: #2424b8;
    border-bottom: 1px solid #2424b8;
}
div#content table.content{
    margin: 20px 0 10px;
    border: 0;
    border-collapse: collapse;
}
div#content table.content th{
    vertical-align: top;
    text-align: left;
    font-family: UnivCond;
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    padding: 3px 20px 10px 0;
    color: #3f3f7e;
    border-bottom: 2px solid #d9d3cc;
}
div#content table.content td{
    vertical-align: top;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 10px 20px 10px 0;
    color: #2d2d2d;
    border-bottom: 1px solid #d9d3cc;
}

/*Слайдер*/
div#main-slider{
    width: 710px;
    clear: both;
    position: relative;
    margin: 0 auto 30px;
    overflow: hidden;
}
div#main-slider div.d-carousel{
    width: 710px;
    height: 370px;
    clear: both;
    margin: 0;
}
div#main-slider div.d-carousel div.jcarousel-container{
	display: block;
}
div#main-slider div.d-carousel div.jcarousel-container-horizontal{
	width: 710px;
	height: 370px;
}
div#main-slider div.d-carousel ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
div#main-slider div.d-carousel ul li.jcarousel-item{
	width: 710px;
	height: 370px;
    margin: 0;
}
div#main-slider div.d-carousel ul li.jcarousel-item{
    display: block;
    width: 710px;
	height: 370px;
    position: relative;
}
div#main-slider div.d-carousel ul li.jcarousel-item img{
    width: 710px;
	height: 370px;
    border-radius: 5px;
}
div#main-slider div.d-carousel ul li.jcarousel-item div.title{
    font-family: UnivCond;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    position: absolute;
    top: 210px;
    left: 15px;
}
div#main-slider div.d-carousel ul li.jcarousel-item div.desc{
    width: 600px;
    background: url("../images/plank.png");
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1c1c1c;
    position: absolute;
    top: 250px;
    left: 0px;
}
div#main-slider div.d-carousel ul li.jcarousel-item div.desc div#scroll-controls{
    position: absolute;
    top: 100%;
    left: 10px;
    float: left;
}
div#main-slider div.d-carousel ul li.jcarousel-item div.desc div#scroll-controls span{
    display: block;
    float: left;
    clear: right;
    background: url("../images/slider.png");
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1c1c1c;
    cursor: pointer;
    padding: 2px 7px;
    margin: 0 5px 0 0;
    border-radius: 0 0 5px 5px;
}
div#main-slider div.d-carousel ul li.jcarousel-item div.desc div#scroll-controls span.active{
    background: url("../images/plank.png");
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1c1c1c;
}

/*Баннеры*/
div#main-banners{
    clear: both;
    margin: 0 0 40px;
}
div#main-banners table{
    border: 0;
    border-collapse: collapse;
}
div#main-banners table td{
    vertical-align: top;
}
div#main-banners table td div.banner{
    width: 230px;
    height: 104px;
    margin: 0 15px 0 0;
}
div#main-banners table td div.banner.last{
    margin: 0;
}
div#main-banners table td div.banner a{
    display: block;
    width: 230px;
    height: 104px;
    cursor: pointer;
}
div#main-banners table td div.banner a#consult{
    background: url("../images/consult.png") no-repeat;
}
div#main-banners table td div.banner a#consult:hover{
    background: url("../images/consult-active.png") no-repeat;
}
div#main-banners table td div.banner a#order{
    background: url("../images/order.png") no-repeat;
}
div#main-banners table td div.banner a#order:hover{
    background: url("../images/order-active.png") no-repeat;
}
div#main-banners table td div.banner a#report{
    background: url("../images/report.png") no-repeat;
}
div#main-banners table td div.banner a#report:hover{
    background: url("../images/report-active.png") no-repeat;
}

/*Наши клиенты*/
div#clients{
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 5px;
    margin: 0 0 80px;
    background: #fff;
    text-align: center;
}
div#clients div.title{
    font-family: UnivCond;
    font-size: 28px;
    line-height: 28px;
    color: #3b3b7d;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d7;
}
div#clients div.clients-block{
    margin: 13px 0;
    position: relative;
}
div#clients div.clients-block div.client{
    display: none;
}
div#clients div.clients-block div.client.active{
    display: block;
}
div#clients a.more{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #5e5eaf;
    border-bottom: 1px dashed #5e5eaf;
    text-decoration: none;
    cursor: pointer;
}
div#clients a.more:hover{
    border: 0;
}


/*Вход для клиентов*/
div#right-private{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #fff url("../images/key.png") no-repeat 55px 16px;
    width: 228px;
    text-align: center;
    padding: 19px 10px 19px 20px;
    margin: 0 0 20px;
}
div#right-private a{
    white-space: nowrap;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #5e5eaf;
    background: none !important;
    border-bottom: 1px solid #a7a6a6;
    text-decoration: none;
}
div#right-private a:hover{
    color: #2424b8;
    border-bottom: 1px solid #2424b8;
}

/*Правое меню*/
div#right-menu{
    clear: both;
}
div#right-menu ul{
    padding: 0;
    list-style: none;
    border: 1px solid #ddd0cd;
    border-top: 2px solid #ddd0cd;
    background: #fff;
    margin: 40px 0 20px;
}
div#right-menu ul li{
    border-bottom: 1px solid #ddd0cd;
}
div#right-menu ul li a{
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #5e5eaf;
    padding: 0;
    background: none;
    text-decoration: none;
    padding: 10px 20px;
}
div#right-menu ul li.active a,
div#right-menu ul li a:hover{
    background: url("../images/right-menu.png") repeat-x;
    color: #fff;
}

/*Баннеры справа*/
div#right-banners{
    clear: both;
    margin: 0 0 20px;
}
div#right-banners div.banner{
    width: 260px;
    height: 105px;
    clear: both;
    margin: 0 0 15px;
}
div#right-banners div.banner a{
    display: block;
    width: 260px;
    height: 105px;
    cursor: pointer;
}
div#right-banners div.banner a#consult{
    background: url("../images/consult-right.png") no-repeat center center;
}
div#right-banners div.banner a#consult:hover{
    background: url("../images/consult-right-active.png") no-repeat center center;
}
div#right-banners div.banner a#order{
    background: url("../images/order-right.png") no-repeat center center;
}
div#right-banners div.banner a#order:hover{
    background: url("../images/order-right-active.png") no-repeat center center;
}
div#right-banners div.banner a#report{
    background: url("../images/report-right.png") no-repeat center center;
}
div#right-banners div.banner a#report:hover{
    background: url("../images/report-right-active.png") no-repeat center center;
}

/*Footer*/
div#footer-full{
    width: 100%;
    height: 110px;
    background: #f8f8f8 url("../images/footer.jpg") repeat-x;
    border-top: 1px solid #f9e7b7;
    clear: both;
}
div#footer{
    width: 1000px;
    height: 110px;
    clear: both;
    position: relative;
    margin: 0 auto;
}
div#footer a#footer-logo{
    display: block;
    width: 79px;
    height: 57px;
    background: url("../images/footer-logo.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 0;
}
div#footer div#footer-phone{
    font-family: UnivCond;
    font-size: 27px;
    line-height: 27px;
    color: #323272;
    position: absolute;
    top: 45px;
    left: 100px;
}
div#footer div#footer-phone span{
    color: #a2a2a2;
}
div#footer div#footer-copyright{
    border-left: 1px solid #d4d4eb;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #545454;
    position: absolute;
    top: 35px;
    left: 320px;
    padding: 5px 0 5px 20px;
}
div#footer div#footer-private{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #fff url("../images/key.png") no-repeat 55px 12px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 228px;
    text-align: center;
    padding: 15px 10px 15px 20px;
}
div#footer div#footer-private a{
    white-space: nowrap;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #5e5eaf;
    background: none !important;
    border-bottom: 1px solid #a7a6a6;
    text-decoration: none;
}
div#footer div#footer-private a:hover{
    color: #2424b8;
    border-bottom: 1px solid #2424b8;
}


/*Заказ обратного звонка*/
div#callback{
    width: 425px;
    background: #fff;
    border: 5px solid #f1ecde;
	box-shadow: 0px 0px 14px #505050;
	border-radius: 9px;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -230px;
    display: none;
    z-index: 99999;
}
div#callback div.title{
    font-family: UnivCond;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin: -10px 0 15px;
    padding: 0 0 5px;
    color: #601803;
    border-bottom: 2px solid #d6d3ce;
}
div#callback a.close{
    display: block;
    width: 17px;
    height: 17px;
    background: url("../images/cross.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
div#callback form#callback-form{
    
}
div#callback form#callback-form div.hide{
    display: none;
}
div#callback form#callback-form div.comment{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #2e2e2e;
    margin: 0 0 15px;
}
div#callback form#callback-form input[type="text"]{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 7px 5px;
    margin: 0 13px 0 0;
    width: 125px;
    border-radius: 5px;
}
div#callback form#callback-form input[type="text"].wrong{
    border: 1px solid #ff0000;
}
div#callback form#callback-form input[type="button"]{
    width: 117px;
    height: 32px;
    border: 0;
    background: url("../images/callback-submit.png") no-repeat;
    cursor: pointer;
}
div#callback div#callback-form-thank{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #246f16;
    display: none;
}
div#callback-shadow{
    width: 100%;
    height: 1000px;
    background: url("../images/shadow.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    cursor: pointer;
}

/*Отзыв*/
div#report{
    width: 425px;
    background: #fff;
    border: 5px solid #f1ecde;
	box-shadow: 0px 0px 14px #505050;
	border-radius: 9px;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -230px;
    display: none;
    z-index: 99999;
}
div#report div.title{
    font-family: UnivCond;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin: -10px 0 15px;
    padding: 0 0 5px;
    color: #601803;
    border-bottom: 2px solid #d6d3ce;
}
div#report a.close{
    display: block;
    width: 17px;
    height: 17px;
    background: url("../images/cross.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
div#report form#report-form{
    
}
div#report form#report-form div.hide{
    display: none;
}
div#report form#report-form div.comment{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #2e2e2e;
    margin: 0 0 15px;
}
div#report form#report-form textarea{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 7px 5px;
    margin: 0 0 15px 0;
    width: 413px;
    height: 100px;
    border-radius: 5px;
}
div#report form#report-form textarea.wrong{
    border: 1px solid #ff0000;
}
div#report form#report-form input[type="text"]{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 7px 5px;
    margin: 0 13px 0 0;
    width: 125px;
    border-radius: 5px;
}
div#report form#report-form input[type="text"].wrong{
    border: 1px solid #ff0000;
}
div#report form#report-form input[type="button"]{
    width: 117px;
    height: 32px;
    border: 0;
    background: url("../images/callback-submit.png") no-repeat;
    cursor: pointer;
}
div#report div#report-form-thank{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #246f16;
    display: none;
}
div#report-shadow{
    width: 100%;
    height: 1000px;
    background: url("../images/shadow.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    cursor: pointer;
}

/*Форма заявки*/
div#order{
    clear: both;
    background: url("../images/order.jpg") repeat-y 0 0;
    padding: 0 0 0 30px;
}
div#order div.thank{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #246f16;
    margin: 10px 0;
}
div#order div.hide{
    display: none;
}
div#order form#order-form{
    clear: both;
}
div#order form#order-form table{
    border: 0;
    border-collapse: collapse;
}
div#order form#order-form table td{
    vertical-align: text-bottom;
}
div#order form#order-form table td div.element{
    clear: both;
    margin: 0 0 10px;
}
div#order form#order-form table td div.element span.title{
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: bold;
    margin: 0 0 5px;
}
div#order form#order-form table td div.element span.title span.req{
    color: #ff0000;
}
div#order form#order-form table td div.element span.title span.comment{
    color: #787878;
}
div#order form#order-form table td div.element input[type="text"]{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin: 0 13px 0 0;
    width: 315px;
    border-radius: 5px;
}
div#order form#order-form table td div.element input[type="text"].wrong{
    border: 1px solid #ff0000;
}
div#order form#order-form table td div.element input[type="text"].long{
    width: 653px;
}
div#order form#order-form table td div.element textarea{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin: 0 0 15px 0;
    width: 653px;
    height: 100px;
    border-radius: 5px;
}
div#order form#order-form table td div.element textarea.wrong{
    border: 1px solid #ff0000;
}
div#order form#order-form input[type="submit"]{
    width: 117px;
    height: 32px;
    border: 0;
    background: url("../images/callback-submit.png") no-repeat;
    cursor: pointer;
}

/*Фотогалерея*/
div#gallery{
    clear: both;
}
div#gallery table{
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
div#gallery table td{
    vertical-align: middle;
    text-align: center;
}
div#gallery table td a{
    border: 0 !important;
    text-decoration: none !important;
}
div#gallery table td a img{
    max-width: 150px;
    max-height: 150px;
    border: 0;
}

/*Форма для резюме*/
div#job{
    clear: both;
    background: url("../images/order.jpg") repeat-y 0 0;
    padding: 0 0 0 30px;
}
div#job div.thank{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #246f16;
    margin: 10px 0;
}
div#job div.hide{
    display: none;
}
div#job form#job-form{
    clear: both;
}
div#job form#job-form table{
    bjob: 0;
    bjob-collapse: collapse;
}
div#job form#job-form table td{
    vertical-align: text-bottom;
}
div#job form#job-form table td div.element{
    clear: both;
    margin: 0 0 10px;
}
div#job form#job-form table td div.element span.title{
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: bold;
    margin: 0 0 5px;
}
div#job form#job-form table td div.element span.title span.req{
    color: #ff0000;
}
div#job form#job-form table td div.element span.title span.comment{
    color: #787878;
}
div#job form#job-form table td div.element input[type="text"]{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin: 0 13px 0 0;
    width: 315px;
    border-radius: 5px;
}
div#job form#job-form table td div.element input[type="text"].wrong{
    border: 1px solid #ff0000;
}
div#job form#job-form table td div.element input[type="text"].long{
    width: 653px;
}
div#job form#job-form table td div.element textarea{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #2e2e2e;
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin: 0 0 15px 0;
    width: 653px;
    height: 100px;
    border-radius: 5px;
}
div#job form#job-form table td div.element textarea.wrong{
    border: 1px solid #ff0000;
}
div#job form#job-form input[type="submit"]{
    width: 117px;
    height: 32px;
    border: 0;
    background: url("../images/callback-submit.png") no-repeat;
    cursor: pointer;
}