/**************************Contact Us********************************/
#contact-us-wrap {
    list-style: none;
    padding: 10px 0 0 5px;
	float: right;
}

#contact-us-wrap #contact-us-component {
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
}

#contact-us-wrap #contact-us-component:hover {
    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: 160px;
}

#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;
	cursor:default;
	background-color: #636363;
	background-position: 10px 11px;
	background-repeat: no-repeat;
}

#contact-us-wrap #contact-us-component div li.contact-us-email {
    background-image: url(../images/contact/contact-us-email.gif);
}

#contact-us-wrap #contact-us-component div li.contact-us-chat {
    background-image: url(../images/contact/contact-us-chat.gif);
}

#contact-us-wrap #contact-us-component div li.contact-us-phone {
    background-image: url(../images/contact/contact-us-phone.gif);
}

#contact-us-wrap #contact-us-component div .last {
    border-bottom: none;
}
#contact-us-wrap #contact-us-component div li a {
	cursor: default;
}

#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.linkhover:hover {
    background-color: #c2c5c5;
	background-position: 10px -86px;
}


#contact-us-wrap #contact-us-component div li.linkhover:hover a {
    color: #393939;
	cursor: pointer;
}

#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;
    position: absolute;
    top:auto;
    width: 251px;
    z-index:500;
	left: -44px;
	top: 19px;
}

#contact-us-wrap #contact-us-component .contact-bk {
    display: none;
    background: url(../images/contact/contact-us-hover-background-2.png) repeat-y left bottom;
    z-index: 500;
    top: auto;
    margin-top: 7px;
    padding: 10px 12px 20px;
    width: 224px;
}

.ctn-box-left,
.ctn-box-right {
	width: 45%;
}
.ctn-box-left {
	float: left;
}
.ctn-box-right {
	float: right;
}
.call-customer h2 {
	color: #4297CD;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.call-customer .ctn-box {
	padding: 2em 0;
}
.customer-phones li {
	margin-bottom: 1em;
}
.phone-text {
	font-weight: bold;
}
.phone-text span {
	font-weight: normal;
}

