body {
	margin-top: 0px; /* 50px is the height of the navbar - change this if the navbarn height changes */
    background: #eee;
}
.hero-spacer {
	margin-top: 50px;
}

#nav{
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.right-sidebar-top{
    margin-top: 50px;
    margin-bottom: 20px;
}


.main-top{
    background: #343434;
}

.main-body{
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
}

.footer{
    padding-right: 0px;
    padding-left: 0px;
}

.header{
    background: #eee;
}


.hero-feature {
	margin-bottom: 30px;/* spaces out the feature boxes once they start to stack responsively */
}

.topbanner{
    background: url('../imgs/banner.jpg');
    height: 581px;
    width: 1024px;
    position: relative;
}

.subbies{
    position: absolute;
    top:50px;
    left:284px;
}

.shipping{
    position: absolute;
    top:39px;
    right:334px;
}

.emptyp{
    position: absolute;
    top:167px;
    left:120px;
}

.freight{
    position: absolute;
    top:304px;
    left:287px;
}

.importer{
    position: absolute;
    top:286px;
    right:227px;
}

.transport{
    position: absolute;
    top:141px;
    right:130px;
}

.login{
    position: absolute;
    top:26px;
    right:50px;
}

.cc-top-nav {
    margin-top: 6px;
}

.cc-top-nav>li>a {
    max-height: 20px !important;
    height: 20px !important;
    padding-top: 5px;
    color: #D9D9D9;
}
 
.cc-top-nav>li>a:hover {
    color: #ff6600;
    background: none;
}

 
.cc-searchbox .input-group input {
    height: 24px;
    background: #343434;
    border-color: #777;
}

.divider {
    padding-top: 4px;
    color: #D9D9D9;
}

.cc-searchbox .input-group .input-group-btn button {
    height: 24px;
    background: #343434;
    color: #eee;
    border-color: #777;
}

.cc-searchbox {
    width: 200px;
}

footer{
    background: #7C7D7D;
    padding: 0;
    margin: 0;
    padding-top:15px;
    padding-left:20px;
    color: #D9D9D9;
}

footer a {
    color: #D9D9D9;
    font-size: 12px;
}

.nav-lg > li > a {
    padding: 15px 5px 0px 5px !important;
}

.glyphicon{
    top:-3px !important;
}

footer ul {
    margin-bottom: 10px;
}

footer ul li{
    line-height: 1.8em;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu{
    background: #FE0002;
}

.dropdown-menu li a{
    color: #FFE0DD;
}

.dropdown-menu li {
    border-bottom: 1px solid #FF5855;
}

.dropdown-menu .last{
    border-bottom: 0px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:4;
}

.banner-image{
    padding: 0;
}

.breadcrumb-1{
    font-size: 12px;
}
.breadcrumb-1 li a{
    color: #999;
}

.media-body.text-right a{
    color: #7F7F7F;
    margin-right: 5px;
}

.media-body.text-right a:hover{
    color: #ff0000;
}

.media-body.text-right{
    margin-top: 10px;
}


.control-label{
    font-weight: lighter !important;
}

.normal{
    border-radius: .3em !important;
}


#search      {
    color: #d9d9d9;
}

#fmLogin input, #fmLogin button
{
     border-radius: .3em !important
}