/* Some inspiration from undohtml.css - (CC) 2004 Tantek Celik. Some Rights Reserved. */
a:link,a:hover,a:visited {text-decoration:none;}
html, body, img, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, a {margin:0;padding:0;border:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; color:#333; margin:0 0 8px 0;}
a img,:link img,:visited img {border:none;}
abbr {cursor:default;}

body {
	color:#333;
	font:normal 62.5% Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#efefef;
}

a, a:link, a:visited {
	color:#cc2b31;
	text-decoration:none;
	font-weight:normal;
}
a:hover {text-decoration:underline;}

div#wrapper {
	width:975px;
	padding:14px 0 0 15px;
	margin:0 auto 30px auto;
	text-align:left;
	background:#fff;
	font-size:125%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/*background:#fff url(../imagesglobal/bg_wrapper.gif) no-repeat 15px 350px;*/
	position:relative;
}
div#head {
	 width:960px;
	 position:absolute;
	 top:15px;
	 left:15px;
	 background:#fff;
}
div#head img#logo {
	 margin:17px 0 15px 0;
}
body#home div#head a:hover img#logo {
	cursor:default;
}
div#head p#byline {
	width:600px;
	height:19px;
	position:absolute;
	right:1px;
	top:34px;
	background:#fff url(../imagesglobal/bg_byline2_en.gif) no-repeat right bottom;
}
body.en div#head p#byline {
	background-image:url(../imagesglobal/bg_byline2_en.gif);
}
body.fr div#head p#byline {
	background-image:url(../imagesglobal/bg_byline2_fr.gif);
}
body.es div#head p#byline {
	background-image:url(../imagesglobal/bg_byline2_es.gif);
}

div#head p#byline strong {
	display:none;
}
div#head div#banner {
	border-top:15px solid #c6c8ca;
	background:#A90000;
}
div#lang-switcher {
	position:absolute;
	top:0;
	right:0;
	z-index:50;
}
div#lang-switcher p {
	margin:5px 5px 0 0;
	padding:0;
}
div#lang-switcher a {
	display:block;
	float:left;
	width:27px;
	height:22px;
	font-size:10px;
	margin-right:1px;
	background:#fff url(../imagesglobal/icon_flag_en.gif) no-repeat 6px 5px;
	border-bottom:1px solid #b3b9c4;
	border-left:1px solid #e9e9e9;
	color:#666;
}
div#lang-switcher a span {
	display:none;
}
div#lang-switcher a#s-fr {
	background-image:url(../imagesglobal/icon_flag_fr.gif);
}
div#lang-switcher a#s-es {
	background-image:url(../imagesglobal/icon_flag_es.gif);
}
div#lang-switcher a:hover {
	background-color:#f1efef;
}
div#lang-switcher a.on {
	background-color:#e9e9e9;
	color:#cc2b31;
	border-left:1px solid #fff;
}
div#flash {
	background:#A90000;
}
p#breadcrumb {
	background:#a7a9ac;
	padding:3px 0 3px 245px;
	color:#999;
	border-bottom:5px solid #fff;
	font-weight:normal;
	font-size:90%;
}
p#breadcrumb strong {
	color:#666;
}
p#breadcrumb a {
	color:#666;
	font-weight:normal;
}
p#breadcrumb span {
	color:#fff;
	font-weight:normal;
}
div#nav {
	width:960px;
	background:#fff;
	font-size:80%;
	height:22px;
}
div#nav ul {
	background: #a6181d;
}

div#nav li {
	list-style: none;
	position: relative;
	vertical-align: bottom; /* for IE5/win */
	float:left;
	background: #a6181d;
}
div#nav ul ul {
	background: #a7aaac;
}
div#nav li:hover {
	background: #c3181d;
}
div#nav ul a {
	display: block;
	text-transform:uppercase;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height:12px;
	font-size:10px;
	padding:5px 0 6px 0;
	background:#a6181d url(../imagesglobal/bg_nav.gif) repeat-x;
	border-right:1px solid #900000;
	border-left:1px solid #b21a1a;
}

