/* 	[ 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 {
	}
	#cS .Banner {
		float: left;
		clear: none;
		width: 226px;
	}
	* html #cS .Banner {
		display:inline;
		float: none;
		clear: none;
		height: 110px;
		width: auto;
	}
	* html .Banner img {
		display: inline;
	}
	#cTL .Banner {
		float: left;
		clear: none;
		width: auto;
	}
	* html #cTL .Banner {
		display:inline;
		float: none;
		clear: none;
		height: 52px;
		width: auto;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0px 18px 0px;
	}

