/* Global */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    width: 100%;
	height: 100%;
    font-size: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
	color: #004b8d;
	background-color: #fff;
    overflow: hidden;
}

/* Titles */

h1, h2, h3, h4, h5, h6 { 
    margin: 0 0 .5em 0;
    line-height: 1.2; 
    font-style: normal; 
}

h1 { 
    font-size: 27px;
    font-weight: normal;
}

h2 {
    margin-top: 1em;
    font-size: 19px;
    font-weight: normal;
}

h3 {
    margin: 0;
    color: #f04930;
    font-size: 27px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    font-weight: bold;
}

p { 
    padding: .75em 0;
} 

a {
    color: #f04930;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

.small {
    font-size: 0.9em;
}

object {
    outline: none;
}

/* Others */

.cleaner {
	clear: both;
	display: block;
	height: 1px;
	font: 1px/1px monospace;
	background: transparent;
}

.flashContent {
    position: absolute;
    left: -9999px;
}

/* Containers */

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    background: transparent url('../images/blank.png') repeat;
}

#global {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

* html #global {
    height: 100%;
}

/* Header */

#header {
    position: relative;
    width:  928px;
    height: 35px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

#header img {
    position: absolute;
    top: 21px;
    left: 0;
}

#menu {
    margin-left: 150px;
    list-style: none;
}

#menu li {
    float: left;
    height: 35px;
    line-height: 35px;
}

#menu li a {
    float: left;
    display: block;
    height: 35px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: transparent url('../images/header/menu/leftBackground.png') no-repeat center left;
}

#menu li a span {
    float: left;
    display: block;
    height: 35px;
    padding-right: 20px;
    background: transparent url('../images/header/menu/rightBackground.png') no-repeat center right;
}

#menu li a.active, #menu li a:hover, #menu li a:focus {
    display: block;
    padding-left: 20px;
    background: transparent url('../images/header/menu/leftBackgroundActive.png') no-repeat center left;
}

#menu li a.active span, #menu li a:hover span, #menu li a:focus span {
    display: block;
    padding-right: 20px;
    background: transparent url('../images/header/menu/rightBackgroundActive.png') no-repeat center right;
}

#navigation {
    position: absolute;
    top: 30px;
    right: 23px;
    list-style: none;
}

#navigation li {
    display: inline;
    border-left: 1px solid #004b8d;
    padding: 0 7px;
}

#navigation li.first {
    border-left: 0;
}

#navigation a, #contentNavigation a {
    color: #004b8d;
}

#navigation a.active, #contentNavigation a.active {
    color: #f04930;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#contentNavigation a:link,
#contentNavigation a:visited,
#contentNavigtion a:active {
    text-decoration: none;
}

#navigation a:hover,
#navigation a:focus,
#contentNavigation a:hover,
#contentNavigation a:focus {
    text-decoration: underline;
}

#menu #game_button a {
    padding-left: 30px;
    background: transparent none;
}

#menu #game_button  img {
    position: relative;
    top: -10px;
}

/* Center */

#center {
    position: relative;
    width:  928px;
    margin: 0 auto;
    padding-bottom: 61px;
}

/* Sub navigation */

#subNavigation {
    float: left;
    width: 194px;
    margin-top: 19px;
    list-style: none;
}

#subNavigation.closure {
    padding-bottom: 8px;
    background: transparent url('../images/subnavigation/closure.png') no-repeat bottom right;
}

#subNavigation li {
    padding-bottom: 1px;
    background-color: #f4f4f4;
}

#subNavigation li a {
    display: block;
    height: 23px;
    padding-left: 15px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: transparent url('../images/subnavigation/backgroundMenu.png') repeat;
}

#subNavigation li.last {
    background-color: transparent;
}

#subNavigation li.lastActive {
    padding-bottom: 0;
}

#subNavigation li a.last {
    background: transparent url('../images/subnavigation/backgroundMenuLast.png') repeat;
}

#subNavigation li a.active {
    background: transparent url('../images/subnavigation/backgroundMenuActive.png') repeat;
}

/* Not for IE6 */
html>body #subNavigation li a:hover, html>body #subNavigation li a:focus {
    background: transparent url('../images/subnavigation/backgroundMenuActive.png') repeat;
}

#subNavigation li a.lastActive, #subNavigation li a.lastActive:hover, #subNavigation li a.lastActive:focus {
    background: transparent url('../images/subnavigation/backgroundMenuLastActive.png') repeat;
}

/* Not for IE6 */
html>body #subNavigation li a.last:hover, html>body #subNavigation li a.last:focus {
    background: transparent url('../images/subnavigation/backgroundMenuLastActive.png') repeat;
}

#subNavigation  li ul {
    width: 194px;
    padding: 8px 0 7px;
    list-style: none;
}

#subNavigation li.lastActive ul {
    padding-bottom: 0;
}

#subNavigation li ul li {
    padding-bottom: 0;
}

#subNavigation li ul li a  {
    height: auto;
    padding: 4px 0 5px 15px;
    line-height: 1.3;
    color: #004b8d;
    background: transparent none;
}

/* IE6 Correction */
* html #subNavigation li ul li a  {
    height: 14px;
}

#subNavigation li ul li a.active, #subNavigation ul li a:hover, #subNavigation ul li a:focus {
    height: auto;
    padding: 4px 0 5px 15px;
    line-height: 1.3;
    color: #f04930;
    background: transparent url('../images/subnavigation/arrow.png') no-repeat -2px 7px !important;
}

