@charset "iso-8859-1";
/* CSS Document */

/*@font-face {
    font-family: 'ScalaSans';
    src: url('../fonts/scalasan.eot');
    src: url('../fonts/scalasan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scalasan.woff') format('woff'),
         url('../fonts/scalasan.ttf') format('truetype'),
         url('../fonts/scalasan.svg#eurostileregular') format('svg');
}
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	margin: 0;
}

body {
	background-color: #000;
	height: 100%;
}

img {border: none;}
a {outline: none;}

/* Fotos ----- */

img.foto_direita {
	margin-left: 10px;
	float:right;
}
img.foto_esquerda {
	margin-right: 10px;
	float:left;
}

/* Fim Fotos - */

p {
	margin: 0 0 20px 0;
	line-height: 18px;
}

a:link {
	color: #f15727;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f15727;
}
a:hover {
	text-decoration: underline;
	color: #f15727;
}
a:active {
	text-decoration: none;
	color: #f15727;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #f15727;
	font-weight:bold;
}

.titulo_produto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f15727;
	font-weight:bold;
}

.subtitulo_produtos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.texto_destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f15727;
	font-weight:bold;
}

.primeira_frase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

div#cab {
	width: 1000px;
	height: 120px;
	padding: 0; /* top, right, bottom, left  */
	margin: 0 auto;
}
div#logo {
	width: 250px;
	height: auto;
	padding: 10px 20px 10px 0px; /* top, right, bottom, left  */
	position: absolute;
	/*background-image: url(../img/bg_75.png);
	border-radius: 7px;*/
	top: 30px;
}

div#conteudo {
	width: 960px;
	height: auto;
	padding: 0; /* top, right, bottom, left  */
	margin: 0 auto;
}

div#titulo_col_esquerda {
	width: 670px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	padding: 0px 0px 0px 30px; /* top, right, bottom, left  */
	-webkit-border-top-left-radius: 20px;
	-moz-border-topleft-radius: 20px;
	border-top-left-radius: 20px;
	background-image: url(../img/bg_90_vermelho.png);
	/*-webkit-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			-moz-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;*/
	float: left;
}

div#titulo_col_direita {
	width: 202px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding: 0px 30px 0px 18px; /* top, right, bottom, left  */
	/*-webkit-border-top-left-radius: 20px;
	-moz-border-topleft-radius: 20px;
	border-top-left-radius: 20px;*/
	background-image: url(../img/bg_75.png);
	/*-webkit-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			-moz-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;*/
	float: right;
}


div#coluna_esquerda {
	width: 640px;
	padding: 20px 30px 30px 30px; /* top, right, bottom, left  */
	display: table;
	margin-bottom: 40px;
	background-color: #e6e6e6;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottomright-radius: 20px;
	border-bottom-right-radius: 20px;
	/*background-image: url(../img/bg_75.png);*/
	/*-webkit-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			-moz-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;*/
	float: left;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

div#coluna_esquerda ul {
	line-height: 18px;
	margin-left: 18px;
}

div#coluna_direita {
	width: 250px;
	height: 300px;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left  */
	display: table;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	/*background-image: url(../img/bg_75.png);*/
	/*-webkit-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			-moz-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;*/
	float: right;
}

div#bg_branco {
	width: 100%;
	height: 400px;
	display: table;
	margin-top:120px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-image: url(../img/bg_nevoa.png);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div#container_botoes_produtos {
	width: 550px;
	padding: 10px; /* top, right, bottom, left  */
	background-color: #ddd;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}

.botao_produtos {
	color: #fff;
	background: #ccc;
	font-size: 14px;
	width: 250px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
}

.botao_produtos:hover {
	color: #fff;
	background-image: url(../img/bg_90_vermelho.png);
	text-decoration: none;
}

div#lista_produtos {
	width: 640px;
	padding: 0 0 20px 0; /* top, right, bottom, left  */
	display: table;
	border-bottom: 1px dotted #444;
	margin-bottom: 20px;
}

div#foto_produtos {
	width: 220px;
	padding: 0; /* top, right, bottom, left  */
	margin: 0 10px 0 0; /* top, right, bottom, left  */
	float: left;
}

div#subtitulo_produtos {
	width: 400px;
	padding: 0; /* top, right, bottom, left  */
	float: left;
}

div#listanoticias {
	width: 640px;
	padding: 0 0 20px 0; /* top, right, bottom, left  */
	display: table;
	border-bottom: 1px dotted #444;
	margin-bottom: 20px;
}

div#divnoticiasfoto {
	width: 200px;
	padding: 0; /* top, right, bottom, left  */
	margin: 0 10px 0 0; /* top, right, bottom, left  */
	float: left;
}

div#listanoticiastexto {
	width: 430px;
	padding: 0; /* top, right, bottom, left  */
	float: left;
}

div#rodape {
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0px;
	background-image: url(../img/bg_50.png);
}

div#container_rodape {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}
div#rodape1 {
	width: 440px;;
	height: 150px;
	color: #fff;
	padding: 0px 20px 0 0px;
	float: left;
	background-image: url(../img/bg_25.png);
}

ul#news {
	color: #fff;
	width: auto;
}

ul#news li {
	list-style: none;
	font-size: 11px;
}

ul#news a.titulo_news:link {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow:1px 1px 1px #000;
}

div#img_news_home {
	width: 200px;
	height: 150px;
	padding: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

div#texto_news_home {
	width: 220px;
	height: 130px;
	padding: 20px 10px 0 0;
	float: left;
}

div#rodape2 {
	width: 440px;
	height: 115px;
	color: #fff;
	padding: 35px 20px 0 20px;
	float: left;
}

