@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	color: #171717;
	padding: 0;
	background: #333 url(images/bg.jpg) top repeat-x;
}
div, p, form, label, input, textarea, img, span{
	padding:0;
	margin: 0;
}
h1 {
	font-family: Georgia, Verdana, Arial;
	margin: 0;
	padding: 0;
	color: #069;
	font-weight:lighter;
	letter-spacing: -1px;
	font-size: 30px;
	clear: both;
}
h2 {
	font-family: Georgia, Verdana, Arial;
	margin: 0;
	padding: 0;
	color: #069;
	font-weight:lighter;
	letter-spacing: -1px;
	font-size: 23px;
	clear: both;
}
h3 {
	font-size: 15px;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Arial, Verdana;
	color: #069;
	padding: 0;
	margin: 0 0 3px 0;
}
h4 {
	color: #666;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	margin: 0;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
/*------------------------------------------------banner--------------------*/
#banner{
	width:1004px;
	margin: 0 auto;
	padding: 0px;
	height: 194px;
}
/*------------------------------------------------body_area--------------------*/
#body_area {
	width:1004px;
	min-height: 100%;
	_height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #333;
}
#right {
	margin: 0;
	float: left;
	width: 780px;
	background: #fff url(images/bg-top_right.jpg) top no-repeat;
}
#right p{
	color: #666;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 13px;
	margin: 0 10px;
}
#right li{
	color: #666;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------footer--------------------*/
#footer {
	margin: 40px auto 0 auto;
	font-weight: bold;
	clear: both;
	min-height: 100%;
	_height: 100%;
}
#footer_links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #FFF;
	padding: 10px 0 10px 0;
	background: #171717;
}
.fotter_logos {
	width: 1004px;
	margin: 0 auto 0 auto;
	height: 100px;
}
.fotter_copyrights {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
	margin: 0px;
	color: #333;
	padding: 10px 0 40px 0;
}
/*------------------------------------------------fotterlinks --------------------*/
a.fotterlink:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;

}
a.fotterlink:visited {
	color: #fff;
}
a.fotterlink:hover {
	color: #069;
	text-decoration: none;
}
a.fotterlink:active{
	color: #fff;
}
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/
a {
	color: #666;
}
a:hover {
	color: #069;
}
#left {
	margin: 0 20px 40px 0;
	padding: 10px 0 10px 0;
	float: left;
	display: inline;
	width: 170px;
	height: 450px;
	border: solid 1px #424242;	
	background: #2b2b2b;
}
#left ul{
	margin: 0px;
}
#left li{
	list-style: none;
}
#left a{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0;
	padding: 10px 0 10px 15px;
	color: #ccc;
	width: 153px;
	height: 15px;
	display: block;
	font-size: 12px;
	background: url(images/bg_menu-items.jpg) top center no-repeat;
}
#left a:hover{
	text-indent: 10px;
	text-decoration: underline;
	color: #fff;
	background: url(images/bg_menu-items.jpg) bottom center no-repeat;
}
#left p{
	margin: 5px 0 0 15px;
	font-family: "Trebuchet MS", Arial;
	color: #666;
}
#apresentacao {
	width: 760px;
	height: 210px;
	margin: 10px auto 0 auto;
}
#wrapperProds {
	background: #fff;
	padding: 10px 0 10px 0;
}
.indxBox {
	width: 375px;
	float: left;
	margin: 5px 0 15px 10px;
	display: inline;
}
.indxBox h3{
	margin: 0 0 0 20px;
	font-family: Georgia, Arial, Verdana;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 0.5px;	
}
.indxBox2 {
	width: 375px;
	float: left;
	margin: 5px 0 15px 30px;
}
.clear {
	float: none;
	clear: both;
}
.imgs_indx {
	margin: 0 10px 0 0;
}
.linkindx {
	color:	#666;
	text-decoration: none;
}
.linkindx:hover {
	color:	#069;
	text-decoration: underline;
}
.titleLines {
	border-bottom: solid 1px #ccc;
	padding: 0 10px 0 3px;
	margin-bottom: 10px;
}
.rounded-bottom {
	margin: 20px 0 0 0;
}
#secondaryArea {
	background: #efefef;
	padding: 20px 0 20px 0;
	margin: 20px 0 0 0;
	clear: both;
}
#form_registre {
	margin: 0 0 0 20px;
	padding: 10px;
	background: #efefef;
}
#form_contato {
	margin: 0 20px;
}
#form_contato td{
	border:none;
}
.textInput {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
	width: 240px;
}
textInput:hover {
	background: #efefef;
	border: solid 1px #069;
}
.secondaryBoxes {
	width: 230px;
	float: left;
	padding: 0 0 0 30px;
}
.pageTitles {
	border-bottom: solid 1px #ccc;
	padding: 0 0 0 3px;
	margin: 0 10px 10px 10px;
}
.contentImgs {
	margin: 0 10px 0 10px;
	float: left;
}
.manuais {
	height: 50px;
	margin: 0 20px;
	padding: 10px 90px 10px 90px;
	cursor: pointer;
	background: #efefef url(images/bg_pdf.jpg) top no-repeat;
	border: solid 1px #efefef;
	color: #999;
}
.manuais:hover {
	background: #efefef url(images/bg_pdf.jpg) bottom no-repeat;
	border: solid 1px #ccc;
}
.pdfLinks {
	text-decoration:none;
	display: block;
	width: 780px;
	height: 70px;
	margin: 0 auto 5px auto;
}
.pdfLinks:hover {
	text-decoration:none;
}
.produtosTitles {
	margin: 15px 20px 0 20px;
	padding: 12px;
	background: #efefef;
}
.produtosTitles h2{	
	font-size: 18px;
	padding: 3px 0 0 35px;
	height: 24px;
	background: url(images/h2.jpg) left top no-repeat;
	display: block;
	letter-spacing: 0.5px;
}
.produtosSpecs {
	margin: 10px 20px;
	padding: 12px;
	border-bottom: solid 1px #ddd;
}
.produtosSpecs table, td{
	border: solid 1px #ccc;
	color: #069;
	margin-top: 10px;
	font-size: 12px;
}
.produtosSpecs img{
	margin: 0 10px 0 0;
	border: none;
}
.produtosSpecs ul, .indxBox ul{
	list-style: square;
	margin: 5px 0 20px 40px;
}
.produtosSpecs li, indxBox li{
	margin-bottom: 5px;
}
.voltar {
	float:right;
	background: url(images/voltar.gif) left top no-repeat;
	padding: 0 0 2px 40px;
	font-size: 14px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	display: block;
	width: 70px;
	height: 15px;	
	text-decoration: none;
	letter-spacing: .5px;
}
.voltar:hover {
	background: url(images/voltar.gif) left bottom no-repeat;
	text-decoration: underline;
}
.btPdf {
	display: block;
	width: 190px;
	height: 56px;
	padding: 14px 20px 0 100px;
	float: right;
	background: #efefef url(images/bg_pdf.jpg) left top no-repeat;
	border: solid 1px #ccc;	
	font-size: 15px;
	text-decoration: none;
}
.btPdf:hover {
	text-decoration: underline;
	border: solid 1px #069;
}
.boxClientes {
	margin: 0 0 10px 10px;
	float: left;
	border:none;
	padding: 10px;
	width: 200px;
	height: 130px;
	border-bottom: solid 1px #efefef;
	text-align: center;
}
.boxClientes img{
	margin: 0 10px 10px 0;
}
em.error {
	color: #f00;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: block;
}	
input.error {
	border: dotted 1px #fcc;
}
	
