
/* Definições por TAG NAME */
html {
	margin:0px;
	padding:0px;
        background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/topo/topo_background.png');
        background-position:top;
        background-repeat:repeat-x;


}

body {
        behavior: url(css/csshover2.htc);/* inclui efeito :hover, :active e :focus para Internet Explorer 6 */
        background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/rodape/rodape_fundo.png');
        background-position:bottom;
        background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:auto;
        font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size:14px;
        color:#505050;
}
p {
    margin-top:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding:0px;
    text-align:justify;
}


a img{
    border:none;
    text-decoration: none;
}

a img:hover, a img:link{
    text-decoration: none;
}

a img:hover{
    text-decoration: none;
}

a {
    text-decoration:none;
    color:#505050;
    border:none;
    cursor: pointer;
    
}
a:hover {
    text-decoration:underline;
    color:#ff8a00;
    border:none;

}

h1 {
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-size:25px;
    color:#414f6a;
    margin-top: 0px;
}

h2 {
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-size:19px;
    color:#414f6a;
}

h3 {
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-size:16px;
    color:#414f6a;
    font-weight: bold;
}

h4 {
    margin:0px;
    padding:0px;
    color:#6c6c6c;
    font-family:Tahoma, Verdana;
}

input:focus, textarea:focus, select:focus{
    background-color:#fffbb6;
    border-color:#4f4f4f;

}

input,textarea,select{
    border:1px;
    border-color:#9f9f9f;
    margin-bottom:5px;
    background-color:#f5f5f3;
    font-size:13px;
    border-style:solid;
}

input[type='radio'], input[type='checkbox']{
    border: none;
    background-color: #FFFFFF;
}
input[type='submit'], input[type='button']{
    cursor: pointer;
}



button {
    font-family:Tahoma, Verdana, Arial;
    font-size:11px;
    font-weight:bold;
}

li {
    text-align: justify;
}



/* -- DEFINIÇÕES DE ELEMENTOS POR ID -- */

#tudo {
	width:995px;
	margin:0 auto;
	height:100%;
	text-align:left; /* "remédio" para o hack do IE */
        /*border:1px solid black */
}

#topo {
    height:179px;
    width:100%;
    overflow:hidden;
    margin: 0px;
    padding: 0px;
}

/* -- DEFINIÇÕES PARA O MENU PRINCIPAL HORIZONTAL -- */

#menuPrincipal{
    /*float:left;*/
    position:relative;
    /*left:50%;*/
    margin: 0px auto;
    padding: 0px;
    width: 831px;


}

#menuPrincipal ul {
    margin:0px;
    padding:0px;
    position:relative;
    float:left;
    top:-34px;
    /*left:-50%;*/
}

#menuPrincipal li{
    float:left;
    list-style:none;
    color:#FFF;
    background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/topo/menu/menu_principal_hor_fundo.png');
    background-repeat:repeat-x;
    height:34px;

    font-family:Tahoma, Verdana, Arial;
    font-size:13px;
    font-weight:bold;
}

#menuPrincipal li a{
    display:block;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    border-right: solid 1px #b4b4b4;
    border-left:solid 1px #b4b4b4;
    text-decoration:none;
    color:#FFF;
    vertical-align:bottom;
    background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/topo/menu/menu_principal_hor_fundo.png');
    background-repeat:repeat-x;
    background-position:0px -6px;
    height:28px;
    line-height:28px;
    vertical-align:middle;
    margin-top:6px;
}

#menuPrincipal li a.menuAtivo {
    display:block;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    border-right: solid 1px #b4b4b4;
    border-left:solid 1px #b4b4b4;
    text-decoration:none;
    color:#FFF;
    vertical-align:bottom;
    background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/topo/menu/menu_principal_hor_fundo_ativo.png');
    background-repeat:repeat-x;
    background-position:0px 0px;
    height:28px;
    line-height:28px;
    vertical-align:middle;
    margin-top:6px;
}

#menuPrincipal li a:hover{
    display:block;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    border-right: solid 1px #b4b4b4;
    border-left:solid 1px #b4b4b4;
    text-decoration:none;
    color:#FFF;
    vertical-align:bottom;
    background-image:url('http://purific.com.br/layouts/padrao/imagens/layout/topo/menu/menu_principal_hor_fundo.png');
    background-repeat:repeat-x;
    background-position:0px -34px;
    height:28px;
    line-height:28px;
    vertical-align:middle;
    margin-top:6px;
}

/* -- FIM DEFINIÇÕES PARA O MENU PRINCIPAL HORIZONTAL -- */

#flashTopo {
    position:relative;
    margin:0px;
    padding:0px;
    text-align:center;
    top: 0px;
    left: 0px;
    height: 137px;
}

/* DEFINIÇÕES PARA CONTEUDO DA PÁGINA */

#pagina {
	margin:0px;
	padding:10px;
}




/* --- DEFINIÇÕES DO RODAPÉ --- */

#rodape {
    margin-top:10px;
    border-top: 1px solid;
    border-color:#c4c4c4;

}
#rodape #selos {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
    font-size:12px;
}

#rodape #selos table{
    width:100%;
    text-align:center;
    padding-left:10px;
    padding-right:10px;

}

