
html{
	background:#EEEEEE;
}

body{
	width:770px;
	min-height:500px;
	background:#FFF;
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topo{
	width:770px;
	height:82px;
	background:url(../../images/topo.jpg);
	float:left;
}

#topo #menu{
	width:95%;
	/*margin-top:40px;*/
}

#topo #menu ul{
	list-style:none;
	float:left;
	height:20px;
	margin-top:56px;
}

#topo #menu ul li{
	float:left;
	margin-right:35px;
}

#topo #menu ul li a{
	color:#cc2c4e;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/****************************************************************************/

#conteudo{
	width:770px;
	float:left;
	min-height:270px;
	background:#fff;
}

#conteudo .titulo{
	color:#ff7900;
	font-size:10pt;
	font-weight:bold;
	margin-left:15px;
	margin-top:15px;
}

/****************************************************************************/

#bottom{
	width:770px;
	float:left;
	height:120px;
	border-top:1px solid #000000;
	
}

#bottom .servicos{
	float:left;
	width:256px;
	height:100%;
	margin:0;
	background:#FFCF4E;
}

#bottom .servicos h1{
	color:#000;
	font-size:10pt;
	text-transform:uppercase;
	text-align:justify;
	margin-bottom:1px;
	margin-left:10px;
}

#bottom .servicos ul{
	list-style:none;
	margin-top:6px;	
}

#bottom .servicos ul li{
	margin-bottom:1px;
	width:100%;
	margin-left:-20px;
}

#bottom .servicos ul li a{
	color:#000000;
	font-size:7pt;
	text-decoration:none;
	
}

#bottom .servicos ul li a:hover{
	color:#cc2c4e;
}

#bottom .produtos{
	float:left;
	width:256px;
	height:100%;
	background:#FFE8AA;
	border-left:1px solid #000000;
	margin:0;
}

#bottom .produtos ul{
	list-style:none;	
}

#bottom .produtos ul li{
	margin-bottom:3px;
	width:100%;
	margin-left:-20px;
}

#bottom .produtos ul li a{
	color:#000000;
	font-size:7pt;
	text-decoration:none;
	
}

#bottom .produtos ul li a:hover{
	color:#cc2c4e;
}

#bottom .produtos h1{
	color:#000;
	font-size:10pt;
	text-transform:uppercase;
	text-align:justify;
	margin-bottom:1px;
	margin-left:10px;
}

#bottom .newsletter{
	float:left;
	width:256px;
	height:100%;
	background:#FF7449;
	border-left:1px solid #000000;
	margin:0;
}

#bottom .newsletter form{
	width:85%;
	margin-left:10px;
	margin-right:auto;
}

#bottom .newsletter form h1{
	color:#000;
	font-size:10pt;
	text-transform:uppercase;
	text-align:justify;
	margin-bottom:1px;
}

#bottom .newsletter form label{
	font-size:8pt;
	width:4em;
	margin-right:1em;
}

#bottom .newsletter form input{
	background:#ffe2da;
	border:none;
	width:12em;
}

#bottom .newsletter form .botoes input{
	width:auto;
	margin-top:5px;
	background:#FFF;
	border:1px solid #FF9900;
	font-weight:bold;
	cursor:pointer;
	color:#FF7449;
	font-size:8pt;
}

#bottom .newsletter form p{
	font-size:7pt;
	text-align:left;
	width:110%;
	margin-top:3px;
	margin-bottom:7px;
	
}

/******************************************************************/

#rodape{
	width:770px;
	height:30px;
	float:left;
	background:url(../../images/rodape.jpg);
	float:left;
}

