@CHARSET "UTF-8";

#empresa
{
	display: table;
	margin: 0 auto;
	padding: 10px 80px 10px 40px;
	width: 840px;
	background: url(../images/fill_header.png) repeat-x;
}
#empresa h1
{
	float: left;
	width: 262px;
	height: 45px;
	text-indent: -99999px;
	background: url(../images/logo-projetare-2.png) no-repeat;
}
#empresa p
{
	margin-left: 40px;
	float: right;
	width: 538px;
	color: #fff;
	text-align: justify;
}

#banner
{
	margin: 0 auto;
	width: 960px;
	height: 271px;
}

#search
{
	margin: 0 auto;
	width: 950px;
	padding: 5px;
	text-align: right;
	background: url(../images/fill_header.png) repeat-x;
}
#search input[type="submit"]
{
	color: #fff;
	background: none;
	border: 0;
}

.content
{
	display: table;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	width: 960px;
	background: #fff;
}
.content article
{
	float: left;
	margin: 0 10px;
	width: 650px;
}
.content article section
{
	padding: 10px;
}
.content article section.home
{
	border: 1px solid #ccc;
}
.content article section.contato
{
	margin-left: 100px;
}
.content article section:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content article section figure
{
	float: left;
	margin-right: 10px;
	border: 8px solid #f1f1f1;
}
.content article section figure.left
{
	float: left;
}
.content article section figure.right
{
	float: right;
}
.content article section h1
{
	color: #1E6E40;
}
.content article section h2
{
	color: #FA9521;
}
.content article section p
{
	margin: 5px 0 20px;
	color: #666;
}
.content article section a.leiamais
{
	float: right;
	color: #9CCC55;
	text-decoration: none;
}
.content aside
{
	float: right;
	margin: 0 10px;
	width: 270px;
}
.content aside section
{
	border: 1px solid #ccc;
}
.content aside section h2,
.content aside section h3,
.content aside section h4
{
	color: #888;
}
.content aside section .title
{
	margin: 0;
	padding: 10px;
	width: 248px;
	text-align: center;
	background: url(../images/fill_conteudo_01.png) repeat-y;
	border: 0;
}
.content aside section ul
{
	list-style: none;
}
.content aside section p
{
	padding: 15px;
	color: #444;
	font-size: 13px;
}
.content aside section ul,
.content aside section p
{
	background: url(../images/fill_conteudo_01.png) repeat-y;
}
.content aside section ul li
{
	padding: 10px;
	text-align: center;
}
.content aside section ul li a
{
	color: #888;
}