body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
	background: url('images/customer/bg_body.gif') 0 0 repeat-x #f3f3f3;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}

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

#header {
	width: 980px;

}

	#logo {
		width: 190px;
		height: 195px;

		position: relative;
		margin-bottom: -195px;
	}

	#toolBar {
		width: 980px;
		height: 26px;
	}

	#menu {
		width: 980px;
		height: 38px;
		margin: 0 0 5px 0;
		padding: 2px 0 0 0;
		background: url('images/customer/bg_menu.jpg') 0 0 no-repeat #2273ac;
	}

		#menu a {
			display: block;
			height: 29px;
			float: right;
			padding: 9px 26px 0 26px;
			border-left: 1px solid #4b8dbb;
			border-right: 1px solid #005e9f;

			font-size: 14px;
			color: #fff;
			text-decoration: none;
		}

		#menu a:hover {
			border-left: 1px solid #7faece;
			border-right: 1px solid #0c72b8;
			background: url('images/customer/bg_menuo.gif') 0 -2px repeat-x #498cba;
		}
		
		#menu .contact { border-right: 0 solid #fff; }
		#menu .contact:hover { border-left: 1px solid #3a83b5;	border-right: 0px solid #fff; background: url('images/customer/bg_menuo-contact.gif') right -2px no-repeat #498cba; }
		#menu .home { padding: 9px 16px 0 290px; border-left: 0 solid #fff; }
		#menu .home:hover { border-left: 0 solid #fff; border-right: 1px solid #0c72b8; background: url('images/customer/bg_menuo.gif') 0 -2px repeat-x #498cba; }

	#banner {
		height: 150px;
	}

	#bannerHome {
		height: 315px;
	}
		
/* Main
-------------------------------------------------------------- */

#main {
	width: 980px;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 190px;
	min-height: 330px;
	padding: 20px;
	background: url('images/customer/bg_mainleft.jpg') 0 0 no-repeat;
}

#main .two-columns #mainRight {
	width: 690px;
	min-height: 330px;
	padding: 20px;
}

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

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

	#main .two-columns #mainLeft h1 {
		font-size: 12px;
	}

#main .three-columns #mainLeft {
	width: 190px;
	min-height: 330px;
	padding: 20px;
	background: url('images/customer/bg_mainleft.jpg') 0 0 no-repeat;
}

#main .three-columns #mainCenter {
	width : 480px;
	padding: 20px;
}

#main .three-columns #mainRight {
	width: 190px;
	min-height: 330px;
	padding: 20px;
	background: url('images/customer/bg_mainright.jpg') 0 0 no-repeat;
}

	#main .three-columns #mainLeft h1,
	#main .three-columns #mainRight h1 {
		padding: 3px 5px;

		font-size: 12px;
	}

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

#footer {
	width: 980px;
	font-size: 10px;
}

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

	#footer a:hover {
		color: #2b73ac;
	}

	#footer .footerLeft {
		width: 210px;
		height: 34px;
		padding: 7px 10px;
		float: left;

		background: url('images/customer/bg_footerleft.jpg') 0 0 no-repeat #e8e8e4;
	}

	#footer .footerRight {
		width: 710px;
		height: 28px;
		padding: 10px;
		float: right;

		background: url('images/customer/bg_footerright.jpg') 0 0 no-repeat #e8e8e4;
	}

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

.pagerTop,
.pagerBottom {
	height: 23px;
	border-top: 1px solid #eaeae3;
	border-bottom: 1px solid #eaeae3;

	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 #2b73ac;

		color: #2b73ac;
	}

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

		color: #ffffff;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 33%;
		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; }

.cadre      { border-color: #eaeaea; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { border: 3px solid #6BB000; background-color:#F7FBEB; color:#6BB000 }
.importantText { color: #2b73ac; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }


.cadreRight {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #2b73ac;

	color: #fff;
	font-size: 11px;
}

	.cadreRight a {
		color: #fff;
	}

	.cadreRight h2 {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}