DIV.contactus { 
	background: #FFFFFF;
	width:950px;
}

	DIV.contactus .content {
		padding: 40px 21px;
		background: #FFFFFF;
	}
	
		DIV.contactus .content .sidebar {
			float: right;
			width: 298px;
			position: relative;
		}
		
			DIV.contactus .content .sidebar H2 {
				text-indent: -9999px;
				height: 33px;
				background: url('../images/ds_contactusHeading.gif') 25px top no-repeat;
			}
			
			DIV.contactus .content .sidebar H3 { text-indent: 25px; }
			
			/* Email to a Friend Form */
			
			DIV.contactus .content .sidebar #email { position:absolute; top: 85px; left: 25px; display: none; }
			
			DIV.contactus .content .sidebar #submit { margin-left: 25px; margin-top: 25px; }
			
			#email #frmEmail { margin: 0; padding: 0; }
			
			#email #frmEmail FIELDSET { margin: 0; padding: 0; }
			
				#email FIELDSET H4, #submit H4 {  
					padding-bottom: 12px;
					margin-bottom: 8px;
					font-weight: bold;
					text-transform: lowercase;
					background: url('../images/ds_separator.gif') bottom left no-repeat;
				}
				
					#email FIELDSET DL { margin: 0px; padding: 0;}
					#email FIELDSET DL DT { float: left; overflow: hidden; font-weight: bold; margin-bottom: 10px; color: rgb(46,46,46); }
					#email FIELDSET DL DD { margin-left: 134px; margin-bottom: 10px; }
			
					#email FIELDSET DL DD INPUT {
						display: block;
						width: 130px;
						*width: 135px;
						height: 18px;
						*height: 24px;
						background: rgb(40,39,44) !important;
						color: #fff;
						font-size: 10px;
						padding: 2px 4px 2px 4px;
						border: 0;
					}
					
					#email FIELDSET DL DD TEXTAREA {
						height: 40px;
						width: 135px;
						display: block;
						background: rgb(40,39,44) !important;
						padding-left: 4px;
						color: #fff;
						font-size: 10px;
						border: 0;
						font-family: Verdana, Arial, Helvetica, sans-serif;
					}
					
					#email FIELDSET BUTTON {
						margin-right: 0px;
						background: none;
						border: 0;
						width: 88px;
						float: right;
						overflow: hidden;
					}
			
			/* end */
			
		DIV.contactus .content .leftcolumn {
			text-align: left;
			margin-left: 35px;
			margin-right: 300px;
			position: relative;
		}
		
		DIV.contactus .content .leftcolumn .action { float: right; }
			DIV.contactus .content .leftcolumn .action UL { list-style: none; }
			DIV.contactus .content .leftcolumn .action UL LI { float: left; margin: 0 5px; }
			DIV.contactus .content .leftcolumn .action UL LI A { color: rgb(46,46,46); }
		
			DIV.contactus .content .leftcolumn H4 {
				padding-bottom: 12px;
				margin-bottom: 8px;
				font-weight: bold;
				text-transform: none;
				background: url('../images/ds_separator.gif') bottom left no-repeat;
			}
		
			DIV.contactus .content .leftcolumn P {
				font-size: 11px;
				color: rgb(46,46,46);
			}
	
	/* @group Contact Details */
	
	.contactus .content .leftcolumn .addresses { margin: 0; padding: 0; }
	 
	.contactus .content .leftcolumn DL { margin-top:15px; margin-left: 15px; padding-bottom:0;}
	.contactus .content .leftcolumn DL H3{ color:#9ba921; padding-top:10px; }
	.contactus .content .leftcolumn DL DT { float: left; overflow: hidden; font-weight: bold; color: rgb(46,46,46); }
	.contactus .content .leftcolumn DL DD { margin-left: 115px; color: rgb(46,46,46); padding-bottom: 2px;}

	/* @end */
	
	/* @group Submission Details */
	
	.contactus .content .leftcolumn .submission { 
		margin-top: 25px;
	}
	
	/* @end */

	/* @group  Enquiry Form */
	FORM#frmContactUs {
		width: 468px;
		margin: 0;
		padding: 0;
	}
	
	FORM#frmContactUs FIELDSET { padding-bottom: 15px; background: url('../images/ds_separatorShort.gif') 167px bottom no-repeat; width: 468px; }
		
		DD INPUT
		{
			width: 170px;
			height: 18px;
			*height: 24px;
			display: block;
			background: rgb(40,39,44);
			color: #fff;
			font-size: 10px;
			padding: 2px 4px 2px 4px;
			border: 0;
		}
		
		DD SELECT
		{
			width: 179px;
			*width: 170px;
			height: 18px;
			*height: 24px;
			display: block;
			background: rgb(40,39,44) !important;
			color: #fff;
			font-size: 10px;
			padding-left: 2px;
			border: 0;
		}
		
			DD SELECT OPTION { padding: 2px 4px 2px 2px; border: 0; }
		
		DD TEXTAREA
		{
			width: 294px;
			margin: 0;
			height: 80px;
			display: block;
			background: rgb(40,39,44) !important;
			color: #fff;
			font-size: 10px;
			padding-left: 4px;
			border: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		FORM#frmContactUs FIELDSET BUTTON {
			margin-right: 0px;
			background: none;
			border: 0;
			display: block;
			width: 88px;
			float: right;
			overflow: hidden;
		}
		
	/* @end */
