/* Guy Whammond */
/* Reset Style Sheet 2010 */

/* clearfix */

	.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{
		outline:none;
	}
	
	form{
		padding:0px;
		margin:0px;
	}
	
	.clear{
		clear:both;
	}
	
.mar-bottom-10{
	margin-bottom:10px;
}
.mar-bottom-5{
	margin-bottom:5px;
}
