body {
    color: #F1F1F1;
    background-color: #004473;
    font-size: 14px;
    font-family: 'Rufina', serif;
}

.container {
    width: 960px;
    margin: 0 auto;
    /*
    background: transparent url('../images/background.jpg') no-repeat;
    min-height: 1200px;
    */
}

#header {
    height: 126px;
}

.abraco-logo {
    float: right;
    margin: 20px 48px 0 0;
}

.primary-navigation {
    width: 416px;
    margin-top: 86px;
    z-index: 998;
}

.primary-navigation ul {
    float: left;
    position: relative;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
}

.primary-navigation li {
    float: left;
    position: relative;
    vertical-align: text-bottom;
    font-size: 14px;
    z-index: 999;
    box-shadow: 5px 0 4px -2px rgba(0,0,0,0.5);
}

.primary-navigation ul ul {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #FFF;
    color: #00778B;
    border: 1px solid #00778B;
    border-top: none;
    box-shadow: 5px 0 4px -2px rgba(0,0,0,0.5);
}

.primary-navigation ul li:hover ul {
    display: block;
}

.primary-navigation ul ul li {
    display: block;
    z-index: 1000;
    padding: 0 10px;
    box-shadow: none;
}

.primary-navigation a,
.primary-navigation span {
    padding: 10px 0 0;
    height: 30px;
    width: 100px;
    text-align: center;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.primary-navigation ul ul a {
    text-align: left;
}

li.about {
    color: #FFF;
    background-color: #6A2687;
    z-index: 99;
}
li.about:hover,
li.about .current {
    color: #6A2687;
    background-color: #FFF;
}

li.about:hover a {
    color: #6A2687;
}

li.brands {
    color: #FFF;
    background-color: #00778B;
    cursor: pointer;
    z-index:98;
}

li.brands:hover,
li.brands .current {
    color: #00778B;
    background-color: #FFF;
}
li.brands:hover a,
li.brands:hover span {
    color: #00778B;
}

li.brands li {
    color: #00778B;
    background-color: #FFF;
}

li.brands li:hover,
li.brands li:hover a {
    color: #FFF;
    background-color: #00778B;
}


li.customers {
    color: #FFF;
    background-color: #006C32;
    z-index:97;
}
li.customers:hover,
li.customers .current {
    color: #006C32;
    background-color: #FFF;
}
li.customers:hover a {
    color: #006C32;
}

li.contact {
    color: #FFF;
    background-color: #C14D19;
    z-index:96;
}
li.contact:hover,
li.contact .current {
    color: #C14D19;
    background-color: #FFF;
}
li.contact:hover a {
    color: #C14D19;
}

.home-graphic {
    height: 264px;
    width: 100%;
    background-color: #FFF;
    /*
    background: url('../images/slide_1.jpg');
    */
}

.home .content {
    width: 560px;
    margin: 0 10px 0 96px;
    padding-bottom: 20px;
}

.page .content {
    width: 640px;
    margin: 0;
    padding-bottom: 20px;
}

.sidebar {
    position: absolute;
    right: 45px;
    top: 0;
    width: 248px;
    text-align: center;
}

.home {
    color: #F1F1F1;
    /*min-height: 785px;*/
}

.page {
    color: #666257;
    min-height: 600px;
}

.home .sidebar {
    background-color: rgba(255, 255, 255, 0.5);
    top: -275px;
    z-index: 9999;
    height: 100%;
}

.page .sidebar {
    background-color: rgba(239, 231, 218, 0.9);
    height: 100%;
}

h1 {
    font-size: 29px;
    margin: 11px 0 8px;
}

#main {
    position: relative;
}

.page {
    background-color: #FFF;
}

.sidebar li {
    display: block;
    text-align: center;
}

.thebrands {
    display: inline-block;
}

.brand-asturi {
    width: 142px;
    height: 55px;
    margin-top: 30px;
}
.brand-moniviso {
    width: 135px;
    height: 50px;
    margin-top: 20px;
}
.brand-natura {
    width: 132px;
    height: 77px;
    margin-top: 22px;
}
.brand-amaretti {
    width: 99px;
    height: 84px;
    margin-top: 22px;
}
.brand-bimbo {
    width: 120px;
    height: 50px;
    margin-top: 26px;
}
.brand-solen {
    width: 97px;
    height: 77px;
    margin-top: 17px;
}

