
* {
	margin:0;
	padding:0;
}

li {
	list-style: none;
}

body {
	cursor: default;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #4C4C4C;
}

a {
	text-decoration: none;
}

.main {
	margin: 0 auto;
	width: 970px;
	background: url(images/main-background.png) top left repeat-y;
	text-align: left;
}

.header {
	float: left;
	margin: 0 0 0 -970px;
	width: 970px;
	background: url(images/header-background.jpg) top left no-repeat;
}

.site {
	padding: 70px 0 0 10px;
}

.site, .site a {
	display: block;
	width: 210px;
	height: 60px;
}

.site a {
	text-indent: -5000px;
}

.header .menu {
	float: right;
	margin: 45px 35px 0 0;
	_margin: 45px 18px 0 0;
}

.header .menu li {
	float: left;
}

.header .menu li a {
	display: block;
	float: left;
	height: 40px;
	text-indent: -5000px;
}

.header .menu-about a { width: 137px; }
.header .menu-services a { width: 95px; }
.header .menu-search a { width: 173px; }
.header .menu-links a { width: 105px; }
.header .menu-contact a { width: 88px; }
.header .menu-news a { width: 88px; }

.header form {
	clear:both;
	padding: 320px 0 0 0;
	width: 220px;
	color: #0D4EA6;
}

.header form fieldset {
	border: none;
}

.header form legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#ncm,#produto,#servico,#empresa {
	width: 180px;
	border: 1px solid #0D4EA6;
}

#btn_enviar_pesquisa {
	margin: 0 0 0 105px;
	width: 76px;
	height: 18px;
	border: 0;
	background: url(images/btn-pesquisa-enviar-background.png);
	font-family: Verdana;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
}

.header form dd {
	clear: both;
	float: left;
	width: 220px;
	margin: 0 0 4px !important;	
}

.header form dt {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 2px 0;
	text-transform: uppercase;
}

.vcard {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #000;
}

.vcard .fn {
	padding: 20px 0 10px 0;
	font-weight: bold;
}

.content {
	position:relative;
	float: left;
	margin: 217px 0 0 220px;
	_margin: 217px 0 0 110px;
	*margin: 217px 0 0 220px;
	padding: 30px;
	width: 690px;
	min-height: 500px;
	background: #CCC;
	background: transparent;
}

h1,h2,h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #0D4EA6;
}

h1 { font-size: 22px; }
h2 { font-weight: bold; font-size: 12px; }

.content p {
	line-height: 20px;
	text-align: justify;
}

.content ol {
	margin: 0 0 15px 0;
}

.content ol li {
	margin: 0 0 5px 30px;
	list-style: decimal;
	text-align: justify;
}

.footer {
	float:right;
	width: 750px;
	height: 25px;
	background: #006835;
}

.footer .menu {
	margin: 5px 0 0 0;
	text-align: center;
}

.footer .menu li {
	margin: 0 15px 0 15px;
	display: inline;
}

.footer .menu li a {
	color: #FFF;
	font-size: 11px;
}

.clear {
	clear: both;
}