@charset "UTF-8";

@import url("reset.css");
@import url("typo.css");

body {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #a9626b;
	text-decoration: underline;
}

#breadcrumb {
	margin-left: 200px;
	padding-top: 5px;
}

#breadcrumb li {
	display: inline;
	background-image: url("../img/breadcrum-item-bg.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 4px 0 6px;
}

#breadcrumb li:first-child {
	background-image: none;
	padding-left: 0;
}

#catch-phrase h3 {
	color: #232323;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 36px;
	text-align: right;
}

.clear {
	clear: both;
	visibility: hidden;
}

#container {
	background-image: url("../img/container-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
	text-align: left;
	width: 900px;
}

#content {
	margin: 20px 0 20px 200px;
	width: 660px;
}
#content h1 {
	border-bottom: 1px dotted #a9626b;
	padding-bottom: 10px;
}

/*Patch layout 20090410*/
#content hr {
	clear: right;
}

#content .page-list-items {
}

#footer {
	background-image: url("../img/footer-bg.png");
	background-repeat: repeat;
	border: 1px solid #f1f1f1;
	border-bottom: none;
	clear: both;
	min-height: 60px;
	padding: 25px 60px 1px 10px;
}

#footer p {
	margin-top: 5px;
	text-align: center;
}

#footer .left { margin-right: 15px; margin-left: 15px; }

#header {
	background-image: url("../img/header-bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 137px;
	padding: 8px 0 0 15px;
	position: relative;
}

#header a.logo {
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 155px;
	text-indent: -9999px;
}

#lang {
	position: absolute;
	bottom: 17px;
	right: 40px;
	height: 11px;
}

#lang li {
	float: left;
	line-height: 11px;
	padding-left: 10px;
}

#lang a {
	background-image: url("../img/flags.png");
	background-repeat: no-repeat;
	display: block;
	height: 11px;
	width: 16px;
	text-indent: -9999px;
}

#lang a.en { background-position: -16px 0; }
#lang a:hover.en { background-position: 0 0; }
#lang a.fr { background-position: -16px -11px; }
#lang a:hover.fr, #lang a.fr-active { background-position: 0 -11px; }

#itcmedia a {
	background-image: url("../img/itcmedia.png");
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 50px;
	bottom: 10px;
}

#nav {
	position: absolute;
	bottom: 9px;
	left: 200px;
	height: 23px;
}

#nav li {
	float: left;
	padding-right: 5px;
	width: 75px;
	text-align: center;
}
#nav > ul li { width: auto; }

#nav li a {
	background-image: url("../img/nav-bg-off.png");
	background-repeat: repeat-x;
	border: 1px solid #dcdcdc;
	color: #686868;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 6px;
	text-decoration: none;
}

#nav li a.selected, #nav li a:hover {
	background-image: url("../img/nav-bg-on.png");
	border-bottom: 1px solid #ffffff;
	color: #000000;
}

#nav li a:hover {  }

#subnav, #side {
	float: left;
	margin-left: 20px;
	width: 155px;
}
#subnav ul, #side {
	margin-bottom: 10px;
}

#side { 
	clear: left;
}

#subnav ul {
	background-image: url("../img/subnav-bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px 5px 20px 0px;
	width: 120px;
}

#subnav > ul {
	width: 150px;
}

#subnav li {
	padding-left: 4px;
}

#subnav a {
	color: #686868;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	width: 100%;
}
#subnav a.selected, #subnav a:hover {
	background-image: url("../img/subnav-item-bg.png");
	background-position: center left;
	background-repeat: no-repeat;
	color: #000000;
}

#subnav ul ul {
	background-image: none;
	margin: 0;
	padding: 0 0 0 14px;
}
