/*** PT SANS FONT ***/
@font-face {
    font-family: 'ptsans-narrow-regular';
    src: url('font/ptsans/PTN57F-webfont.eot');
    src: url('font/ptsans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ptsans/PTN57F-webfont.woff') format('woff'),
         url('font/ptsans/PTN57F-webfont.ttf') format('truetype'),
         url('font/ptsans/PTN57F-webfont.svg#ptsans-narrow-regular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'ptsans-narrow-bold';
    src: url('font/ptsans/PTN77F-webfont.eot');
    src: url('font/ptsans/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ptsans/PTN77F-webfont.woff') format('woff'),
         url('font/ptsans/PTN77F-webfont.ttf') format('truetype'),
         url('font/ptsans/PTN77F-webfont.svg#ptsans-narrow-bold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'ptsans-regular';
    src: url('font/ptsans/PTS55F-webfont.eot');
    src: url('font/ptsans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ptsans/PTS55F-webfont.woff') format('woff'),
         url('font/ptsans/PTS55F-webfont.ttf') format('truetype'),
         url('font/ptsans/PTS55F-webfont.svg#ptsans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'ptsans-bold';
    src: url('font/ptsans/PTS75F-webfont.eot');
    src: url('font/ptsans/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ptsans/PTS75F-webfont.woff') format('woff'),
         url('font/ptsans/PTS75F-webfont.ttf') format('truetype'),
         url('font/ptsans/PTS75F-webfont.svg#ptsans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

body, html {
	font-family:ptsans-regular, sans-serif;
	font-size:100%;
	}

#main-menu {
	font-family:ptsans-narrow-bold, sans-serif;
	font-size:1.8rem;
	}

span.top-text {
	font-size:1.1rem;
	letter-spacing:0.05rem;
	}

#meta-menu  li {
	font-size:0.8rem;
	text-transform:uppercase;
	}


/*** TILES, CONTENT	***/
.tiles {
	font-size:0.9rem;
	}

.tiles h2,
#layout-sidebar h2 {
	font-family: ptsans-bold;
	font-size: 1.0rem;
	margin: 0;
	padding-bottom: 0;
	}

#layout-sidebar h2 {
	padding-bottom:1rem;
	}


/*** FOOTER ***/
#layout-footer {
	font-size:0.7rem;
	text-transform:uppercase;
	letter-spacing:0.05rem;
	line-height:1.3rem;
	}

#layout-footer p {
	margin:0;
	}

#layout-footer h3 {
	margin: 0px;
	margin-bottom: 0.2rem;
	font-size: 0.8rem;
	font-weight: bold;
	}


label {
	font-weight: normal;
	}

.categoryTopDescription{
	font-size: 1.3rem;
	}
