/* 	[ 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;
	}
	#cHmid .Banner img{
		height:50px;
	}
	#cPushBox .Banner img{
		width:100%
	}
	#cB2 .Banner {
		position: absolute;
		top:40px; right:0;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
	}
	#cRS .Banner {
		margin: 16px 0 16px 0;
	}

/* === [ Right Hand Container ] === */
	#cF .Banner {
			clear: both;
			float: none;
			margin: 0px 0px 20px 145px;
		}
		#cF .Banner + .Banner {
			clear: none;
			float: left;
			margin: 0px 10px 0px 150px;
		}
		#cF .Banner + .Banner + .Banner {
			margin: 0px 10px 0px 0px;
		}
/* Automatically Updateded in patch version 4.6.2 */

/* -----[ Patch 4.6.2 ]----- */
/* -----[ Feature ID #1318 ]----- */
/* -----[ Added to Banner.css  ]----- */
/* -----[ Responsive CSS ]----------------------------------------------------- */
.BackgroundBanner a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
