/* Start of CMSMS style sheet 'rds-layout' */
body {
	background-color: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

a {
	color: #000000;
	text-decoration: none;
}

#content a {
	text-decoration: underline;
}

.clear-both {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

	#header {
		width: 940px;
		height: 112px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(images/header-bg.jpg);
	}
	
		#logo a {
			width: 160px;
			height: 66px;
			margin: 25px 0px 0px 30px;
			float: left;
			background-image: url(images/logo.gif);
			text-indent: -9999px;
			overflow: hidden;
		}
	
	#content, #home-content {
		width: 940px;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		background: #FFFFFF url(images/content-top.gif) no-repeat top left;
		font-size: 1.3em;
	}
	
	#content {
		width: 900px;
		padding: 20px;
	}
	
	#content p, #home-content p {
		margin: 0 0 15px 0;
		line-height: 1.8;
	}



/*================================================================================*/
/* HOME PAGE */
/*================================================================================*/
#exceeding {
	width: 358px;
	height: 268px;
	float: right;
	margin: 20px 20px 20px 0;
}

#intro {
	width: 515px;
	margin: 15px 0 0 20px;
	float: left;
}

#home-enquiry {
	width: 514px;
	height:151px;
	float: left;
	margin: 0 0 20px 20px;
	background-image: url(images/home-enquiry-bg.gif);
	position: relative;
}

	#home-enquiry input, #home-enquiry textarea {
		font-size: 11px;
		color: #2b2b2b;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#home-enquiry input {
		width: 114px;
		height: 16px;
		margin: 0px;
		padding: 2px;
		border: none;
	}
	
		#home-enquiry .error input, #home-enquiry .error textarea {
			background-color: #FFE5E5;
		}
	
	#home-enquiry textarea {
		width: 240px;
		height: 102px;
		padding: 5px;
		border: none;
	}
	
	.enq-name input {
		position: absolute;
		top: 58px;
		left: 64px;
	}
	
	.enq-email input {
		position: absolute;
		top: 85px;
		left: 64px;
	}
	
	.enq-phone input {
		position: absolute;
		top: 111px;
		left: 64px;
	}
	
	.enq-enq {
		position: absolute;
		top: 20px;
		left: 193px;
	}
	
	#home-enquiry .submit input {
		width: 53px;
		border: none;
		background-color: transparent;
		color: #ffef86;
		font-weight: bold;
		position: absolute;
		top: 116px;
		left: 450px;
		cursor: pointer;
	}
	
/*================================================================================*/
/* CONTACT PAGE */
/*================================================================================*/
#contact-details, #contact-form {
	width: 450px;
	float: left;
}

#contact-form {
	width: 385px;
	margin: 0 0 0 25px;
	padding: 20px;
	background-color: #2b2b2b;
	color: #FFF;
}

	#contact-form h2 {
		color: #FFF;
	}

	#contact-form form, #contact-form .contactform {
		width: 385px;
	}

		#contact-form div.required {
			clear: both;
		}
	
			#contact-form label, #contact-form input, #contact-form textarea {
				float: left;
			}
			
			#contact-form label {
				width: 130px;
				margin: 5px 10px 0 0;
				color: #FFF;
				font-weight: bold;
			}
			
			#contact-form input {
				margin: 0 0 10px 0;
			}
			
			#contact-form input, #contact-form textarea {
				width: 230px;
				padding: 4px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border: 2px solid #74AEF1;
			}
			
			#contact-form textarea {
				height: 120px;
			}
			
			#contact-form .submit input {
				width: auto;
				margin: 10px 0 0 0;
				float: right;
				background-color: #74AEF1;
				font-weight: bold;
				color: #FFF;
			}
			
				#contact-form .error input, #contact-form .error textarea {
					background-color: #FFE5E5;
					border: 2px solid #C00;
				}

/*================================================================================*/
/* NEWS PAGE */
/*================================================================================*/
.NewsSummary {
	margin: 0 0 20px 0;
}

/*================================================================================*/
/* CASE STUDIES */
/*================================================================================*/

.casestudytitle {
     font-weight: normal;
     font-style: italic;
     }

.casestudyline {
     letter-spacing: -1px;
     color: #aaa;
     }
/* End of 'rds-layout' */