div#nav ul li ul li a {
	line-height:1;
	padding:8px 0;
	display:block;
	width:210px;
}
div#nav ul a:hover, div#nav ul a.on {
	background:#870000 url(../imagesglobal/bg_nav.gif) repeat-x left -75px;
	border-left-color:#870000;
}
div#nav ul a.on {
	cursor:default;
}
div#nav ul div { 
	position: absolute;
	border-top:1px solid #fff;
	left: -300em;
	top: -1.9em;
	width: 10em;
	padding:0; 
	background: url(bgfix.gif); /* flyout elements need a background image or color to avoid bugs in IE/win */
}
div#nav ul div ul li a { 
	background: #a7aaac;
	background-image:none;
	border:0;
	border-bottom:1px solid #fff;
	padding-left:10px;
	padding-right:10px;
}
 
div#nav ul div ul li a:hover { 
	background: #a6181d;
}
div#nav ul div ul li a.on { 
	cursor:default;
	background:#a6181d;
}	
div#nav ul li:hover div {
	left: -1px; 
	top:23px;
}
div#nav ul a:hover {
	text-decoration: none;
	background:#870000 url(../imagesglobal/bg_nav.gif) repeat-x left -75px;
}
div#nav li a#first {
	background:#a6181d url(../imagesglobal/bg_nav_left.gif) no-repeat;
	border-left:0;
}
div#nav li a#last {
	background:#a6181d url(../imagesglobal/bg_nav_right.gif) no-repeat top right;
	border-right:0;
}
div#nav li a#first:hover {
	background:#870000 url(../imagesglobal/bg_nav_left.gif) no-repeat left -75px;
}
div#nav li a#last:hover {
	background:#870000 url(../imagesglobal/bg_nav_right.gif) no-repeat right -75px;
}
div#nav li a#first.on {
	background:#870000 url(../imagesglobal/bg_nav_left.gif) no-repeat left -75px;
	cursor:default;
}
div#nav li a#last.on {
	background:#870000 url(../imagesglobal/bg_nav_right.gif) no-repeat right -75px;
	cursor:default;
}

div#nav li#n-home {width:54px;}
div#nav li#n-about {width:221px;}
div#nav li#n-gallery {width:226px;}
div#nav li#n-matiere {width:126px;}
div#nav li#n-quote {width:131px;}
div#nav li#n-contact {width:146px;}
div#nav li#n-news {width:56px;}


body.fr div#nav li#n-home {width:65px;}
body.fr div#nav li#n-about {width:230px;}
body.fr div#nav li#n-gallery {width:235px;}
body.fr div#nav li#n-matiere {width:135px;}
body.fr div#nav li#n-quote {width:140px;}
body.fr div#nav li#n-contact {width:155px;}
body.fr div#nav ul li ul li a {width:210px;}

body.es div#nav li#n-home {width:50px;}
body.es div#nav li#n-about {width:210px;}
body.es div#nav li#n-gallery {width:257px;}
body.es div#nav li#n-matiere {width:116px;}
body.es div#nav li#n-quote {width:165px;}
body.es div#nav li#n-contact {width:162px;}
body.es div#nav ul li ul li a {width:190px;}


div#mid {
	margin:345px 0 0 15px;
	padding-bottom:15px;
}
body#home div#mid {
	margin:345px 0 0 15px;
	padding-bottom:0;
}
div#rightcol {
	width: 211px;
	float: right;
	display: inline;
	background:#fff url(../imagesglobal/bg_rightcol.gif) no-repeat left bottom;
	padding-bottom:200px;
	margin-right: 30px;
}
div#rightcol-inner {
	background:#e5e5e6 url(../imagesglobal/bg_latest_news_mid.gif) repeat-y;
}
div#mid div#rightcol h2 {
	background:#a90000 url(../imagesglobal/bg_latest_news_header.gif) no-repeat;
	text-transform:uppercase;
	font-size:80%;
	padding:0 0 0 15px;
	line-height:22px;
	margin:0 0 1em 0;
	border:0;
	color: #fff;
}
div#mid div#rightcol p {
	 padding: 0 15px 9px 15px;
	 font-size:95%;
	 background:#e5e5e6 url(../imagesglobal/bg_latest_news_mid.gif) repeat-y;
}
div#mid div#rightcol ul {
	padding: 0 0 8px 0;
	margin: 0 !important;
	font-size:95%;
	background:#e5e5e6 url(../imagesglobal/bg_latest_news_base.gif) no-repeat left bottom;
}
div#mid div#rightcol ul li {
	 list-style-type: none;
	 list-style-position: outside;
	 padding:9px 15px;
	 border-top: 1px solid #d7d7d8;
	 background:#e5e5e6 url(../imagesglobal/bg_latest_news_mid.gif) repeat-y;
}
div#mid div#rightcol ul li a {
	 display:block;
}
div#content {
	margin:0 271px 0 0;
	min-height:20em;
}
body#home div#content {
	margin-left:0;
	padding:0 0 0 0;
}
div#content div#left {
	width:331px;
}
div#content div#right {
	width:331px;
	float:right;
}
div#content div.pod {
	background:#fff url(../imagesglobal/bg_pod_top2.gif) no-repeat left 22px;
	margin:0 25px 25px 0; 
	width:331px;
	position:relative;
	float:left;
	display:inline;
}
div#content div.p-right {
	margin:0 0 25px 0 !important; 
}
div#content div#pod-wrapper {
	overflow:hidden;
}
div#mid div#content div.pod h1 {
	background:#c5c5c5 url(../imagesglobal/bg_dt_pod_grey.gif) no-repeat;
	text-transform:uppercase;
	font-size:80%;
	padding:0 0 0 15px;
	line-height:22px;
	width:316px;
	margin:0 0 1em 0;
	border:0;
}

