/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

section#header, section#main-menu #nav {
 background-color: #001948;
}

section#main-menu {
  border-top: 2px solid #b6ff51;
}

#top-nav a.quick-nav {
 color: #b6ff51;
}

div.header-lined h1 {
 color: #001948 !important;
}

#order-standard_cart .view-cart-items-header {
  background-color: #001948 !important;
}

section#main-body {
  margin: 0px auto;
  padding: 20px;
}

div.pull-right {
 margin-left: 10px;
}

small { 
    font-size: 50%;
}

