#menu {
  background: #22BCB9;
  background-image: url('images/menu_background.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 102px;
  z-index: 2;
}

#sub_menu {
  background: #DFDFDF;
  background-image: url('images/sub_background.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  top: 102px;
  left: 0px;
  width: 100%;
  height: 43px;
  z-index: 2;
}

#sidebar {
  float: left;
  background: #FFFFFF;
  background-image: url('images/bg_sidebar.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  width: 170px;
  height: 600px;
  margin-top: -14px;
  padding: 10px;
  z-index: 2;
}

#testimonials_form {
  float: right;
  background: #FFFFFF;
  background-image: url('images/bg_sidebar.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  width: 280px;
  height: 600px;
  padding: 10px;
  margin-top: -14px;
  margin-left: 20px;
  z-index: 2;
}

#content {
  background: #F0F0F0;
  background-image: url('images/main_background.jpg');
  position: absolute;
  top: 145px;
  width: 100%;
  z-index: 2;
}

#text {
  color:#666666;
  font-size: 16px;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: left;
  z-index: 6;
}

#footer {
  clear: both;
  background: #22BCB9;
  background-image: url('images/footer_background.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  position: relative;
  top: 0px;
  width: 100%;
  height: 43px;
  z-index: 4;
}

#copyright {
  position: relative;
  top: 8px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  z-index: 5;
}

#extratext {
  position: relative;
  font-size: 12px;
  z-index: 5;
}

#product_grid {
	clear: both;
}

#results_status {
	width: 690px;
	float: left;
	margin-left: 20px;
}

.product_row {
	width: 100%;
	padding-top: 30px;
	clear: both;
}