DIV.contactus {
	width: auto; 
	min-height: 516px; 
	height: expression('516px'); 
	background: #151515;
}

	DIV.contactus .content { 
		text-align: left;
		padding: 0 75px;
	}
	
		DIV.contactus .content H2 {
				width: auto;
				height: 60px;
				*height: 95px;
				padding-top: 35px;
				text-indent: -9999px;
			}
		
				.content H2.heading_contactus { background: url('../images/heading_contactus.gif') left 35px no-repeat; }
	
	/* @group Contact Details */
	
	.contactus .content .tradinghours { float: left; padding-top: 25px; width: 195px; margin-right: 15px; }
	.contactus .content .addresses { float: left; padding-top: 25px; width: 340px; }
	
	.contactus .content DL { margin: 0; }
	.contactus .content DL DT { font-size: 14px; padding: 4px 0; color: white; font-weight: normal; }
	.contactus .content DL DD { font-size: 14px; color: red; font-weight: normal; }

	/* @end */
	
	/* @group Submission Details */
	
	.contactus .content .submission { 
		margin-top: 25px;
		float: left; 
		margin-right: 25px;
		width: 240px;
		*width: 250px;
	}
	
	.contactus .content .submission H2.heading_thanks { background: url('../images/heading_thanks.gif') left top no-repeat; height: 20px; }
	
	/* @end */

	/* @group  Enquiry Form */
	FORM#frmContactUs {
		float: left; 
		margin-top: 25px;
		margin-right: 25px;
		width: 240px;
	}
	
	FORM#frmContactUs FIELDSET { border: 0; padding: 0; margin: 0; background: none; }
		
		SPAN.input
		{
			display: block;
			margin-bottom: 10px;
			padding: 5px;
			width: 100%;
			text-align: left;
			background: #504f50;
		}
		
		SPAN.input INPUT
		{
			width: 240px;
			display: block;
			background: none;
			font-size: 10px;
			border: 0;
		}
		
		SPAN.input SELECT
		{
			width: 240px;
			font-size: 10px;
			border: none;
		}
		
		SPAN.input TEXTAREA
		{
			width: 240px;
			height: 100px;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			border: none;
		}
		
		FORM#frmContactUs BUTTON {
			margin: 0;
			padding: 0;
			background: none;
			text-align: left;
			border: 0;
			width: 78px;
		}
		
			FORM#frmContactUs BUTTON IMG { text-align: left; padding: 0; }
		
	/* @end */
