body {
    background: url(../image/background.jpg) repeat-y center;
    background-color: #d8e1e1;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
}

a img { border: none; }

form {
    margin-top: 20px;
}

hr {
    border: none;
    border-top: 1px solid #005244;
    margin: 15px 0;
}

h1,
h3 { color: #005244; }

h3 {
    margin-top: 10px;
    margin-bottom: -20px;
}

input,
select,
textarea {
    border: 1px solid #007562;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    width: 160px;
}

input[type="reset"],
input[type="submit"] {
    background-color: #007562;
    border: none;
    color: white;
    padding: 5px;
    width: 75px;
}

input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #005244;
    cursor: pointer;
}

label { 
    margin-left: 10px;
    margin-right: 5px;
}


div#bread { height: 35px; }

div#bread a {
    color: white;
    text-decoration: none;
}
div#bread a:hover { text-decoration: underline; }

div#content { background-color: white; }

div#footer {
    background-color: #005244;
    bottom: 0;
    clear: both;
    color: white;
    filter: alpha(opacity=95);
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -505px;
    opacity: 0.95;
    position: fixed;
    width: 1010px;
}

div#footer div#left {
    float: left;
    margin-left: 45px;
    width: 45%;
}

div#footer div#right {
    float: right;
    margin-right: 45px;
    text-align: right;
    width: 45%;
}

div#header {
    background-color: #005244;
    color: white;
    height: 150px;
}

div#header a {
    color: white;
    text-decoration: none;
}

div#header div#flash {
    height: 335px;
    margin-left: -15px;
    width: 1010px;
}

div#header div#flash object { display: block; }

div#header div#h_footer {
    background-color: #005244;
    filter: alpha(opacity=85);
    opacity: 0.85;
    width: 980px;
}

div#layout {
    left: 50%;
    margin-bottom: 45px;
    margin-left: -505px;
    position: absolute;
    top: 10px;
    width: 1010px;
}

div#letreiro {
    background-color: #007562;
    color: white;
    height: 35px;
    line-height: 35px;
    margin-top: 300px;
    padding: 0 10px;
}

div#letreiro a {
    color: white;
    text-decoration: none;
}
div#letreiro a:hover { text-decoration: underline; }

div#main {
    float: left;
    width: 980px;
}

div#menu {
    float: left;
    height: 35px;
    margin-left: 10px;
}

div#menu a.button {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}
div#menu a.button:hover { background-color: #007562; }

div#menu_produtos {
    background-color: #007562;
    display: none;
    filter: alpha(opacity=95);
    left: 0px;
    list-style: none;
    margin: 35px 0 0 115px;
    opacity: 0.95;
    position: absolute;
    width: 175px;
}

div#menu_produtos div.button a {
    display: block;
    padding: 6px 15px;
}
div#menu_produtos div.button a:hover {
    background-color: #005244; 
    text-decoration: none;
}

div#panel {
    background-color: #d8e1e1;
    float: left;
    height: 126px;
    overflow: hidden;
    width: 904px;
}

div#produto {
    float: left;
    font-size: 12px;
    height: 126px;
    padding: 0 7px;
    text-align: center;
    width: 100px;
}
div#produto:hover {
    background-color: #007562;
    color: white;
    cursor: pointer;
}

div#produto div.image {
    margin-top: 8px;
    height: 85px;
    text-align: center;
    width: 100px;
}

div#produtos div.selected {
    background-color: #005244;
    color: white;
}

div#representante { margin-top: 20px; }

div#representante a,
table.links a {
    color: #005244;
    font-weight: bold;
    text-decoration: none;
}
div#representante a:hover,
table.links a:hover { text-decoration: underline; }

div#representante a { font-weight: normal; }

div#rss {
    background-color: #005244;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    width: 110px;
}

div#subheader { height: 115px; }

div#subheader div#bndes {
    color: white;
    float: right;
    padding-right: 35px;
    text-align: right;
    width: 45%;
}

div#subheader div#bndes div {
    float: left;
    margin: 38px 0;
    text-align: right;
    text-transform: uppercase;
    width: 79%;
}

div#subheader div#logo {
    float: left;
    width: 45%;
}

img#lupa {
    height: 25px;
    margin-left: -35px;
    margin-top: 8px;
    width: 25px;
}


div.autocomplete {
    background-color: white;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 300px;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li {
    cursor: pointer;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;
}
div.autocomplete ul li.selected {
    background-color: #FFB;
    font-weight: bold;
}

div.clear_both { clear: both; }

div.column {
    float: left;
    margin: 5px 5px 0px;
    width: 316px;
}

div.column_left {
    float: left;
    margin-left: 10px;
    padding: 15px;
    width: 46%;
}

div.column_right {
    float: right;
    margin-right: 10px;
    padding: 15px;
    width: 45%;
}

div.crumb {
    background-color: #007562;
    color: white;
    float: left;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    text-align: center;
}

div.foto {
    background-color: #d8e1e1;
    border: 10px solid #d8e1e1;
    float: left;
}

div.detalhes {
    background: url(../image/background_detalhes.jpg);
    border: none;
    color: white;
    height: 85px;
    line-height: 85px;
    padding-right: 15px;
    text-align: right;
    width: 75px;
}

div.home_produto {
    background-color: #ecf2f2;
    cursor: pointer;
    float: left;
    margin: 0px 0px 10px;
    padding: 5px 5px;
    width: 306px;
}
div.home_produto:hover { 
    background-color: white;
    cursor: pointer;
}

div.home_produto div#icon {
    float: right;
    margin-top: 35px;
    width: 20px;
}

div.home_produto div.image {
    height: 230px;
    line-height: 230px;
    margin: 5px 0px;
    text-align: center;
    width: 306px;
}

div.home_produto div#text {
    float: left;
    margin: 3px 5px;
    width: 275px;
}

div.inner { margin: 10px 20px; }

div.lateral {
    float: left;
    height: 50px;
    margin-top: 175px;
    width: 15px;
}

div.lateral_home { margin-top: 450px; }

div.lateral_produto_direita {
    display: none;
    height: 140px;
    margin-top: 272px;
}

div.lateral_produto_esquerda {
    display: none;
    height: 140px;
    margin-left: -15px;
    margin-top: 272px;
}

div.left {
    float: left;
    width: 326px;
}

div.loader { margin-top: 20px; }

div.miniatura {
    border-width: 5px;
}

div.right {
    float: right;
    margin-right: 20px;
    width: 600px;
}

div.seta {
    float: left;
    height: 126px;
    width: 38px;
}

div.text { padding: 20px 30px; }

div.top {
    background-color: #d8e1e1;
    height: 10px;
    left: 50%;
    margin-left: -490px;
    position: absolute;
    top: 0px;
    width: 980px;
}

div.trail {
    background: url(../image/bread_spacer.gif) no-repeat;
    float: left;
    height: 35px;
    width: 8px;
}

div.trail_end {
    background: url(../image/bread_end.gif) no-repeat;
    float: left;
    height: 35px;
    width: 6px;
}

div.white_space { height: 50px; }

span.title {
    color: #005244;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}

table.links { margin: 10px 20px; }

table.links th { 
    color: #005244;
    text-align: left;
}