﻿html, body {
    position: relative;
    width: 100%;
    padding:0;
    margin:0;
    font-family: Tahoma;
    font-size: 10pt;
    background-color: #f1f1f1;
    text-align: center;
}

.default_mainpage {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 200;
    background-color: white;
    display: block;
    display:inline-block;
    margin-top: 5px;
}

.default_mainpage_top {
    position: relative;
    float: left;
    width: 100%;
    background: url(/images/menu-bg.png) no-repeat center;
    /*border: solid 1px black;*/
}

.default_mainpage_top_logo {
    position: relative;
    float: left;
    width: 205px;
    padding-left: 14px;
    /*border: solid 1px black;*/
}

.default_mainpage_top_header_slogan {
    position: relative;
    float: left;
    padding: 20px 0 10px 10px;
    font-size: 16pt;
    font-family: Verdana;
    font-weight: bold;
    color: #F57C20;
}

.default_mainpage_top_header_menu {
    position: relative;
    float: left;
    display: inline-block;
    text-align: left;
    width: 780px;
    margin: 8px 0 0 0;
}

.default_mainpage_content {
    text-align: left;
    margin-top: 5px;
}

.canhohimlam-facebook-box {
    position: relative;
    float:left;
    background-color: #F9F8F6;
}

.canhohimlam-hittats {
    background-color: #F9F8F6;
}

.default_footer {
    position: relative;
    z-index: 200;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    color: white;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size: 9pt;
    margin-top: -15px;
    background: #1187c6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1187c6 0%, #1d8bc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1187c6), color-stop(100%,#1d8bc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1187c6 0%,#1d8bc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1187c6 0%,#1d8bc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1187c6 0%,#1d8bc6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1187c6 0%,#1d8bc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1187c6', endColorstr='#1d8bc6',GradientType=0 ); /* IE6-9 */
}

.canhohimlam-footerlink {
    vertical-align: top;
    width: 600px;
    /*border: solid 1px black;*/
}

.default_footer_mainpage {
    width: 1000px;
    margin: 0 auto;
}

.default_support {
    position: fixed;
    top: 20px;
    left: 3000px;
    margin-left: 10px;
    width:140px;
    border-radius: 5px;
    padding: 5px;
    border: solid 1px silver;
    background-color: #FFE13C;
    /*background: rgb(229,229,229); /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(244,244,244,1) 51%, rgba(229,229,229,1) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(51%,rgba(244,244,244,1)), color-stop(100%,rgba(229,229,229,1)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 51%,rgba(229,229,229,1) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 51%,rgba(229,229,229,1) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 51%,rgba(229,229,229,1) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 51%,rgba(229,229,229,1) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );  IE6-9 */*/
}