﻿.header_zone {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    color: #FFFFFF;
    background-color: #343134;
}

.header {
    display: block;
    box-sizing: border-box;

    width: 1024px;
    height: 96px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;

    float: none;

    margin-left: auto;
    margin-right: auto;

    font-size: 12.0pt;
}

.header_logo {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 181px;
    height: 70px;

    background-image: url("../images/logo.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

.header_middle {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 663px;
    padding-left: 27px;
}

.header_title {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    height: 33px;
    margin-top: 12px;    

    font-family: "Arabic Typesetting", Georgia, 'Times New Roman', Times, serif, cursive;
    font-size: 24.0pt;
    font-weight: none;
    /* font-style: italic; */
}

.header_menu {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    margin-top: 0px;
}

.header_menu_item {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 152px;
}

.header_menu_href {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease 0s;
}

.header_menu_href:hover,
.header_menu_href:active {
    text-decoration: underline;
}

.header_callme {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 148px;
    padding-top: 6px;
}

.header_callme_button {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 148px;
    height: 56px;

    font-size: 13.0pt;
    font-weight: none;
    text-aling: left;

    background-color: #B51AC0;
    background-image: url("../images/phone.png");
    background-position: 12px 9px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
        
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-color: #400946;
	cursor: pointer;
    padding-left: 60px;
    padding-top: 6px;
}

.header_callme_button:hover {
    background-color: #CF27E2;
    border-color: #9615A4;
}

.header_callme_button:active {
    background-color: #9615A4;
    border-color: #CF27E2;
}