/* header */

#header {
  margin: 0 auto;
  width: 922px;
  height: 144px;
}

#header-mr-yomoz {
	float: left;
	width: 100px;
	height: 144px;
  background: url(../images/layout/mr-yomoz.jpg) no-repeat;
}

#header-mr-yomoz em {
  display: none;
  visibility: hidden;
}
 
#header-info {
  float: right;
  width: 822px;
  height: 144px;
  background: url(../images/layout/header-info-bottom-bg.jpg) no-repeat bottom right;
}
 
#header-info h2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 271px;
  height: 102px;
}

#header-info h2 a {
  display: block;
  width: 262px;
  height: 102px;
  cursor: pointer;
}

#header-info h2 a em {
  display: none;
  visibility: hidden;
}

#header-total-cashback-container {
	float: left;
  height: 102px;
}

  #header-total-cashback {
	  margin: 10px 0;
	  padding: 10px;
	  width: 244px;
	  height: 62px;
	  background: url(../images/layout/top-green-account-bg.jpg) no-repeat;
    color: #ffffff;
  }
  
  #header-total-cashback span {
	  font-size: 30px;
	  line-height: 1em;
	}

#header-account {
  float: right;
  margin: 10px 0;
  padding: 10px;
  width: 244px;
  height: 62px;
  background: url(../images/layout/top-green-account-bg.jpg) no-repeat;
}

#header-account p {
  color: #ffffff;
}

#header-account a {
  color: #ffffff;
  text-decoration: underline;
}

#header-menu {
	float: none;
	clear: left;
	height: 38px;
	padding-right: 10px;
	line-height: 38px;
}

#header-sub-menu {
	float: left;
}

  #header-sub-menu ul {
    list-style-type: none;
    margin-top: 9px;
    height: 21px;
  }

  #header-sub-menu ul li {
    float: left; 
    padding-left: 10px;
    padding-right: 30px;
    background: url(../images/misc/list-bullet-green.gif) no-repeat;
  }
  
  #header-sub-menu ul li a {
	  display: block;
	  height: 21px;
	  line-height: 21px;
	  color: #333333;
	}

#search-simpel {
  padding-top: 7px;
  height: 38px;
  float: right;
}

#search-simpel label {
  width: auto;
  margin: 0 10px 0 0;
}

#search-simpel input.text_medium {
  margin: 0 10px 0 0;
}

#search-simpel input.submit_mini {
  margin: 0;
  float: left;
}

#footer-navigation {
  text-align: center;
}

/* footer */

#footer-container {
  margin: 0 auto;
  width: 922px;
  padding-top: 27px;
  line-height: 27px;
  color: #666666;
  text-align: center;
  background: url(../images/layout/footer-bg.gif) no-repeat top;
}

  #footer-navigation {
    clear: left;
  }

	#footer-navigation a {
		color: #333333;
	}

