﻿#contact-us li {
    list-style: none;
}
#contact-us #l-col {
    width:   400px;
}
#contact-us .please-note {
    background-color: #c80a01;
    height: 62px;
    margin-bottom: 10px;
}
#contact-us .please-note p {
    color: #fff;
     padding: 5px 0 0 0;
    }
#contact-us .please-note img {
    float: left;
    padding-right: 10px;
}
#contact-us #r-col {
    float: right;
}
#contact-us #l-col {
    float: left;
    width: 400px;
}
#contact-us ul {
padding: 0;
}
#contact-us table {
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    background-color: #f2f2f2;
}
#contact-us .number {
    font-weight: bold;
    font-size: 14px;
}
#contact-us tr {
height: 25px;
padding-right: 10px;

}
#contact-us .email, #contact-us .telephone, #contact-us .post {
    margin-bottom: 25px;
}
/* img replacements */

#contact-us h2, #contact-us h1 {
	font-size: 1em;
	line-height: 10px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -999em;	
}
#contact-us .sales-dep, #contact-us  .customer-dep {
    width: 200px;
    float: left;
    padding-top: 15px;
    }
#contact-us h1 {
    background-image: url(/assets/images/contact-page/title-contact.gif);
	width: 178px;
	height: 25px;      
}
#contact-us .email h2 {
	background-image: url(/assets/images/contact-page/title-email.gif);
	width: 68px;
	height: 19px;
}
#contact-us .telephone h2 {
	background-image: url(/assets/images/contact-page/title-telephone.gif);
	width: 112px;
	height: 19px;
}
#contact-us .post h2 {
	background-image: url(/assets/images/contact-page/title-address.gif);
	width: 142px;
	height: 17px;
}
#contact-us .post h2 {
	background-image: url(/assets/images/contact-page/title-address.gif);
	width: 142px;
	height: 17px;
}
#contact-us .contact-wizard h2 {
	background-image: url(/assets/images/contact-page/quick-contact-wizard.gif);
	width: 374px;
	height: 32px;
}
/* Quick Contact Wizard */
#contact-us .contact-wizard {
    width: 374px;
    overflow: hidden;
    background-color: #dedddd;
    display: none;
}
#contact-us .contact-wizard .content {
    padding: 10px;
}
#contact-us .contact-wizard .enquiry {
	display: none;
    margin: 10px 0;
    border-top: 1px solid #bebdbd;
}
#contact-us .contact-wizard .enquiry h3 {
	padding-top: 10px;
	font-size: 12px;
}
#contact-us .contact-wizard #input-fields {
	display: none;
}
#contact-us .contact-wizard #input-fields p {
	padding: 0;
}
