* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #636363;
    letter-spacing: 1px;
}

#container {
    position: relative;
    width: 912px;
    margin: auto;
}

img {
    border: 0;
}

input {
    border: 1px solid #636363;
    color: #636363;
    background: #f0f2f5;
    height: 16px;
    text-align: center;
    padding: 7px 0;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}


#welcomeText {
    position: absolute;
    top: 26px;
    left: 10px;
    text-align: center;
}

#roadSign {
    position: absolute;
    top: 122px;
    left: 95px;
    width: 129px;
    height: 130px;
    z-index: -2;
}

#onlineBase {
    position: absolute;
    top: 91px;
    left: 57px;
}

#mainMenu {
    background: url('../img/menu.png') no-repeat;
    position: absolute;
    width: 313px;
    height: 29px;
    top: 30px;
    right: 0;
    list-style: none;
    padding-top: 3px;
    z-index: 1;
}

#mainMenu li {
    display: inline;
    padding: 0 8px;
}

#mainMenu a {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#mainMenu a:hover {
    text-decoration: underline;
}


#counrtySelect {
    position: absolute;
    left: 376px;
    top: 26px;
    text-align: center;
    z-index: 1;
}

#counrtySelect p {
    font-size: 13px;
    font-weight: bold;
    color: #777;
}

#counrtySelect .flag {
    opacity: 0.2;
    filter: alpha(opacity = 20);
    cursor: pointer;
    margin-top: 8px;
}

#counrtySelect .flag.current {
    cursor: default;
    filter: alpha(opacity = 100);
    opacity: 1;
}

#counrtySelect #countryChangeLoader {
    position: absolute;
    top: 39px;
    right: 15px;
    display: none;
}

#enterNumbersForm {
    position: absolute;
    left: 445px;
    top: 128px;
    width: 424px;
    height: 59px;
}

#enterNumbersForm .title {
    position: absolute;
    left: 41px;
    top: 0;
    letter-spacing: 2px;
}

#enterNumbersForm .arrow {
    position: absolute;
    top: 28px;
    left: 0;
}

#enterNumbersForm .vin-number {
    position: absolute;
    bottom: 0;
    left: 39px;
    width: 150px;
}

#enterNumbersForm .gos-number {
    position: absolute;
    bottom: 0;
    left: 235px;
    width: 150px;
}

#enterNumbersForm .or {
    position: absolute;
    top: 33px;
    left: 200px;
}

#enterNumbersForm .ok {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 32px;
    width: 32px;
    padding: 0;
    padding-bottom: 1px;
    cursor: pointer;
}

#carImg {
    position: relative;
    margin-left: 60px;
    margin-top: 161px;
    top: 65px;
    width: 863px;
    height: 529px;
    z-index: -1;
}

#infoBlock {
    width: 637px;
    height: 244px;
    background: #e8f0fc;
    margin: auto;
    padding-left: 63px;
    padding-top: 31px;
    letter-spacing: 0.5px;
}

#infoBlock .item {
    height: 48px;
    position: relative;
    padding-top: 8px;
    padding-left: 60px;
    line-height: 17px;
}

#infoBlock .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

#infoBlock .item .large {
    font-size: 12px;
    color: #5d5c5c;
}

#infoBlock .item .small {
    font-size: 10px;
    color: #5d5c5c;
}

#footer {
    width: 100%;
    margin-top: 65px;
    padding-top: 12px;
    height: 23px;
    background: #eaeaea;
    font-size: 11px;
}

#footer a {
    color: #636363;
    text-decoration: none;
}

/* vin */

#vinContent {
    height: 514px;
    padding-top: 180px;
    position: relative;
}

#vinContent .left-pic {
    position: absolute;
    left: 28px;
    top: 250px;
    width: 387px;
    height: 408px;
    z-index: -1;
}

#vinContent .right-pic {
    margin-left: 133px;
    width: 407px;
    height: 227px;
}

#vinTitle {
    margin-left: 253px;
}

#vinInfo {
    padding-top: 49px;
    padding-left: 353px;
}

#vinInfo p {
    padding-bottom: 15px;
}

/* dialog window */
#window {
    background: url('../img/window.png');
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -343px;
    margin-top: -206px;
    width: 686px;
    height: 412px;
    font-weight: bold;
    font-size: 11px;
    z-index: 2;
    color: #7A7A7A;
    display: none;
}

*html #window {
    position: absolute;
}

#window a {
    color: #919191;
}

#window input {
    background: #FFF;
    border: 1px solid #a2a2a2;
}

#window .info {
    margin-top: 26px;
    margin-bottom: 10px;
}

#window .info .item {
    height: 30px;
}

#window .info .item .text {
    position: absolute;
    text-align: right;
    right: 326px;
}

#window .info .item .result {
    position: absolute;
    left: 373px;
    color: #3c9cda;
}

#window .info .item .result .loader {
    position: relative;
    top: -2px;
    left: -7px;
}

#window .line {
    display: block;
    margin: auto;
    width: 613px;
    height: 5px;
}

#window .sms-num {
     text-align: center;
     font-size: 14px;
     line-height: 20px;
}

#window .code-form {
    margin: auto;
    width: 295px;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
}

#window .code-form .input {
    width: 245px;
    margin-right: 2px;
}

#window .code-form .submit {
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 32px;
    top: 1px;
}

#window .code-form #disabler {
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 33px;
    opacity: 0.7;
    background: #E8E8E8;
}

#window #emailConfirm {
    margin: auto;
    margin-top: 20px;
}

#window td {
    padding: 5px;
}

#window #emailConfirm #email, #window #help .input {
    width: 325px;
    height: 21px;
    padding: 0;
    padding-top: 6px;
}

#window #emailConfirm .submit, #window #help .submit {
    cursor: pointer;
    padding: 0 4px;
    font-size: 11px;
    height: 29px;
}

#window .mail-Info {
    margin-top: 46px;
    height: 90px;
}

#window #help {
    margin-top: 26px;
}

#window #helpTable {
    margin: auto;
    margin-top: 20px;
    position: relative;
    left: -45px;
}

#window #helpTable .message {
    width: 313px;
    height: 158px;
    padding: 6px;
}