/*  
Nome do tema: curvas (soft-02)
Url do tema: http://www.institutoboimamao.org.br
Descrição: site - zines.
Version: 1.0
Autor: Luiz Antonio Pedriali Alberto
Url autor: http://www.zines.com.br/
*/

/*========= SETUP =========*/
*{
	border: 0;
	margin: 0;
 	padding: 0;
}
body{
      color: #000000;
      font: 0.8em  Arial, Helvetica, Sans-Serif;
	  text-align: left;
	  background: #FFFFFF;
	  height:100%;
	  min-width:980px;

	  }
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
img {border:none;}
/*========= LAYOUT  =========*/


#main{
width:980px;
margin: 0 auto;

}
#maintop{
width:980px;
height:297px;
float:left;
margin-top:0px;
margin-left:0px;

}
#separador{
width:980px;
height:36px;
float:left;
margin-left:0px;
background: url(../images/separador.png) no-repeat; 
}
#midle
{
width:980px;
min-height:700px;
float:left;
overflow:hidden;
background: url(../images/back.png) repeat-y; 

}
#footer
{
width:980px;
height:140px;
float:left;
background:#FFFFFF;

}
.marcas
{
width:980px;
height:110px;
float:left;
margin-top:10px;
margin-bottom:10px;
}
#navigation{
      position:relative;
      width:980px;
      height:110px;
      background: url(../images/marcas.jpg) no-repeat 0 0;
    }
	 #navigation ul{
      list-style:none;
    }
 #navigation li{
      position:absolute;
      top:0;
      height:110px;
    }
	 #navigation li a{
      position:absolute;
      display:block;
      width:100%;
      height:100%;
      top:0;
      cursor:pointer;
	  text-indent: -7000px;
    }
	 #navigation li a span{
      position:absolute;
      display:block;
      width:100%;
      height:100%;
      top:0;
    }
	#um{
      width:193px;
      left:0;
    }
	#dois{
      width:151px;
      left:192px;
    }
	#tres{
      width:138px;
      left:343px;
    }
		#quatro{
      width:189px;
      left:481px;
    }
		#cinco{
      width:120px;
      left:670px;
   }
   	#seis{
      width:190px;
      left:790px;
    }
	 #um a span{
      background:url(../images/marcas.jpg) no-repeat 0 0;
    }
	 #dois a span{
      background:url(../images/marcas.jpg) no-repeat -192px 0;
    }
	 #tres a span{
      background:url(../images/marcas.jpg) no-repeat -343px 0;
    }
	 #quatro a span{
      background:url(../images/marcas.jpg) no-repeat -481px 0;
    }
	 #cinco a span{
      background:url(../images/marcas.jpg) no-repeat -670px 0;
    }
	#seis a span{
      background:url(../images/marcas.jpg) no-repeat -790px 0;
    }
	 #navigation ul li a:hover{
      z-index:1000;
    }
	   #um a:hover span{
      background:url(../images/marcas.jpg) no-repeat 2px -107px;
    }
	 #dois a:hover span{
      background:url(../images/marcas.jpg) no-repeat -190px -107px;
    }
	 #tres a:hover span{
      background:url(../images/marcas.jpg) no-repeat -341px -107px;
    }
	 #quatro a:hover span{
      background:url(../images/marcas.jpg) no-repeat -479px -107px;
    }
	 #cinco a:hover span{
      background:url(../images/marcas.jpg) no-repeat -668px -107px;
    }
	 #seis a:hover span{
      background:url(../images/marcas.jpg) no-repeat -788px -107px;
    }
	
#menum
{
float:left;
width:231px;
height:312px;

}
#conteudo
{
float:left;
width:729px;
min-height:500px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;

}
