/* CSS Document */

* {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
background-color:#eaeaed;
font-size:11px;
}

#header {
position:relative;
width:954px;
height:151px;
}
	#header h1 {
	position:absolute;
	top:0px;
	left:0px;
	width:131px;
	height:151px;
	}
		#header h1 a {
		position:absolute;
		display:block;
		text-indent:-5000px;
		top:0px;
		left:0px;
		width:131px;
		height:154px;
		background:url(../images/header_logo.jpg) no-repeat left top;
		}
	#header p.baseline {
	position:absolute;
	display:block;
	text-indent:-5000px;
	top:0px;
	left:131px;
	width:823px;
	height:154px;
	background:url(../images/header_banner.jpg) no-repeat left top;
	}

#page {
position:relative;
margin-left:auto;
margin-right:auto;
width:954px;
background:url(../images/bg_page.gif) repeat-y left top;
/*border:1px solid red;*/
}

/* MENU */

#menu {
position:relative;
float:left;
width:139px;
margin-left:18px;
margin-top:8px;
}

#menu dd#submenu {
position:relative;
margin:10px 0px;
}

#menu dl dt {
position:relative;
width:139px;
display:block;
}
#menu dl dt a {
position:relative;
display:block;
width:139px;
text-indent:-5000px;
}
#menu dl dt.home a {
background:url(../images/fdmenu_home.jpg) no-repeat left top;
height:24px;
}
#menu dl dt.aboutus a {
background:url(../images/fdmenu_aboutus.jpg) no-repeat left top;
height:25px;
}
#menu dl dt.products a {
background:url(../images/fdmenu_products.jpg) no-repeat left top;
height:24px;
}
#menu dl dt.contact a {
background:url(../images/fdmenu_contact.jpg) no-repeat left top;
height:24px;
}

/* hover */

#menu dl dt.home a:hover {
background:url(../images/fdmenu_home.jpg) no-repeat left -24px;
height:24px;
}
#menu dl dt.aboutus a:hover {
background:url(../images/fdmenu_aboutus.jpg) no-repeat left -25px;
height:25px;
}
#menu dl dt.products a:hover {
background:url(../images/fdmenu_products.jpg) no-repeat left -25px;
height:24px;
}
#menu dl dt.contact a:hover {
background:url(../images/fdmenu_contact.jpg) no-repeat left -25px;
height:24px;
}

#menu li.root,
#menu li.plus,
#menu li.moins {
margin: 3px 0px;
list-style-type:none;
color:#254bb8;
background:url(../images/plus.gif) no-repeat left 1px;
padding-left:14px;
cursor:pointer;
}
#menu li.plus {background:url(../images/plus.gif) no-repeat left 1px;}
#menu li.moins {background:url(../images/moins.gif) no-repeat left 1px;}

#menu ul.submenu {
display:none;
margin-left:18px;
margin-bottom:8px;
}
	#menu  ul.submenu li.leaf {
	list-style-type:square;
	}
		#menu  ul.submenu li.leaf a {
		color:#000000;
		text-decoration:none;
		}
		#menu  ul.submenu li.leaf a:hover {
		color:#000000;
		text-decoration:underline;
		}

h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#ec7e2d;
clear:both;
}
/* CONTENT */
#content {
position:relative;
overflow:auto;
left:100px;
top:8px;
padding-bottom:20px;
min-height:450px;
width:660px;
}
#content p {
position:relative;
margin-top:4px;
margin-bottom:8px;
color:#333333;
font-size:12px;
}

/* about-us */
body#aboutus #content p {
text-align:justify;
width:400px;
}

/* products */
body#products h2 span {color:#254bb8;}

body#products h3 {
margin-top:20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#254bb8;
font-size:14px;
}

body#products #content h4 {
font-size:14px;
font-weight:normal;
color:#254bb8;
margin-top:12px;
margin-bottom:8px;

