html, body {
    padding: 0px;
    margin: 0px;
    background-color: #5d6ca2;
    font-family: Verdana;
    font-size: 90%;
    color: #FFFFFF;
}

#fbFooter {
    height: 40px;
    background-color: #5d6ca2;
}

#footerMenu, #footerNav {
    text-align: center;
    padding:10px;
	padding-bottom:0;
    height: 30px;
    float: left;
}

#footerNav {
    float: right;
}

#fbContents {
	color:#FFF;
	padding:0px 0 0 20px;
    float:left;
}
#fbCurrentPages span,
#fbTotalPages span{
	font-size:120%;
	color:#FFF;
}

#fbMenu {
    float: right;
    margin-top: 9px;
    margin-right: 15px;
}

#menuLink {
    float: left;
    font-size: 130%;
}

#menuMain {
    margin-top: 50px;
}

#menuMain a, #menuLink a{
    border-left: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0 8px;
	float:left;
}

#menuMain a:hover, #menuLink a:hover {
    color: #FFFFFF;
}

a.altlink:link {
    color: #FFFFFF;
}

a.altlink:visited {
    color: #DDDDDD;
}

a.altlink:hover {
    color: #FFFFFF;
}

/*
 * TOOLTIP
 */
#dyna {
	float:left;
}

#tip {
    display: none;
    font-size: 12px;
    background: url(_css/_img/tip_seta.gif) center bottom no-repeat;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}

a#btnScroll, a#btnZoom, a#btnNext, a#btnPrev {
    margin: 0 5px;
    float: left;
    line-height:0;
	font-size:0;
    display: block;
	text-indent:-9000px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}


a#btnZoom {
    background: url(/catalogo-virtual-bonatto/img/zoom.png);
}

a#btnScroll {
    background: url(/catalogo-virtual-bonatto/img/scroll.png);
}

a#btnNext {
    background: url(/catalogo-virtual-bonatto/img/right.png);
}

a#btnPrev {
    background: url(/catalogo-virtual-bonatto/img/left.png);
}

a#btnPrint {
    margin-left: 20px;
    background: url(/catalogo-virtual-bonatto/img/btn_next.gif);
}

a#btnPdf {
    background: url(/catalogo-virtual-bonatto/img/btn_pdf.gif);
}