@charset "UTF-8";
/*************************************
	Global au site
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #C3C2CC;
	background-image: url(../images/bckg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	margin: 0;
	text-align: center;
}
#container {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width:770px;
	height: 100%;
	min-height:100%;
	background-image:url(../images/bckg_loop.gif);
	background-repeat:repeat-y;
	background-position: left top;
	z-index:1;
}
html>body #container {
    height: auto;
}

/*************************************
	Background images
 *************************************/
/*
#bckg_header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/bckg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 100%;
	z-index: 20;
}
*/
#bckg_footer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/bckg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%;
	min-height:100%;
	z-index: 30;
}

/*************************************
	Left menu
 *************************************/
#menu {
	position: relative;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #262433;
	width:110px;
	float: left;
	padding: 0;
	margin: 235px 0 70px 0;
	z-index: 40;
}
.menu_list {
	padding: 0;
	margin: 0 0 0 20px;
}
.menu_list li {
	list-style-image: url(../images/ico_menu_main.gif);
	background-image: url(../images/img_menu_split.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.menu_list li ul {
	padding: 10px 0 0 10px;
	margin: 0;
}
.menu_list li ul li {
	list-style-image: url(../images/ico_menu_sub.gif);
	background-image:none;
	padding:  0 0 10px 0;
	margin: 0;
}
a.menu_link:link, a.menu_link:visited {
	color: #262433;
	text-decoration: none;
}
a.menu_link:hover, a.menu_link:active {
	color: #E65C2E;
	text-decoration: none;
}

/*************************************
	Tool bar
 *************************************/
#tool_bar {
	position: absolute;
	left: 175px;
	top: 217px;
	width: 445px;
	height: 40px;
	margin: 0;
	padding: 0;
	z-index: 40;
}
#tool_bar_search {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #262433;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 100;
}
.tool_bar_form {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	z-index: 110;
}
#tool_bar_lang {
	position: absolute;
	left: 635px;
	top: 217px;
	width: 130px;
	heught: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	color: #262433;
	z-index: 120;
}

/*************************************
	Layout layers
 *************************************/
#content {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262433;
	width: 570px;
	float: left;
	margin: 290px 0 70px 65px;
	padding: 0;
	z-index: 50;
}
#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #262433;
	bottom:10px;
	width: 100%;
	overflow: hidden;
	z-index:60;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}

/*************************************
	Form class
 *************************************/
.form_class {
	margin: 0;
	padding: 0;
}
.form_inputField {
	border: 1px solid #E65C2E;
	background-image: url(../images/bckg_form_input.gif);
	background-repeat: repeat-x;
	background-position: 2px 1px;
	height: 20px;
}
.form_inputField_stretch {
	border: 1px solid #E65C2E;
	background-image: url(../images/bckg_form_input.gif);
	background-repeat: repeat-x;
	background-position: 2px 1px;
	height: 20px;
	width: 100%;
}
.form_inputFieldMulti_stretch {
	border: 1px solid #E65C2E;
	background-image: url(../images/bckg_form_input.gif);
	background-repeat: repeat-x;
	background-position: 2px 1px;
	background-color: #e6c4b9;
	width: 100%;
}
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262433;
}

/*************************************
	Products class
 *************************************/
.list_categories_title {
	display:block;
	border: 1px solid #6B7399;
	padding: 5px 0 5px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bckg_categories_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.list_categories_photo {
	width: 90px;
	float:left;
	padding: 10px 0 15px 0;
	margin: 0 0 0 10px;
}
.list_categories_description {
	float:left; 
	padding: 10px 0 15px 20px; 
	margin: 0;
	width:450px;
}

.link_product, a.link_product:link a.link_product:visited {
	color: #E65C2E;
	text-decoration: none;
	background-image: url(../images/ico_menu_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0 0 0 10px;
	line-height: 18px;
}
a.link_product:hover, a.link_product:active {
	color: #262433;
	text-decoration: underline;
	background-image: url(../images/ico_menu_main.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.link_pdf, a.link_pdf:link a.link_pdf:visited {
	color: #262433;
	text-decoration: underline;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0 0 0 26px;
	line-height: 16px;
}
#hr {
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0px;
	background-color: #262433;
}

/*************************************
	Projects class
 *************************************/
.link_project, a.link_project:link a.link_project:visited {
	color: #E65C2E;
	text-decoration: none;
	background-image: url(../images/ico_menu_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0 0 0 10px;
	line-height: 18px;
	clear: both;
}
a.link_project:hover, a.link_project:active {
	color: #262433;
	text-decoration: underline;
	background-image: url(../images/ico_menu_main.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.activeProject {
	color: #262433;
	text-decoration: underline;
	background-image: url(../images/ico_menu_main_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0 0 0 10px;
	line-height: 18px;
	clear: both;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E65C2E;
	font-variant: small-caps;
	text-transform: none;
}