* {
	margin: 0;
	padding: 0;
}

img {
	behavior: url(../extras/iepngfix.htc);
}

body {
	background: #F7F7F0;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #000;
}

#home {
	background: #f96d60;
}

#PageAll {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

hr {
	display: block;
	height: 1px;
	height: 1px;
	margin: 0;
	@margin: -7px 0;
	padding: 0;
	clear: both;
	visibility: hidden;
	border: 0;
	color: #Fff;
	background-color: #F00;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	border: none;
	color: #f45151;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* @group LANGUAGE SELECTION */

.language {
	background: url(../images/languageSelection.jpg) no-repeat;
	width: 500px;
	height: 490px;
	position: absolute;
	margin-left: 220px;
	margin-top: 65px;
}

.buttonsLanguage {
	position: relative;
	padding-left: 280px;
	padding-top: 310px;
}

.choiceFrancais, .choiceFrancais:link, .choiceFrancais:visited {
	width: 155px;
	height: 35px;
	background: url(../images/languageSelection_fr.gif) no-repeat 0 top;
	display: block;
	margin-bottom: 10px;
}

.choiceNederlands, .choiceNederlands:link, .choiceNederlands:visited {
	width: 155px;
	height: 35px;
	background: url(../images/languageSelection_nl.gif) no-repeat 0 top;
	display: block;
}

.choiceNederlands:hover, .choiceFrancais:hover {
	background-position: 0 bottom;
}

/* @end */

/* @group TOP */

#Top {
	position: relative;
	width: 940px;
	height: 119px;
	margin: 0;
	padding: 0;
	display: block;
}

#homepage #Top {
	height: 105px;
}

#logo {
	width: 154px;
	height: 31px;
	position: absolute;
	top: 14px;
	left: 20px;
	background: url(../images/logo.gif) no-repeat;
}

div#Top .Title {
	background: red;
	display: block;
	width: 400px;
	height: 130px;
	position: absolute;
	top: 50px;
	left: 185px;
}

div#Top .MetaNav {
	position: absolute;
	top: 20px;
	color: #aaa;
	right: 10px;
	height: 25px;
}

div#Top .MetaNav a, div#Top .MetaNav a:link, div#Top .MetaNav a:visited {
	color: #f45154;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}

div#Top .MetaNav a:hover {
	text-decoration: underline;
}

div#Top .MetaNav a.active, div#Top .MetaNav a.active:link, div#Top .MetaNav a.active:visited {
	text-decoration: none;
	color: #f6a7a2;
}

div#Top .MetaNav .contactLink {
	margin-right: 30px;
}

div#Top #Nav1 {
	position: absolute;
	top: 56px;
	left: 0;
	width: 940px;
	height: 47px;
	background: url(../images/bg_nav1.gif) no-repeat;
}

div#Top #Nav1 ul {
	width: 750px;
	margin-left: 2px;
}

div#Top #Nav1 li {
	float: left;
	list-style: none;
}

div#Top #Nav1 li a, div#Top #Nav1 li a:link, div#Top #Nav1 li a:visited {
	margin: 1px 5px;
	display: block;
	text-decoration: none;
}

div#Top #Nav1 li a:hover, div#Top #Nav1 li.active a {
	background: url(../images/bg_nav1_hover_L.gif) no-repeat 0 3px;
}

div#Top #Nav1 li a span {
	color: #fff;
	line-height: 41px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 12px 14px;
	@padding: 11px 12px 9px;
}

div#Top #Nav1 li a:hover span, div#Top #Nav1 li.active a span {
	background: url(../images/bg_nav1_hover_R.gif) no-repeat right 1px;
}

/* @group topsearch */

.searchTop {
	width: 150px;
	height: 22px;
	background: url(../images/bg_searchTool.gif) no-repeat;
	position: absolute;
	top: 12px;
	right: 25px;
}

