@charset "utf-8";
/* 
CSS Document 
Author: José Telmo
Company: Seller Marketing
Site: http://www.seller.com.br
Date: may 2008
*/

*{
margin:0;
padding:0;
border:0;
}

body{
background:#afafaf url(imagens/fundo.jpg) no-repeat center;; 
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

.pagina{
background:#fff url(imagens/fundo_conteudo.jpg) repeat-x bottom;
width:600px;
position:relative;
margin: 0 auto;	
text-align: left;
}

.topo{
background:#fff;
height:65px;
}

.topo h1 a {
background:#fff url(imagens/logo_seller.gif) no-repeat center;
width: 121px;
height: 33px;
text-indent: -99999px;
float: left;
margin: 15px;
}

.topo UL{
position:relative;
display:block;
height:24px;
width:235px;
margin-left:350px;
}

.topo LI {
	display: inline;
	list-style-type: none;
	float: left;
	margin-right:1px;
	margin-top:41px;
}

.topo LI A{

height: 24px;
text-indent: -9999px;
overflow: hidden;
float: left;
}

.topo LI A:hover{
	background-position: 0 -24px;
}

.menu_apresentacao{
width: 77px;
background:url(imagens/menu_apresentacao.gif) no-repeat;
}

.menu_servicos{
width: 77px;
background:url(imagens/menu_servicos.gif) no-repeat;
}

.menu_contato{
width: 77px;
background:url(imagens/menu_contato.gif) no-repeat;
}

.faixa, .faixa_servicos, .faixa_contato{
height:80px;

}
.faixa{
background:#972033 url(imagens/texto_apresentacao.jpg) no-repeat left;
}

.faixa_servicos{
background:#972033 url(imagens/texto_servicos.jpg) no-repeat left;
}

 .faixa_contato{
background:#972033 url(imagens/texto_contato.jpg) no-repeat left;
}

.conteudo{
min-height:400px;
float:left;
width:330px;
padding:10px;
margin-top:50px;
}


H3{
color:#972033;
font-size:1em;
}

.conteudo P{
margin: 10px 0;
font-size:.6em;
}

.conteudo UL{
margin:0 20px;
font-size:.6em;
}

.lateral{
	width:230px;
	float:right;
	padding-top: 65px;
	padding: 65px 10px 10px 10px;
}

.lateral p, .lateral span{
width:170px;
color:#972033;
font-style:italic;
font-size:1.5em;
line-height:1.7em;
display: block;
margin: auto;
text-align:center;
}

.lateral span{
	font-size: 0.7em;
	margin-left: 0px;
	padding-bottom: 10px;
}

.lateral img{
	display: block;
	padding-bottom: 10px;
}

.rodape{
background:#972033;
height:25px;
}

.rodape p{
font-size:.6em;
color: #fff;
text-align:center;
line-height:25px;
height:25px;
}

.rodape p a{
color:#fff;
text-decoration:none;
}

.rodape p a:hover{
color:#ccc;
text-decoration:underline;
}

.clear{
clear:both;
}

.formulario p{
width: 185px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; 
border-top: 1px dashed gray;
height: 1%;
}

.formulario label{
font-weight: bold;
float: left;
margin-left: -130px;
width: 100px;
}

.formulario input[type="text"]{
width: 180px;
border:1px #ccc solid;
}

.formulario textarea{
width: 180px;
height: 150px;
border:1px #ccc solid;
}

.formulario input[type="reset"], .formulario input[type="submit"]{
border:1px #999 solid;
}
