body {
  background: url(http://www.pacificmeat.com.au/sales/uploads/images/pacific-meat-sales-site-bg.gif) repeat;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Oxygen', sans-serif;
}
.container {
  width: 950px;
}
.content {
  padding: 10px;
}
.content-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #FFF;
}
.container-fluid {
  padding-left: 0;
}
.navbar-collapse {
  padding-left: 0;
}
.navbar {
  margin-bottom: 5px;
}
h1 {
  color: #1D5B8E;
  font-size: 32px;
  margin-top: 5px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
label {
  font-weight: bold;
  margin-bottom: 5px;
}
.contactus {
  font-size: 19px;
}
/* Footer Styles */
.footer {
  background-color: #105592;
  padding: 5px 0 20px 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.footer-images {
  margin-top: 22px;
  text-align: center;
  padding: 0px;
}
.footer-images img {
  margin-right: 12px;
  margin-left: 12px;
}
ul.footer-details {
  list-style-type:none;
  font-weight:bold;
  color:#ffffff;
  margin-top:10px;
  font-size: 13px;
}
ul.footer-details li span {
  color:#f4b92d;
}
ul.footer-details li {
  float:left;
  margin-right:4px;
}

/* Menu */
.navbar-nav > li > a {
  font-size: 120%;
  font-weight: bold;
}

/* So google maps plays nice with bootstrap */
#mapCanvas img { 
  max-width: none;
}
#mapCanvas label { 
  width: auto; display:inline; 
}