@charset "utf-8";
/*-----------------------------------------------------------------
File: type.css
Version: 1.0
Date: 17/11/09
Author: Michael Van Dorth
Email: m.vandorth@iberianmedia.com
Description: This is the stylesheet that controls typography
in the site. It should be directly linked to the page.
-----------------------------------------------------------------*/

/* GENERAL TYPOGRAPHY RULES ------------------------------------ */

/* Import the web font */

@font-face {
	font-family: 'ITCAvantGardeDemi';
	src: url('../fonts/itcavantgardestd-demi-webfont.eot');
	src: local('☺'), url('../fonts/itcavantgardestd-demi-webfont.woff') format('woff'), url('../fonts/itcavantgardestd-demi-webfont.ttf') format('truetype'), url('../fonts/itcavantgardestd-demi-webfont.svg#webfontM1yRe9RZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* COMMON */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
}

/* HEADER */

#header .navigation a {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header .navigation ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header .additionalNavigation a {
	font-size: 12px;
}

/* CONTENT */

#content {
	line-height: 18px;
}
#content .pageTitle {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#content .contentTable th {
	font-weight: bold;
}
#content .contentTable tr th,
#content .contentTable tr td {
	text-align: right;
}
#content .contentTable tr th:first-child,
#content .contentTable tr td:first-child {
	text-align: left;
}
#content #primary strong {
	font-weight: bold;
}
#content #primary h3 {
	font-size: 16px;
	font-weight: bold;
}
#content #secondary h4 {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content #secondary h5,
#content #primary h4.newsListTitle {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content #secondary h6 {
	font-weight: bold;
}

/* NEWS LIST */

#content #primary .newsList h5 {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* FORMS (in primary area) */

#primary form input[type=text],
#primary form textarea {
	font-size: 14px;
}
#primary form label {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#primary form label.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* PROJECT LIST (in primary area) */

#content .projectList h3 {
	font-size: 13px;
	font-weight: bold;
}
#content .projectList h4 {
	font-size: 12px;
	font-weight: bold;
}

/* CONTACT DATA AND CERTIFICATIONS */

#secondary #contactData {
	font-size: 12px;
	line-height: 26px;
}
#secondary #contactData dd {
	font-weight: bold;
	text-align: right;
}
#secondary #contactData dd.address {
	line-height: normal;
}

/* FOOTER */

#footer .navigation {
	font-size: 12px;
}

#footer .legal {
	font-size: 11px;
	line-height: 18px;
}

/* INDEX COLOR RULES ----------------------------------------- */

/* HEADER */

.index #header .languages a {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* CONTENT */

.index #content .intro h4 {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.index #content .video h4 {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
}

/* News Slide Show */

.index #newsPanel .summary h3 {
	font-size: 16px;
	font-weight: bold;
}

/* Login Form */

.index #content #secondary #login h4 {
	font-family: ITCAvantGardeDemi, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.index #login p {
	line-height: normal;
}
.index #login input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.index #login label.error,
.index #login .emailLink {
	font-size: 11px;
	text-align: center;
}
.index #login label.error {
	line-height: normal;
}
.index #login .contactLink {
	font-size: 12px;
	line-height: normal;
}