div#content div.pod div {
	padding:0 0 10px 0;
	margin:0;
	background:transparent url(../imagesglobal/bg_pod_bottom.gif) no-repeat left bottom;
	z-index:105;
	height:16em;
	overflow:visible;
}
div#content div.pod div span {
	float:right;
	margin:0 10px 0 0;
	width:95px;
	text-align:center;
}
div#content div.pod div span img {
	margin:0 0 15px 0;
	padding:0;
}
div#content div.pod div p {
	margin:0 0 8px 0;
	padding:5px 120px 0 15px;
	font-size:95%;
}
div#content div.pod div p.read-more {
	margin:0 0 0 15px;
	padding:0;
	clear:both;
}

div#mid div#post-story {
	padding:0 0 10px 20px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
 
div#mid div#post-story p.date {
	padding:0;
	margin:0 0 9px 0;
	color:#999;
	font-size:11px;
}
div#posts {
	padding:15px 0 10px 0;
}
div#mid div.post {
	padding:10px 0 0 0;
	border-top:1px solid #000;
	overflow:hidden;
	min-height:127px;
}
div#mid div.first {
	border-top:0;
	padding-top:0;
}
div#mid div.post img, div#mid div#post-story img {
	margin:5px 0 10px 20px !important;
	float:right !important;
	clear: none !important;
}
 
div#mid div.odd {
	background:#fff;
}
div#mid div.even {
	background:#fff;
}
div#mid div.post h2 {
	margin:0 0 5px 0;
	font-weight:bold;
}
div#mid div.post h2 a:hover  {
	/*text-decoration:none;*/
}
div#mid div#main div#posts div.post p.post-link {
	float:right;
	padding:0 0 15px 0;
	margin:0;
}
div#mid div#main div#posts div.post div.summary p {
	margin-bottom:5px;
}



div#mid h1 {
	margin:0 0 1em 0;
	font-weight:normal;
	background:#c5c5c5 url(../imagesglobal/bg_heading_top_grey.gif) no-repeat;
	width:660px;
	padding:3px 15px 4px 15px;
	font-size:100%;
	font-weight:bold;
}

div#content h2 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
div#content h3 {
	font-size:100%;
	font-weight:normal;
	margin:0 0 0.5em 0;
}
div#content h4 {
	font-size:90%;
	font-weight:normal;
	margin:0 0 0.5em 0;
	color:#666;
}
div#content h5 {
	font-size:80%;
	font-weight:normal;
	margin:0 0 0.5em 0;
	color:#666;
}
div#content h6 {
	font-size:70%;
	font-weight:normal;
	margin:0 0 0.5em 0;
	color:#666;
}
div#content p {
	margin:0 0 1em 0;
}
div#content img {
	float:left;
	margin:0 15px 5px 0;
}
div#content blockquote {
	margin:0 0 1em 1em;
	padding-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
