@charset "utf-8";
/* CSS Document */

#contact-nav {
	float: left;
	list-style: none;
	margin: 0px 0 0px 0;
	width:169px;
	padding: 0;
}
#contact-nav li {
	float: left;
	margin: 10px 0 0 0px;
	padding: 0;
}
#contact-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#contact-nav li a:hover {
	background-position: 0 -14px;
}

#contact-nav li a.current, #contact-nav li a.current:hover {
	background-position: 0 -14px;
}
#contact-nav0 {
	width: 76px;
	height: 14px;
	background: url(../images/common/nav/subnavs/contact.gif) 0 0 no-repeat;
}
#contact-nav1 {
	width: 119px;
	height: 14px;
	background: url(../images/common/nav/subnavs/how-to-find-us.gif) 0 0 no-repeat;
}
#contact-nav2 {
	width: 155px;
	height: 14px;
	background: url(../images/common/nav/subnavs/custom-specialised.gif) 0 0 no-repeat;
}
#contact-nav3 {
	width: 180px;
	height: 14px;
	background: url(../images/common/nav/subnavs/training-consultancy.gif) 0 0 no-repeat;
}


/* Titles */

.contact {
	display:block;
	width:112px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/contact.gif);
	}
	
.how {
	display:block;
	width:500px;
	height:28px;
	text-indent:-1000em;
	background-image:url(../images/titles/how-to-find-us.gif);
	}

	
/* Form */

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
.required {
	width:200px;
	}
.textbox {
	width:200px;
	}
	
select { padding: 0; }


.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}


