/* -----[ BANNER ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.Banner {
		position: relative;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	
	.Banner img {
		display: block;
	}
	#cT .Banner {
		float: right;
	}
	#cTL .Banner {
		clear: none;
		float: left;
		width: 230px;
	}


/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 0px 0 10px 0;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0 10px 0;
	}
	.home #cPC .Banner {
		clear: none;
		float: left;
		margin: 8px 0 0px 0;
	}
