* {
	margin: 0;
	padding: 0;
}

.cleaner { clear:both; height:1px; font-size:1px; border:none; margin:0px; padding:0px;	background:transparent; }

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
	font-size: 12px;
}

h2 {
	font-weight: 500;
	color: #37393d;
	margin-bottom: 10px;
	font-size: 24px;	
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#top {
	width: 960px;
	height: 25px;
	display: block;
	background: #c90932 url('../images/bg-top.gif') no-repeat;
	margin-bottom: 10px;
}


h1#header {
	float: left;
}
h1#header, h1#header a {
	width: 110px;
	height: 90px;
	display: block;
	text-indent: -5000px;
}
	h1#header a {
		background: url('../images/logo.gif') no-repeat;
	}
	
ul#navigation {
	float: right;
	margin-top: 30px;
	list-style-type: none;
}
ul#navigation li, ul#navigation li a {
	width: 110px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 12px;
	color: #353536;
	text-transform: uppercase;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}
	ul#navigation li {
		margin-right: 10px;
	}
	ul#navigation li a {
		text-decoration: none;
		background: url('../images/bg-navigation.gif');	
		background-position: 0px 0px;
	}
	
	ul#navigation li.active a {
		color: #fff;
		background-position: 0px -25px;
	}	
	
	ul#navigation li a:hover, ul#navigation li.active a:hover {
		color: #fff;
		background-position: 0px -50px;
	}		
	
	
/* HOME */
h1#home	{
	width: 960px;
	height: 355px;
	background: url('../images/banner-home.jpg') no-repeat;
	text-indent: -5000px;
	margin-top: 10px;
}

ul#introduction {
	list-style-type: none;
	width: 960px;
	height: 130px;
	display: block;
	background: url('../images/bg-introduction.jpg') no-repeat;
}
	ul#introduction li {
		width: 152px;
		margin: 20px;
		float: left;
	}
	
	ul#introduction li h2 {
		margin: 0;
		padding: 0px 0px 5px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	ul#introduction li h2 a {
		font-size: 13px;		
		color: #fff;
	}	
	
	ul#introduction li h2 a:hover {
		color: #fff;
		text-decoration: underline;
	}		

	ul#introduction li p {
		font-size: 11px;
		color: #5d101d;
		margin-bottom: 5px;
	}
	ul#introduction li p.text {
		height: 45px;
	}
	
	ul#introduction li a {
		text-decoration: none;
		text-transform: uppercase;		
		color: #e3738b;
		font-size: 10px;		
	}
	ul#introduction li a:hover {
		color: #fff;
	}		
	
#footer {
	margin-top: 20px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #e3e1d3;
	margin-bottom: 100px;
}
#footer p {
	color: #a39b86;
	font-size: 11px;
}


/* BANNER */
h1.banner {
	width: 960px;
	height: 180px;
	display: block;
	text-indent: -5000px;	
}
h1#labo {
	background: url('../images/banner-labo.jpg') no-repeat;
}


h1#act {
	background: url('../images/banner-act.jpg') no-repeat;
}

h1#contact {
	background: url('../images/banner-contact.jpg') no-repeat;
}


#main {
	margin: 0px 0px 0px 25px;
	width: 650px;
	float: left;
	display: block;
}
#right {
	margin: 0px 25px 0px 25px;
	width: 210px;
	display: block;
	float: right;
}

#main p, #right p {
	margin: 0px 0px 10px 0px;
	color: #2c2b28;
}	

ul.arrow {
	list-style-type: none;
	margin: 20px 5px 20px 20px;
}


ul#contacts {
	margin-left: 0px;
}
	ul.arrow li {
		min-height: 18px;
		line-height: 18px;
		background: url('../images/bg-arrow.gif') no-repeat;
		padding-left: 25px;
		padding-bottom: 5px;
		margin-top: 5px;
		border-bottom: 1px solid #f8d6b3;
		color: #1e1e1c;
	}
	
	
ul.arrow li.last {
	border-bottom: 0px;
}



.subnav {
	width: 960px;
	height: 35px;
	display: block;
	background: url('../images/bg-empty.gif') #c90932 no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
}


ul#subnav {
	list-style-type: none;
	padding: 5px 25px 0px 25px;
}
	ul#subnav li {
		float: left;
		display: block;
	}

	ul#subnav li a {
		background: #9c0f2d;
		margin: 0px 1px 0px 0px;
		height: 30px;
		display: block;
		line-height: 30px;
		float: left;
		padding: 0px 12px 0px 12px;
		color: #fff;
	}
	
	ul#subnav li a {
		text-decoration: none;
		font-weight: bold;
	}
	ul#subnav li a:hover {
		background: #d9123b;
	}
	ul#subnav li.active a {
		background: url('../images/bg-subnav.gif') #fff repeat-x;
		color: #5d0013;
		
	}
	
a img {
	border: 0px;
}




/* FORM */


fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 30px 10px 15px 10px;
 background-color:#ffffff;
 margin: 20px 0;
 border: 2px solid #f8d6b3;
}

legend {
 position: expression('absolute'); 
 top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 0 100px;
 height: 32px;
 line-height: 32px;
 text-align: center;
 background: #f6eacf;
 color: #c90931;
 font-weight: bold;
 text-transform: uppercase;

}


label, .label { 
 text-transform: capitalize;
 color: #333;
 font-size: small;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label {
 display: -moz-inline-box;
 display: inline-block; 
 width: expression('7em'); /* Min-width for IE6 */
 min-width: 7em;
 padding: 0 2px;
 margin: 0 4px 0 0;
 height: 26px;
}
.label { display: block; width: auto; }

label.postField {
 margin-left: 4px;
 margin-right: 4px;
}


/* Repeat Behavior */
.repeat {
 border: 2px solid #f6eacf;
 background-color: #FFFFFF;
 margin: 3px 0;
 padding-right: 6px;

}

textarea {
 padding: 0;
 vertical-align: top;
 margin: 4px 0 1px 0;
 border: 1px solid #f8d6b3;
 width: 600px;
 height: 150px;
}
input {
 border: 2px solid #f8d6b3;
 height: 22px;
 margin: 1px 0;
}
input[type=text], input[type=password] {
 width: 170px;
 height: 22px;
 border: 1px solid #f8d6b3;
}
select {
 padding: 0;
 margin: 2px 0 1px 0;
 background: Red;
}
.reqMark {
 color: red;
 margin: 0 3px; 
}

/* Ties together a label and its checkbox or radio */
.oneChoice {
 white-space: nowrap; 
}
.oneChoice input {
 vertical-align: middle;
 border: none 0;
 background: transparent;
 height: 16px;
}
input.button {
	width: 120px;
	height: 35px;
	border: 0px;
}

.notification_ok, .notification_error {
	margin-top: 20px;
	color: #cf1022;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #dfdedb;
	background: #ffffff;
}
