/*
Design MYSOFT 
*/

body {
	/*margin: 20px;*/
	/*background:url('../images/fundobody.jpg') repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
/*    	background-color: #8B9697;*/
    	background-color: #000000;
	font-size: 12px;
	color: #787878;
}
/*#537B7E*/
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: gray;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}
#divScrollTextCont{
    position:         relative;
    width:            100%;
    height:           600px;
    overflow:         hidden;
    border: solid 1px #009EA1;
}

#divText{
        position: relative;
        padding:  10px 10px 10px 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

#Global {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
	

}

/*===================================== Cabecalho ===================================== */

#Cabecalho {

    margin-left: auto;
    margin-right: auto;
	width: 1000px;
	height: 130px; 
	margin: 0 auto;   
}

/* ===================================== Logo ===================================== */

#logo {
   
    height: 140px;
	float: left;
	width: 1000px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
       
	width: 100%;
	height: 184px;
	margin-left: 20px;
	padding: 0;
    text-align: center;
	background: url(../images/img03.jpg) no-repeat left top;
}

/*===================================== Login ===================================== */

#login a{
    color: white;
    text-decoration: none;
 
}

#login{
    margin-top: -83px;
    height: 50px;
    position: relative;
    float: right;
    margin-right: 20px;

}

/*================================ESTILOS RELACIONADOS COM A DIV Pagina =====================================*/

#Pagina {
    
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
    vertical-align: top;
}

#Pagina_2 {
    
	width: 100%;
	margin: 0 auto;
    padding-bottom: 40px;
	background: #FFFFFF;
    vertical-align: top;
}
/*================================ESTILOS RELACIONADOS COM A DIV Contentor ======================*/

#Contentor {
    height: 353px;
	/*padding: 20px 30px 0 0;*/
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: top;
    background-color: #FFFFFF;
}

.ola{
    background: url("../images/img13.jpg") repeat-y scroll left top transparent;
}

/*================================Pesquisa DOS PRODUTOS =====================================*/
#Pesquisa{
    
    height: auto;
}

/*================================ESTILOS RELACIONADOS COM O RODAPE===========================*/
#Rodape {
    float:right;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

#Rodape p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#Rodape a {
	color: black;
    border:none;
}

/*================================ESTILOS CSS RELACIONADOS COM A IMAGEM ATRAS DO MENU===========================*/
.fundo_menu{
    height: 100px;
    width: 250px;
}
.background_menu{
    
     background: black;  
     z-index: 100; 
     width: 230px; 
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
     min-height: 130px;
     max-height: 230px;

}

/*=================================BOTAO E <a HREF> RELACIONADOS COM AS COMPRAS ONLINE===========================*/
.format_bt_compras{
    font-family: Arial Unicode MS;
    font-size:16px;
    font-weight: bold;
    color:black;
    text-align: center;
    background: #FEDD00;
    cursor:pointer;
    vertical-align: middle;
}
.format_bt_compras a{
    border:none;
    text-decoration: none;
}

.format_bt_compras a:hover{
    text-decoration: none;
}
.format_bt_compras label{
    color:black;
    vertical-align: middle;
    cursor:pointer;
}

.format_td{
    padding-left: 20px;
}

/*=================================BOTAO SUBMIT RELACIONADO COM O LOGIN===========================*/
.format_bt_submit{ 
    background-color:#506E8B; 
    width: 90px; 
    height: 30px; 
    border:none; 
    color:white; 
    font-family: Arial Unicode MS; 
    font-size: 15px; 
    font-weight: bold;
}
.format_bt_submit:hover{
    color:gray;
}
.format_bt_submit:active{
    color:white;
    font-weight: bold;
}

/*=================================LABEL ASSOCIADA À CHECKBOX DE ESQUECIMENTO DA PASSWORD===========================*/
.format_label_pass{
    
    color:#C24400; 
    font-family: Arial Unicode MS; 
    font-weight: bold; 
    text-decoration: underline;
}
.bt_PesquisaProdutos{
    
    background-image: url('../images/button15.jpg'); 
    width: 90px; 
    height: 30px; 
    border:none; 
    color:white; 
    font-family: Arial Unicode MS; 
    font-size: 15px; 
    font-weight: bold;

}
.format_bt_Pesquisa{
    vertical-align: middle;
    background-color:#666666; 
    width: 90px; 
    border:none; 
    color:white; 
    font-family: Arial Unicode MS; 
    font-size: 10pt; 
    font-weight: bold;
}
.link:active{
    pointer-events:none;
    cursor:default;
}