html{
	background: url(../images/bg-html.gif) repeat-x;
}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
}

#bandeau-wrapper{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#bandeau-wrapper a{
	position:absolute;
	top:0px;
	left:0px;
}
#bandeau{
	background:#000 no-repeat;
	height:108px;
	width:100%;
	position:relative;
	left:380px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#2f2f2f;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#525151;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.wrap{
	width:100%;
	overflow:hidden;
}
#wrapper{
	width:990px;
	overflow:hidden;
}
#header{
	height:1%;
	overflow:hidden;
	padding:24px 0 29px 26px;
	background:#fff;
	width:355px;
}
.logo{
	background: url(../images/logo.gif) no-repeat #fff;
	width: 352px;
	height: 55px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	list-style:none;
	margin:0;
	padding:1px 0 0 223px;
	overflow:hidden;
	background:#004896 url(../images/bg-nav.gif) no-repeat;
	height:28px;
}
#nav li{
	float:left;
	margin-right:4px;
}
#nav a{
	float:left;
	color:#fff;
}
#nav a span{
	float:left;
	cursor:pointer;
	padding:7px 17px 6px 17px;
}
#nav a:hover,
#nav .active{
	text-decoration:none;
	background: url(../images/bg-nav-l.gif) no-repeat;
}
#nav a:hover span,
#nav .active span{
	background: url(../images/bg-nav-r.gif) no-repeat 100% 0;
}
#main{
	width:100%;
	overflow:hidden;
	background: url(../images/bg-twocolumns.gif) repeat-y;
}
.main-holder{
	background: url(../images/bg-twocolumns-t.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:0 0 40px 0;
}
#sidebar{
	width:200px;
	float:left;
	padding:16px 0 0 0;
}
.side-nav{
	list-style:none;
	margin:0 0 27px 12px;
	padding:0;
}
.side-nav li{
	vertical-align:middle;
	height:1%;
	padding-bottom:10px;
}
.side-nav a{
	display:block;
	font-size:13px;
	color:#fff;
	padding:2px 0 2px 28px;
}
.side-nav .eurofins{background: url(../images/ico.gif) no-repeat;}
.side-nav .print{background: url(../images/ico02.gif) no-repeat;}
.side-nav .contact{background: url(../images/ico03.gif) no-repeat;}


/*#subnav*/
.side-subnav{
	background:#6d93bd;
	color:#fff;

	margin:20px 0 40px 0;
	padding:7px 0 12px 12px;
	font-weight:bold;
	font-size:12px;
}

.side-subnav li{
	padding:5px 0 5px 12px;
	border-top:1px solid #8babcf;
	list-style-image:none;
	list-style-type:none;
}

.side-subnav li.first, .side-subnav li.afteractive{
	border:none;
}

.side-subnav li.active{
	background:url(../images/bg-subnav-t.gif);
	margin:0px;
	padding:0;
	border:0;
	color:#F5822B;
}

.side-subnav li.active span{
	background:url(../images/bg-subnav-b.gif) no-repeat scroll 0 100% transparent;
	padding:7px 0 7px 12px;
}

.side-subnav li span{
	display:block;
	padding:4px 0 4px 0;
}

.side-subnav a{
	color:#fff;
}

.side-subnav a:hover{
	color:#F5822B;
}


#sidebar .image{
	padding:0 0 0 9px;
	margin-left:12px;
}
#sidebar .image img{
	display:block;
}
#sidebar .brochure{
	color:#fff;
	font-size:13px;
	display:block;
	background: url(../images/bullet.gif) no-repeat 0 1px;
	padding:0 0 0 18px;
	margin-left:21px;
}
#content{
	width:750px;
	float:right;
	padding:35px 0 0;
	overflow:hidden;
	position:relative;
}

#content a{
	color:#004896;
}

.twocolumns{
	width:100%;
	overflow:hidden;
	margin-bottom:51px;
}
#content .promo-box{
	float:left;
	width:361px;
	overflow:hidden;
}
#content .place-holder{
	margin-bottom:24px;
}
#content .place-holder img{
	display:block;
}
#content .info-box{
	list-style:none;
	margin:0;
	padding:0;
	width:375px;
}
#content .info-box li{
	display:inline-block;
	background: url(../images/bg-box-c.gif) repeat-y;
	width:174px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
#content .info-box li:hover,
#content .info-box li.hover{
	background: url(../images/bg-box-c02.gif) repeat-y;
}
#content .info-box li .holder{
	background: url(../images/bg-box-t.gif) no-repeat;
}
#content .info-box li:hover .holder,
#content .info-box li.hover .holder{
	background: url(../images/bg-box-t02.gif) no-repeat;
}
#content .info-box li .frame{
	background: url(../images/bg-box-b.gif) no-repeat 0 100%;
	padding:14px 0 9px 7px;
}
#content .info-box li:hover .frame,
#content .info-box li.hover .frame{
	background: url(../images/bg-box-b02.gif) no-repeat 0 100%;
}
#content .info-box li .title{
	font-size:13px;
	display:block;
	min-height:43px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}
