* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 11px/130% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1 url(../images/bg.png) repeat-x top;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
blockquote{
	padding: 5px 40px;
}
a:link { color: #cc0b0f; text-decoration:none; }
a:active { color: #cc0b0f; text-decoration:none; }
a:visited { color: #cc0b0f; text-decoration: none; }
a:hover { color: #cc0b0f; text-decoration:none; }

h1, h1 a:link, h1 a:hover, h1 a:visited, h1 a:active {
	font: 17px/100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px 0px;
	color: #cc0b0f;
	font-weight: bold;
}

ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
	margin-top: 2px;
}

#page {
	width: 757px;
	margin: 0 auto;
	background-image: url(../images/page_bg.png);
}
#topo {
	height: 105px;
	background-image: url(../images/topo_bg.png);
}
#topo .logo{
	width: 156px;
	height: 105px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	margin-left: 20px;
}
#menu {
	float: right;
	padding: 8px 20px;
	text-align: right;
}
#menu a:hover {
	font-weight: bold;
}

#banner {
	height: 179px;
	background-image: url(../images/banner.png);
}
#rodape {
	background-image: url(../images/rodape_bg.png);
	height: 37px;
	width: 736px;
	margin: 15px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	padding-top: 4px;
}

.home1 {
	height: 570px;
	width: 734px;
	margin: 0 auto;
}
.home_esquerda {
	width: 389px;
	float: left;
}

.home_esquerda .empresa {
	padding: 0 15px;
	height: 163px;
}


.destaque .topo {
	background-image:url(../images/destaque_topo.png);
	height: 15px;
}
.destaque .conteudo {
	background-image:url(../images/destaque_bg.png);
	padding: 0 15px;
}
.destaque .rodape {
	background-image:url(../images/destaque_rodape.png);
	height: 16px;
}


.solucoes {
	width: 327px;
	background-image: url(../images/solucoes_bg.png);
	float: right;
}
.solucoes .conteudo {
	margin: 0 25px;
	text-align: justify;
}
.solucoes .rodape {
	height: 15px;
	background-image: url(../images/solucoes_rodape.png);
}

#servicos {
	background: #b80a0d;
	width: 733px;
	height: 282px;
	margin: 0 auto;
	padding-left: 3px;
}

#servicos .quadro {
	width: 226px;
	height: 260px;
	background-image: url(../images/quadro_solucoes.png);
	margin: 0 3px;
	float: left;
	padding: 5px;
	padding-top: 12px;
	font-size: 9px;
}

.content {
	padding:0 25px;
	text-align: justify;
}
.contato {
	float: right;
	width: 240px;
}

.thumbs {
	height: 120px;
	width: 650px;
}
.thumbs a{
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 10px;
	border: solid 1px #666666;
	display: block;
	float: left;
}
.thumbs a:hover{
	width: 100px;
	height: 100px;
	margin: 5px;
}
.borda {
	border: solid 1px #232323;
}