@import url(core.css);
@import url(module.css);
@import url(grid.css);
body{
    background: url(../images/fundo.jpg) repeat-x;
}
div#ak_modal_div {
	position: absolute;
	z-index: 1000;
	background: #FFF;
}
div#ak_modal_div div.ak_modal_title {
	position: relative;
	background-color: #333;
	color: #FFF;
	font: bold 12px/1.5em 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	text-align: center;
}
#master_aux{
    display: block;
    /*start min-height fast hack*/
    height: auto !important; 
    height: 100%;
    min-height: 100%;
    /*end min-height fast hack*/
    background: url(../images/fundo_master_aux.jpg) no-repeat 50% 0 scroll;
}
#master{
    width: 988px;
    margin: 0 auto;
}
#cabecalho{
    position: relative; z-index: 1;
    width: 988px;
    height: 105px;
    background: url(../images/fundo_cabecalho.png) no-repeat 583px 20px;
}
    #cabecalho .logo_starsoft{
        position: absolute;
        top: 20px;
        left: 39px;
        width: 176px;
        height: 36px;
    }
    #cabecalho .form_busca{
        position: absolute;
        top: 25px;
        left: 588px;
        width: 210px;
        height: 25px;
        overflow: hidden;
        background-image: url(../images/fundo_cabecalho_form_busca.gif);
    }
        #cabecalho .form_busca .ftxt{
            width: 100%;
            height: 100%;
            padding: 5px 5px;
            border: 0;
            margin: 0;
            font: normal 11px/100% Verdana, Helvetica, sans-serif;
            color: #999;
            background-color: transparent;
        }
        #cabecalho .form_busca .bot_submit{
            position: absolute;
            top: 3px;
            left: 187px;
            width: 19px;
            height: 19px;
            background-image: url(../images/icon_lupa_orange.gif);
            cursor: pointer;
        }
        #cabecalho .bot_acesso_restrito{
            position: absolute;
            top: 25px;
            left: 811px;
            width: 152px;
            height: 25px;
            background-image: url(../images/bot_cabecalho_acesso_restrito.gif);
            cursor: pointer;
        }
		#cabecalho .bot_starsoft1crm{
            position: absolute;
            top: 25px;
            left: 811px;
            width: 152px;
            height: 25px;
            background-image: url(../images/bot_cabecalho_acesso_StarSoft1CRM.gif);
            cursor: pointer;
        }
        #cabecalho .bar_recursos{
            position: absolute;
            top: 63px;
            right: 30px;
            display: block;
            float: right;
            overflow: hidden;
        }
            #cabecalho .bar_recursos ul{
                position: relative;
                left: 8px;
                display: block;
                padding: 0;
                border: 0;
                margin: 0;
            }

                #cabecalho .bar_recursos ul li,
                    #cabecalho .bar_recursos ul li a{
                        display: inline;
                        font: normal 10px/10px Arial, Helvetica, sans-serif;
                        color: #999;
                        text-decoration: none;
                    }
                #cabecalho .bar_recursos ul li{
                    padding: 0 7px;
                    border-right: 1px solid #999;
                }

    #cabecalho .bar_navegacao{
        position: absolute;
        top: 82px;
        left: 50%;
        width: 978px;
        height: 36px;
        margin-left: -489px;
        background: url(../images/fundo_cabecalho_navegacao_ul.png) no-repeat;
    }
    #cabecalho .bar_navegacao.open{
        height: 56px;

    }
        #cabecalho .bar_navegacao_aux{
            position: absolute;
            display: none;
            top: 82px;
            left: 50%;
            width: 978px;
            height: 56px;
            margin-left: -489px;
            background: url(../images/fundo_cabecalho_navegacao.gif) no-repeat 0 16px;
        }
        #cabecalho .bar_navegacao ul.menu{
            width: 978px; width: 968px !important;
            height: 36px; height: 29px !important; overflow: hidden;
            padding: 7px 0 0 10px;

        }
           #cabecalho .bar_navegacao ul.menu li{
               float: left;
               height: 16px; overflow: visible;
               padding: 0 10px;
               border-right: 1px solid #FFF;
            }
            #cabecalho .bar_navegacao ul.menu li.last{ border-right: 0; }
                #cabecalho .bar_navegacao ul.menu li a.icon{
                    position: relative; top: -3px;
                    height: 35px;
                    background-image: url(../images/bot_navegacao_sprite.gif);
                }
                #cabecalho .bar_navegacao ul.menu li a.icon{
                    _margin-top: -30px; _position: relative; _top: 28px;
                }
                #cabecalho .bar_navegacao ul.menu li a.bot_home{
                    width: 62px;
                    background-position: 0 0;
                }
                #cabecalho .bar_navegacao ul.menu li.selected a.bot_home,
                    #cabecalho .bar_navegacao ul.menu li a.bot_home:hover{
                    width: 62px;
                    background-position: 0 -60px;
                }
                #cabecalho .bar_navegacao ul.menu li a.bot_porque_a_starsoft{
                    width: 140px;
                    background-position: -73px 0;
                }
                #cabecalho .bar_navegacao ul.menu li.selected a.bot_porque_a_starsoft,
                    #cabecalho .bar_navegacao ul.menu li a.bot_porque_a_starsoft:hover{
                    width: 140px;
                    background-position: -73px -60px;
                }
                #cabecalho .bar_navegacao ul.menu li a.bot_solucoes{
                    width: 86px;
                    background-position: -219px 0;
                }
                #cabecalho .bar_navegacao ul.menu li.hover a.bot_solucoes,
                #cabecalho .bar_navegacao ul.menu li.selected a.bot_solucoes{
                    width: 86px;
                    background-position: -219px -120px;
                }

                #cabecalho .bar_navegacao ul.menu li a.bot_servicos{
                    width: 79px;
                    background-position: -313px 0;
                }
                #cabecalho .bar_navegacao ul.menu li.hover a.bot_servicos,
                #cabecalho .bar_navegacao ul.menu li.selected a.bot_servicos{
                    width: 79px;
                    background-position: -313px -120px;
                }
                #cabecalho .bar_navegacao ul.menu li a.bot_mercados_verticais{
                    width: 80px;
                    background-position: -402px 0;
                }
                
                #cabecalho .bar_navegacao ul.menu li.hover a.bot_mercados_verticais,
                #cabecalho .bar_navegacao ul.menu li.selected a.bot_mercados_verticais{
                    width: 80px;
                    background-position: -402px -120px;
                }
                #cabecalho .bar_navegacao ul li ul.submenu{
                    display: none; z-index: 1;
                    position: absolute; top: 35px; left: 5px; z-index: 1000000;
                    width: 978px; height: 20px;
                }
                    #cabecalho .bar_navegacao ul li ul.submenu li{
                        display: block;
                        position: static; top: 0; left: 0;
                        float: left;
                        height: 16px; overflow: visible;
                        padding: 0 5px;
                        border-right: none;
                        font: normal 11px/150% Arial, Helvetica, sans-serif;
                    }
                    #cabecalho .bar_navegacao ul li ul.submenu li a{
                        display: block; float: left;
                        padding: 0 10px 0 0;
                        color: #FFF;
                        text-decoration: none;
                        background: url(../images/bullet_seta_baixo_branca.gif) no-repeat 100% 50%;
                    }
