@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Tahoma, Verdana, Arial;
}
body {
	background:#27833C url(../img/bg.jpg) repeat-x top;
}
h2 {
	font-size:14px;
	margin:15px 0px 5px 20px;
	text-align:left;
	color:#0E582A;
}
p{
color:#333333;
font-size:12px;
margin-top:10px;
text-align:left;
padding-left:20px;
}
hr{ height:20px;}
/*titulos*/
h1.empresa{
text-indent:-99999px;
display:block;
background:url(../img/titEmpresa.jpg) no-repeat;
height:40px;
}
h1.assistencia{
text-indent:-99999px;
display:block;
background:url(../img/titAssistencia.jpg) no-repeat;
height:40px;
}
h1.produtos{
text-indent:-99999px;
display:block;
background:url(../img/titProdutos.jpg) no-repeat;
height:40px;
}
h1.contato{
text-indent:-99999px;
display:block;
background:url(../img/titFaleconosco.jpg) no-repeat;
height:40px;
}
h1.parceiros{
text-indent:-99999px;
display:block;
background:url(../img/titParceiros.jpg) no-repeat;
height:40px;
}
h1.orcamento{
text-indent:-99999px;
display:block;
background:url(../img/titOrcamento.jpg) no-repeat;
height:40px;
}
h1.servicos{
text-indent:-99999px;
display:block;
background:url(../img/titServicos.jpg) no-repeat;
height:40px;
}
h1.clientes{
text-indent:-99999px;
display:block;
background:url(../img/titClientes.jpg) no-repeat;
height:40px;
}
/*conteudo*/
#geral {
	width:980px;
	margin:0 auto;
}
#conteiner{background-color:#FFFFFF; width:980px; float:left; }
#conteudo{
float:left;
width:940px;
padding:10px 0 30px 0;
margin-left:20px;
}
/*index*/
#esquerda{ width:320px; float:left;}
li{font-size:11px; list-style:square; margin:5px 0 0 25px;}
#meio{ width:320px;  float:left; margin-left:20px;}
.botao{float:right; margin-top:15px;}
#direita{ width:250px; float:left; margin-left:25px;}
#direita p{padding-left:10px; width:230px; }
.newsForm {border:#D5DDD6 solid 1px; width:230px; height:20px;}
/*parceiros*/
.imgParceiros{margin-left:10px;}
/*fale conosco*/
form{ margin-top:15px;}
#colText {
	float:left;
	width:100px;
}
#colText p {
	width:100%;
	text-align:right;
}
#colForms {
	float:left;
	width:400px;
	margin-left:20px;
}
.formSingle {
	border:#D5DDD6 solid 1px;
	width:400px;
	height:20px;
	margin:2px;
}
.formMulti {
	border:#D5DDD6 solid 1px;
	width:400px;
	margin:2px;
}

/*informativo e produtos detalhe*/
img.comprar{
 margin:20px 0 0 0; float:right;}
#colFoto{
 margin:20px 0 0 0; width:175px; height:260px; float:left;}
#colInfo{float:left; width:740px; margin-left:10px;}
/*produtos*/
#menuProdutos{ width:220px; float:left;}
#menuProdutos p{height:20px; background-color:#27833C; padding-top:5px; color:#FFFFFF; margin-top:5px}
#menuProdutos a{ text-decoration:none; color:#FFFFFF;}
#menuProdutos a:hover{ text-decoration:underline;}
#menuProdutos h2 {font-size:14px; margin:15px 0px 5px 20px; text-align:left; color:#0E582A;}
#produtos{ width: 700px; float:left; border-left:#27833C solid 1px;}
#boxProdutos{width:230px; border-right:#27833C solid 1px; margin:5px 0 20px 0; float:left;}
#boxProdutos2{width:230px;  margin:5px 0 20px 0; float:left;}
/*rodape*/
#rodape{
float:left;
padding-top:25px;
width:940px;
margin-left:20px;
border-top:2px solid #27833C;
height:100px; 
}
#rodape p{
width:500px;
font-size:12px;
float:left;
margin-top:2px;}
#rodape img{
float:right;
margin-right:20px;}
