/* 	[ 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;
		margin: 0px 0px 0px 0px;
	}
		
/* === [ Bottom Container ] === */
	#cTL .Banner {
		clear: none;
		float: left;
		width: auto;
	}
		* html #cTL .Banner {
			display: inline;
			clear: none;
			height: 96px;
		}
		* html #cTL .Banner img {
			display: inline;
		}

	

/* === [ Left Hand Container ] === */
	#cLS .Banner {
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
	}
	#cS .Banner {
		float: right;
		margin: 50px 0px 0px 0px;
	}
	
	.campaignTC #cS .Banner {
		float: right;
		margin: 360px 0px 5px 0px;
	}
	
