/* 	[ 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 ] === */

/* === [ GLOBAL STYLE ] === */

	.Banner {
		position: relative;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.home .Banner {
		margin: 10px 10px 0px 0px;
		padding: 0px;
		float: left;
		width: auto;
		clear: none;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 20px 10px 0px 6px;
	}
	#cLS .Banner img {
		display: block;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
	}
	.promo #cRS .Banner {
		margin: 10px 10px 0 0;
	}
	
/* === [ Primary Container ] === */
	.inner #cPC .Banner {
		padding: 0px 0px 58px 0px;
		background: url(/Templates/_images/back_Banner.gif) no-repeat bottom right;
	}


