html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: #555;
    font-size: 12px;
    line-height: 17px;
    background: transparent url(../img/body-bg.jpg) center top repeat-x;
}
/*
    body.inside {
        background: transparent url(../img/body-inside-bg.png) center top repeat-x !important;
    }
*/

a,
a:visited,
a:active,
a:link {
    color: #2f87a2;
    text-decoration: underline;
}

a:hover {
    
}

a img {
    border: 0;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
}

h1 {
    padding: 0;
    margin : 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    color: #7e7e7e;
}

h2 {
    padding: 0;
    margin : 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #333;
}

h3 {
    padding: 0;
    margin : 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #333;
}

h5 {
    padding: 0;
    margin : 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
    color: #000;
}

h6 {
    padding: 0;
    margin : 0;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

ul, ol, form {
    padding: 0;
    margin : 0;
}

.clr {
    clear: both;
}

/* ************************************************************************** */

body #wrapper {
    background: transparent url(../img/header-bg.jpg) center top no-repeat;
}

.page {
    margin: 0 auto;
    width: 964px;
    padding: 0 12px 0 12px;
}

/* ************************************************************************** */


#header {
    padding: 8px 22px 0 22px;
    height: 65px;
}
    #header #logo {
        float: left;
        width: 250px;
    }
        #header #logo .logo {
            float: left;
            display: block;
            padding: 0 5px 0 0;
        }
        #header #logo h1,
        #header #logo div {
            float: left;
            padding: 13px 0 0 0px;
            font-size: 12px;
            text-transform: uppercase;
            color: #2e8fb4;
            line-height: 12px;
        }
            #header #logo h1 a,
            #header #logo div a {
                display: block;
                height: 20px;
                width: 160px;
                background: transparent url(../img/dreamhost.png) top left no-repeat;
            }
            #header #logo h1 span,
            #header #logo div span {
                display: none;
            }
        #header #logo p {
            float: left;
            font-size: 11px;
            line-height: 12px;
            color: #a6aeb4;
        }
            #header #logo p a {
                color: #a6aeb4;
                text-decoration: none;
                border: none;
            }
            
    #header #likes {
        float: left;
        width: 200px;
        padding: 12px 30px 0 0;        
    }
        #header #likes .facebook {
            float: left;
            padding: 0 20px 0 0;
			width: 75px;
        }
        #header #likes .vkontakte {
            float: left;
            padding: 0 0 0 0;
        }
    #header #messengers {
        float: right;
        font-size: 11px;
        color: #506272;
        width: 200px;
        padding: 10px 20px 0 0;
    }
        #header #messengers span {
            display: block;
        }
        #header #messengers .icq {
            padding: 0 0 4px 20px;
            background: transparent url(../img/header/icq.png) 0px 0px no-repeat;
        }
        #header #messengers .gtalk {
            padding: 0 0 0 20px;
            background: transparent url(../img/header/gtalk.png) 0px 0px no-repeat;
        }
    #header #support {
        float: right;
        font-size: 11px;
        color: #506272;
        width: 200px;
        padding: 10px 0px 0 0;
    }
        #header #support a {
            display: block;
            color: #506272;
        }
        #header #support .mail {
            padding: 0 0 4px 20px;
            background: transparent url(../img/header/mail.png) 0px 1px no-repeat;
        }
        #header #support .social {
            padding: 0 0 0 20px;
            background: transparent url(../img/header/social.png) 0px 1px no-repeat;
            color: #a1b4c5;
        }

/* ************************************************************************** */

