body {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
a, h1 a:hover, h2 a:hover, h3 a:hover {
  color: #C04969;
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
}
.navbar-nav > li > a {
  padding-top: 43px;
}
header#header {
  background-color: #FAF9F5;
}
#mainbody {
  background-color: #F8EFDE;
  border-top: 15px solid #BBB;
}
#mainbody .container {
  background-color: #FFFFFF;
}
#bottom2 .container, #footer .container {
  background-color: transparent;
}
.copyright p {
  text-align: left;
}
.branding {
  font-size: 14px;
}
.branding2 {
  text-align: right;
}
#bottom2 h1, #bottom2 h2, #bottom2 h3, #bottom2 h4, #bottom2 h5, #bottom2 h6 {
  color: #00DB1C;
}
#bottom2 {
  font-size: 15px;
  font-weight: 400;
}
ul, ol {
  padding: 5px 40px;
}
.ptnr-bg {
  background-color: #DFDFFF;
}
.ptnr-bg img {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Virtuemart */
.browseProductImage {
  max-height: 250px;
}
.product2 {
  border: 1px solid #ddd;
  padding-top:5px;
  padding-bottom:5px;
}
.main-image img {
  max-width: 100%;
  max-height: 350px;
}
.additional-images img {
  width: 100px;
}
.main-image {
  text-align: left;
}
span.vm-price-desc, span.PricesalesPrice {
  font-weight: 500;
}
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 {
  font-size: 24px;
  font-weight: 400;
}
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
  font-size: 15px;
}
.Product-Details {
  text-align: center;
  margin-top: -50px;
}
.vm-order-list {
  display: none;
}
.btn-info {
    color: #fff;
    background-color: #234390;
    border-color: #46b8da;
}
.btn-info a {
  color:#ffffff;
}