/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Homepage ----- */
	
		#HP-IntroHead { 
		
			position: relative;
			float: right;
			
			padding: 0 0 10px 0;
			
			width: 810px;
			
		}
		
		.HP-Advertisers { 
		
			position: relative;
			float: left;
			
			width: 810px;
					
		}
				
		.Brand-Adverts {
		
			position: relative;
			float: left;
			
			padding: 10px 0 0 0;
			
			width: 810px;
			
			overflow: hidden;
		
		}
		
		.Brand-Adverts a {
		
			position: relative;
			float: left;
		
		}
		
		.Brands-R { 
		
			position: relative;
			float: left;
			
			width: 900px;
		
		}
					
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */




/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	#HP-IntroHead a { color: #e28821; }
	#HP-IntroHead a:hover { color: #e28821; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	#HP-IntroHead {
	
		text-align: right;
		font-size: 0.7em; 
	
	}
	
	#HP-IntroHead a { text-decoration: none; }
	#HP-IntroHead a:hover { text-decoration: underline; }