#menu {
    height: 30px;
    clear: both;
    background: transparent url(../img/menu/menu.png) 0 0 no-repeat;
}
    #menu ul.main {
        float: left;
        list-style: none;
        padding: 0px 12px 0 12px;
    }
        #menu ul.main li {
            float: left;
        }
            #menu ul.main li a {
                color: #506272;
                text-transform: uppercase;
                text-decoration: none;
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                text-shadow: 0px 1px #e8e8e8;
                display: block;
                height: 25px;
                padding: 5px 15px 0px 15px;
            }
        #menu ul.main li.active {
            background: #8c979f url(../img/menu/active.png) center 0 no-repeat;
        }
            #menu ul.main li.active a {
                color: #e8e8e8;
                text-shadow: 0px 1px #506272;
            }
        
        #menu ul.main ul {
            display: none;
            list-style: none;
            position: absolute;
            margin: 0px 0 0 0px;
            padding: 0 15px;
            background: #687884;
            border: none;
            border-top: solid 1px #5d6c77;
        }
            #menu ul.main ul li {
                float: none;
                padding: 6px 0px;
                margin: 0;
                height: auto;
                border: none;
                border-bottom: solid 1px #86939d;
            }
                #menu ul.main ul li a {
                    color: #e8e8e8;
                    text-shadow: 0px 1px #506272;
                    display: inline;
                    text-transform: none;
                    text-decoration: none;
                    font-size: 12px;
                    font-weight: normal;
                    font-style: normal;
                    height: auto;
                    padding: 0;
                }
            #menu ul.main ul li.active {
                
            }
                #menu ul.main ul li.active a {
                    
                }
                #menu ul.main ul li a:hover {
                    color: #fff;
                    text-shadow: 0px -1px #5d6c77;
                }
    #menu ul.language {
        float: right;
        list-style: none;
        padding: 6px 30px 0 20px;
    }
        #menu ul.language li {
            float: left;
            padding: 0 0 0 13px;
        }
            #menu ul.language li a {
                text-decoration: none;
                border: none;
                display: block;
                height: 17px;
                width: 22px;
            }
                #menu ul.language li span {
                    display: none;
                }
            #menu ul.language li a.ua {
                background: transparent url(../img/language/ua.png) 0 0 no-repeat;
            }
            #menu ul.language li a.ru {
                background: transparent url(../img/language/ru.png) 0 0 no-repeat;
            }
            #menu ul.language li a.en {
                background: transparent url(../img/language/en.png) 0 0 no-repeat;
            }

/* ************************************************************************** */

#domains {
    clear: both;
    background: transparent url(../img/menu/domains-bg.jpg) 0 0 repeat-y;
}
    #domains .top {
        background: transparent url(../img/menu/domains-top.jpg) 0 0 no-repeat;
    }
    #domains .bottom {
        padding: 10px 13px 9px 12px;
        background: transparent url(../img/menu/domains-bottom.jpg) 0 bottom no-repeat;
    }
    #domains .search {
        padding: 5px 35px 0 5px;
        float: left;
        background: transparent url(../img/menu/domain-search.png) 0 0 no-repeat;
        width: 330px;
        height: 40px;
    }
        #domains .search input {
            float: left;
            width: 290px;
            height: 18px;
            padding: 5px 5px;
            border: none;
            background: transparent;
            color: #c4c3bc;
        }
            #domains .search input.active {
                color: #555;
            }
        #domains .search a.search_domain_button {
            display: block;
            float: left;
            border: none;
            height: 30px;
            width: 30px;
        }
            #domains .search a.search_domain_button span {
                display: none;
            }
    #domains .list_1 {
        float: left;
        padding: 0px 0 0 0;
    }
        #domains .list_1 a.more {
            display: block;
            width: 77px;
            height: 18px;
            background: transparent url(../img/menu/domains-more.png) 0 2px no-repeat;
        }
            #domains .list_1 a.more.active {
                background-position: 0 -30px;
            }
            #domains .list_1 a.more span {
                display: none;
            }
        #domains .list_1 table {
            
        }
        #domains .list_1 table td {
            height: 20px;
            vertical-align: top;
        }
    #domains .list_2 {
        display: none;
        clear: both;
        padding: 0 0 6px 0;
    }
        #domains .list_2 .separator {
            padding: 10px 0;
            background: transparent url(../img/menu/domains-separator.png) 6px center no-repeat;
        }
        #domains .list_2 table {
            
        }
            #domains .list_2 table th {
                width: 340px;
                padding: 0 24px 0 6px;
                text-align: left;
                vertical-align: top;
                
                color: #d9eaf1;
                font-weight: normal;
                font-style: normal;
                font-size: 14px;
            }
            #domains .list_2 table h3 {
                
            }
    
    
    #domains .hide_checkboxes {
        display: none;
    }
    
    #domains .list_1 label, 
    #domains .list_2 label {
        padding: 0 18px 0 15px;
        color: #fff;
        cursor: pointer;
    }
        #domains .list_2 table th label {
            background: transparent url(../img/menu/checkboxes/group.png) 0 1px no-repeat;
        }
        
        #domains .checkbox_0 {
            background: transparent url(../img/menu/checkboxes/0.png) 0 1px no-repeat;
        }
        #domains .checkbox_1 {
            background: transparent url(../img/menu/checkboxes/1.png) 0 1px no-repeat;
        }
        #domains .checkbox_2 {
            background: transparent url(../img/menu/checkboxes/2.png) 0 1px no-repeat;
        }
        #domains .checkbox_3 {
            background: transparent url(../img/menu/checkboxes/3.png) 0 1px no-repeat;
        }
        #domains .checkbox_4 {
            background: transparent url(../img/menu/checkboxes/4.png) 0 1px no-repeat;
        }
        #domains .checkbox_5 {
            background: transparent url(../img/menu/checkboxes/5.png) 0 1px no-repeat;
        }
        #domains .checkbox_6 {
            background: transparent url(../img/menu/checkboxes/6.png) 0 1px no-repeat;
        }
        #domains .checkbox_7 {
            background: transparent url(../img/menu/checkboxes/7.png) 0 1px no-repeat;
        }
        
        #domains .input_enable {
            
        }
        #domains .input_disable {
            background-position: 0 -29px !important;
        }
        #domains .input_maybe {
            background-position: 0 -59px !important;
        }

