.bottom-of-header { padding-top: 20px; }
#header {
  background: #CCC;
  min-height: 60px;
  background-position: top center;
}
#header .alinhamento {
  background-position: top center;
  min-height: 120px;
  padding-bottom:10px;
  overflow: hidden;
  position:relative;
}
#header h1.logo {
  float: left;
  margin: 20px 10px 0 0;
}
#login-bar { overflow: hidden; }
div.store-name {
  float: left;
  margin: 20px 0 10px 0;
  width: 265px;
  height: 56px;
}
div.slogan {
  clear: both;
  margin-bottom: 20px;
  background: #ffff00;
}

ul#nav-bar {
  background: url(images/nav-bar.png) right top no-repeat;
  float: right;
  height: 50px;
  width: 335px;
  margin: 0;
  padding: 10px 0 0 30px;
}
ul#nav-bar li {
  text-align:left;
  border-right: 1px solid #cccccc;
  float: left;
  font-size: 11px;
  list-style: none;
  margin-right: 9px;
  margin-top: 1px;
  padding: 3px 10px 3px 0;
  text-transform: uppercase;
}
ul#nav-bar li.ver-carrinho { padding-top: 0; }
ul#nav-bar li.ver-carrinho a {
  background: url(images/carrinho.png) no-repeat;
padding: 9px 0 9px 37px;
display: block;
font-size: 11px;

}
ul#nav-bar li.ver-carrinho a:hover {
  background-position: 0 -33px;
  color: #3373a9;
}
ul#nav-bar li.preco-total {
  border-right: 0 none;
  padding-right: 0;
  margin-right:0;
}

.all-colors.force-class #nav-bar li strong, .all-colors.force-class #nav-bar li {color:#000;}

.nav-menu {
  position:absolute;
  bottom:25px; right:0;
  text-align: right;
}
.nav-menu li {
  display: inline;
  list-style: none;
}
.nav-menu li a, .nav-menu li span {
  background: #fff;
  color: #333;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 8px 4px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.nav-menu li span.current-page, .nav-menu li a:hover { background: #DDD; }
.nav-menu li span.current-page {cursor:default;}

.form-search {display: block; width:960px; margin:auto;}

#header .form-search {display:none;}
#header .form-search form {position:absolute; top:0;}
.form-search .inputbox {
  border: 3px solid #8b8b8b;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: bold;
  margin-right: 19px;
  padding: 12px 0 12px 15px;
  width: 802px;
}
.firefox .form-search .inputbox{width: 788px}
.form-search .send-button {
  background: url(images/fundo-botao-busca-lupa.png);
  border: 0 none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  padding-bottom: 3px;
  padding-left: 20px;
  width: 127px;
  text-shadow: 1px 1px 1px #c4c4c4;
}
.form-search .send-button:hover { background: url(images/fundo-botao-busca-lupa.png);}
.all-colors.force-class .form-search .send-button {color:#333;}
.form-search .send-button:hover {
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
}