.brand-bmb {
    width: 110px;
    height: 70px;
    margin-top: 23px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.breadcrumbs {
    margin-left: 26px;
    padding-top: 20px;
}
.breadcrumbs li {
    display: inline-block;
    padding: 6px 8px 6px 6px;
    border-right: 1px solid #8F8C84;
    vertical-align: middle;
}

.breadcrumbs li.no-border {
    border: none;
}

.breadcrumbs li.aboutbrands {
    font-weight: 700;
    font-size: 20px;
    color: #005D96;
}

p {
    margin-top: 0;
    padding-top: 0;
}

.products-sidebar {
    float: left;
    width: 110px;
    margin: 200px 0 0 26px;
    padding-right: 30px;
}

.breadcrumbs a {
    text-transform: uppercase;
    font-size: 12px;
    color: #8F8C84;
    text-decoration: none;
}

.breadcrumbs a.current {
    color: #005D97;
}

.product-description h2,
.product-description h3 {
    color: #005c96;
    font-size: 28px;
    margin-bottom: 0;
}

.product-description ul {
    list-style: none inside url('../images/list_arrow.jpg');
}

.products-sidebar a {
    color: #666257;
    font-size: 14px;
    text-decoration: none;
}

.products-sidebar a.current {
    color: #ACACAC;
}
.products-sidebar li {
    margin: 10px 0;
}

.products-sidebar-heading {
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #005D97;
    color: #005D97;
    text-transform: uppercase;
    font-weight: 700;
}

.product-specs {
    width: 350px;
    margin-top: 45px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.product-specs tr {
    margin: 0;
    padding: 0;
}

.product-specs td {
    font-size: 12px;
    width: 50%;
    margin: 0;
    padding: 2px 0;
    border: none;
    border-bottom: 1px solid #000;
}
.product-specs td.head {
    font-weight: 700;
}

.product-specs h4 {
    font-size: 14px;
    font-weight: 700;
}

.product-specs img {
    margin: 25px 0;
}

.about-left {
    margin: 95px 0 0 50px;
    float: left;
    width: 320px;
    color: #666257;
    font-size: 18px;
}

.about-left h1 {
    font-size: 18px;
    color: #004473;
    margin: 0 0 30px 0;
    padding: 0;
}

.about-right {
    width: 220px;
    float: left;
    margin: 95px 0 0 50px;
    color: #004473;
}

.about-right h2 {
    font-size: 18px;
    color: #004473;
    margin: 0;
    padding: 0;
}

.about-right ul {
    margin-left: 10px;
    list-style: none outside url('../images/list_arrow_blue.jpg');
    font-size: 13px;
}

.about-right ul li {
    margin-top: 30px;
}

.about-right ul ul {
    margin-left: 40px;
    list-style: none inside url('../images/list_dash_blue.jpg');
    font-style: italic;
}

.about-right ul ul li {
    margin-top: 0;
}

#slides {
    display: none
}

.page-asturi .product-description h2,
.page-asturi .product-description h3 {
    color: #827b00;
}

.page-asturi .product-list {
    margin-top: 20px;
}

.page-asturi .product-list table {
    margin: 0 0 0 45px;
    font-size: 10px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.page-asturi .product-list td {
    font-size: 10px;
    margin: 0;
    padding: 4px;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
}

.page-asturi .product-list th {
    padding: 4px;
    font-size: 10px;
    background-color: #e7e7e8;
    font-weight: 700;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
}

.page-asturi .product-list .barcode {
    margin: 25px 0;
    text-align: center;
}

.inner-container {
    margin: 50px 0 0 50px;
}

.inner-container a:link,
.inner-container a:visited,
.inner-container a:hover,
.inner-container a:active
{
    color: #666257;
}

.product-specs img {
    height: 105px;
    width: 177px;
}