/* MAIN */
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
body {
    font-family: Verdana, Arial, Tahoma;
    font-size: 0px;
    color: #000000;
    background-color: #888888;
}
a {
    text-decoration: none;
    color: #005AD9;
}
a:hover {
    text-decoration: underline;
    color: #005AD9;
}
img {
    border: 0px;
}
div, a, section, article, span, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea, select {
    border: 1px solid #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.contact_box {
    border: 1px solid #000000;
    background-color: #EEEEEE;
    width: 400px;
    color: #000000; 
    font-size: 15px;
}
.contact_box_datetime {
    border: 1px solid #000000;
    background-color: #EEEEEE;
    width: 200px;
    color: #000000; 
    font-size: 15px;
}
/* DIV */
div.site {
    height: 100%;
    min-width: 980px;
    position: relative;
}
div.site_left {
    height: 100%;
    width: calc(50% - 490px);
    float: left;
}
div.site_center {
    height: 100%;
    width: 980px;
    float: left;
    background-color: #FFFFFF;
}
div.site_right {
    height: 100%;
    width: calc(50% - 490px);
    float: left;
}
div.bg_top {
    width: 100%;
    height: 218px;
    background-image: url('../images/homepage/bg_top.jpg');
}
div.bg_center {
    width: 100%;
    min-height: calc(100% - 324px);
    background-color: #404040;
}
div.bg_bottom {
    width: 100%;
    height: 106px;
    background-image: url('../images/homepage/bg_bottom.jpg');
    position: relative;
    bottom: 0px;
}
div.header {
    width: 980px;
    height: 218px;
}
div.top {
    width: 980px;
    height: 15px;
    background-image: url('../images/homepage/top.jpg');
}
div.top_content {
    width: 980px;
    height: 118px;
}
div.top_content_left {
    width: 101px;
    height: 118px;
    background-image: url('../images/homepage/top_left.jpg');
    float: left;
}
div.top_content_phone {
    width: 152px;
    height: 118px;
    background-image: url('../images/homepage/top_phone.jpg');
    float: left;
    cursor: pointer;
}
div.top_content_phone:hover {
    width: 152px;
    height: 118px;
    background-image: url('../images/homepage/top_phone_hover.jpg');
    float: left;
    cursor: pointer;
}
div.top_content_center_left {
    width: 83px;
    height: 118px;
    background-image: url('../images/homepage/top_center_left.jpg');
    float: left;
}
div.top_content_logo {
    width: 309px;
    height: 118px;
    background-image: url('../images/homepage/top_logo.jpg');
    float: left;
    cursor: pointer;
}
div.top_content_center_right {
    width: 44px;
    height: 118px;
    background-image: url('../images/homepage/top_center_right.jpg');
    float: left;
}
div.top_content_mail {
    width: 229px;
    height: 118px;
    background-image: url('../images/homepage/top_mail.jpg');
    float: left;
    cursor: pointer;
}
div.top_content_mail:hover {
    width: 229px;
    height: 118px;
    background-image: url('../images/homepage/top_mail_hover.jpg');
    float: left;
    cursor: pointer;
}
div.top_content_right {
    width: 62px;
    height: 118px;
    background-image: url('../images/homepage/top_right.jpg');
    float: left;
}
div.top_bottom {
    width: 980px;
    height: 14px;
    background-image: url('../images/homepage/top_bottom.jpg');
}
div.menu {
    width: 980px;
    height: 54px;
}
div.menu_left {
    width: 165px;
    height: 54px;
    background-image: url('../images/homepage/menu_left.jpg');
    float: left;
}
div.menu_line {
    width: 1px;
    height: 54px;
    background-image: url('../images/homepage/menu_line.jpg');
    float: left;
}
div.menu_home {
    width: 95px;
    height: 54px;
    background-image: url('../images/homepage/menu_home.jpg');
    float: left;
    cursor: pointer;
}
div.menu_pat {
    width: 76px;
    height: 54px;
    background-image: url('../images/homepage/menu_pat.jpg');
    float: left;
    cursor: pointer;
}
div.menu_area_covered {
    width: 154px;
    height: 54px;
    background-image: url('../images/homepage/menu_area_covered.jpg');
    float: left;
    cursor: pointer;
}
div.menu_online_shop {
    width: 142px;
    height: 54px;
    background-image: url('../images/homepage/menu_online_shop.jpg');
    float: left;
    cursor: pointer;
}
div.menu_contact_terms {
    width: 177px;
    height: 54px;
    background-image: url('../images/homepage/menu_contact_terms.jpg');
    float: left;
    cursor: pointer;
}
div.menu_home:hover {
    width: 95px;
    height: 54px;
    background-image: url('../images/homepage/menu_home_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_pat:hover {
    width: 76px;
    height: 54px;
    background-image: url('../images/homepage/menu_pat_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_area_covered:hover {
    width: 154px;
    height: 54px;
    background-image: url('../images/homepage/menu_area_covered_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_online_shop:hover {
    width: 142px;
    height: 54px;
    background-image: url('../images/homepage/menu_online_shop_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_contact_terms:hover {
    width: 177px;
    height: 54px;
    background-image: url('../images/homepage/menu_contact_terms_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_home_selected {
    width: 95px;
    height: 54px;
    background-image: url('../images/homepage/menu_home_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_pat_selected {
    width: 76px;
    height: 54px;
    background-image: url('../images/homepage/menu_pat_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_area_covered_selected {
    width: 154px;
    height: 54px;
    background-image: url('../images/homepage/menu_area_covered_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_online_shop_selected {
    width: 142px;
    height: 54px;
    background-image: url('../images/homepage/menu_online_shop_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_contact_terms_selected {
    width: 177px;
    height: 54px;
    background-image: url('../images/homepage/menu_contact_terms_hover.jpg');
    float: left;
    cursor: pointer;
}
div.menu_right {
    width: 165px;
    height: 54px;
    background-image: url('../images/homepage/menu_right.jpg');
    float: left;
}
div.menu_bottom {
    width: 980px;
    height: 17px;
    background-image: url('../images/homepage/menu_bottom.jpg');
}
div.content {
    width: 980px;
    min-height: calc(100% - 324px);
    height: auto;
    background-color: #FFFFFF;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
div.content_container {
    width: 980px;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
div.bottom {
    width: 980px;
    height: 106px;
    position: relative;
    bottom: 0px;
}
div.bottom_top {
    width: 980px;
    height: 17px;
    background-image: url('../images/homepage/bottom_top.jpg');
}
div.bottom_content {
    width: 980px;
    height: 89px;
    background-image: url('../images/homepage/bottom.jpg');
}
div.bottom_content_left {
    width: 40%;
    height: 100%;
    float: left;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    color: #EEEEEE;
}
div.bottom_content_right {
    width: 40%;
    height: 100%;
    float: right;
    padding: 10px;
    text-align: right;
    font-size: 11px;
    color: #EEEEEE;
}
div.bottom_content_right_topdiv_spacer {
    width: 242px;
    height: 29px;
    float: left;
}
div.bottom_content_right_topdiv {
    width: 128px;
    height: 29px;
    float: left;
}
div.bottom_content_right_topdiv_fb {
    width: 128px;
    height: 29px;
    background-image: url('../images/homepage/facebook.jpg');
    cursor: pointer;
    float: left;
}
div.bottom_content_right_topdiv_fb:hover {
    width: 128px;
    height: 29px;
    background-image: url('../images/homepage/facebook_hover.jpg');
    cursor: pointer;
    float: left;
}
div.bottom_content_right_spacer {
    clear: both;
    font-size: 0px;
    height: 30px;
    line-height: 0px;
}
/* AJAXFORM */
div.ajaxform_background {
    display: none;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    background-color: #FFFFFF;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}
div.ajaxform_box {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-size: 12px;
    z-index: 1001;
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px;
    padding: 0px;
}
div.ajaxform_content {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 6px;
    font-weight: bold;   
}
/* FORM */
div.form_spacer {
    clear: both;
    font-size: 0px;
    height: 25px;
    line-height: 0px;
}
div.form_button {
    width: 200px;
    height: 50px;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
    text-align: center;
}
div.form_button_outerbox {
    width: 100%;
    height: 100%;
    background-color: #272727;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
div.form_button_outerbox:hover {
    background-color: #474747;
    cursor: pointer;
    border: none;
}
div.form_button_innerbox {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 16px;
}