@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
}
html, body {
	height: 100%;
}
body {
	background-image: url(images/wrapper-bg.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #c9ccd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hdr-bg {
	width: 100%;
	position: absolute;
	height: 35px;
	background-image: url(images/turbines-btn-tbl-bckgrnd.jpg);
	z-index: -5;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -81px auto; /* the bottom margin is the negative value of the footer's height */
	width: 1000px;
	background-position: center;
	background-repeat: repeat-y;
	background-color: #fff;
	z-index: 1;
}



.footer, .push {
	height: 81px;
}
.content {
	width: 980px;
	background-image: url(images/industrial-supplier-search-rflctn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	margin-bottom: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.push {

}
.footer {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer-content {
	height: 81px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/index-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sales-p {
	position: absolute;
	top: 100%;
	margin-top: -57px;
}






#pp-header {
	height: 31px;
	width: 100%;
	background-image: url(images/turbines-btn-tbl-bckgrnd.jpg);
	padding-top: 4px;
}
#pp-header-content {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pp-header img {
	float: right;
}

