/* ***************************
    1.Main settings
*/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    color: #020202;
    border-spacing: 0;
    border-collapse: collapse;
}

html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    background-color: #fff;
}

.wrapper {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

header, section, nav, article, footer, aside {
    display: block;
}

a img {
    border: none;
}

/* *******************
    2. Header
*/
header {
    width: 900px;
    margin: 0 auto;
    height: 50px;
    padding-bottom: 12px;
    padding-top: 30px;
    overflow: hidden;
    background: url(/img/template/header.png) 50% 0 no-repeat;
}
    header .webnames_logo {
        display: block;
        float: left;
        width: 205px;
        height: 30px;
        text-indent: 100%;
        line-height: 0;
        overflow: hidden;
        text-decoration: none;
        background: url(/img/template/webnames_logo.png) 50% 50% no-repeat;
    }
    header p {
        margin: 0 200px 0 230px;
        font-size: 14px;
        padding-top: 5px;
    }
    .header_topPadding {
        padding-top: 15px;
    }

/* *******************
    3. Promo links
*/
.promo {
    width: 100%;
    border-top: 5px solid #7cc242;
}
    .promo_contentWrapper {
        width: 900px;
        margin: -5px auto 10px;
        padding-top: 15px;
        background: url(/img/template/promo_fon.png) 100% 0% no-repeat;
    }

    /*slider*/
    .promo_slider {
        float: right;
        padding-top: 30px;
        width: 250px;
        height: 185px;
    }

    /*promo - content*/
    .promo_firstLine,
    .promo_firstLine_block {
        height: 36px;
    }
        .promo_firstLine_block {
            float: left;
            width: 200px;
            margin-right: 16px;
            position: relative;
            text-align: center;
        }
        .promo_firstLine_block:before,
        .promo_firstLine_block:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            z-index: 5;
            height: 0;
            width: 0;
        }
        .promo_firstLine_block:before {
            left: 0;
            border-left: 7px solid #fff;
            border-right: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-top: 7px solid #fff;
        }
        .promo_firstLine_block:after {
            right: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid #fff;
            border-bottom: 4px solid transparent;
            border-top: 4px solid #fff;
        }

            .promo_firstLine_blockWhois {
                position: relative;
                padding: 8px 70px 12px 15px;
                width: 115px;
                height: 16px;
                background-color: #f89b23;
            }
                .promo_firstLine_blockWhois input {
                    width: 115px;
                    height: 16px;
                    font-size: 14px;
                }
                    .promo_firstLineBlockWhois_button {
                        position: absolute;
                        top: 0;
                        right: 0;
                        padding: 10px 8px;
                        height: 36px;
                        background-color: #7cc242;
                        color: #020202;
                        font-weight: bold;
                        font-size: 14px;
                        border: none;
                        cursor: pointer;
                    }
                    .promo_firstLineBlockWhois_button:after {
                        content: '';
                        display: block;
                        position: absolute;
                        bottom: -30px;
                        right: 0;
                        z-index: 5;
                        height: 0;
                        width: 0;
                        border-left: 15px solid transparent;
                        border-right: 15px solid #7cc242;
                        border-bottom: 15px solid transparent;
                        border-top: 15px solid #7cc242;
                    }
                        .promo_firstLineBlockWhois_button:hover {
                            background-color: #8dd552;
                        }
                        .promo_firstLineBlockWhois_button:hover:after {
                            border-right: 15px solid #8dd552;
                            border-top: 15px solid #8dd552;
                        }

            .promo_firstLineBock_button {
                display: block;
                position: relative;
                padding: 10px 0;
                line-height: 16px;
                text-align: center;
                background-color: #f89b23;
                color: #020202;
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
            }
            .promo_firstLineBock_button:after {
                content: '';
                display: block;
                position: absolute;
                bottom: -30px;
                right: 0;
                z-index: 5;
                height: 0;
                width: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid #f89b23;
                border-bottom: 15px solid transparent;
                border-top: 15px solid #f89b23;
            }
                .promo_firstLineBock_button:hover {    
                    background-color: #f26522;
                }
                .promo_firstLineBock_button:hover:after {
                    border-right: 15px solid #f26522;
                    border-top: 15px solid #f26522;
                }

    .promo_secondLine {
        padding-top: 14px;
        height: 164px;
    }
        .promo_secondLine_block {
            float: left;
            position: relative;
            width: 165px;
            height: 120px;
            padding: 10px 10px 34px 25px;
            margin-right: 16px;
            overflow: hidden;
            background: url(/img/template/promo_contentfon.png) 50% 0% no-repeat;
        }
            .promo_secondLineBlock_title {
                padding: 0;
                margin: 0;
                font-size: 13px;
            }
            .promo_secondLineBlock_list {
                list-style: none;
                margin-top: 5px;
            }
                .promo_secondLineBlock_list li {
                    position: relative;
                    padding-left: 5px;
                    font-size: 9px;
                    line-height: 14px;
                    font-weight: bold;
                }
                    .promo_secondLineBlock_list li:before {
                        content: '•';
                        position: absolute;
                        left: 0;
                    }
            .parking_orangeButton,
            .orangebutton {
                display: inline-block;
                width: 79px;
                height: 26px;
                line-height: 26px;
                vertical-align: middle;
                color: #a90000;
                text-align: center;
                text-decoration: none;
                font-weight: bold;
                font-size: 10px;
                background: url(/img/template/orange_button.png) 50% 50% no-repeat;
            }
            .parking_orangeButton:hover,
            .orangebutton:hover {
                text-shadow: 0 0 5px #faa92a;
            }
                .promo_secondLine_block .parking_orangeButton {
                    position: absolute;
                    bottom: 5px;
                    right: 10px;
                }