#rodape #menuRodape {
    border-top: 1px solid;
    border-color:#c4c4c4;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:3px;
    
}

#rodape #menuRodape table {
    width:100%;
    text-align:center;
    font-family:Tahoma, Verdana, Arial;
    color:#898989;
    font-size:11px;
    font-weight:bold;

}

#rodape #menuRodape a {
    color:#898989;
}

#rodape #menuRodape a:hover {
    text-decoration:underline;
    color:#ff8a00;
    border:none;
}

#rodape #copyright{
    padding-left:10px;
    padding-right:10px;
}

#rodape #copyright p {
    line-height:22px;
    height:22px;
    vertical-align:middle;
    color:white;
    font-family:Tahoma, Verdana, Arial;
    font-weight:bold;
    font-size:10px;
    text-align:center;
    margin: 0px;
    padding: 0px;
}

#rodape #copyright p a{
    color:white;
    font-family:Tahoma, Verdana, Arial;
    font-weight:bold;
    font-size:10px;
}

#rodape #copyright p a:hover{
    color:#ff8a00;
    font-family:Tahoma, Verdana, Arial;
    font-weight:bold;
    font-size:10px;
}

/* --- FIM DEFINIÇÕES DO RODAPÉ --- */

/* -- DEFINIÇÕES DE ESTILOS POR CLASSES -- */


.floatLeft{
    float:left;
    margin-right: 5px;
}

.floatRight{
    float:right;
    margin-left: 5px;
}

img.floatRight{
    margin-left:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

img.floatLeft{
    margin-right:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* ----- CONFIGURAÇÕES BOX SOMBRA -------- */

.boxSombraConteudo{
    padding:1px;
    border:2px solid #c2c2c2;
    background-color:white;
    position:relative;
    top:-2px;
    left:-2px;

}

.boxSombra0 {
    background-color:#efefef;
    left:7px;
    top:7px;
    margin-right:17px;
    margin-bottom:17px;
    position:relative;
}

.boxSombra1 {
   background-color:#e1e0e0;
   left:-2px;
   top:-2px;
   position:relative;
}

.boxSombra2 {
    background-color:#d0d0d0;
    left:-2px;
    top:-2px;
    position:relative;
}
/* ----- FIM CONFIGURAÇÕES BOX SOMBRA -------- */



.correcaoFloat{
    clear:both;
}
.box {
    margin-bottom:25px;
}



/* CONTEUDO DA DIREITA */
#conteudoDireita{
    float: right;
    margin-left: 10px;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/borda_1x1_10.png');
    background-repeat: repeat-y;
    background-position: left;
    padding-left: 10px;
    height: auto;
    width: 180px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.sexy-titulo-error{
    font-size:18px;
    font-weight:bold;
    color:red;
}

.sexy-titulo-info{
    font-size:18px;
    font-weight:bold;
    color:#0000FF;
}

.sexy-titulo-confirm{
    font-size:18px;
    font-weight:bold;
    color:#0000FF;
}

.sexy-titulo-alert{
    font-size:18px;
    font-weight:bold;
    color:#FF6F00;
}


/* CARREGAMENTO AJAX */

#carregamentoAjax{
    
}

#conteudoTelaCarregamentoAjax{
    
    color:white;
    position:fixed;
    width:400px;
    height:200px;
    left:50%;
    top:37%;
    margin-left:-200px;
    margin-top:-100px;
    z-index:9999;
}
#conteudoTelaCarregamentoAjax h1{
    color: white;
}
#backgroundCarregandoAjax{
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9998;

}


#subMenu ul{
    padding: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    list-style: none;

}

#subMenu ul li {
    margin-bottom: 5px;
    text-align: left;
}

#subMenu ul a{
    display: block;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/submenu/fundo_submenu.png');
    background-repeat: repeat-y;
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #2A2B30;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 21px;
    vertical-align: middle;

}

#subMenu ul a:hover{
    color: #FF8A00;
}


/*Sub itens do sub menu */

#subMenu ul li ul li{
    margin-bottom: 5px;
    text-align: left;
}

#subMenu ul li ul li ul li{
    margin-bottom: 5px;
    text-align: left;
    margin-left: 10px;
}
#subMenu ul li ul li ul li a{
    background-position: -19px 0px;
    font-size: 13px;
}


#subMenu li ul a{
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/submenu/fundo_submenu.png');
    background-repeat: repeat-y;
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 15px;
    color: #353C5E;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 19px;
    vertical-align: middle;
    width: 168px;
}


/*Sub itens dos sub itens */

#subMenu ul li ul li ul li{
    margin-bottom: 5px;
    text-align: left;
}

#subMenu ul li ul li ul li ul li{
    margin-bottom: 5px;
    text-align: left;
    margin-left: 10px;
}
#subMenu ul li ul li ul li ul li a{
    background-position: -30px 0px;
    font-size: 13px;
}


#subMenu li ul li ul a{
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/submenu/fundo_submenu.png');
    background-repeat: repeat-y;
    font-family: "Futura Md BT", Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 15px;
    color: #444D78;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 19px;
    vertical-align: middle;
    width: 168px;
}
