body{	
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #99D5ED;

	background: url('images/bg_body.jpg') 0px 0px repeat-x #E3F7FF;
}

#container {
	width: 1000px;
	margin: 0 auto;

}

/* Header
-------------------------------------------------------------- */

#header {
	display: block;
	width: 1000px;
	height: 87px;

	background: url('images/bg_header.jpg') 0px 0px no-repeat;
}

	#logo {
		display: block;
		width: 146px;
		height: 87px;

		float: left;
	}


		#tools {
			display: block;
			float: right;

			padding-right: 19px;
			background: url('images/customer/bgTools.png') 0px 10px repeat-x;
		}

			#tools .lang {
				display: block;
				width: 24px;
				height: 37px;

				padding: 8px 0px 0px 20px;
			}

				#tools .lang a {
					display: block;
					width: 16px;
					height: 11px;
				}

				#tools .lang a.fr {
					background: url('images/flags/fr.gif') 0px 0px no-repeat;
				}

				#tools .lang a.en {
					margin-top: 5px;
					background: url('images/flags/en.gif') 0px 0px no-repeat;
				}

				#tools .lang a.active {
					filter : alpha(opacity=4);
					-moz-opacity : 0.4;
					opacity : 0.4; 
				}

		#menu {
			display: block;
			height: 45px;

			float: right;
			background: url('images/customer/bgTools.png') 0px 10px repeat-x;
		}

			#menu a {
				display: block;
				padding: 17px 12px 10px 11px;

				float: left;
				background: url('images/bg_menu_a.jpg') right no-repeat;
				color: #317597;
				text-decoration: none;
			}

			#menu a:hover {
				position: relative;
				left: -1px;
				background: url('images/bg_menu_a_hover.jpg') 0px 0px no-repeat;
				color: white;
			}

			#flashBanner {
				display: block;
				width:1000px;
				height: 335px;

				position: relative;
				z-index: 1;
			}

			#flashBannerPages, #flashBannerElectronic, #flashBannerPower-Quality, #flashBannerProcessSolution {
				display: block;
				width:1000px;
				height: 230px;

				position: relative;
				z-index: 1;
			}
/* Main
-------------------------------------------------------------- */

#main {
	width: 1000px;
}

#main .column {
	float: left;

}

#main #mainRight .two-columns .column {
	width : 359px;
}

#main #mainRight .two-columns .columnSeparator {
	width: 11px;
	height:1px;
	float: left;
}

#main #mainRight .three-columns .column {
	width : 235px;
}

#main #mainRight .three-columns .columnSeparator {
	width: 12px;
	height:1px;
	float: left;
}

#main #mainFull .two-columns .column {
	width : 455px;
}

#main #mainFull .two-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main #mainFull .three-columns .column {
	width : 300px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;

}



/* Footer
-------------------------------------------------------------- */

#footer{
	width: 980px;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 11px;
	color: #2e6b8a;
	background-color: #e3f7ff;

}

	#footer a {
		color: #133360;
		text-decoration: none;
	}


/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;


}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;

}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 3px;
		padding: 0px 2px 2px 2px;

		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0px;
		border-bottom: 2px solid #e5037f;

		color: #e5037f;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #e5037f;

		color: #ffffff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 25%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 50%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 25%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0px;
		border-color: #c7c7c7;
		background-color: #ffffff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 1px solid #ddd; }

.cadre      { border-color: #cfe4f1; margin-bottom: 10px; background-color: #fbfdff; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { border: 1px solid #214694; background-color: #f0f5ff; }
.importantText { color: #e5037f; }
	
	.notice a    { color: #4d87be; }
	.important a  { }