.searchTop #S {
	width: 128px;
	position: absolute;
	top: 2px;
	left: 0px;
	text-indent: 5px;
	border: none;
	background: none;
	height: 17px;
	font-size: 12px;
	line-height: 14px;
	color: #ebacac;
}

.searchTop #S:focus {
	outline: none;
}

.searchTop #go {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

/* @end */

/* @end */

/* @group MIDDLE */

/* @group form */

.SituCase .formTable {
	width: 100%;
	padding: 15px 0 10px;
}

.SituCase2 .formTable {
	width: 340px;
	padding: 15px 0 10px;
}

.SituCase .formTable tr, .SituCase2 .formTable tr {
	vertical-align: top;
}

.SituCase .formTable td, .SituCase2 .formTable td {
	padding: 5px;
	color: #779A9E;
}

.SituCase .formTable th, .SituCase2 .formTable th {
	text-align: right;
	padding-top: 6px;
	font-weight: bold;
	color: #779A9E;
}

.SituCase .formTable .formField, .SituCase2 .formTable .formField {
	color: #779A9E;
	width: 150px;
	border: 1px solid #779a9e;
	line-height: 130%;
}

.SituCase .formTable .formSubmit, .SituCase2 .formTable .formSubmit {
	text-align: center;
	padding: 5px 10px 0;
}

.SituCase .formTable .formSubmit input, .SituCase2 .formTable .formSubmit input {
	padding-right: 10px;
}

/* @end */

/* @group Op

ening boxes */

.openingLine {
	padding: 0 0 10px 0;
	width: 390px;
}

#Line1, #Line2, #Line3, #Line4 {
	width: 355px;
	height: 30px;
	padding-left: 35px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	font-size: 18px;
}

#Line1 {
	background: url(../images/bg_resp_q01.gif) no-repeat 0 0;
}

#Line2 {
	background: url(../images/bg_resp_q02.gif) no-repeat 0 0;
}

#Line3 {
	background: url(../images/bg_resp_q03.gif) no-repeat 0 0;
}

#Line4 {
	background: url(../images/bg_resp_q04.gif) no-repeat 0 0;
}

.stepsImage {
	padding-top: 6px;
	display: none;
}

/* @end */

#Middle {
	position: relative;
	background: #fff url(../images/bg_middle_bot2.gif) no-repeat 0 bottom;
	padding: 0;
	_height: 520px;
	min-height: 520px;
	z-index: 50;
}

#bgMiddleTop {
	background: url(../images/bg_middle_top.gif) no-repeat 0 0;
	padding: 15px 0 0 15px;
	display: block;
	margin: 0;
}

#homepage #Middle {
	position: relative;
	padding: 0;
	background-color: transparent;
	background-image: none;
}

div#Middle .LeftPart {
	width: 180px;
	float: left;
	margin: 0 10px 0 0;
}

div#Middle .RightPart {
	width: 180px;
	float: left;
	margin: 0;
}

.CharacterBox, .CharacterBox:link, .CharacterBox:visited {
	width: 180px;
	display: block;
	margin-bottom: 25px;
	background: no-repeat 0 0;
	color: #666;
	font-size: 11px;
	cursor: pointer;
	min-height: 50px;
	_height: 50px;
}

.CharacterBox:hover {
	color: #000;
	text-decoration: none;
}

.CharacterBox span {
	display: block;
	padding-left: 45px;
}

div#Middle .leftbtnSpace {
	margin: 15px 0 0;
	display: block;
}

div#Middle .ContentPart {
	width: 500px;
	float: left;
	margin: 0 10px 0 0;
}

div#Middle .ContentPartVideo {
	width: 700px;
	float: left;
	margin: 0 10px 0 0;
}

div#Middle .ContentPart.small {
	width: 375px;
}

#homepage div#Middle .LeftPart {
	display: none;
}

#homepage div#Middle .ContentPart {
	width: 100%;
}

.homeFlash {
	width: 940px;
	height: 315px;
	margin: 0 0 10px;
}

