@charset "utf-8";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
div#allcontent{
	border:0px solid #000;
	}

div#topo{
	border-top:3px solid #000;
	border-bottom:0px solid #f3f3f3;
	text-align:center;
	height:125px;	
	}
div#topo h1{
	background:url("../images/logo-home.jpg") center no-repeat;
	text-indent:-5000px;
	width:auto;
	height:102px;
	position:relative;
	top:9px;
	}
/* MENU NAVEGAÇÃO PRINCIPAL*/
div#hornav{
	border-bottom:0px solid #333;
	background:url(../images/bg-ul.gif) left bottom repeat-x;
	/*background:url("../images/bg-fio-menu.gif") left bottom repeat-x;*/
	height:69px;
	}

div#hornav ul {
	border-top:0px solid #000;
	text-align:center;
	width:700px;
	margin:0 auto; padding:0
	}
div#hornav ul ul {
	border:0px solid #000;
	display:none;
	}
div#hornav ul li{
	width:139px; height:69px;
	float:left;
	font-family:trebuchet;
	font-stretch:extra-expanded;
	letter-spacing:2px;
	}
div#hornav ul li a{
	border:0px solid #000;
	background: url(../images/bg-li-bt.gif) right bottom no-repeat;
	color:#999;
	font-weight:bold;
	/*text-indent:-5000px;*/
	font-size:100#; text-transform:uppercase; text-decoration:none;
	width:139px; height:69px;
	display:block;
	}
div#hornav ul li a span{
	position:relative; top:52px;
	}
	
	/*HOME*/
/*div#hornav ul li.item1 a{
	background:url("../images/bg-bt-home.gif") center bottom no-repeat;
	}
	/*EMPRESA*/
/*div#hornav ul li.item2 a{
	background:url("../images/bg-bt-empresa.gif") center bottom no-repeat;
	}
	/*PRODUTOS*/
/*div#hornav ul li.item3 a{
	background:url("../images/bg-bt-produtos.gif") center bottom no-repeat;
	}
	/*PORTIFOLIO*/
/*div#hornav ul li.item8 a{
	background:url("../images/bg-bt-portifolio.gif") center bottom no-repeat;
	}
	/*CONTATO*/
div#hornav ul li.item11 a{
	background:none!important;
	}
/*LI HOVER E ACTIVE*/
div#hornav ul li a:hover, div#hornav ul li.active a{
	/*background-position: left top;
	background-repeat:no-repeat;*/
	font-weight:bold;
	color:#666;
	text-transform:uppercase; text-decoration:none;	
	}

/* SLIDESHOW */
div#slidewrap{
	border:0px solid #000;
	background:url("../images/bg-anima-home.gif") center no-repeat;
	width:777px; height:354px;
	margin:34px auto 0 auto; padding:0;
	}

div#slideshow{
	border:0px solid #000;
	width:738px; height:318px;
	margin:0 auto; padding:0;
	position:relative;
	top:17px;
	}
/* SLOGAN HOME*/
div#slogan{
	margin-top:10px;
	}
div#slogan p{
	color:#666!important;
	font-size:100%!important;
	margin:10px 0;
	}

/*RODAPE-HOME*/
div#rodape{
	border:0px solid #000;	
	background:url("../images/bg-rodape-home.jpg") left bottom repeat-x;
	height:159px;
	}

div#rodape p{
	margin:0 auto; padding:auto;
	line-height:160%;
	color:#666;
	position:relative; top:60px;
	}
div#rodape p a{
	color:#4e979a;
	text-decoration:underline;
	}
div#rodape p a:hover{
	color:#0000FF;
	text-decoration:none;
	}
div#rodape p#visaointerativa{
	border:0px solid #000;
	text-align:center;
	margin:0 auto; padding:auto;
	top:80px	
	}
div#rodape p#visaointerativa a{
	color:#999;
	text-decoration:none;
	font-size:95%;
	}
div#rodape p#visaointerativa a:hover{
	color:#0000FF;
	text-decoration:none;
	}

