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

#container {
	width: 1000px;
	margin: 0 auto;
	background: url('images/customer/bg_container.gif') 0 0 no-repeat;
}

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

#header {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	background: url('images/customer/bg_header.jpg') 0 0 no-repeat;
}

	#logo {
		width: 300px;
		height: 90px;
		float: left;
		zoom: 1;
	}

	#phone {
		width: 194px;
		height: 43px;
		float: right;
		padding: 2px 0 0 38px;
		background: url('images/customer/bg_phone.jpg') 0 0 no-repeat;

		position: relative;
		right: -5px;

		color: #fff;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -1px;
		text-transform: uppercase;
	}

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

#main {
	width: 1000px;
}

#main .column {
	float: left;
}

.underBanner {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	_top: -45px;
	_margin-bottom: -45px;
}

	.underBanner h1 {
		height: 25px;
		padding: 5px 0 0 29px;
		background: url('images/customer/bg_h1-underbanner.png') 0 0 no-repeat;
	}

#main .two-columns #mainLeft {
	width: 300px;
	margin: 0 0 0 50px;
	_margin: 0;
	_padding: 0 0 0 50px;
}

#main .two-columns #mainRight {
	width: 580px;
	margin: 0 0 0 20px;
	_margin: 0;
	_padding: 0 0 0 20px;
}

	#main .two-columns #mainRight .column {
		width: 270px;
		float: left;
	}

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

#main .page {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/customer/bg_page.gif') 0 0 no-repeat;
}

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

#footer{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;

	font-size: 10px;
	color: #616161;
	text-align: center;
}

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

	#footer a:hover {
		text-decoration: underline;
	}

	#footer .info {
		width: 900px;
		padding: 5px 0;
		margin: 0 0 10px 0;
		background-color: #c7c7c7;

		text-align: center;
	}

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

.pagerTop { zoom: 1; margin: 0 0 15px 0; }
.pagerBottom { zoom: 1; margin: 15px 0 0 0; }

.pagerTop,
.pagerBottom {
	padding: 5px 0;
	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 #ff9800;

		color: #ff9800;
	}

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

		color: #ffffff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 25%;
		height: 18px;
		float: left;

		text-align: left;
	}

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

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 25%;
		height: 20px;
		float: right;

		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 {
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #bfbfbf;
}

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

.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #ff9800; }
.importantText { color: #ff9800; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }