* {
	margin: 0;
	padding: 0;
	list-style-type:none;
}


body {
	background: #e59c6c 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;
}
h2 {
color:#ac4501;
font-size:18px;
}
h1 {
color:#ac4501;
font-size:18px;
}

#layout {
	width: 750px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
	background-color: #f2d1bc;
}

h2 {
	margin-bottom: 10px;
}

#geral .link-info {
none repeat scroll 0 0;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 10px;
	clear: both;
	overflow: hidden;
	background-color: #AC4501;
}

#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;
}

/****************************************
	MENU
*****************************************/
#menu {
	width:755px;
	height:30px;
	margin-bottom: 10px;
	margin-top:-8px;
	background-attachment: scroll;
	background-color: #ac4501;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	
}

.left {

}

/****************************************
	FALE CONOSCO
*****************************************/

#coluna-1 #faleconosco {}

#coluna-1 #faleconosco .form{
	background:#e59c6c; none repeat scroll 0 0;
	width:173px;
	padding:15px 10px 15px 10px;
	overflow: hidden;
}

#coluna-1 #faleconosco .form input{
	width:160px;
	margin-bottom:4px;
	color:#333;
	padding:3px 0px 3px 5px;
	background-color:#f2d1bc;
	border:none;
}

#coluna-1 #faleconosco .form li.botao input{
	width:60px;
	margin:15px 0px 0px 0px;
	float:right;
	color:#fff;
	border:1px solid #2D4041;
	background-color: #ac4501;
}

#coluna-1 #faleconosco .form textarea{
	height:55px;
	width:165px;
	background-color:#f2d1bc;
	border:none;	
}




/****************************************
	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:145px;
	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:100%;
	background-color:#AC4501;
	padding:15px 1px 10px 0px;
}
#rodape  address{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
}


/****************************************
	COLUNA -2
*****************************************/
#coluna-2 {
	width: 385px;
	float: left;
}