#features {
    padding: 0 17px;
    clear: both;
}
    #features .feature {
        float: left;
        padding: 20px 30px 0 0;
        width: 210px;
    }
        #features .feature.f4 {
            padding-right: 0;
        }
        #features .feature h2 {
            font-size: 16px;
            line-height: 17px;
        }
            #features .feature h2 a {
                display: block;
                height: 43px;
                padding: 9px 0 0 62px;
                text-decoration: none;
            }
        #features .feature p {
            font-size: 11px;
            line-height: 15px;
            padding: 10px 0 5px 0;
        }
            #features .feature p a {
                color: #737373;
                text-decoration: none;
                border: none;
                border-bottom: solid 1px #ddd;
                padding: 0 10px 0 0;
                background: transparent url(../img/features/arrow.png) bottom right no-repeat;
            }
        #features .feature.f1 h2 a {
            color: #4c86b3;
            background: transparent url(../img/features/1.png) 0 0 no-repeat;
        }
        #features .feature.f2 h2 a {
            color: #ce9c43;
            background: transparent url(../img/features/2.png) 0 0 no-repeat;
        }
        #features .feature.f3 h2 a {
            color: #3f9360;
            background: transparent url(../img/features/3.png) 0 0 no-repeat;
        }
        #features .feature.f4 h2 a {
            color: #b25d50;
            background: transparent url(../img/features/4.png) 0 0 no-repeat;
        }
    

/* ************************************************************************** */

#content {
    padding: 20px 17px;
    clear: both;
}
    #content h1 {
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        letter-spacing: -0.02em;
        margin: 0;
        padding: 0 0 15px 0;
        color: #222;
    }

/* ************************************************************************** */

