* {
	margin:0;
	padding:0;
	font-family:tahoma;
}
p {
	margin-bottom:15px;
}
a {
	color:#ff2a00;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
body {
	background:url(images/background.jpg) center top #ecf0f1 no-repeat;
	background-color:#ecf0f1;
}
#principal {
	width:960px;
	/*height:534px;*/
	margin:0 auto 0 auto;
	overflow:visible;
	position:relative;
}
	#destaques {
		width:489px;
		/*height:266px;*/
		height:241px;
	}
	
	#meio {
		background:url(images/bg_meio.jpg) repeat-y;
		width:960px;
		/*height:268px;*/
		overflow:visible;
	}
		#area_menu {
			background:url(images/bg_menu.jpg);
			width:222px;
			height:268px;
			margin:0 20px 0 20px;
			float:left;
		}
			ul#menu {
				padding:20px 0px 0px 50px;
				list-style-image:url(images/arrow_menu.gif);
			}
			ul#menu li {
				padding-left:10px;
			}
			ul#menu li a {
				color:#FFFFFF;
				font-size:14px;
				text-decoration:none;
			}
			ul#menu li a:hover {
				color:#ff2a00;
				font-size:14px;
				text-decoration:none;
			}
		
		#conteudo {
			width:660px;
			height:auto;
			float:right;
			font-size:12px;
			color:#0a3247;
			position:relative;
		}
			#conteudo h1 {
				font-weight:normal;
				color:#ff2a00;
				position:absolute;
				top: -38px;
				right: 23px;
				font-size:18px;
				border-bottom:solid 1px #ff2a00;
				width:200px;
				text-align:right;
			}
			#conteudo h2 {
				font-weight:normal;
				color:#ff2a00;
				font-size:16px;
				margin-bottom:20px;
			}
			ul#categorias {
				padding:10px 30px 0px 10px;
				list-style-image:url(images/arrow_menu.gif);
				float:left;
			}
			ul#categorias li {
				padding-left:10px;
			}
			ul#categorias li a {
				color:#0a3247;
				font-size:14px;
				text-decoration:none;
			}
			ul#categorias li a:hover {
				color:#ff2a00;
				font-size:14px;
				text-decoration:none;
			}

#rodape {
	background:url(images/bg_footer.jpg) center top no-repeat;
	width:100%;
	height:125px;
	padding-top:25px;
}
	#rodape .vitrine {
		/*margin-top:27px;*/
	}
	
#prod {
	text-align:center;
	float:left;
	margin:20px;
	width:120px;
	height:130px;
	cursor:pointer;
}
	#prod .thumb {
		width:110px;
		height:110px;
		padding:3px;
		background-color:#FFFFFF;
	}
	#prod .thumb img {
		margin:auto;
	}

.foto_gde {
	width:250px;
	height:auto;
	float:left;
	margin-right:10px;
}

.descricao {
	width:400px;
	height:auto;
	float:left;
}

#mapa {
	width:300px;
	float:left;
}
#representantes {
	width:300px;
	float:left;
}

.back {
	right:0px;
	font-size:13px;
	position:absolute;
	bottom:20px;
}

hr {
	border:solid 1px #ced5d8;
}

.clear { clear:both;}

