@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	text-align: center;
	background-color: silver;
}

a {
	text-decoration: none;
	font-weight: bold;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

.more {
	display: block;
	margin-top: 5px;
	font-size: 0.75em;
	text-align: right;
}

.grey   { color: #80736e; }
.blue   { color: #85c9e9; }
.black  { color: #000; }
.orange { color: #e06a06; }

.left   { text-align: left; }
.ctr    { text-align: center; }

iframe {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-width: 0;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	text-align: center;
	position: relative;
}

/*--------------------------------*/
/*                                */
/*            LANG BAR            */
/*                                */
/*--------------------------------*/

#langbar {
	display: block;
	width: 990px;
	height: 24px;
	background-color: silver;
	margin-top: 1em;
}

#langbar li {
	float: left;
	margin-left: 10px;
	font-size:0.7em;
	list-style-type: none;
}

#langbar a {
	color: #000;
}

#langbar a:hover {
	color: #fff;
}

/*--------------------------------*/
/*                                */
/*        LANG BAR MENUS          */
/*                                */
/*--------------------------------*/

#langbar_menus {
	width: 100%;
	display: block;
	height: 28px;
	padding-top: 10px;
}

#langbar_menus li {
	float: left;
	margin-right: 10px;
	font-size:0.7em;
	list-style-type: none;
}

#langbar_menus li a {
	color: #000;
}

#langbar_menus li a:hover {
	color: #e06a06;
}

#langbar_menus img {
	vertical-align: middle;
}

/*--------------------------------*/
/*                                */
/*             HEADER             */
/*                                */
/*--------------------------------*/

/* top right bottom left */

#header {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 270px;
	text-align: left;
	background-color: #fff;
}

#header-title {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: 270px;
	text-align: left;
}

#header-title h1 {
	margin: 20px 30px 0px 30px;
	padding: 0px;
	font-size: 2.2em;
	font-weight: 300;
}

#header-title h2 {
	margin: 40px 60px 0px 30px;
	padding: 0px;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#header-title .more {
	font-size: 11px;
	text-align: right;
	color: #e06a06;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#header-title p {
	margin: 40px 20px 0px 30px;
	padding: 0px;
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
}

#header-title .highlight {
	font-style: normal;
}

#header-title a {
	color: #000;
	font-weight: normal;
}

#header-title a:hover {
	color: #e06a06;
}

/*
#action1, #action2, #action3 {
	float: left;
	margin: 40px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	font-size: 1em;
	width: 130px;
}

#action1 {
	background: url(../images/1.png) no-repeat left top;
}

#action2 {
	background: url(../images/2.png) no-repeat left top;
}

#action3 {
	background: url(../images/3.png) no-repeat left top;
}
*/

/*--------------------------------*/
/*                                */
/*             SURVEY             */
/*                                */
/*--------------------------------*/

#survey {
	position: absolute;
	z-index: 1;
	overflow: auto;
	height: 250px;
	left: 545px;
	width: 422px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#survey_zone {
	width: 385px;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #595146;
	padding-bottom: 1em;
	min-height: 210px;
}

#survey_console {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 29px;
	border: 0px;
	width: 100%;
	background-image: url(../images/survey_console_bg.png);
}

#survey_remote {
	float: right;
	border: 0px;
}

#survey_leftarrow {
	visibility: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/survey_leftarrow.png) no-repeat;
	cursor: pointer;
}

#survey_rightarrow {
	visibility: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/survey_rightarrow.png) no-repeat;
	cursor: pointer;
}

#survey_page_number {
	visibility: hidden;
	float: left;
	margin: 5px 0px;
	padding: 0px;
	height: 20px;
	color: #fff;
	font-size: 1.15em;
	vertical-align: middle;
	text-align: center;
}

#survey_arrow {
	margin-top: 10px;
}

/*--------------------------------*/
/*                                */
/*              COLORS            */
/*                                */
/*--------------------------------*/

#colors {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 81px;
	background: #fff url(../images/colors.png) no-repeat;
	clear: left;
}

/*--------------------------------*/
/*                                */
/*          CONTRIBUTIONS         */
/*                                */
/*--------------------------------*/

#contributions {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 400px;
	background-color: #eee8aa;
	border-bottom: 1px solid #595146;
}

#contributions a {
	color: #e06a06;
}

#videos {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 540px;
}

#videos_leftarrow {
	display: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 230px;
	background: url(../images/videos_leftarrow.png) no-repeat center;
	cursor: pointer;
}

