/*	Font-Face
**	==================================================
** 	This is the proper syntax for an @font-face file
**	Just create a "fonts" folder at the root,
**	copy your FontName into code below and remove
**	comment brackets
*/

/*@font-face {
	font-family: 'FontName';
	src: url('../fonts/FontName.eot');
	src: url('../fonts/FontName.eot?iefix') format('eot'),
		 url('../fonts/FontName.woff') format('woff'),
		 url('../fonts/FontName.ttf') format('truetype'),
		 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('../font/pt_sans-narrow-web-bold-webfont.eot');
    src: url('../font/pt_sans-narrow-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt_sans-narrow-web-bold-webfont.woff') format('woff'),
         url('../font/pt_sans-narrow-web-bold-webfont.ttf') format('truetype'),
         url('../font/pt_sans-narrow-web-bold-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*font-family: 'PTSansNarrowRegular';*/
	font-family: 'PT Sans Narrow';
    src: url('../font/pt_sans-narrow-web-regular-webfont.eot');
    src: url('../font/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt_sans-narrow-web-regular-webfont.woff') format('woff'),
         url('../font/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'),
         url('../font/pt_sans-narrow-web-regular-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, 
#top .menu-servicos,
.menu-principal ul li a, 
.submenu ul li a {
    font-family:'PT Sans Narrow';
}