#corpo_aux{
    width: 988px; zoom: 1;
    background: url(../images/fundo_corpo_aux.png) repeat-y 100% 0;
    padding-bottom: 20px;
}
#corpo{
    width: 978px; zoom: 1;
    margin: 0 auto;
}
#corpo:after{ content: "."; line-height: 0; clear: both; display: block; visibility: hidden;  }
#A{ margin: 0 30px; }
#B{ margin: 0 30px 0 0; }
#D{ margin: 0 30px; }
#E{ margin: 0 30px 0 0; }
#G{ margin: 0 0 0 30px; }
.menu-solucoes .mod-rondedbox-c{
    padding: 12px 0 0 0;
}
.menu-solucoes ul li,
.last-starsoft-news ul li{ display: block; zoom: 1; list-style: none; line-height: 0;  font-size: 0; }
.menu-solucoes .boxtit_encontre_as_solucoes_ss{
    height: 14px;
    background-image: url(../images/boxtit_encontre_as_solucoes_ss.gif);
    background-position: 10px 0;
    margin-bottom: 12px;
}
.menu-solucoes .bot_starsoft_applications_erp{
    height: 35px;
    cursor: pointer;
    background-image: url(../images/sprite_dropdown_anchor_encontre_as_solucoes_ss.png);
    background-position: 0 0;
}
.menu-solucoes .bot_starsoft_applications_gestao_fiscal{
    height: 35px;
    cursor: pointer;
    background-image: url(../images/sprite_dropdown_anchor_encontre_as_solucoes_ss.png);
    background-position: 0 -35px;
}
.menu-solucoes .bot_starsoft_applications_bi{
    height: 35px;
    cursor: pointer;
    background-image: url(../images/sprite_dropdown_anchor_encontre_as_solucoes_ss.png);
    background-position: 0 -70px;
}
.menu-solucoes .bot_starsoft_applications_crm{
    height: 35px;
    cursor: pointer;
    background-image: url(../images/sprite_dropdown_anchor_encontre_as_solucoes_ss.png);
    background-position: 0 -105px;
}
.destaques-clientes .mod-rondedbox-c{
    padding-bottom: 12px;
}
.destaques-clientes .boxtit_clientes_em_destaque{
    height: 25px;
    background-image: url(../images/boxtit_clientes_em_destaque.gif);
    background-position: 10px 50%;
}
.jScrollPaneContainer{ margin: 10px auto 0; }
.destaques-clientes .scroll{
    width: 310px; height: 249px; overflow: hidden;
    margin: 0 auto;
}