#homepage div#Middle .homebox {
	width: 178px;
	height: 205px;
	float: left;
	margin-right: 5px;
	background: url(../images/bg_homebox_bot.gif) no-repeat 0 bottom;
}

#homepage div#Middle .homebox.movie {
	width: 390px;
	height: 205px;
	background-color: maroon;
	background-image: none;
	margin-right: 0;
}

#homepage div#Middle .homebox h5 {
	margin: 0;
	padding: 0 0 0 18px;
	height: 41px;
	line-height: 41px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}

#homepage div#Middle #gray h5 {
	background: url(../images/bg_homebox_gray_top.gif) no-repeat 0 0;
}

#homepage div#Middle #blue h5 {
	background: url(../images/bg_homebox_blue_top.gif) no-repeat 0 0;
}

#homepage div#Middle #yellow h5 {
	background: url(../images/bg_homebox_yellow_top.gif) no-repeat 0 0;
}

#homepage div#Middle .homebox ul {
	margin: 0;
	padding: 10px 5px 5px 15px;
}

#homepage div#Middle .homebox li {
	list-style: none;
	padding: 2px 2px 4px 5px;
	margin: 2px 15px 0 0;
	font-weight: bold;
	color: #333;
	background: url(../images/bg_nav2_dotted_line.gif) no-repeat 0 bottom;
}

#homepage div#Middle .homebox li a, #homepage div#Middle .homebox li a:link, #homepage div#Middle .homebox li a:visited {
	color: #333;
}

h1 {
	font-size: 26px;
	color: #99B3B6;
	line-height: 110%;
	font-weight: bold;
	margin: 0 0 20px;
}

h1 b {
	color: #333;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px;
	color: #aaa;
	line-height: 110%;
}

h2.box {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 5px;
	color: #779A9E;
	line-height: 110%;
}

p.boxtext {
	margin: 0 0 5px 5px;
}

.RightPart h2 {
	color: #f45153;
	font-weight: bold;
	font-size: 17px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 5px;
	font-size: 14px;
}

.RightPart h3 {
	color: #f45153;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

h6 {
	color: #333;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 0;
}

h5 {
	color: #99b3b6;
	font-size: 16px;
	line-height: 130%;
	display: block;
	margin-bottom: 20px;
	padding: 0;
}

h7 {
	font-size: 26px;
	color: #b9b9b8;
	line-height: 110%;
	font-weight: bold;
	margin: 0 0 20px;
}

h7 b {
	color: #454543;
}

.ContentPart ul, ul.default {
	margin: 0 0 6px 20px;
	color: #333;
}

.splitinTwo {
	width: 49%;
	float: left;
	margin: 20px 0;
}

.splitinTwo p {
	font-size: 11px;
	margin: 10px 10px 10px 20px;
}

/* @group illus */

.illuManTable {
	float: right;
	width: 733px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.illuManTable .col1 {
	vertical-align: top;
	margin: 0;
	padding: 0 0 15px 0;
}

.illuManTable .col2 {
	vertical-align: bottom;
	text-align: right;
	width: 374px;
	margin: 0;
	padding: 0 1px 2px 0;
}

#Middle div.IlluManPromo {
	bottom: 3px;
	width: 330px;
	height: 539px;
}

.IlluManPromo img {
	width: 374px;
	height: 539px;
}

#Middle .IlluManTorrero {
	width: 299px;
	height: 534px;
	float: right;
	display: block;
}

#Middle .IlluManTorrero2 {
	width: 271px;
	height: 495px;
	display: block;
	position: absolute;
	top: 20px;
	left: 645px;
}

/* @end */

p {
	color: #333;
	line-height: 150%;
	margin-bottom: 10px;
}

/* @group situCase */

.SituCase {
	width: 350px;
	background: url(../images/bg_situcase_bot.gif) no-repeat 0 bottom;
}

