
/*
//////////////////////////////////////////
///////////////////// type
//////////////////////////////////////////
*/

@font-face {
    font-family: 'MuseoSlab';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/museo_slab_500-webfont.eot');
    src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSansItalic';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/museosans_500_italic-webfont.eot');
    src: url('fonts/museosans_500_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500_italic-webfont.woff') format('woff'),
         url('fonts/museosans_500_italic-webfont.ttf') format('truetype');
}


body
{
	font-family: "MuseoSans", "Segoe UI", Frutiger, "Frutiger Linotype", Arial, sans-serif;
	font-size:16px;
	line-height:21px;
	color:#3f3f3f;
}

#header h1, h2
{
	font-family: "MuseoSlab", "MuseoSans", "Segoe UI", Frutiger, "Frutiger Linotype", Arial, sans-serif;
}


h3
{
	font-family: "MuseoSlab", "MuseoSans", "Segoe UI", Frutiger, "Frutiger Linotype", Arial, sans-serif;
	color:#5aa8e1;	
	font-size: 45px;

}

h4
{
	font-family: "MuseoSlab", "MuseoSans", "Segoe UI", Frutiger, "Frutiger Linotype", Arial, sans-serif;
	color:#5aa8e1;	

}