body{
     background: url('../images/bg_body.jpg') repeat fixed;
}
a{
    color: #42598a;
}
.container{
    width: 1000px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}

.navbar{
    margin-bottom: 0;
    background: #f4f1e2;
    margin-top: -30px; 
}

.navbar-inner{
    background: transparent;
    border-radius: 0;
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #c7be85;

}


.navbar .nav > li > a{
    float: none;
    padding: 10px 6px 10px;
    color: #5e0e0d;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
    margin-right: 10px;
}

.navbar .nav > li > a:hover{
    color: #0e1911;    
}

.navbar .divider-vertical {
    height: 29px;
    margin: 5px 7px 0;
    border: none;
    background: url('../images/bg_divider_vertical.png') no-repeat;
    width: 1px;
}



.submenu:hover > a{
    color: #112210 !important;
}


.submenu ul{
    display: none;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 3px;
    margin: 0;
    list-style: none;
    background-color: #c7be85;
    border-radius: 0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    width: 200px;
}

.submenu:hover > ul{
    display: block;
}

.submenu:hover ul a{
    display: block;
    color: #112210;
    text-decoration: none;
    padding: 5px;
    border-radius: 4px;
}

.submenu:hover ul li:hover > a{
    background: #f4f1e2;
    color: #5e0e0d;
}

.submenu:hover ul li > a .icon{
    float: right;
    margin-top: 3px;
}

.submenu:hover > ul > li:hover > ul{
    display: block;
    margin-left: 200px;
    margin-top: -35px;   
    border-radius: 5px;
}

.submenu ul li.divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}
#header{
    background-color: #fff;    
    padding: 0;
    height: 180px;
    background: #fff url('../images/header.png') no-repeat;
}

#header .header_phone{
    color: #5E0E0D;
    margin-top: 3px;
    width: 160px;
    margin-right: 0px;
}

#header .header_phone .pull-left{
    width: 50px;
    position: absolute;
}

#header .header_phone .pull-right{
    width: 110px;
    background: transparent;
}

#header .header_phone .icon{
    color: #5E0E0D;
    display: inline-block;
    vertical-align: middle;
    font-size: 3.5em;
}

#header .header_phone p{
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
}

#header .header_phone .pull-right{
    margin-top: 5px;
    margin-left: -6px;
}

.carousel-indicators li{
    background: #b2922f;
}
.carousel-indicators li.active{
    background: #3e588a;
}

.banners-indicators .active {
    background-color: #fff;
}


#header > .header_left, #header .header_right{
    z-index: 5;
    position: absolute;
    height: 286px;
}
#header > .header_left{
    width: 232px;
}

.ui-datepicker-header a span{font-size: 0;}

#header .header_right{
    margin-left: 827px;
    width: 113px;
}

#header > .header_left img{
    width: 232px;
    height: 286px;
}
#header > .header_right img{
    width: 113px;
    height: 286px;
}



#content{    
    padding: 5px;
    background: #fff url('../images/bg_content.jpg'); 
}

.content_title{
    margin: 5px -15px 5px 5px;
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px dotted #0b0b0b;
}

.content_body{
    margin: 5px -5px 20px 20px;
    text-align: justify;
}


.breadcrumb{
    background-color: transparent;
    margin-bottom: 5px;    
    margin-top: -5px;    
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    z-index: 10;
}

.breadcrumb .divider:after {
    content: "|";
    color: #29487b;
}

.breadcrumb li a {
    text-shadow: none;
    color: #29487b;
}

.breadcrumb li.active{
    color: #818085;
    text-shadow: none;
}



#footer{
    padding: 10px;
    margin-bottom: 5px;
    background: #f4f1e2;
    border-top: 1px solid #c7be85;
}

#footer p{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}

#footer a{
    color: #5E0E0D;
}

#footer .pull-left .icon{
    color: #003b74;
    vertical-align: middle;
    margin-right: 5px;
}

.footer_nav{
    text-align: center;
}

.footer_nav li.divider{
    padding: 0;
    margin: 0;
}

.footer_nav li.divider:after{
    content: "|";
    color: #5E0E0D;
}

.clients_logos{
    padding-top: 10px;
}

.clients_logos img{
    border: 1px solid #ccc;
    padding: 2px;
    position: absolute;
    width: auto;
    height: auto;
}

.product_item{
    width: 155px;
    float: left;
    height: 140px;
    padding: 5px;
    margin: 10px 15px 10px 0;
    background: #F4F1E2;
    border-radius: 5px; 
}

.product_item .title{
    font-size: 12px;
}

.product_item img{
    border-radius: 4px 4px 0 0;
}

.product_item .tools{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    text-align: left;
    text-align: right;
    padding-top: 1px;
}

.product_item .tools a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.productsHorizontal{
    padding-left: 15px;
}

.productsVertical{
    padding: 5px 0 5px 5px;
    margin-top: -5px;
    margin-right: -5px;
    border-radius: 0 0 5px 5px;
}

.productsHorizontal .item, .productsVertical .item{
    width: 210px;
    float: left;
    height: 190px;
    padding: 5px;
    margin: 0px 23px 10px 0;
    background: #F4F1E2;
    border-radius: 5px; 
}

.productsVertical .item{
    float: none;
    margin: 0 0 10px 5px;
}

.productsHorizontal .item:last-child{
    margin-right: 0;
}

.productsHorizontal .item .caption, .productsVertical .item .caption{
    font-size: 12px;
    padding-top: 3px;
    padding-left: 5px;
}