/*------------------------------------------------------------------
[Urban Element Global Stylesheet]

Version:	1.1
Last change:	11/05/08 [Added .clearfix  DJ]
Assigned to:	Dave Johnston [DJ] Malcolm Maclean [MM] 

-------------------------------------------------------------------*/

* {         
	padding:0;         
	margin:0;     
}     
.left {
	float:left;
}     
.right { 
	float:right; 
}     
.clear { 
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 0px;
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
.clearfix {   
    display: inline-block;   
}   
html[xmlns] .clearfix {   
    display: block;   
}   
* html .clearfix {   
    height: 1%;   
}  
a img { 
	border:none; 
}
