/* 	[ 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 ] === */

	#cPC .Banner {
		position: relative;
		margin: 10px -20px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	#cSWrapper .Banner {
		position: relative;
		margin: 10px 16px 0px -10px;
		padding: 0 0 0 0;
		text-align: right;
		float: right;
		clear: none;
	}
	 .Banner {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	#cB .Banner img{
		display: block;
	}
	

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		position: relative;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: center;
		clear: both;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		position: relative;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: center;
		clear: both;
	}