#content.home {
    
}
    #content.home .tariffs {
        float: left;
        width: 684px;
    }
        .tabs {
            clear: both;
            height: 32px;
            background: transparent url(../img/tabs/bg.png) left bottom repeat-x;
        }
            .tabs .more {
                display: block;
                float: right;
                color: #97c3d0;
                font-size: 11px;
                padding: 10px 0 0 0;
            }
            .tabs ul {
                list-style: none;
            }
                .tabs ul li {
                    float: left;
                    padding: 0;
                    background: #eee url(../img/tabs/normal.png) left top no-repeat;
                    margin: 0 -15px 0 0px;
                    zoom: 1;
                }
                    .tabs ul li a{
                        display: block;
                        height: 25px;
                        padding: 7px 34px 0 11px;
                        font-size: 14px;
                        text-decoration: none;
                        color: #506272;
                        background: transparent url(../img/tabs/normal-end.png) right top no-repeat;
                    }
                    .tabs ul li.tab_1 {
                        
                    }
                    .tabs ul li.active {
                        padding-right: 34px;
                        background: transparent url(../img/tabs/active-end.png) right top no-repeat;
                        position: relative;
                    }
                        .tabs ul li.active a {
                            color: #a2a2a2;
                            padding-right: 0;
                            background: transparent url(../img/tabs/active.png) left top no-repeat;
                        }
                        
        #content.home .tariffs .prices {
            clear: both;
            padding: 15px 0 0 0;
        }
        #content.home .tariffs .prices h4 {
            padding: 10px 0;
            margin: 0;
        }
        /*
            #content.home .tariffs .prices .table_1 {
                display: block;
            }
            #content.home .tariffs .prices .table_2,
            #content.home .tariffs .prices .table_3,
            #content.home .tariffs .prices .table_4,
            #content.home .tariffs .prices .table_5,
            #content.home .tariffs .prices .table_6,
            #content.home .tariffs .prices .table_7,
            #content.home .tariffs .prices .table_8 {
                display: none;
            }
        */
                #content.home .tariffs .prices table th {
                    text-transform: uppercase;
                    font-weight: bold;
                    text-align: center;
                    font-size: 18px;
                    height: 47px;
                }
                    #content.home .tariffs .prices table th.titles {
                        width: 183px;
                    }
                
                #content.home .tariffs .prices table td {
                    padding: 6px 8px 6px 8px;
                    vertical-align: top;
                    text-align: center;
                }
                    #content.home .tariffs .prices table td.titles {
                        text-align: left;
                    }
                
                #content.home .tariffs .prices table td,
                #content.home .tariffs .prices table th {
                    border: none;
                    border-bottom: solid 1px #e2e2e2;
                    border-right: solid 1px #e2e2e2;
                }
                    #content.home .tariffs .prices table td.last,
                    #content.home .tariffs .prices table th.last {
                        border-right: none;
                    }
                    #content.home .tariffs .prices table .odd td {
                        background: #f2f2f2;
                    }
                    #content.home .tariffs .prices table .even td {
                        background: #fff;
                    }
                #content.home .tariffs .prices table td sup {
                        font-size: 9px;
                        text-decoration: underline;
                        padding: 0 0 0 1px;
                }
                
                #content.home .tariffs .prices table td.special {
                    color: #fff;
                }
                    #content.home .tariffs .prices table .odd td.special {
						background: #f2f2f2 url(../img/tabs/special.png) center 5px no-repeat;
					}
					#content.home .tariffs .prices table .even td.special {
						background: #fff url(../img/tabs/special.png) center -74px no-repeat;
					}
                #content.home .tariffs .prices table td i {
                        display: block;
                        font-size: 9px;
                        font-weight: normal;
                        font-style: normal;
                        text-transform: lowercase;
                        color: #e23c37;
                }
                
                #content.home .tariffs .prices table .makeorder_button {
					display: block;
					height: 30px;
					margin: 5px auto;
					text-align: center;
					width: 88px;
				}
                    #content.home .tariffs .prices table .odd .makeorder_button {
                        background: transparent url(../img/tabs/button-odd.png) 0 0 no-repeat;
                    }
                    #content.home .tariffs .prices table .even .makeorder_button {
                        background: transparent url(../img/tabs/button-even.png) 0 0 no-repeat;
                    }
                    #content.home .tariffs .prices table .makeorder_button span{
                        display: none;
                    }
                #content.home .tariffs .prices table .more {
                    display: block;
                    font-size: 11px;
                    line-height: 14px;
                    margin: 3px 0 6px 0;
                    color: #97c3d0;
                }
            
    /* ---------------------------------------------------------------- */
        
    #content.home .side {
        float: right;
        width: 218px;
    }
        
        #content.home .side .money {
            background: transparent url(../img/side/yellow.png) 0 0 no-repeat;
        }
            #content.home .money .bottom {
                clear: both;
                padding: 14px 18px;
                background: transparent url(../img/side/yellow.png) -218px bottom no-repeat;
            }
            #content.home .side .money .text {
                padding: 9px 0 0 0;
            }
            #content.home .side .money ul {
                list-style: none;
            }
                #content.home .side .money ul li {
                    float: left;
                    padding: 3px 9px 0 0;
                }

        #content.home .side .news ,
        #content.inside .side_left .news {
            clear: both;
            padding: 20px 0 0 0;
        }
            #content.home .side .news .text ,
            #content.inside .side_left .news .text {
                padding: 10px 0 0 0;
            }
                #content.home .side .news .item ,
                #content.inside .side_left .news .item {
                    padding: 0 0 10px 18px;
                    background: transparent url(../img/side/clock.png) 0px 4px no-repeat;
                }
                    #content.home .side .news .item > span ,
                    #content.inside .side_left .news .item > span {
                        display: block;
                        font-size: 11px;
                        color: #b9b9b9;
                    }
                    #content.home .side .news .item p ,
                    #content.inside .side_left .news .item p {
                        padding: 0;
                        margin: 0;
                    }
                        #content.home .side .news .item p p ,
                        #content.inside .side_left .news .item p p {
                            padding-bottom: 3px;
                        }
                #content.home .side .news .more ,
                #content.inside .side_left .news .more {
                    font-size: 11px;
                    padding: 5px 0 10px 18px;
                    background: transparent url(../img/side/archive.png) 0px 10px no-repeat;
                }
                    #content.home .side .news .more a ,
                    #content.inside .side_left .news .more a{
                        color: #97c3d0;
                    }

