.wrapper {
  background-color:#f3f3f3;
}

#site-title img {
  max-width:100%;
}

.product-photo {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}

#active-wrapper {
    padding: 2px;
}
#active-wrapper img {
   border: 1px solid #BCBCBC;
   border-radius: 10px;
}
nav#top-menu {
    margin-top: 10px;
}
nav#top-menu ul a.current {
    border-bottom: 2px #000 solid;
     color: #6db038;
}

#top {
  margin: 0 0 0 0;
  }
  
.product-price{
  -webkit-border-radius: 4px 4px 6px 4px;
  -moz-border-radius: 4px 4px 6px 4px;
  border-radius: 4px 4px 6px 4px;
}

header a.main-logo {
    position: absolute;
    margin-top: -48px;
    margin-bottom: 5px;
 }
 
#top-menu a{
  padding: 4px 13px;
  }