div#content ol {
	margin:0 0 1em 1.1em;
}
div#content ol li {
	padding:0 0 0.5em 0;
}
div#content ul {
	margin:0 0 1em 1.1em;
}
div#content ul li {
	list-style-type:disc;
	padding:0 0 0.5em 0;
}
div#content dl {
	margin:0 0 1em 0;
}
div#content dl dt {
	font-weight:bold;
}
div#content dl dd {
	margin:0 0 0.5em 1em;
}
div#content table {
	margin:0 0 2em 0;
	background-color:#ccc;
	font-size:85%;
	width:100%;
}
div#content table tr td {
	padding:5px;
	background-color:#fff;
}
div#content table tr th {
	padding:0.3em 0.5em;
	background:#a7aaac;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
div#content table caption {
	font-size:85%;
	margin:0 0 0.5em 0;
	color:#999;
	text-align:right;
	vertical-align:bottom;
}
form {
	border:1px solid #ccc;
	padding:20px 50px 60px 50px;
	margin-right:23px;
	margin-top:15px;
}
fieldset {
	margin:0 0 5px 0;
	border:1px solid #ccc;
	position:relative;
	display:block;
	padding:20px 0;
}
fieldset legend {
	font-weight:bold;
	padding:0 10px;
	margin:10px 0 10px 0;
	color:#333;
}
label {
 	display:block;
	text-align:right;
	margin:0 20px 5px 0;
	position:relative;
}
input, textarea {
	width:310px;
	padding:2px;
	margin-left:3px;
	border:1px solid #999;
	background:#efefef;
}
textarea {
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
}
select {
	border:1px solid #999;
	width:110px;
	padding:1px;
	background:#efefef;
}
input#f-state {
	width:170px;
}
label#l-left {
	width:250px;
	float:left;
	margin:0 0 0 156px;
	padding:0;
	position:relative;
	z-index:125;
}
label#l-right {
	width:340px;
	margin-left:190px;
	padding-left:16px;
}
label#l-right input {
	width:45px;
	margin-left:0;
}
label.l-radio {
 	width:200px;
	text-align:left;
	margin-left:223px;
}
input.i-radio {
	width:15px;
	line-height:100%;
	padding:0;
	margin:0 6px 0 0;
	background:#fff;
	border:0;
}
label#l-ped {
	width:263px;
	padding-left:13px;
	margin-left:5px;
}
label#l-ped select{
	width:55px;
}
label#other, label#l-textarea {
	position:relative;
}
label#l-other span, label#l-textarea span {
	position:absolute;
	top:0;
	right:322px;
}
label#l-other textarea {
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	height:100px;
}
input#f-send {
	width:12em;
	background:#c71c21;
	border:0;
	float:right;
	margin-top:10px;
	color:#fff;
	border-bottom:1px solid #870000;
	border-right:1px solid #870000;
	border-top:1px solid #dc3f44;
	border-left:1px solid #dc3f44;
}
input#f-send:hover {
	background:#db363b;
}
form p {
	font-size:90%;
	color:#666;
}
form em {
	color:#f00;
	font-weight:bold;
}
div.captcha {
	text-align:right;
	margin:10px 20px 13px 0;
}
div.captcha img {
	margin:0 !important;
	padding:0 !important;
}
div#content div#gallery {
	padding:10px 0 0 0;
}
div#content div#gallery h2 {
	border-bottom:1px solid #ccc;
	padding:0 0 0.5em 0;
	margin:0 25px 20px 0;
	position:relative;
}
div#content div#gallery div.gallery-section {
	overflow:hidden;
}
div#content div#gallery dl {
	padding:0;
	width:208px;
	float:left;
	margin:0 0 10px 0;
}
div#content div#gallery dl dt {
	margin:0;
	padding:0;
	width:208px;
}
div#content div#gallery dl dt img {
	margin:0;
	padding:0;
	position:relative;
}
div#content div#gallery dl dt a img {
	display:block;
	border:1px solid #9e9e9e;
	padding:1px;
	margin-bottom:4px;
	position:relative;
	z-index:10;
}
div#content div#gallery dl dt a:hover img {
	border:1px solid #cc2b31;
}
div#content div#gallery dl dd {
	margin:0;
	padding:0;
	text-align:left;
	font-size:85%;
	width:195px;
	height:30px;
	position:relative;
	padding-right:10px;
	display:block;
}
div#content div#gallery p.back-to-top {
	font-size:90%;
	margin:0 24px 0 26px;
	border-top:5px solid #fff;
	padding:0;
	text-align:right;
	height:30px;
}
div#content div#gallery p.back-to-top a {
	text-align:right;
	display:block;
	padding:3px 0;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	width:8em;
	float:right;
	text-align:center;
	color:#999;
}
div#content div#gallery p.back-to-top a:hover {
	border:1px solid #cc2b31;
	text-decoration:none;
	background:#efefef;
	color:#cc2b31;
}
div#footer {
	width:849px;
	background:transparent url(../imagesglobal/bg_footer_top.gif) no-repeat;
	border-bottom:1px solid #8a8a8a;
	margin-bottom:15px;
}
div#footer p {
	color:#999;
	padding:5px 0 4px 15px;
	font-size:85%;
}
div#footer p a {
	color:#666;
}
div#footer p a.on {
	text-decoration:underline;
	cursor:default;
}
div#footer p span {
	color:#ccc;
}
#sub #wrapper #mid #content img {
	padding: 3px;
	border: 1px solid #666666;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