.last-starsoft-news .mod-rondedbox-c{
    padding-bottom: 12px;
}
.last-starsoft-news .scroll{
    width: 320px; height: 460px; overflow: hidden;
    margin: 0 auto;
}
.last-starsoft-news .boxtit_starsoft_news{
    height: 25px;
    background-image: url(../images/boxtit_starsoft_news.gif);
    background-position: 10px 50%;
}
/******************************/
.menu-recursos-site{}
.menu-recursos-site li{
    display: block;
    line-height: 0; font-size: 0;
}
.menu-recursos-site li a{ height: 40px;  }
.menu-recursos-site .bot_contatenos{
    background-image: url(../images/bot_contatenos.gif);
}
.menu-recursos-site .bot_demonstracao{
    background-image: url(../images/bot_demonstracao.gif);
}
.menu-recursos-site .bot_como_adquirir_o_ssa{
    background-image: url(../images/bot_como_adquirir_o_ssa.gif);
}
.menu-recursos-site .bot_suporte{
    height: 30px;
    background-image: url(../images/bot_suporte.gif);
}

.destaque_tt{
    position: relative;
    width: 160px; height: 150px;
    font: normal 12px/150% Arial, Helvetica, sans-serif;
		background: url(../images/destaque.jpg) no-repeat;

    color: #F90;
    padding: 5px;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 160px; height: 116px;
}

