html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, img, strong,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, tbody, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

body {
    font-family: arial, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    background-color: #FFF;
    color: #404649;
}

div, ul, ol, li, p {
    overflow: hidden;
}

#map_canvas div,
.google_map div {
    overflow: visible;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: bold;
    overflow: hidden;
}

h1 {
    font-size: 20pt;
    margin-bottom: 15px;
}

h2 {
    font-size: 16pt;
    margin-bottom: 10px;
}

h3 {
    font-size: 13pt;
}

h4 {
    font-size: 11pt;
}

a {
    color: #618BBC;
    text-decoration: underline;
}

a:hover {
    color: #F69452;
}

input, select, textarea {
    color: #828282;
}

#wrap {
    margin: 0 auto;
    width: 960px;
}

    #header {
        height: 100px;
        position: relative;
    }

        #logo {
            position: absolute;
            top: 30px;
            left: 0;
            display: block;
            font-family: trebuchet ms;
            outline: none;
            width: 320px;
            height: 50px;
            padding-left: 55px;
            background: url('/images/logo.png') center left no-repeat;
            text-decoration: none;
        }

            #logo h1 {
                font-size: 22pt;
                color: #275E9F;
                margin: 0;
            }

            #logo p {
                color: #797979;
                margin-top: -5px;
                font-size: 10pt;
            }

        #contacts {
            position: absolute;
            top: 25px;
            left: 530px;
            width: 420px;
        }

            #contacts .phones,
            #contacts .im {
                float: left;
            }

            #contacts .phones {
                padding-left: 50px;
                width: 130px;
                height: 44px;
                background: url('/images/phone.png') center left no-repeat;
            }

                #contacts .phones p {
                    margin-top: 5px;
                }

            #contacts .im {
                margin-left: 18px;
                width: 220px;
                height: 70px;
            }

                #contacts .im .icq {
                    padding-left: 20px;
                    background: url('/images/icq-small.png') left center no-repeat;
                }

                #contacts .im .icq,
                #contacts .im .skype {
                    margin-bottom: 5px;
                }

                #contacts .im .skype {
                    text-decoration: none;
                }

                    #contacts .im .skype span {
                        text-decoration: underline;
                        vertical-align: top;
                    }

                #contacts .im .email {
                     padding-left: 20px;
                    background: url('/images/email-small.png') left center no-repeat;
                }

    #main-menu {
        width: 100%;
        height: 34px;
        background: #275E9F;
        border-bottom: 1px solid #6785AE;
    }

        #main-menu li {
            float: left;
            border-right: 1px solid #20508C;
            border-left: 1px solid #567FB4;
        }

        #main-menu li.first {
            border-left: none;
        }

        #main-menu li.last {
            border-right: none;
        }

        #main-menu li.active {
            background: #CDDBEE;
        }

            #main-menu li a {
                color: #FFF;
                display: block;
                text-align: center;
                padding: 10px;
                min-width: 67px;
                text-decoration: none;
            }

            #main-menu li a:hover {
                text-decoration: underline;
            }

            #main-menu li.active a {
                color: #275C9C;
            }

    #user-bar {
        width: 100%;
        height: 34px;
        border-top: 1px solid #ABBED8;
        background: #CDDBEE;
        position: relative;
    }

        #user-bar .lang, #user-bar #my_currency {
            margin-top: 7px;
            margin-left: 20px;
        }

        #user-bar .lang {
            padding-left: 24px;
        }

            #user-bar .lang.lang-en {
                background: url('/images/lang_en.png') center left no-repeat;
            }

            #user-bar .lang.lang-ru {
                background: url('/images/lang_ru.png') center left no-repeat;
            }

        #user-menu {
            position: absolute;
            top: 0; right: 0;
            width: 400px;
        }

            #user-menu li {
                float: right;
                background: url('/images/user-menu-border.png') left top repeat-y;
            }

            #user-menu li.first {
                background: none;
            }

            #user-menu li a {
                color: #275E9F;
                display: block;
                height: 18px;
                padding: 8px 15px;
                text-align: center;
                text-decoration: none;
            }

            #user-menu li a:hover {
                text-decoration: underline;
            }

    #content {
        margin-top: 20px;
        position: relative;
    }

        #left-side,
        #right-side,
        #sidebar,
        #main {
            float: left;
        }

        #left-side {
            width: 490px;
        }

        #right-side {
            width: 430px;
            margin-left: 40px;
        }

        #sidebar {
            width: 250px;
        }

        #main {
            width: 695px;
            margin-left: 15px;
        }

        .content {
            margin-top: 20px;
            clear: both;
        }

    #bottom {
        margin-top: 20px;
    }

        #benefits {
            background: #E8F2FF;
            padding: 20px;
        }

            #benefits h2 {
                margin: 0 0 20px 0;
            }

            #benefits ul li {
                width: 440px;
                float: left;
                padding-left: 12px;
                background: url('/images/bullet.png') left 6px no-repeat;
                margin-bottom: 10px;
            }

                #benefits ul li p {
                    font-size: 10pt;
                }

        #accordion {
            margin-top: 15px;
        }

    #footer {
        margin-top: 20px;
    }

        #footer-menu, #paysystems {
            background: #E8F2FF;
        }

        #footer-menu {
            height: 34px;
            border-bottom: 1px solid #CDDBEE;
        }

            #footer-menu li {
                float: left;
            }

                #footer-menu li a {
                    display: block;
                    text-align: center;
                    margin-top: 8px;
                    padding: 0 16px;
                    border-left: 1px solid #CDDBEE;
                }

                #footer-menu li.first a {
                    border-left: none;
                }

        #paysystems {
            height: 67px;
        }

            #paysystems li {
                float: left;
            }

        #copyrights {
            margin: 20px 0;
        }

            #copyrights p {
                float: left;
                margin-left: 20px;
                line-height: 16pt;
            }

            #copyrights p.contacts {
                margin-left: 140px;
            }

.add {
    display: block;
    padding: 6px 35px 5px 10px;
    border: 1px solid #4793CA;
    cursor: pointer;
    background: url('/images/button-bg.png') center right no-repeat #63B0E4;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.add:hover {
    color: #FFF;
}

.terms ol {
    padding-left: 18px;
    margin-left: 5px;
    list-style: decimal;
    overflow: visible;
}

.terms ol li {
    list-style: decimal;
    overflow: visible;
    margin-bottom: 5px;
}

.terms ul li, .terms ol li {
    list-style: auto;
    overflow: visible;
}

.tabs-nav li a {
    font-weight: bold;
}

