/* reset */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
ul {
	list-style:none
}
img, fieldset {
	border:none
}
/* render html5 elements as block */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
a {
	text-decoration: none;
}

/*FONTS*/
@font-face {
    font-family: 'VistaSlabBold';
    src: url('font-files/vistaslb-webfont-webfont.eot');
    src: url('font-files/vistaslb-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-files/vistaslb-webfont-webfont.woff') format('woff'),
         url('font-files/vistaslb-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerCn';
    src: url('font-files/frutiger-cn-regular-webfont-webfont.eot');
    src: url('font-files/frutiger-cn-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-files/frutiger-cn-regular-webfont-webfont.woff') format('woff'),
         url('font-files/frutiger-cn-regular-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}