/**************************Contact Us********************************/
#contact-us-wrap {
    list-style: none;
    padding: 10px 0 0 5px;
    float: right;
}

#contact-us-wrap #contact-us-component {
    cursor: pointer;
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
}

#contact-us-wrap #contact-us-component:hover {
    cursor: pointer;
    z-index: 100;
}

#contact-us-wrap #contact-us-component a {
    background: url(../images/contact/contact-us-background.png) no-repeat top left;
    color: #666666;
    display: block;
    font-size: 75%;
    font-weight: bold;
    height: 17px;
    margin: 0;
    padding: 5px 0 0 18px;
    text-decoration: none;
    width: 90px;
}

#contact-us-wrap #contact-us-component ul li a{
    background: none;
    display: block;
    margin: 0;
    padding: 10px 10px 14px 40px;
    width: auto;
    height: auto;
    color: #393939;
}


#contact-us-wrap #contact-us-component ul li div {
    background: none;
    display: block;
    margin: 0;
    padding: 11px 0 14px 40px;
    width: auto;
    height: auto;
}

#contact-us-wrap #contact-us-component:hover ul li a {
    background: none;
}

#contact-us-wrap #contact-us-component:hover a {
    background: url(../images/contact/contact-us-background.png) no-repeat left -23px;
    color: #fff;
}

#contact-us-wrap #contact-us-component div li {
    border-bottom: solid 1px gray;
    color: #fff;
    cursor:default;
}

#contact-us-wrap #contact-us-component div li.contact-us-email {
    background: url(../images/contact/contact-us-email.gif) no-repeat 10px 11px;
}

#contact-us-wrap #contact-us-component div li.contact-us-chat {
    background: url(../images/contact/contact-us-chat.gif) no-repeat 10px 11px;
}

#contact-us-wrap #contact-us-component div li.contact-us-phone {
    background: url(../images/contact/contact-us-phone.gif) no-repeat 10px 11px;
}

#contact-us-wrap #contact-us-component div .last {
    border-bottom: none;
}

#contact-us-wrap #contact-us-component div li span.ctHeader,
#contact-us-wrap #contact-us-component div .contact-us-phone span.ctHeader{
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 1px;
}

#contact-us-wrap #contact-us-component div .contact-us-phone span.ctHeader {
    font-size: 100%;
}

#contact-us-wrap #contact-us-component div li p {
    font-size: 80%;
}

#contact-us-wrap #contact-us-component div li p a {
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
}


#contact-us-wrap #contact-us-component li.contact-us-email:hover,
#contact-us-wrap #contact-us-component li.contact-us-chat:hover,
#contact-us-wrap #contact-us-component li.contact-us-phone:hover {
    background: #c2c5c5;
}


#contact-us-wrap #contact-us-component div li.contact-us-email:hover a {
    background: url(../images/contact/contact-us-email.gif) transparent no-repeat 10px -86px;
    color: #393939;
}

#contact-us-wrap #contact-us-component div li.contact-us-chat:hover a{
    background: url(../images/contact/contact-us-chat.gif) transparent no-repeat 10px -88px;
    color: #393939;
}

#contact-us-wrap #contact-us-component div li.contact-us-phone:hover a{
    background: url(../images/contact/contact-us-phone.gif) transparent no-repeat 10px -88px;
    color: #393939;
}


#contact-us-wrap #contact-us-component div:hover p a,
    #contact-us-wrap #contact-us-component:hover p a {
    background: none;
}

#contact-us-wrap #contact-us-component div .ctText {
    background: none;
    font-size: 85%;
    display: block;
    font-weight: normal;
}

#contact-us-wrap #contact-us-component div:hover .ctText {
    background: none;
}

#contact-us-wrap #contact-us-component div .contact-us-phone .ctText {
    font-size: 80%;
    font-weight: normal;
}

#contact-us-wrap #contact-us-component:hover div.contact-top,
#contact-us-wrap #contact-us-component:hover .contact-bk {
    display: block;
}


.clear {
    clear: both;
}

/***********************************************************************************************************/
#contact-us-wrap #contact-us-component div.contact-top {
    display:none;
    background: url(../images/contact/top-bk.png) no-repeat;
    height: 7px;
    margin: -3px 0 0 -70px;
    position: absolute;
    top:auto;
    width: 251px;
    z-index:500;
}

#contact-us-wrap #contact-us-component .contact-bk {
    display: none;
    background: url(../images/contact/contact-us-hover-background-2.png) repeat-y left bottom;
    position: absolute;
    z-index: 500;
    top: auto;
    margin-top: 7px;
    padding: 10px 12px 20px;
    width: 224px;
}