.destaque{
	position: relative;
	width: 160px;
	height: 150px;
	padding: 5px;
	color: #666;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}

.destaque a{
	text-decoration: none;
}

.last_twitter{
    position: relative;
    width: 168px; height: 116px;
    padding: 10px;
    font: normal 10px/150% Arial, Helvetica, sans-serif;
    color: #666;
    text-align: left;
    background: url(../images/last_twitter.jpg) no-repeat;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 148px; height: 112px;
}
.last_twitter p { overflow: hidden; }
.last_twitter a{ color: #317feb; }
    .last_twitter .logo_starsoft_twitter{
        overflow: hidden;
        position: absolute; bottom: 0; left: 0;
        width: 168px; height: 60px;
        text-indent: -999px;
    }
    .boxtit_proximos_passos{
        height: 25px;
        background-image: url(../images/boxtit_proximos_passos.gif);
    }
.form_contato{
    width: 600px; overflow: hidden;
    margin: 1em auto;
}
.listaVideos{}
    .listaVideos li{
        float: left;
        display: block;
        width: 200px;
        margin: 0 20px 20px 0;
    }
    .listaVideos li a.item-video{ width: 200px; float: left; }
    .listaVideos li.last{ margin-right: 0; }
#rodape_aux{
    background: url(../images/fundo_corpo_aux.png) repeat-y 100% 0;
}
#rodape{
    position: relative;
    width: 988px;
    min-height: 335px; height: auto !important; height: 335px;
    background: transparent url(../images/fundo_rodape.png) no-repeat 0 100%;
}
    #rodape .menu-suspenso{
        width: 916px;
        padding-top: 30px;
        margin: 0 auto;
        background: url(../images/separador_horizontal_cinza2.gif) repeat-x 0 0;
    }

    #rodape .menu-suspenso:after{ content: "."; line-height: 0; clear: both; display: block; visibility: hidden;  }
    #rodape .menu-suspenso ul, #rodape .menu-suspenso li{
        display: block;
        margin: 0; padding: 0;
        line-height: 0;
    }
    #rodape .menu-suspenso li{
        float: left;
        width: 142px;
        margin-right: 10px;
    }
        #rodape .menu-suspenso li li{
            float: none;
            width: auto;
            margin-right: 0;
        }
            #rodape .menu-suspenso li li a{
            display: block;
            padding: 9px 0;
            font: normal 10px/130% Arial, Helvetica, sans-serif;
            color: #666;
            text-align: left;
            text-decoration: none;
            background: url(../images/separador_horizontal_cinza.gif) repeat-x 0 100%;
        }
        #rodape .menu-suspenso li li a:hover{
            text-decoration: underline;
        }
        #rodape .menu-suspenso li .boxtit_institucional{
            height: 15px;
            background-image: url(../images/boxtit_rodape_institucional.gif);
        }
        #rodape .menu-suspenso li .boxtit_mais_starsoft{
            height: 15px;
            background-image: url(../images/boxtit_rodape_mais_starsoft.gif);
        }
        #rodape .menu-suspenso li .boxtit_solucoes{
            height: 15px;
            background-image: url(../images/boxtit_rodape_solucoes.gif);
        }
        #rodape .menu-suspenso li .boxtit_servicos{
            height: 15px;
            background-image: url(../images/boxtit_rodape_servicos.gif);
        }
        #rodape .menu-suspenso li .boxtit_mercados_verticais{
            height: 15px;
            background-image: url(../images/boxtit_rodape_mercados_verticais.gif);
        }
        #rodape .menu-suspenso li .boxtit_unidades_starsoft{
            height: 15px;
            background-image: url(../images/boxtit_rodape_unidades_starsoft.gif);
        }
        #rodape .menu-suspenso li .boxtit_novidades_starsoft{
            height: 15px;
            background-image: url(../images/boxtit_rodape_novidades_starsoft.gif);
        }

    #rodape .logo_microsoft_certified_partner{
        position: absolute; top: 270px; left: 104px;
    }
	
	#rodape .logo_intel_partner{
        position: absolute; top: 271px; left: 36px;
    }
	
	#rodape .logo_citrix{
        position: absolute; top: 273px; left: 326px;
    }
	
		#rodape .logo_iob_primeo{
        position: absolute; top: 271px; left: 497px;
    }

    #rodape .logo_web_by_citrus7{
        position: absolute; bottom: -30px; right: 10px;
    }

