@charset "utf-8";
/* CSS Document */

body{margin:0;
margin-left:10%;
margin-right:10%;
background-color:#06F;
height:auto;
background-image:url(img/bg.png);
background-repeat:no-repeat;
background-position:center top;
}

#todosite{position:relative;
margin: 0px auto;
width:1024px;
background-image:url(img/bgtd.png);
background-color:#CCC;
box-shadow:#000 4px 1px 10px;
}

#cabecalho{width:1024px;
height:200px;
background-image:url(img/cabecalho.png);
}

/*------------------------------------------------------meio do site-----------------------------------------------------*/

#meiodosite{width:1024px;
height:auto;
}

#esquerda{float:left;
width:195px;
height:auto;
margin-top:-1px;
}

#pagamento{width:150px;
height:350px;
background-image:url(img/publicidade.png);
margin-top:20px;
margin-left:25px;
}

#atendimento{width:195px;
height:150px;
background-image:url(img/atendimento.png);
}
	
/*formataçao do menu*/

#inicio{width:198px;
height:30px;
margin-top:4px;

}

#inicio:hover{background:url(img/botoes/inicioh1.png);
}


#contato{width:198px;
height:30px;
}

#contato:active{ background-color:#03F;

	}
#portifolium{width:198px;
height:30px;
}

#privacidade{width:198px;
height:30px;
}
/*-------------------------------------------direita-------------------------------*/
#direita{float:right;
width:195px;
height:800px;
}
/*------------------------------------------marcas---------------------------------*/	
#marcas{width:195px;
height:40px;
background-image:url(img/marcas.png);
margin-top:20px;
}
#patrocinio{width:195px;
height:40px;
background-image:url(img/fpatrocinio.png);
margin-top:20px;
}
#marca1{width:195px;
height:100px;
background-image:url(img/marcas/m1.png);
margin-top:20px;
}
#marca2{width:195px;
height:95px;
background-image:url(img/marcas/m2.png);
}
#marca3{width:195px;
height:30px;
background-image:url(img/marcas/m3.png);
margin-top:20px;
}
#marca4{width:195px;
height:100px;
background-image:url(img/marcas/m4.png);
margin-top:20px;
margin-right:10px;
}
#marca5{width:195px;
height:100px;
background-image:url(img/marcas/m5.png);
margin-top:20px;
}
#marca6{width:195px;
height:100px;
background-image:url(img/marcas/m6.png);
margin-top:20px;
}
#marca7{width:185px;
height:60px;
background-image:url(img/marcas/m7.png);
margin-top:20px;
}
	
.centro{margin-left:5px;
}
	
/*----------------------------------------conteudos----------------------------------*/	
#cont1{
float:right;
width:200px;
height:400px;
margin-bottom: 0 auto;
}	
#subcont1{width:200px;
height:200px;
border: #FFF solid 4px;
}
#subcont1p{width:200px;
height:120px;
border: #FFF solid 4px;
margin-top:-4px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
text-shadow:#000 1px 1px 3px;
}

#cont3{margin:auto;
margin-top:-404px;
width:200px;
height:400px;
}
#subcont3{width:200px;
height:200px;
border: #FFF solid 4px;
}
#subcont3p{width:200px;
height:120px;
border: #FFF solid 4px;
margin-top:-4px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
text-shadow:#000 1px 1px 3px;
}

#cont2{width:200px;
height:400px;
margin-left:198px;
}
#subcont2{width:200px;
height:200px;
border: #FFF solid 4px;
}
#subcont2p{width:200px;
height:120px;
border: #0F0 solid 2px;
border: #FFF solid 4px;
margin-top:-4px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
text-shadow:#000 1px 1px 3px;
}

/*-------------------------------------------------------------------*/
	

#rodape{width:1024px;
height:100px;
margin-top:0px;
background-image:url(img/rodape.png);
}
#c{font-family:"Lucida Console", Monaco, monospace;
font-size:16px;
padding-top:10px;
padding-left:30px;
text-shadow:#000 1px 1px 6px;
}

#nav{width:72px;
height:60px;
position:fixed;
margin-left:1060px;
}
	






