* {
	margin: 0;
	padding: 0;
	list-style-type:none;
}


body {
	background: #567C7E url(../_imagens/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

p {
	margin-bottom: 15px;

}

a img {
	border: 0;
}

#layout {
	width: 750px;
	background: #fff;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}

h2 {
	margin-bottom: 10px;
}

#geral .link-info {
	background:#83A394 none repeat scroll 0 0;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 10px;
	clear: both;
	overflow: hidden;
}

#geral .link-info a{
	color: #fff;
	text-decoration: none;
}

#geral .link-info a:hover{
	text-decoration: underline;
}
/****************************************
	TOPO
*****************************************/
#topo {
	width: 810px;
	height: 100px;
	margin: 0 auto;
}

#topo .logo {
	float:left;
	padding:18px 0 0 0;
	background:undefined;
	position:relative;
	top:3px;
}

#topo .menu-topo {
	float:right;
	padding:55px 0px 0px 0px;
}

/****************************************
	PAINEL
*****************************************/
#painel {
	margin-bottom: 15px;
}

/****************************************
	COLUNA -1
*****************************************/
#coluna-1 {
	width: 210px;
	float: left;
	margin-right:25px;
}

/****************************************
	MENU
*****************************************/
#coluna-1 #menu {
background:#2B726C none repeat scroll 0 0;
width:195px;
margin-bottom: 20px;
}
#coluna-1 #menu ul li {
border-bottom:1px solid #288078;
}
#coluna-1 #menu ul li a {
color:#FFFFFF;
text-decoration:none;
padding:5px 0px 5px 10px;
background:undefined;
display:block;
}
#coluna-1 #menu ul li a:hover {
background:#1D4D49;
}


/****************************************
	FALE CONOSCO
*****************************************/

#coluna-1 #faleconosco {}

#coluna-1 #faleconosco .form{
	background:#DDDDDC none repeat scroll 0 0;
	width:190px;
	padding:15px 10px 15px 10px;
	overflow: hidden;
}

#coluna-1 #faleconosco .form input{
	width:180px;
	margin-bottom:4px;
	color:#333;
	padding:3px 0px 3px 5px;
}

#coluna-1 #faleconosco .form li.botao input{
width:60px;
margin:15px 0px 0px 0px;
float:right;
background:#4F7173;
color:#fff;
border:1px solid #2D4041;
}

#coluna-1 #faleconosco .form textarea{
	height:55px;
	width:185px;
}




/****************************************
	NOSSOS PRODUTOS
*****************************************/
#coluna-2 #produtos {}
#coluna-2 #produtos ul li{
	margin-bottom: 7px;
	clear: both;
	overflow: hidden;
}

#coluna-2 #produtos ul li .img-produto{
	float: left;
	width: 80px;
	height: 79px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
#coluna-2 #produtos ul li h3 a{
	font-size: 15px;
	text-decoration: none;
	color: #666;
}

#coluna-2 #produtos ul li h3 a:hover{
	font-size: 15px;
	color: #333;
	text-decoration: underline;
}

#coluna-2 #produtos ul li p{}

/****************************************
	PARCEIROS
*****************************************/
#coluna-3 {
float:right;
width:140px;
}

#coluna-3 #parceiros {
	float:left;
	width:150px;
	overflow: hidden;
}

#coluna-3 #parceiros ul { overflow: hidden;}

#coluna-3 #parceiros ul li {
	background:#F1F1F1 none repeat scroll 0 0;
	height:60px;
	margin-bottom:8px;
	width:190px;
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #f1f1f1;
}

/****************************************
	RODAPE
*****************************************/
#rodape {
	clear:both;
	margin:0 auto;
	width:790px;
	padding:15px 1px 10px 0px;
}
#rodape  address{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
}


/****************************************
	COLUNA -2
*****************************************/
#coluna-2 {
	width: 350px;
	float: left;
}
