/**************************************************************************/
/* PARAGON RAPID TECHNOLOGIES CSS - Copyright 2006 - www.xxx.co.uk - v1.0 */
/**************************************************************************/

/**********************
 CONTACT PAGE
***********************/

#contcontentlft, #contcontentrgt {
	margin: 20px 0;
}

#contcontentlft {
	float: left;
	width: 176px;
	padding-right: 20px;
	background: transparent;
}
	
	#contcontentlft img {
		margin-bottom: 10px;
	}

#contcontentrgt {
	float: right;
	width: 544px;
	padding-left: 20px;
	background: transparent;
}

	#contcontentrgt h1 {
		font-size: 1.4em;
	}

#contactdetails {
	float: left;
	width: 220px;
}
	
#contactform {
	float: right;
	width: 280px;
}

#contactform p {
	margin-top: 5px;
}

#contactform label {
	clear: left;
	float: left;
	width: 75px;
	padding-right: 10px;
	margin-top: 5px;
}

input.contform {
	float: left;
	width: 180px;
	border: 1px solid #999;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

textarea.contform {
	float: left;
	width: 180px;
	border: 1px solid #999;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

#buttsend {
	float: right;
	margin-right: 12px;
	margin-top: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #666;
	border: 1px solid #999;
}

/************
  DIRECTIONS
 ************/
 
 
 #directionleft, #directionright {
 	margin: 20px 0;
 }
 
 #directionleft {
 	float: left;
 	width: 390px;
 	padding-right: 0px;
 	background: transparent;
 }
  
 #directionright {
 	float: right;
 	width: 390px;
 	padding-left: 0px;
 	background: transparent;
 }
 
 	#directionright h1 {
 		font-size: 1.4em;
	}
	
#map {
	width: 370px;
	height: 300px;
	border: 0px solid #000000;
}