div#escudo {
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	background-image: url(../img/escudo.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

div#imgs_produto {
	width:640px;
	/*height:auto;*/
	padding:0 0 0 0;
	margin:0 0 20px 0;
}


/* Banners ------------------------------------- */

div#banner {
	color: #444;
	background-color: #e6e6e6;
	font-size: 16px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 50px;
	margin-bottom: 10px;
	cursor:pointer;
	display: table;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

div#banner:hover {
	color: #999;
}

div#banner.seminovos {
	background-image: url(../img/bg_banner_seminovos.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#banner.artigos {
	background-image: url(../img/bg_banner_artigos.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#banner.noticias {
	background-image: url(../img/bg_banner_noticias.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#banner.contato {
	background-image: url(../img/bg_banner_contato.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* Fim Banners --------------------------------- */

/* Menu Horizontal ----------------------------- */

div#container_menu {
	width: 100%;
	height: 35px;
	position: relative;
	top: 0;
	background-image: url(../img/bg_75.png);
}

div#menu {
	width:1000px;
	height:25px;
	padding:0px 0px 0px 0px;
	line-height: 35px;
	margin: 0 auto;
}

ul#menuhor {
	border:none;
	margin: 0;
	font-size:14px;
	color: #fff;
	padding: 0px 0px 0px 0px;
}
ul#menuhor li {
	list-style: none; 
	margin: 0;
	display: inline;
}
ul#menuhor li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 10px 0px 10px;
	margin:0;
	text-decoration: none;
}
ul#menuhor li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
ul#menuhor li a:active {
	color: #f15727; 
}
ul#menuhor li a.ativo {
	color: #f15727;
}

/*- Forms --------------------------------- */

input
{
	color: #000;
	background: #ddd;
	font-size: 13px;
	height:30px;
	border:none;
	padding:5px;
	margin-bottom: 10px;
}
textarea
{
	color: #000;
	background: #ddd;
	font-size: 13px;
	border:none;
	resize:none;
	padding:5px;
	margin-bottom: 10px;
}

.botao
{
	color: #fff;
	background: #f15727;
	font-size: 14px;
	min-width:100px;
	/*border: 1px solid #333;*/
	cursor:pointer;
}
.b_logout
{
	color: #FFFFFF;
	background: #FCC807;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C79D00;
	border-bottom: 1px solid #C79D00;
	cursor:pointer;
}
select { 
	background-color: #CCCCCC;
	font-size: 10px;
	color:#333333;
}


#botao_busca
{
	width:25px;
	height:25px;
	border:1px solid #787878;
	background-image:url(../img/botao_busca.gif);
	background-position:center;
}

.pequeno
{
	font-size: 10px;
}

.legenda_fotos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #303B92;
}


/*- Fim Forms -------------------------------- */

/* Menu Lateral ----------------------------------------------*/
#container_menul {
	width:250px;
	background: #transparent;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	display: table;
	float: left;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 0px;
}

ul.menu li a {
  color: #fff;
  background-image: url(../img/bg_90_vermelho.png);
  padding: 7px;
  padding-left:18px;
  border-top:1px solid #ff7d55;
  border-bottom:1px solid #ad2900;
}

ul.menu li a.setinha {
  background-image:url(../img/setinha.gif);
  background-position:right;
  background-repeat:no-repeat;
}

ul.menu li a:hover {
  color: #fbc7b7;
}

ul.menu li a.setinha:hover {
  background-image:url(../img/setinha.gif);
  background-position:right;
  background-repeat:no-repeat;
}

ul.menu li a.ativo {
  background-image: none;
  background-color: #f15727;
  background-image: url(../img/setinha.gif);
  background-position: left;
  background-repeat: no-repeat;
}

ul.menu li ul li a {
  color: #fff;
  background-color:#1ac1ff;
  padding-left: 28px;
  border-bottom:1px solid #008bc0;
  /*background-image:url(../img/setinha2.gif);
  background-position:left;
  background-repeat:no-repeat;*/
}

ul.menu li ul li a:hover {
  background-color:#34c8ff;
  padding-left: 28px;
  border-bottom:1px solid #008bc0;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #transparent; border: 1px solid #444; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/*- Fim Jquery Menu ----------------------- */

/*- Abas ---------------------------------- */

/*- Menu Principal Tabs------------------ */

    #tabmenu {
	color: #fff;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left  */
	padding: 0px;
	padding-bottom: 0px;
	z-index: 1;
	padding-left: 0px;
	
	}
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; 
	}
	#tabmenu a {
		color: #ffffff;
		background-image: url(../img/bg_75_vermelho.png);
		padding: 6px 14px 18px 14px; /* top, right, bottom, left  */
		margin: 0;
		text-decoration: none;
		/*-webkit-border-top-right-radius: 5px;
		-moz-border-topright-radius: 5px;
		border-top-right-radius: 5px;*/
		-webkit-border-top-left-radius: 7px;
		-moz-border-topleft-radius: 7px;
		border-top-left-radius: 7px;
	}

	#tabmenu a:visited {
		color: #ffffff; }
	
	#tabmenu a:hover {
		color: #fbc7b7;
	}
		
	#tabmenu a.active {
		color: #fff;
		background-image: url(../img/bg_90_vermelho.png);
	}

	#tabmenu a.active:hover {
		color: #fff; }
		
	#tabmenu a.inactive {
		color: #D6D6D6;
		background: #EDF2F4;
		border: 1px solid #D4DFE5;
	}


/*- Fim Menu Tabs ------------------------ */

/*- Fim Abas ------------------------------ */