.SituCase2 {
	display: block;
	width: 360px;
	height: 250px;
	z-index: 100;
	margin: 10px auto;
	text-align: left;
	background: url(../images/bg_form_video.gif) no-repeat;
}

.SituCase2 table {
	margin: 0 10px;
	width: 350px;
}

.SituCase table {
	background: url(../images/bg_situCase_top.gif) no-repeat 0 top;
}

.SituCase table td {
	width: 50%;
	padding: 10px 8px 7px;
	display: table-cell;
}

.SituCase table tr {
	vertical-align: top;
}

.SituCase table .red {
	color: #f45151;
}

.SituCase table .blue {
	color: #779A9E;
}

.SituCase ul, ul.default {
	margin: 0 0 6px 20px;
	color: #333;
}

.SituCase li {
	margin: 0 0 6px 10px;
	color: #779A9E;
}

span.blacktext {
	color: #000000;
}


}


/* @end */

.boxReadmore {
	float: left;
	margin: 10px 7px 0 0;
	background: #fcd7d6 url(../images/bg_readMore_bot.gif) no-repeat 0 bottom;
}

.boxReadmore ul {
	width: 180px;
	padding: 60px 0 10px;
	background: url(../images/bg_readMore_top.gif) no-repeat;
}

.boxReadmore li {
	padding: 0 10px 0 20px;
	list-style: none;
}

.boxReadmore a, .boxReadmore a:link, .boxReadmore a:visited {
	color: #f45151;
	font-weight: bold;
	text-decoration: none;
}

.boxReadmore a:hover {
	text-decoration: underline;
}

.boxWatchAlso {
	float: left;
	margin: 10px 0 0 0;
	background: #fcd7d6 url(../images/bg_watch_bot.gif) no-repeat 0 bottom;
}

.boxWatchAlso ul {
	width: 180px;
	padding: 60px 0 10px;
	background: url(../images/bg_watch_top.gif) no-repeat;
}

.boxWatchAlso li {
	padding: 0 10px 0 20px;
	list-style: none;
}

.boxWatchAlso a, .boxWatchAlso a:link, .boxWatchAlso a:visited {
	color: #779A9E;
	font-weight: bold;
	text-decoration: none;
}

.boxWatchAlso a:hover {
	text-decoration: underline;
}

.btnGetIn, .btnGetIn:link, .btnGetIn:visited {
	float: right;
	background-repeat: no-repeat;
	background-position: 0 top;
	display: block;
	width: 148px;
	height: 69px;
}

.btnGetIn:hover {
	background-position: 0 bottom;
}

#quizBigBox {
	width: 706px;
	position: relative;
	margin-bottom: 40px;
}

.theblue, .question {
	background: url(../images/bg_quiz_bigboxblue_bot.gif) no-repeat 0 bottom;
}

.thered {
	background: url(../images/bg_quiz_bigboxred_bot.gif) no-repeat 0 bottom;
}

#quizBigBox h5 {
	font-size: 12px;
	line-height: 130%;
	display: block;
	margin-bottom: 0;
	padding: 0;
}

#quizBigBox p {
	padding: 0px 0 60px 35px;
	width: 400px;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

#quizBigBox p.counter {
	padding: 20px 0 0 35px;
	width: 390px;
	font-size: 12px;
	color: #333;
}

#quizBigBox a.true, #quizBigBox a.true:link, #quizBigBox a.true:visited, #quizBigBox a.false, #quizBigBox a.false:link, #quizBigBox a.false:visited, #quizBigBox a.next, #quizBigBox a.next:link, #quizBigBox a.next:visited {
	border: none;
	position: absolute;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -5000px;
	behavior: url(../extras/iepngfix.htc);
	cursor: pointer;
}

#quizBigBox a.true, #quizBigBox a.true:link, #quizBigBox a.true:visited {
	bottom: -33px;
	left: 65px;
	width: 138px;
	height: 74px;
}

