/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}
	#cLS .CustomCode .contactDetails {
		background: #eee;
		padding: 10px;
		border:#fff 4px solid;
		width: 224px;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
	#cF .CustomCode {
		color:#f7f6f6;
		font-size:13px;
		margin: 40px 0 0 0;
		line-height: 1.5em;
	}
	#cFR .CustomCode {
		color:#999999;
		font-size:11px;
		clear: both;
		display: block;
		margin: 0px 0 0 8px;
		position:absolute;
		top: 70px;
		left: 0;
	}
