/* reset start */
tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* reset end */

/* Body
----------------------------------------------- */
body {
	margin: 0 0 0 0px;
/*	margin: 0 0 0 0px;	*/
	padding: 0;
	font-family : Helvetica,Arial,Verdana, sans-serif;
	font-size : 12pt;
	line-height : 140%;	
	text-align: left;
	color: #666666;	
	background:#af111d;		
}

/* Links
----------------------------------------------- */
a:link {
	background-color: transparent;
	color : #af111d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	background-color : transparent;
	color : #af111d;
	font-weight: bold;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #af111d;
	font-weight: bold;
	text-decoration : underline;
}
a:active {
	background-color : transparent;
	color : #af111d;
	font-weight: bold;
	text-decoration : none;
}

#container
{
	width: 840px;
	margin: 0 auto;
	color: #666666;
	font-size: 12pt;
	background:#af111d;	
}

#header {
	width: 515px;
	margin: 75px auto;
	padding: 0;
	background-color:transparent;
	text-align:center;	
}

#logo { 
	padding: 70px 0 0 0;
	background:transparent;
	line-height:0;  		
}

#logo img {}

/* logo print version */
#logo img.print {
	display:none;
}


/* Navigation
----------------------------------------------- */
#lang {

	color:#666666;	
	text-align:center;
	margin: 0 auto;
	background-color:transparent;	
}

#lang ul {
	/*font-family: courier, monospace;*/
    list-style: none;
    padding: 0;

	text-align:left;    
	font-size:1em;	
	background-color:transparent;		
  
}

#lang li {
	display:inline;
    list-style: none;
    padding:0 8px 0 8px;   
}

#lang li a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;	
}

#lang li.current {
    color:#333333;
	font-weight : bold;
}

#lang li.current a{
	font-weight : bold;
	color:#333333 !important;
}

#lang li a:hover {
	color:#ffce00;
}


#lang p {
	font-size : 12px;
	color:#fff;
}

#lang hr {
	display:none;	
}


#badge {
	position:absolute;
	top:120px;
/*	float:left;
*/
	width:200px;
	height:200px;
	margin: 0 50px 0 0;
	border:0px black solid;
	background: url('images/badge.gif') no-repeat;
	cursor:pointer;	
	index:-1;
}

* html #badge {
	position:relative;
	top:120px;
	float:left;
	width:200px;
	height:200px;
	margin: 0 -120px 0 0;
	border:0px black solid;
	background: url('images/badge.gif') no-repeat;
	cursor:pointer;	
	index:-1;
}

/*
* html #badge {
	float:left;
	width:200px;
	height:200px;
	margin: 75px 0 0 0;
	padding: 0 0 0 0;
	border:0px black solid;
	background: url('images/badge.gif') no-repeat;
	cursor:pointer;	
}
*/

#badge a{
	display:none;
}