/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	
	
	#Brands-Box {
	
		position: relative;
		float: left;
		
		margin: 10px 0 0 10px;
		
		width: 578px;
		
	}
	
	* html #Brands-Box { margin: 10px 0 0 5px; }
	
	#Brands-Box-Header {
	
		position: relative;
		float: left;
		
		padding: 0 0 5px 0;
		
		width: 578px;
		
		text-align: center;
	
	}
	
	#Brands-Box .Brand {
	
		position: relative;
		float: left;
		
		padding: 0 2px 0 0;
	
	}
	
	.Intro-Text {
	
		position: relative;
		float: left;
		
		padding: 20px 20px 20px 20px;
		
		width: 578px;
	
	}
			
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	#Brands-Box-Header h2 { color: #10426e; }
	
	.Intro-Text { color: #114776; }
	.Intro-Text b { color: #114776; }
			
/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

	.Intro-Text { 
	
		font-weight: normal; 
		font-size: 1.4em;
	
	}
	
	.Intro-Text b { font-weight: bold; }