div#footer img {
	position:absolute;
	right:15px;
	bottom:15px;
}
a.word {
	padding:2px 0 2px 22px;
	line-height:160%;
	background:transparent url(../imagesglobal/icon_word.gif) no-repeat left center;
}
a.pdf {
	padding:2px 0 2px 22px;
	line-height:160%;
	background:transparent url(../imagesglobal/icon_pdf.gif) no-repeat left center;
}
a.excel {
	padding:2px 0 2px 22px;
	line-height:160%;
	background:transparent url(../imagesglobal/icon_excel.gif) no-repeat left center;
}
a.ppt {
	padding:2px 0 2px 22px;
	line-height:160%;
	background:transparent url(../imagesglobal/icon_ppt.gif) no-repeat left center;
}
a.web {
	padding:2px 0 2px 22px;
	line-height:160%;
	background:transparent url(../imagesglobal/icon_world.gif) no-repeat left center;
}
img#print-banner {
	display:none;
}
p.notice-box {
	background:#efefef;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:18px;
	color:#666;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
.clearfix, .container {
	display: block;
}

/* PAGINATION
-------------------------------- */
div#mid h1.news-heading {
	margin-bottom:0 !important;	
}
div#mid div.pagination {
	color:#999;
	background:#fff;
	text-align:right;
	height:30px;
	margin-bottom:10px;
	float:right;
	font-size:11px;
	border-bottom:1px solid #333;
}
div#mid div.pag-page-story {
	height:40px !important;
}
div#mid div.p-news {
	float:none;
}
div#mid div.pagination p.page-count {
	padding:0 !important;
	text-align:right;
	float:right;
	width:60%;
 }
 div#mid div.pagination p.back {
	padding:0 !important;
	text-align:left;
	float:left;
	width:35%;
	margin:12px 0;
 }
div#mid div.pagination p.back a {
	padding:2px 7px;
	border:1px solid #9b0303;
	margin-left:0;
}
div#mid div.pagination p.page-count a, div#mid div.pagination p.page-count strong {
	padding:2px 7px;
	border:1px solid #9b0303;
	margin-left:0;
}
div#mid div.pagination p.page-count strong {
	border:1px solid #9b0303;
	background:#9b0303;
	color:#fff;
}
div#mid div.pagination p.page-count a  {
	color:#9b0303;
}
div#mid div.pagination p.page-count a:hover {
	background:#9b0303;
	color:#fff;
}
div#mid p.pagination {
	background:#fff;
	text-align:right;
	height:1em;
	margin:0 0 30px 0;
	overflow:hidden;
	text-align:right;
	padding:5px 0 8px 0;
	font-size:11px;
}
div#mid div.pagination p.page-count {
	padding:0 !important;
	text-align:right;
	float:right;
 }
div#mid p.pagination span {
	border:1px solid #9b0303;
	margin-left:0;
}
div#mid p.pagination span.on {
	background:#9b0303;
	color:#fff;
	padding:2px 7px;
}
div#mid p.pagination span {
	background:#fff;
	padding:2px 0;
}
div#mid p.pagination span a {
	padding:2px 7px;
}
div#mid p.pagination span a:hover {
	background:#3791c4;
	padding:2px 7px;
	color:#fff;
}
