
@font-face {
	font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
		url('fonts/raphaelicons-webfont.woff') format('woff'), 
		url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
		url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans_500regular';
    src: url('fonts/museo_reg/MuseoSans_500-webfont.eot');
    src: url('fonts/museo_reg/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_reg/MuseoSans_500-webfont.woff') format('woff'),
         url('fonts/museo_reg/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/museo_reg/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans_500italic';
    src: url('fonts/museo/MuseoSans_500_Italic-webfont.eot');
    src: url('fonts/museo/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/MuseoSans_500_Italic-webfont.woff') format('woff'),
         url('fonts/museo/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
         url('fonts/museo/MuseoSans_500_Italic-webfont.svg#museo_sans_500italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* General Demo Style */
body{
	-webkit-font-smoothing: antialiased;
	margin:0;
	
}


	
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}