#quizBigBox a.false, #quizBigBox a.false:link, #quizBigBox a.false:visited {
	bottom: -33px;
	left: 220px;
	width: 138px;
	height: 74px;
}

#quizBigBox a.next, #quizBigBox a.next:link, #quizBigBox a.next:visited {
	bottom: -33px;
	left: 140px;
	width: 138px;
	height: 62px;
}

#quizBigBox a.false:hover, #quizBigBox a.true:hover, #quizBigBox a.next:hover {
	background-position: left bottom;
}

#answer {
	width: 400px;
	margin: -30px 0 30px 35px;
}

#answer p {
	font-size: 12px;
	padding: 0 0 80px 0;
}

#quizBigBox.blue #answer p {
	color: #779A9E;
}

#quizBigBox.red #answer p {
	color: #f45151;
}

/* @group leftboxes */

.leftbox {
	width: 177px;
	margin: 15px 0 0 0;
}

.leftbox.quiz {
	background: #fcd6d6 url(../images/bg_leftbox_pink.gif) no-repeat 0 bottom;
}

.leftbox.inspire {
	background: #e0e8e8 url(../images/bg_leftbox_blue.gif) no-repeat 0 bottom;
}

.leftbox a, .leftbox a:link, .leftbox a:visited {
	padding: 37px 12px 10px 18px;
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.leftbox.quiz a, .leftbox.quiz a:link, .leftbox.quiz a:visited {
	color: #f45151;
}

.leftbox.inspire a, .leftbox.inspire a:link, .leftbox.inspire a:visited {
	color: #779A9E;
}

/* @end */

/* @group NAV2 */

div#Middle .LeftPart .Nav2 {
	width: 162px;
	margin: 20px 0 0 0;
}

div#Middle .LeftPart .Nav2 li {
	list-style: none;
	background: url(../images/bg_nav2_dotted_line.gif) no-repeat 0 bottom;
	margin: 0;
	width: 162px;
}

div#Middle .LeftPart .Nav2 li li {
	background: none;
	width: 147px;
	margin-left: 15px;
}

div#Middle .LeftPart .Nav2 li a, div#Middle .LeftPart .Nav2 li a:link, div#Middle .LeftPart .Nav2 li a:visited {
	padding: 5px 0 7px;
	display: block;
	width: 147px;
	color: #F9998F;
	font-family: helvetica-rounded, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#Middle .LeftPart .Nav2 li.active li a, div#Middle .LeftPart .Nav2 li.active li a:link, div#Middle .LeftPart .Nav2 li.active li a:visited {
	color: #F9998F;
}

div#Middle .LeftPart .Nav2 li.active a,
div#Middle .LeftPart .Nav2 li.active a:link,
div#Middle .LeftPart .Nav2 li.active a:visited,
div#Middle .LeftPart .Nav2 li.active li.active a,
div#Middle .LeftPart .Nav2 li.active li.active a:link,
div#Middle .LeftPart .Nav2 li.active li.active a:visited,
div#Middle .LeftPart .Nav2 li a:hover,
div#Middle .LeftPart .Nav2 li.active li a:hover,
div#Middle .LeftPart .Nav2 li.active li.active a:hover {
	color: #F5554D;
}

/* @end */

/* @end */

/* @group FO

OTER */

#Footer {
	position: relative;
	padding: 35px 0;
	background: url(../images/bg_middle_homebot.gif) no-repeat;
}

#Footer .copyright {
	position: absolute;
	top: 40px;
	left: 345px;
	font-size: 10px;
	color: #aaa;
	width: 250px;
	text-align: center;
}

#Footer .copyright a, #Footer .copyright a:link, #Footer .copyright a:visited {
	color: #aaa;
}

#Footer .initiate {
	color: #565653;
	width: 200px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 15px;
}

#Footer .initiate span {
	display: block;
	font-size: 12px;
}

#Footer .macaron {
	width: 80px;
	height: 57px;
	position: absolute;
	right: 15px;
	top: 30px;
}

/* @end */