/* IE6 Correction */
* html #subNavigation li ul li a.active, * html #subNavigation ul li a:hover, * html #subNavigation ul li a:focus {
    height: 14px;
}

/* Content navigation */

#contentNavigation {
    padding: 10px 0 25px;
    margin: 0 0 1em;
    list-style: none;
}

#contentNavigation li {
    display: inline;
    border-left: 1px solid #004b8d;
    padding: 0 10px;
}

#contentNavigation li.first {
    border-left: none;
    padding-left: 0;
}

#contentNavigation  a.active {
    padding-left: 0;
    margin-left: 0;
}

/* Content */

#content {
    float: right;
    width: 591px;
    margin: 0 72px 0 21px;
    padding: 12px 25px 0;
    background-color: #fff;
}

* html #content {
    display: inline;
    overflow-x: hidden;
}

#content ul, #content ol {
   padding: 3px 0 0 17px;
   list-style-position: outside;
}

.contentRow {
    clear: both;
    padding-top: 20px;
}

.firstRowNoSpace {
    padding-top: 0 !important;
}

.contentRow  h4{
    padding-bottom: 5px;
}

.contentLeftColumn {
    float: left;
    width: 283px;
}

.contentRightColumn {
    float: right;
    width: 283px;
}

.overviewPackShotDescription {
    margin-left: 135px;
}

.overviewPackShotDescription p {
    padding: 0;
}

.overviewPackShotDescription ul {
    list-style-position: inside;
}

p.overviewPackShotLink {
    padding-top: 5px;
}

a.arrow {
    display: block;
    padding: 3px 0 0 17px;
    background: transparent url('../images/subnavigation/arrow.png') no-repeat -2px 7px;
}

.titleAlign {
    padding-top: 45px;
}

.glossaryLetter {
    float: left;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.glossaryElement {
    margin-left: 25px;
}

.keyMessage {
    padding-top: 0;
}

/* Collapsible */

.dijitLayoutContainer {
    display: block;
    overflow: hidden;
    position: relative;
}

.dijitContainer {
    overflow: hidden;
}

.dijitAccordionTitle {
    padding: 10px 15px 0;
    font-weight: bold;
    cursor: pointer;
    background: transparent url('../images/content/collapsible/plus.gif') no-repeat 0 13px;
}

.dijitAccordionTitle-selected {
    color: #f04930;
    background: transparent url('../images/content/collapsible/minus.gif') no-repeat 0 13px;
}

.arrowTextUp, .arrowTextDown {
    display: none;
}

.dijitContentPane {
    display: block;
    overflow: auto;
    padding-left: 15px;
}

.dijitVisible {
    display: block !important;
    position: relative;
}

.dijitHidden {
    display: none !important;
}

/* Shadows */

.smallShadow {
    float: left;
    position: relative;
    left: -4px;
    padding: 0 0 4px 4px;
    background: white url('../images/shadows/small.jpg') no-repeat 0 0;
}

.mediumShadow {
    position: relative;
    left: -5px;
    padding: 0 0 7px 5px;
    background: white url('../images/shadows/medium.jpg') no-repeat 0 0;
}

#imageWrapper4Ie {
    height: 282px;
    margin: 15px 0 4px;
}

.largeShadow {
    position: relative;
    left: -11px;
    padding: 0 0 10px 11px;
    background: white url('../images/shadows/large.jpg') no-repeat 0 0;
}

#play_game {
    padding-left: 25px;
}

/* Closure */

#closure {
    clear: right;
    float: right;
    width: 641px;
    height: 80px;
    margin: 0 72px 0 21px;
    background: transparent url('../images/content/closure.png') bottom right;
}

* html #closure {
    display: inline;
}

#closure  p {
    padding: 41px 25px 21px;
}
.back {
   float: right;
}
.contentButtons {
    line-height: 18px;
}

.contentButtons a {
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

.contentButtons a.text {
    margin: 0 20px 0 6px;
    color: #f04930;
}

.contentButtons a.text:link,
.contentButtons a.text:visited,
.contentButtons a.text:active {
    text-decoration: none;
}

.contentButtons a.text:hover,
.contentButtons a.text:focus {
    text-decoration: underline;
}

/* Footer */

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    background-color: #fff;
}

#footer p {
    width: 868px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: right;
}

#footer a {
    margin-left: 7px;
    border-right: 1px solid #004b8d;
    padding-right: 7px;
    color: #004b8d;
}

#footer a.noBorder {
    border-right: 0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    text-decoration: underline;
}

#footer span {
    margin-left: 7px;
}

/* Home */

#home {
    position: relative;
    width: 928px;
    height: 550px;
    overflow: hidden;
}

#homeNoFlash {
    margin: 50px 0 0 150px;
}

#carrousel {
    position: relative;
    width: 590px;
    height: 340px;
    overflow: hidden;
}

.footnote {
    /*float: right;*/
    width: 591px;
    margin: 0 72px 50px 21px;
    margin: 0 72px 50px 225px;
    padding: 25px 50px 0 0;
    text-align: justify;
    font-size: 9px;
}

.footnote p {
    clear: both;
    padding-bottom: 0;
}

.footnote p.reference {
    padding: 0 0 1.5em;
    text-align: right;
}

