/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ 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;
		display: block;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	.Banner img {
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 0px 0px 14px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0px 14px 0px;
	}