#content .info-box li .title a{
	color:#fff;
}
* html #content .info-box li .title{
	height:43px;
}
#content .info-box li img{
	display:block;
}
#content h2{
	margin:0 0 13px;
	font-size:22px;
	font-weight:normal;
	color:#f5822b;
}
#content p{
	margin:0 0 15px;
	line-height:14px;
	text-align:justify;
}
#content h3{
	margin:0 0 13px;
	padding-top:13px;
	color:#004896;
	font-size:17px;
}
#content h4{
	color:#004896;
	font-size:13px;
}

#content h5{
	margin:5px 0 2px 0;
	font-size:12px;
}

#content ul{
	list-style-type:none;
	list-style-image:url("../images/ico04.gif");
}

#content .text-box{
	float:right;
	width:350px;
	padding:3px 0 0;
}
#content .note-list{
	list-style:none;
	margin:0 0 25px;
	padding:0;
	height:1%;
	overflow:hidden;
}
#content .note-list li{
	vertical-align:middle;
	height:1%;
}

#content .note-list em,#content .footnotes p{
	color:#5d5d5a;
	font-size:10px;
	display:block;
	font-style:italic;
	margin:0;
}

#content .more{
	background: url(../images/ico04.gif) no-repeat 0 2px;
	padding-left:14px;
	color:#004896;
}

#content .news ul{
	padding-left:16px;
}
.address-box{
	width:100%;
	overflow:hidden;
	padding:11px 0 19px;
}
.map-holder{
	width:361px;
	float:left;
	position:relative;
}
.map-holder img{
	display:block;
}
.map-holder .enlarge{
	position:absolute;
	right:0;
	bottom:0;
	width:140px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/none.gif) no-repeat;
}
.address-box .image-left{
	float:left;
	padding:1px 27px 0 13px;
}
.address-box .image-left img{
	float:left;
}
.list-holder{
	float:left;
	padding-top:24px;
}
.address-box .address-list{
	list-style:none;
	list-style-image:none !important;
	margin:0;
	padding:0 0 15px;
}
.address-box .address-list li{
	vertical-align:middle;
	height:1%;
}
.address-box .address-list span{
	line-height:14px;
	display:block;
}
.columns-holder{
	width:822px;
	overflow:hidden;
	padding:5px 0 20px;
}
.columns-holder .column{
	float:left;
	width:201px;
	padding-right:73px;
}
.columns-holder .column .name{
	display:block;
}
.columns-holder .column .email{
	display:block;
	color:#004896;
}
.form-wrap{
	background: url(../images/bg-form-c.gif) repeat-y;
	width:100%;
	overflow:hidden;
	margin:17px 0 0;
	position:relative;
}
.contact-form{
	background: url(../images/bg-form-t.gif) no-repeat;
	width:100%;
}
.contact-form fieldset{
	background: url(../images/bg-form-b.gif) no-repeat 0 100%;
	padding:30px 23px 27px 15px;
	height:1%;
	overflow:hidden;
}
.contact-form .input-box{
	width:350px;
	float:left;
}
.contact-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.contact-form label{
	float:left;
	color:#fff;
	font-weight:bold;
	width:70px;
	text-align:right;
	padding:2px 9px 0 0;
}
.contact-form span{
	float:left;
}
.contact-form span input,.contact-form span textarea{

}
.contact-form .text{
	float:left;
	margin:0;
	outline:none;
		border:1px solid #b6b6b6;
	background:#fff;
	width:234px;
	padding:2px 5px 1px;
}
.contact-form .notate{
	display:block;
	color:#fff;
	padding:22px 0 0 15px;
}
.contact-form .comment-box{
	float:right;
	width:327px;
}
.contact-form .text-wrap{
	float:left;
	border:1px solid #b6b6b6;
	width:235px;
	padding:2px 5px 1px;
	background:#fff;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.contact-form textarea{
	margin:0;
	padding:0;
	border:0;
	background:none;
	width:235px;
	max-width:235px;
	height:135px;
	float:left;
	overflow:auto;
	outline:none;
}
.contact-form .submit{
	float:right;
	width:142px;
	padding:0;
	margin:0;
	cursor:pointer;
}

#contactForm .message{
	text-align:center;
	width:100%;
	padding:40px 0;
	display:block;
}
#content .rights{
	float:left;
	font-size:10px;
	color:#6c6c6c;
	padding-right:5px;
}
#content .adme{
	font-size:10px;
	float:left;
	background: url(../images/separator.gif) no-repeat 0 3px;
	color:#6c6c6c;
	padding-left:7px;
}
#footer{
	width:100%;
	overflow:hidden;
	padding-top:33px;
}
.error{border:1px solid #ff0000 !important;}
/* Rollovers */
.rollover{
	background-position:top left;
	display:block
}
.rollover:hover{
	background-position:bottom left;
}
.rollover.active{
	background-position:bottom left;
}