/* *******************
    4. Content
*/
article {
    position: relative;
    width: 326px;
    height: 358px;
    padding: 156px 288px 126px 286px;
    margin: 0 auto;
    text-align: center;
    background: url(/img/template/content_fon.png) 50% 0 no-repeat;
}
    h1 {
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 18px;
        color: #020202;
    }
    article p {
        padding: 0px;
        margin: 0 auto 27px;
        font-size: 15px;
        color: #020202;
    }
    .p_likeList {
        position: relative;
        padding-left: 75px;
        margin-bottom: 20px;
        font-size: 12px;
        text-align: left;
        height: 33px; 
    }
    .p_likeList.oneLine {
        line-height: 33px; 
    }
        .likeListStyle {
            display: block;
            position: absolute;
            top: 0;
            left: 25px;
            width: 33px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            background-color: #f26522;
        }

    .parking_formOrangeButton {
        display: block;
        position: absolute;
        bottom: 150px;
        width: 255px;
        left: 50%;
        margin-left: -122px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        border: none;
        background: url(/img/template/form_orange_button.png) 50% 50% no-repeat;
        cursor: pointer;
    }

    .parking_formOrangeButton_2 {
        display: block;
        position: absolute;
        bottom: 205px;
        width: 255px;
        left: 50%;
        margin-left: -122px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        border: none;
        background: url(/img/template/form_green_button.png) 50% 50% no-repeat;
        cursor: pointer;
    }

    .likeLink {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        cursor: pointer;
        font-size: inherit;
        text-decoration: underline;
    }

    /*form*/
    fieldset {
        border: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    #dopassist {
        margin-top: -17px;
        margin-bottom: -17px;
    }
        #dopassist input {
            width: 100px;
        }
        
    article input, select {
        padding: 2px 3px;
        background: #fff;
        border: 1px solid #020202;
    }

    .error {
        padding-top: 2px;
        padding-bottom: 2px;
        color: red;
        font-size: 13px;
        font-weight: bold;
    }

    label {
        display: block;
        font-size: 14px;
    }
        .column {
            display: inline;
            display: inline-block;
            text-align: left;
        }

    .orangebutton {
        border: none;
        cursor: pointer;
    }

/* *******************
    5. Footer
*/
    footer {
        position: absolute;
        bottom: 0;
        height: 20px;
        width: 100%;
        padding-top: 9px;
        border-top: 7px solid #9dd171;
        text-align: center;
        background-color: #f47920;
    }
        .copyright {
            color: #020202;
            font-size: 9px;
        }