#videos_rightarrow {
	display: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 230px;
	background: url(../images/videos_rightarrow.png) no-repeat center;
	cursor: pointer;
}


#videos_player {
	float: left;
	margin: 30px 0;
	padding: 0px;
	width: 240px;
}

#videos_title {
	display: none;
	float: left;
	margin: 30px 10px;
	padding: 0px;
	width: 180px;
	height: 180px;
	text-align: left;
	vertical-align: bottom;
}

#videos_title h1 {
	margin: 0px;
	padding: 0px;
	/*color: #394187;*/
	color: #3c4284;
	font-size: 1.3em;
	font-weight: bold;
}

#videos_title h2, #videos_title p {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 0.8em;
	font-weight: 300;
	text-decoration: none;
}

/*--------------------------------*/
/*                                */
/*            EXTRACTS            */
/*                                */
/*--------------------------------*/

#survey_extracts {
	float: left;
	width: 439px;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	/*border-left: solid 1px #595146;*/
	margin-top: 2em;
	overflow: hidden;
}

#survey_extracts .title {
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#survey_extracts ul {
	width: 409px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#survey_extracts li {
	display: inline;
	float: left;
	width: 180px;
	/*margin: 0px 10px 20px 10px;*/
	padding: 0px 10px 20px 10px;
	font-size: 0.8em;
}

#survey_extracts .survey_extracts_author {
	color: #007409;
	font-size: 0.9em;
	font-weight: 900;
	display: block;
	text-align: right;
}

#survey_webcam {
	position: relative;
	top: -50px;
	width: 422px;
	height: 102px;
	float: left;
	margin: 0px;
	padding: 0;
	background: url(../images/video_webcam_bg.jpg) no-repeat;
	text-align: left;
	font-size: 12px;
}

#survey_webcam .survey_extracts_author {
	color: #007409;
	font-size: 0.9em;
	font-weight: 900;
	text-align: right;
}

/*--------------------------------*/
/*                                */
/*             CONTENT            */
/*                                */
/*--------------------------------*/

#content {
	background: #fff url(../images/container_bg.png) repeat-y;
}

#content-bottom {
	clear: both;
}

#content a {
	color: #e06a06;
}

/*--------------------------------*/
/*                                */
/*          RIGHT COLUMN          */
/*                                */
/*--------------------------------*/

#right_column {
	float: left;
	width: 269px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F3F2F1;
	border-left: solid 1px #595146;
}

#right_column div {
	border-bottom: solid 1px #595146;
}
	
#right_column h2 {
	margin: 16px 10px 0px 16px;
	padding: 0;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: left;
}

#right_column ul {
	margin: 4px 20px 16px 16px;
	padding: 0px;
	list-style-type: none;
}

#right_column li {
	list-style-type: none;
	font-size: 0.8em;
}

#right_column p {
	margin: 4px 20px 16px 16px;
	padding: 0px;
	border: #595146;
	font-size: 0.8em;
}

#logo_BI {
	margin:0px;
	padding:10px;
}

#partners_sponsors {
	/*display: none;*/
}

#partners_allies {
	display: none;
}

.partners h2 {
	color: #806D71;
}

#articles_forewords, #articles_principles {
}

.articles h2 {
	color: #3c4284;
}

/*--------------------------------*/
/*                                */
/*           BOTTOMMENU           */
/*                                */
/*--------------------------------*/

#bottommenu {
	clear: both;
	width: 990px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-top: 1px solid #595146;
	background: url(../images/footer_bg.png) repeat-y ;
	color: #fff;
	font-size: 0.8em;
}

#bottommenu a {
	color: #85c9e9;
}

#bottommenu a, #bottommenu a:hover, #bottommenu a:visited {
	font-weight: normal;
}

#barredenav li {
	text-align: left;
	list-style-type: none;
}

#bottommenu_top {
	width: 990px;
	height: 16px;
	background: url(../images/footertop_bg.png) no-repeat;
}

#barredenav {
	margin: 0;
	padding: 0px 305px 26px 305px;
	background: url(../images/footerbottom_bg.png) no-repeat bottom;
}

#menu_games, #menu_involve, #menu_about {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
}

#menu_involve {
	display: none;
}

#menu_games h3, #menu_involve h3, #menu_about h3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-variant: small-caps;
}

#menu_games a:hover, #menu_involve a:hover, #menu_about a:hover {
	text-decoration: underline;
}

#bottommenu_bottom {
	clear: left;
}

/*--------------------------------*/
/*                                */
/*             FOOTER             */
/*                                */
/*--------------------------------*/

#footer {
	width: 990px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 0.6em;
}