/*---------------------------------------set focus to none css----------------------------*/
*:focus { 
	outline: none; 
}



/*---------------------------------------clear css----------------------------*/
.clear{
	clear:both;
}

img{
	border:none;
}

/*---------------------------------------clearfix css----------------------------*/
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;
}

