/*GLOBAL PATCH STYLES*/
	body{
		background: #fff url('/images/theme/core/landing-bg.gif') repeat-x top left !important;
	}
	#top{
		display:none;
	}

	#topLinks{
		display:none;
	}

	#mainNavigation{
		display:none;
	}
	#container{
		margin-top: 0 !important;
		background: #fff url('/images/theme/core/landing-container-bgs.gif') repeat-x top left !important;
	}

/*GLOBAL PATCH STYLES*/


/*NEW V2 LANDING STYLES*/
	#landing-top{
		clear:both;
		height:90px;  /*58*/
	}
	#logo{
		float:left;
		padding:18px 0 0 0;
		width:200px;
	}
	
	.addLogo {
		float: right;
		padding:6px 0 0 0;
	}
	.boiler{
		font-weight:bold;
		padding:6px 0 10px 0;
	}
/*END NEW V2 LANDING STYLES*/