/* ************************************************************************** */

#content.inside {
    
}

#content.inside .data {
    float: left;
    width: 530px;
}
#content.inside .side_left {
    float: left;
    width: 157px;
    padding: 0 40px 0 0;
}
#content.inside .side_right {
    float: right;
    width: 157px;
    padding: 0 0 0 40px;
}
    
    #content.inside .side_left ul ,
    #content.inside .side_right ul {
        list-style: none;
    }
        #content.inside .side_left ul li,
        #content.inside .side_right ul li {
            padding: 0 0 5px 0;
        }
            #content.inside .side_left ul li img,
            #content.inside .side_right ul li img {
                vertical-align: bottom;
            }
    
    
    #content.inside .side_left .item ,
    #content.inside .side_right .item {
        padding: 10px 0 15px 0;
    }
        #content.inside .side_left .item .h3,
        #content.inside .side_right .item .h3 {
            
        }
        #content.inside .side_left .item .text,
        #content.inside .side_right .item .text {
            padding: 10px 0 0;
        }

    #content.inside .side_left .submenu {
        background: transparent url(../img/side/yellow-small.png) 0 0 no-repeat;
    }
        #content.inside .side_left .submenu .bottom {
            clear: both;
            padding: 14px 18px 20px 18px;
            background: transparent url(../img/side/yellow-small.png) -157px bottom no-repeat;
        }
        #content.inside .side_left .submenu .text {
            padding: 5px 0 0 0;
        }
        #content.inside .side_left .submenu ul {
            list-style: none;
        }
            #content.inside .side_left .submenu ul li {
                padding: 3px 9px 0 0;
            }

/* ************************************************************************** */

#content .faq_section {
    
}
    #content .faq_section .item {
        padding: 0 0 10px 0;
    }
        #content .faq_section .item h3 {
            padding: 0 0 0 20px;
            background: transparent url(../img/plus.png) 9px 7px no-repeat;
        }
        #content .faq_section .item.active h3{
            background: #EAE7D3 url(../img/minus.png) 9px 9px no-repeat;
            text-decoration: none;
            color: #333;
            padding: 2px 0 4px 20px;
        }
            #content .faq_section .item.active h3 a{
                color: #333;
                text-decoration: none;
            }
        #content .faq_section .item .description {
            padding: 6px 12px 12px 20px;
            background: #F8F6E9;
        }
        #content .faq_section .item .description .link {
            font-size: 11px;
            color: #aaa;
            display: block;
            padding: 4px 0;
        }

