body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url("images/customer/bg_body.jpg") 0px 0px repeat-x #fff;
}

#superContainer {
	width: 940px;
	margin: 0 auto;

	background:url("images/customer/bg_superContainer.gif") 0px 0px no-repeat;
}

#container {
	width: 902px;
	margin: 0 auto;
}

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


#header {
}

	#tools {
		width: 902px;
		height: 19px;

		padding-top: 60px;

		color: #937c5c;
	}

		#tools #lang {
			float: right;
		}

			#tools #lang a {
				color: #937c5c;
				text-decoration: none;
			}

		#tools #toolsMenu {
			float: right;

			color: #937c5c;
			text-align: right;
		}

			#tools #toolsMenu a {
				color: #937c5c;
				text-decoration: none;
				padding: 0px 10px;
			}

		#banner {
			width: 900px;
			height: 300px;
			overflow: hidden;
		}

		#logo {
			width: 300px;
			height: 350px;

			position: absolute;
			top: 0px;
		}

	#logo {}


/* Main
-------------------------------------------------------------- */

#main {
}

	#main #pageFull {
		width: 900px;

		margin: 0 auto;

		border-left: 1px solid #e4e1dc;
		border-right: 1px solid #e4e1dc;
	}

		#main .two-columns .column {
			float: left;
		}

		#main .two-columns #mainLeftHome {
			width: 450px;
		}

		#main .two-columns #mainRightHome {
			width: 450px;
		}

	#main #pageFull2 {
		width: 840px;

		margin: 0 auto;
		padding: 30px;

		border-left: 1px solid #e4e1dc;
		border-right: 1px solid #e4e1dc;

		background:url("images/customer/bg_pageFull2.jpg") right 0px no-repeat;
	}

		#main #pageFull2 .two-columns #mainLeft {
			width: 615px;
			padding: 0px 30px 0px 0px;
		}

		#main #pageFull2 .two-columns #mainRight {
			width: 165px;
			padding: 0px 0px 0px 30px;
		}

	#main #pageFull3 {
		width: 840px;

		margin: 0 auto;
		padding: 30px;

		border-left: 1px solid #e4e1dc;
		border-right: 1px solid #e4e1dc;

		background:url("images/customer/bg_pageFull3.jpg") right 0px no-repeat;
	}

		#main #pageFull3 .two-columns #mainLeft {
			width: 390px;
			padding: 0px 30px 0px 0px;
		}

		#main #pageFull3 .two-columns #mainRight {
			width: 390px;
			padding: 0px 0px 0px 30px;
		}

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

#footerContainer {
	width: 100%;
	margin: 0px auto;
	background-color: #aea091;
}

	#footer {
		width: 800px;
		
		margin: 0px auto;
		padding: 10px 100px 0px 0px;
		height: 25px;
		color: #f0eae4;

		text-align: center;
	}

	#footer a {
		color: #f0eae4;
		text-decoration: none;
	}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop,
.pagerBottom {
	height: 23px;
	padding: 0 10px 0 10px;
	border-top: 1px solid #ebe5e1;
	border-bottom: 1px solid #ebe5e1;
	background-color: #fff;

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

	.pagerTop a,
	.pagerBottom a {
		display: block;
		float: left;
		padding: 2px 4px 0 4px;

		position: relative;
		top: -2px;
		
		color: #a88c7b;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		background-color: #4babe7;

		color: #ffffff;
	}

	.pagerTop a.current:hover,
	.pagerBottom a.current:hover {
		color: #ffffff;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		color: #0182d4;
	}

	.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: #a88c7b;
	}

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

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

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

.cadre {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #dbd5cf;
}

.notice {
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #1f8ccd;
	background-color: #ebf6fc;

	font-size: 120%;
	color: #1f8ccd;
	line-height: 22px;
}

.important {
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #aea091;
	background-color: #f2f1ef;

	font-size: 10px;
	color: #aea091;
}
