﻿@charset "utf-8";

/****************GERAL*************/

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #446644;
	margin-top: 0px;
	margin-left: 0px;
}


/**************CONTAINER**********/

#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}


/************TOPO****************/

#topo {
	clear: both;
	height: 89px;
	width: 870px;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #446644;
	padding-bottom: 10px;
}

#leftcol {
	margin-left: 10px;
	float: left;
	height: 89px;
	width: 418px;
}

#rightcol {
	float: right;
	height: 90px;
	width: 420px;
	padding: 0;
}

#rightcol img {
	border: none;
}

#rightcol ul{
	list-style-type: none;
	padding:0;
	margin:0;
	width:auto;
	float:right;
	position:relative;
	top:79px;
}

#rightcol li{
	display: inline;
	width:auto;
	height:auto;
	margin:0 10px 0 12px;
	padding: 0px;
	float:right
}

#rightcol li img {
	float:left
}



/************CONTEÚDO***********/

#conteudo {
	float: left;
	width: 870px;
	margin: 40px 0 0 10px;
	padding-bottom: 10px;
}

#conteudo ul {
	list-style-type: none;
	margin: 1px 0 0 0;
}

.strong {
	font-weight: bolder;
}

#conteudo #textoesq {
	float: left;
	margin-top: 20px;
	width: 350px;
}	

#conteudo #textoesq2 {
	float: left;
	margin-top: 20px;
	width: 560px;
}	


#conteudo #textoesq a:link {
	text-decoration: none;
	color: #446644;
	outline: none;
}

#conteudo #textoesq a:hover {
	text-decoration: none;
	color: #8AB08A;
	outline: none;
}

#conteudo #textoesq a:visited {
	text-decoration: none;
	color: #8AB08A;
	outline: none;
}

#textoesq p  {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 125%;
}

#textodir {
	float: right;
	padding: 22px 22px 0 0;
}

/***************MAPA LIGHTBOX LINK************/

#textodir #chamada {
	font-size: 10px;
	color: #446644;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 2px;
}

#textodir a:hover img{
	border: 2px solid #446644;
}

#textodir img {
	border: 2px solid #fff;
}

/************CONTEÚDO - PRODUTOS*************/

.imagens{
	clear: left;
	width: 870px;
	padding: 0 8px 0 0;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #446644;
	text-align: center;
}

div.imagens div {
	float: left;
	width: 78px;
	height: auto;
	display: block;
	padding: 0 8px 15px 0;
}

div.imagens div.alinha {
	width: 600px;	
}

div.imagens div.alinha2 {
	width: 500px;	
}

#escadas{
	float: left; 
	padding: 30px 0 20px 0;
}

#carrinhos{
	clear: left; 
	padding: 30px 0 20px 0;
}

#secadores{
	clear: left; 
	padding: 30px 0 20px 0;
}

#bombas{
	clear: left;  
	padding: 30px 0 20px 0;
}

#pecas{
	clear: left;
	padding: 30px 0 20px 0;
}

div.imagens div a:hover img{
	border: 2px solid #446644;
}

div.imagens div a:link {
	text-decoration: none;
	color: #446644;
	outline: none;
}

div.imagens div a:hover {
	text-decoration: none;
	color: #8AB08A;
	outline: none;
}
div.imagens div img {
	border: 2px solid #fff;
}

/************DIV CLEAR***********************/

#limpar {
	clear: both;
	}


/***********MODELOS*************************/

#modelos{
	width: 200px;
	font-size: 100%;
}



/***********RODAPÉ***************************/

#rodape {
	clear: both;
	width: 870px;
	height: 128px;
	bottom: 0;
	background-image:url(../imagens/site/fundo_rodape.jpg);
	background-repeat: repeat-x;
}

#rodape p{
	color: #FFFFFF;
	font-size: 10px;
}

#rodapeEsq {
	float: left;
    margin: 90px 0 0 10px;
}
	
#rodapeDir {
	float: right;
	margin: 25px 15px 0 0;
	text-align: right;
	line-height: 1em;
}

#rodapeDir a:link {
	text-decoration: none;
	color: #fff;
	outline: none;
}

#rodapeDir a:hover {
	text-decoration: none;
	color: #8AB08A;
	outline: none;
}

#rodapeDir a:visited {
	text-decoration: none;
	color: #8AB08A;
	outline: none;
}