/* CSS Reset */

* {
	margin: 0;
	padding: 0;
}

/* Global styles  
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  
html, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot{   
    margin:0;   
    padding:0;   
    border:none;   
    outline:0;   
}   
html,body{   
    height:100%;   
}   
body{   
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:0.750em; 
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
}   
:focus{   
    outline:none;   
}

/* CMS Styles */

/* Container */

#container {
	width:820px;
	background-image: url(../images/header_shadow.jpg);
	background-repeat: no-repeat;
	margin:25px auto;
	padding-top:10px;
}

/* Main Navigation */

ul#mainnav {
	list-style-type:none;
	width:800px;
	height:46px;
	padding:0 10px 0 10px;	
	text-indent:-9999px; 
	margin-bottom:-1px;
}

#mainnav li, #subnav li {
	display:inline;
}

#mainnav li a{
	float:left;
	display:block;
	height:46px;
}

.home a {
	width:64px;
	background-image:url(../images/nav_01.png);
}

.home a:hover{
	background-image:url(../images/nav_01_hover.png);
}


.consult a {
	width:105px;
	background-image:url(../images/nav_02.png);
}

.consult a:hover {
	background-image:url(../images/nav_02_hover.png);
}

.products a {
	width:81px;
	background-image:url(../images/nav_03.png);
}
.products a:hover {
	background-image:url(../images/nav_03_hover.png);
}

.performance a {
	width:171px;
	background-image:url(../images/nav_04.png);
}

.performance a:hover {
	background-image:url(../images/nav_04_hover.png);
}

.research a {
	width:84px;
	background-image:url(../images/nav_05.png);
}

.research a:hover {
	width:84px;
	background-image:url(../images/nav_05_hover.png);
}

.events a {
	width:127px;
	background-image:url(../images/nav_06.png);
}

.events a:hover {
	background-image:url(../images/nav_06_hover.png);
}

.gallery a {
	width:69px;
	background-image:url(../images/nav_07.png);
}

.gallery a:hover {
	background-image:url(../images/nav_07_hover.png);
}

.downloads a {
	width:99px;
	background-image:url(../images/nav_08.png);
}

.downloads a:hover {
	background-image:url(../images/nav_08_hover.png);
}

/* Headder (slideshow) */

#header {
	width: 800px;
	height: 300px;
    padding: 0;
    margin:  0 auto;
	position:relative;
	top:3px;
	left:1px;
} 

#header img {
    background-color: #ffffff;
    width: 800px;
    height: 300px;
    top:  0;
    left: 0;
	display:none;
}
/* Subnav */

#navcontainer {
	width:203px;
	height:45px;
	margin-left:30px;
	margin-top:2px;
	position:relative;
	z-index:1;
}

ul#subnav {
	list-style-type:none;
	width:203px;
	height:45px;
	text-indent:-9999px;
	margin-left:30px;
	margin-top:2px;
	position:relative;
	z-index:1;
}


#subnav li a{
	float:left;
	display:block;
	height:45px;
}

.webshop a {
	width:78px;
	background-image:url(../images/subnav_01.png);
}

.webshop a:hover {
	background-image:url(../images/subnav_01_hover.png);
}

.coaching a {
	width:125px;
	background-image:url(../images/subnav_02.png);
}

.coaching a:hover {
	background-image:url(../images/subnav_02_hover.png);
}

/* Language bar */

ul#language {
	width:132px;
	height:34px;
	text-indent:-9999px;
	background-image:url(../images/languagebg.png);
	float: right;
	position:relative;
	top:-60px;
	z-index:1;
	list-style-type:none;
	padding: 3px 9px;
}

#language li {
	display:inline;
	float:left;
}

.nl a, .en a, .fr a, .de a{
	width:26px;
	height:26px;
	display:block;
	margin:0px 3px;
}

.nl a {
	background-image:url(../images/nl.png);
}

.en a {
	background-image:url(../images/en.png);
}

.fr a {
	background-image:url(../images/fr.png);
}

.de a {
	background-image:url(../images/de.png);
}

/* Content */

#content {
	width:760px;
	margin-left:10px;
	margin-top:-37px;
	background-image:url(../images/contentbg.jpg);
	background-repeat:no-repeat;
	padding:53px 20px 5px 20px;
	position:relative;
	z-index:0;
}

#content p {
	margin-bottom:1.250em;
	line-height:1.250em;
	word-spacing:0.125em; 
}

#Info li {
	list-style-type: disc;
	margin-left:15px;
	line-height:1.5em;
}


a {
	color:#0946b2;
}

a:hover {
	color:#0946b2;
	text-decoration:none;
}

a:active {
	color:#0946b2;
}

a:visited {
	color:#0946b2;
}

/* Footer */

#footer {
	width:760px;
	height:47px;
	background-image: url(../images/footerbg.jpg);
	padding: 0px 30px;
	font-size: 0.75em;
	line-height:57px;
	position:relative;

}

#footer a {
	color: #eb2731;
	text-decoration:none;
}

#footer a:hover {
	color: #1e5c95;
	text-decoration:none;
}

#footer span {
	margin-right:0.75em;
}

#footer img {
	position:absolute;
	right:25px;
	bottom:8px;
}

.top {
	float:right;
	font-size:0.750em;
	margin-top:10px;
	position:relative;
	z-index:1;
}

/* Gallery */

#foto {
	position:relative;
	top:-50px;
}

.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#1e90ff;font-weight:bold;}   
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666666;text-decoration:underline;font-weight:bold;}   
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GaleriePageEnCours {font-family:Verdana;font-size:10px;color:#1e90ff;font-weight:bold;}   
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#ffffff;font-weight:bold;}   
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;}   
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;}  



