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

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

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

#header {
	width: 900px;
}

	#logo {
		width: 150px;
		height: 130px;
		float: left;
	}

	#headerRight {
		width: 750px;
		height: 130px;
		float: right;
	}

		#tools {
			/*width: 214px;*/
			height: 18px;
			float: right;
			padding-top: 5px;
			background-color: #09a458;

			text-align: center;
		}

		#tools a {
			display: block;
			float: left;
			padding: 0 13px;
			border-right: 1px solid #ffffff;

			font-size: 11px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}

		#menu {
			height: 18px;
			float: right;
			margin-top: 82px;
		}

			#menu a {
				display: block;
				float: left;
				padding: 0 15px;
				border-right: 1px solid #e7e8e8;

				color: #171717;
				font-size: 16px;
				font-weight: bold;
				font-family: Trebuchet MS, Helvetica, sans-serif;
				text-decoration: none;
				letter-spacing: -1px;
			}

			#menu a:hover {
				color:#09a458;
			}

		#banner {
			width: 950px;
			height: 328px;
			background: url('images/bg_banner.jpg') 0px 0px no-repeat;

			position: relative;
		}

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

#main {
	width: 900px;
	/*min-height: 350px;*/
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: url('images/bg_main.gif') 0px 0px repeat-x;
}

#main .column {
	float: left;
}

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

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

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

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

#main #mainRight .four-columns .column {
	width : 150px;
}

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

#main .two-columns #mainLeft {
	width: 225px;
}

#main .two-columns #mainRight {
	width: 635px;
	padding: 20px;
}

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

#footer{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #ffffff;

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

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

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

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

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

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

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

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

		color: #171717;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 2px;
		background-color: #09a458;

		color: #ffffff;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		padding-bottom: 0px;
		border-bottom: 2px solid #09a458;

		color: #09a458;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

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

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

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

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

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

.cadre      {  border: 1px solid #ffffff; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #09a458; }
.importantText { color: #09a458; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
