/*---------------------------------------set focus to none----------------------------*/
*:focus
	{ 
	outline: none; 
	}


/*---------------------------------------set image border to none----------------------------*/
img
	{
	border:0;
	}
	

/*---------------------------------------clear----------------------------*/
.clear
	{
	clear:both;
	}



/*---------------------------------------clearfix----------------------------*/
div.clearfix:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
div.clearfix
	{
	display: inline-block;
	}
	
* html .clearfix
	{
	height: 1%;
	}
	
div.clearfix
	{
	display: block;
	}

