body, td, th {
    color: #494848;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

body {
    margin: 0;
    height: 100%;
    background: #fff;
}

a:link {
    color: #494848;
    text-decoration: underline;
}

a:visited {
    color: #494848;
    text-decoration: underline;
}

a:hover {
    color: #494848;
    text-decoration: none;
}

a:active {
    color: #494848;
    text-decoration: underline;
}

td {
    vertical-align: top;
    text-align: left;
}

#table {
    width: 1200px;
    height: 950px;
}

#bottom {
    height: 64px;
    background: url(/img/index_09.jpg);
}

#center {
    height: 100%;
}

#left {
    width: 384px;
    background: #E7E7E7;
    height: 100%;
}

#right {
    width: 816px;
    height: 100%;
}

#logo {
    float: left;
    width: 384px;
    height: 177px;
}

#blind-logo{
    display: none;
    width: 290px;
    float: left;
    margin: 15px 60px 0;
    text-align: center;
}

#blind-logo a:link{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#left_menu {
    float: left;
    width: 300px;
    margin: 20px 0 0 40px;
}

.l_menu {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #000;
    margin: 0 0 10px;
}

.l_menu p {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 20px;
}

.l_menu a {
    color: #494848;
    text-decoration: none;
}

.l_menu a:hover {
    color: #e66419;
}

#right_img {
    float: left;
    width: 816px;
    height: 391px;
    background: url(/img/index_02.jpg);
    background-repeat: no-repeat;
}

#phone {
    float: left;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 0 40px;
    font-size: 19px;
}

#phone p {
    margin: 0 0 10px;
}

#name {
    float: left;
    width: 780px;
    font-size: 22px;
    color: #e66419;
    margin: 0 0 0 15px;
}

#text {
    float: left;
    width: 780px;
    margin: 15px 0 0 15px;
}

#ban {
    float: left;
    margin: 20px 0 0 15px;
}

#copy {
    float: right;
    margin: 20px 15px 0 0;
    font-size: 11px;
    color: #fff;
}

#copy a {
    color: #fff;
    text-decoration: none;
}

.form_input {
    border: 1px #999999 solid;
    height: 25px;
    width: 250px;
    line-height: 1.8;
    background-color: #F6F6F6;
    color: #000000
}

.form_textarea {
    border: 1px #999999 solid;
    height: 65px;
    width: 250px;
    background-color: #F6F6F6;
    color: #000000
}

.form_button {
    border: 1px #fff solid;
    background-color: #026ABF;
    color: #fff;
    cursor: pointer;
    padding: 6px;
}

#basic-modal-content {
    display: none;
}

#simplemodal-overlay {
    background-color: #000000;
    cursor: wait;
}

#simplemodal-container {
    color: #000000;
    background-color: #ffffff;
    padding: 8px;
    border: 4px #A61814 solid;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container a {
    color: #000000;
}

#simplemodal-container a.modalCloseImg {
    background: url(/img/close.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#echo {
    display: none;
}

#privacy_policy ul {
    padding-left: 12px;
}

#privacy_policy li {
    list-style: none;
}

#vizion {
    position: absolute;
    margin: 0 0 0 572px;
    font-weight: bold;
}

#vizion a {
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
}

#vizion a:hover {
    background: #fff;
    color: #000;
}