@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background-color: #1a1a1a;
	width: 830px;
	margin: 0 auto;
	font-family: "Frutiger 55", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

img {
	border-width: 0px;
}

a {
	color: #d94d4d;
}

a:hover {
	color: #c03434;
}

#header_fr {
	height: 160px;
	background-image: url(../images/title_fr.png);
	background-repeat:no-repeat;
	position: relative;
}

#header_en {
	height: 160px;
	background-image: url(../images/title_en.png);
	background-repeat:no-repeat;
	position:relative;
}

#header_options {
	position: absolute;
	right: 0px;
	bottom: 27px;
}

#menu {
	height: 228px;
	background-color: #4d82a2;
	position: relative;
	overflow: hidden;
}

#menu_left {
	width: 356px;
	height: 228px;
}

#menu_image {
	position: absolute;
	right: 0;
	top: 0;
	height: 228px;
	width: 474px;
	overflow: hidden;
}

#submenu_wrapper {
	position: relative;
}

#submenu_fr {
	height: 50px;
	background-color: #353333;
	background-image:url(../images/3m_fr.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-left: 5px;
}

#submenu_en {
	height: 50px;
	background-color: #353333;
	background-image:url(../images/3m_en.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-left: 5px;
}

.img_submenu {
	margin: 16px 24px 0px 24px;
}

.img_submenusep {
	position: relative;
	top: 2px;
}

.img_fleft {
	float:left;
	margin-right: 5px;
}

#submenu_products {
	width: 200px;
	border: 0px solid red;
	position: absolute;
	top: 16px;
	left: 165px;
	display: none;
	z-index: 10000;
}

#content {
	background-color: #353333;
	min-height: 125px;
	margin-top: 10px;
	padding: 20px;
	font-size: 12px;
	line-height: 15px;
}

.text_a {
	width: 440px;
	padding-right: 40px;
	border-right: 2px solid #5b5a5a;

}

hr {
	border: 0px solid #5b5a5a;
	border-top: 2px solid #5b5a5a;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Frutiger 45 Light", Arial, Helvetica, sans-serif;
	color: #6699b8;
}

.text_a_right {
	width: 300px;
	float: right;
	position: relative;
}

.text_example {
	margin: 53px 0px 50px 30px;
	width: 265px;
}

.text_minileft {
	text-align: right;
	font-size: 11px;
	line-height: 13px;
}

.text_minileft img {
	float: right;
	margin-left: 10px;
}

.text_full {
}

.text_double {
	width:48%;
	position:relative;
}

.text_double2 {
	width:48%;
	float: right;
	margin-left: 20px;
	position:relative;
}

#footer {
	margin-top: 10px;
	height: 40px;
	text-align:center;
	padding-top: 10px;
}

ul {
	list-style:url(../images/arrow.gif);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}
li {
	margin-bottom: 10px;
}

table {
	width: 100%;
}
table, td, tr, th {
	border-collapse:collapse;
	border: 1px solid #353333;
	font-size: 11px;
}

th {
	font-weight:normal;
	text-align: left;
	background-color: #6699b8;
	font-size: 12px;
	padding: 3px;
}

td {
	padding: 5px;
	vertical-align: top;
}
.row1 {
	background-color: #3a3838;
}

.row2 {
	background-color: #434141;
}

.col1 {
	width: 25%;
}

.col2 {
	width: 35%;
}
.col3 {
	width: 20%;
}
sup {
	font-size: 60%;
	line-height: 0px;
	position:relative;
	top: 2px;
}

#splash {
	border: 0px solid #000000;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#splash td {
	border: 0px solid #000000;
	text-align: center;
	vertical-align: middle;
}

#splash tr {
	border: 0px solid #000000;
}
