﻿/* CSS Document */

HTML, BODY {
    padding-top: 0px;
    color: #444444;
}

a {
    color: #009fe3;
}

    a img {
        border: 0px;
    }

    a:visited {
        color: #008ECA;
    }

#topdomain {
    width: 543px;
    height: 40px;
    margin: auto;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

#wrapper {
    width: 524px;
    margin: auto;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.3);
}

UL {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
}

LI {
    list-style-type: none;
    margin: 8px;
    margin-left: 3px;
}

UL LI::before {
    content: "\2022";
    color: #009fe3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

SUP {
    font-size: 8px;
}


#contact {
    background-color: #EAEAEA;
    width: 89.5%;
    position: absolute;
    bottom: 14px;
    left: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    line-height: 150%;
}


.holdertable {
    width: 524px;
    height: 660px;
    position: relative;
    background-color: #FFFFFF;
}

.holdertable_header {
    height: 75px;
}

.holdertable_image {
    border: 0px
}

.holdertable_content {
    border-bottom: 0px solid #aab1bb;
    border-left: 0px solid #aab1bb;
    border-right: 0px solid #aab1bb;
    background-image: url(/Content/cont_back.png);
    background-repeat: no-repeat;
}


.font14 {
    font-size: 14px;
}