border-bottom:1px solid #254bb8;
}
body#products #content dt.name a {
font-weight:bold;
color:#000000;
text-decoration:none;
}
body#products #content dt.name a:hover {
color:#000000;
text-decoration:underline;
}
body#products #content dd.abstract {
width:200px;
color:#333333;
padding-right:6px;
}
body#products #content dd.image img {
position:absolute;
right:0px;
top:0px;
}
body#products #content dd.image img a {
border:none;}
/* details */
#productDetails {
position:relative;
float:left;
width:400px;
margin-right:30px;
}
/* right column */
#rightColumn {
position:relative;
overflow:auto;
/*width:225px;*/
margin-right:0px;
}
#rightColumn a {
position:relative;
margin-top:12px;
padding-left:30px;
display:block;
line-height:20px;
font-weight:bold;
}
#rightColumn a.askForMore { background:url(../images/askForMore.jpg) no-repeat left top;}
#rightColumn a.datasheet { background:url(../images/datasheet.jpg) no-repeat left top;}

/* specifiactions */
dl.spec dt {
position:relative;
float:left;
display:block;
width:150px;
color:#254bb8;
font-size:12px;
padding-top:4px;
}
dl.spec dd {
position:relative;
display:block;
font-size:12px;
margin-left:150px;
padding-top:4px;
color:#333333;
}


/* GAMME */
.productTeaser {
position:relative;
overflow:auto;
}
.productTeaser dl .productTeaser_product {
position:relative;
width:280px;
height:80px;
float:left;
margin-top:12px;
margin-right:50px;
/*background-color:#CCCCCC;*/
}
.productTeaser dl .productTeaser_product dd.image a img { border:none;}


/* breadcrumbs */
#breadcrumbs {
position:relative;
overflow:auto;
margin-bottom:6px;
}

#breadcrumbs li,
#breadcrumbs li a {
color:#999999;
font-size:11px;
position:relative;
float:left;
list-style-type:none;
text-decoration:none;
}


#footer {
position:relative;
margin-left:auto;
margin-right:auto;
width:954px;
height:16px;
background:url(../images/bg_footer.jpg) no-repeat left top;
}
	#footer p {
	position:relative;
	width:954px;
	margin-left:125px;
	padding-top:3px;
	background:none;
	color:#333333;
	}
	#footer a {
	color:#333333;
	text-decoration:none;
	}
	#footer a:hover {
	color:#333333;
	text-decoration:underline;
	}

#content a {
color: #254bb8;
text-decoration:none;
}
#content a:hover {
color: #254bb8;
text-decoration:underline;
}

/* HOME */
body#home #content {
min-height:425px;
width:954px;
}



body#home #page {
background:url(../images/bg_home.jpg) no-repeat left top;
}
body#home #header h1 a {
width:180px;
height:230px;
background:url(../images/bg_home.jpg) no-repeat left top;
}

body#home #header p.baseline {
background-image:none;
}

body#home #menu {
position:absolute;
z-index:1;
width:254px;
height:31px;
top:168px;
right:60px;
}

body#home #menu dl dt.home a {
display:none;
}
body#home #menu dl dt a {
background-image:none;
text-indent:0px;
}
body#home #menu dl dt.aboutus a {
position:absolute;
top:0px;
left:0px;
background:url(../images/btnHome_aboutus.jpg) no-repeat left top;
height:31px;
width:90px;
text-indent:-5000px;
}
body#home #menu dl dt.products a {
position:absolute;
top:0px;
left:90px;
background:url(../images/btnHome_products.jpg) no-repeat left top;
height:31px;
width:91px;
text-indent:-5000px;
}
body#home #menu dl dt.contact a {
position:absolute;
top:0px;
left:181px;
background:url(../images/btnHome_contact.jpg) no-repeat left top;
height:31px;
width:73px;
text-indent:-5000px;
}

body#home #footer {
background:url(../images/bg_footerHome.gif) no-repeat left top;
}
body#home #footer p {
margin-left:160px;}

/* NEWS */
body#home #news {
position:absolute;
/*border:1px solid red;*/
color:#FFFFFF;
font-size:12px;
width:250px;
height:90px;
top:290px;
left:540px;
}