/* ************************************************************************** */

#content .client {
    float: left;
    width: 150px;
    margin: 0 20px 20px 0;
    padding: 0 0 10px 0;
    font-size: 11px;
    text-align: center;
    border: solid 1px #F8F6E9;
}

/* ************************************************************************** */

#bottom {
    padding: 0px 17px;
    clear: both;
}
    #bottom .background {
        padding: 20px 25px 0 25px;
        background: #f8f6e9;
        border: none;
        border-top: solid 2px #eae7d3;
    }
    #bottom h2,
    #bottom h3 {
        padding: 0 0 10px 0;
    }
    #bottom .text {
        padding: 0 0 25px 0;
    }
    
    #bottom .description {
        float: left;
        width: 415px;
        padding: 0 40px 0 0;
    }
    #bottom .help {
        float: left;
        width: 185px;
        padding: 0 40px 0 0;
    }
        #bottom ul {
            list-style: none;
        }
            #bottom ul li {
                padding: 0 0 6px 0;
            }
    #bottom .hosting {
        float: right;
        width: 200px;
        padding: 0;
    }

/* ************************************************************************** */

#footer {
    clear: both;
    font-size: 11px;
    line-height: 16px;
    padding: 0px 17px;
}
    #footer .background {
        padding: 20px 25px 20px 25px;
        background: #eae7d3 url(../img/color-line.png) center 0 no-repeat;
    }
    #footer,
    #footer a {
        color: #95948a;
    }
    #footer .col_1 {
        float: left;
        width: 350px;
        text-align: left;
    }
    #footer .col_2 {
        float: right;
        text-align: left;
    }
    #footer ul {
        clear: both;
        display: block;
        list-style: none;
    }
        #footer ul li {
            float: left;
            padding: 0 15px 0px 0;
            background: transparent url(../img/footer-bullet.png) right bottom no-repeat;
        }
        #footer ul li.last {
            background: none;
            padding-right: 0;
        }
    
    #footer .support {
        padding: 10px 0 0 0;
    }
    
    #footer .design {
        padding: 10px 0 0 0;
        clear: both;
    }
        #footer .design,
        #footer .design a {
            color: #97b678;
        }
            #footer .design .designer {
                text-decoration: none;
            }

/* ************************************************************************** */

#login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent url(../img/forms/bg.png) top left repeat;
}

#login .background {
    position: relative;
    margin: 40px auto 0;
    background: #fff;
    padding: 20px 20px 25px 20px;
    width: 500px;
}

#login .forms {
    padding: 10px;
}
    
    #login .forms h3 {
        padding: 8px 0 2px 0;
    }
    #login .forms input ,
    #login .forms select {
        display: block;
        border: solid 1px #ddd;
        background: #f1f0ea;
        padding: 2px 4px;
    }
    #login .forms label {
        display: block;
        color: #515151;
        margin: 0;
        padding: 8px 0 1px 0;
        font-size: 11px;
        font-style: italic;
    }
    #login .forms input.submit {
        border: none;
        background: transparent;
        padding: 16px 0 0px 0;
    }
    #login .forms input.inline ,
    #login .forms label.inline {
        padding: 0;
        display: inline;
    }
        #login .forms label.inline {
            font-size: 12px;
            font-style: normal;
        }

    #login .forms .forminside {
        
    }
        #login .forms .forminside .system {
            float: left;
            padding-right: 40px;
            border: none;
            border-right: solid 1px #ddd;
        }
            #login .forms .forminside .system h3 {
                color: #3c7c9e;
            }
        #login .forms .forminside .billing {
            float: left;
            padding-left: 40px;
            border: none;
        }
            #login .forms .forminside .billing h3 {
                color: #cf9545;
            }
            
    #login .close {
        display: block;
        width: 24px;
        height: 24px;
        background: transparent url(../img/forms/close.png) top left no-repeat;
        position: absolute;
        top: 20px;
        right: 20px;
    }
        #login .close span {
            display: none;
        }

/* ************************************************************************** */