@charset "utf-8";
/* CSS Document */

body {
	background:#fff url(img/fundo.gif) repeat-x center top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	border-top:3px solid #F90;
	height:100%;
}
body, ul, form {
	margin:0px;
	padding:0px;
	list-style:none;
}
p {
	line-height:150%;
	text-align:justify;
}
h1, h2, h3, h4{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
/*//////////////////
ESTRUTURA
//////////////////*/
#top-home {
	height:144px;
	border-bottom:1px solid #ccc;
}
#top {
	height:144px;
/*	border-bottom:1px solid #ccc;*/
}
#main {
	width:928px;
	position:absolute;
	margin-left:-464px;
	left:50%;
	top:0%;
}
#conteudo{
  display:block;
  clear:both;
  min-height:400px;
  height:auto !important;
  height:400px;
 /* background:#fff url(img/barras.gif) repeat-x left top;*/
  padding-top:30px;
}
.left{
float:left;
width:650px;
}
.right{
float:right;
width:215px;
}
#container ul li{ display:inline; width:210px; float:left;}
/*//////////////////
MENU
//////////////////*/
#menu {
	width:556px;
	height:45px;
	float:right;
	margin-top:65px;
	margin-right:10px;
}
#menu ul li {
	display:inline;
	padding:1px;
	float:left;
}
#menu ul li img { display:block; }

/*//////////////////
RODAPE
//////////////////*/
#bottom {
	clear:both;
	background:#fff url(img/rodape.gif) no-repeat center top;
	text-align:center;
	padding:30px 0 25px 0;
}
#bottom a {
	color:#666;
	text-decoration:none;
}
#bottom a:hover {
	color:#333;
	text-decoration:underline;
}
/*//////////////////
SIDEBAR
//////////////////*/
#side-itens{
	background:#fff url(img/sidebox2.gif) repeat-y right top;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#side-itens ul{padding:8px 0 5px 8px; line-height:180%;}
#side-itens ul li{
	padding-left:10px;
	background: transparent url(img/sideseta.gif) no-repeat left center;
}
#side-itens ul li a{
	color:#666;
	text-decoration:none;
}
#side-itens ul li a:hover{
	color:#000;
	text-decoration:underline;
}
#side-title{
		background:#fff url(img/sidebox1.gif) no-repeat right top;
		border:1px solid #ccc;
		height:26px;
		margin-bottom:1px;
}
#side-title h2{
		color:#666;
		text-transform:uppercase;
		font-size:12px;
		padding:5px 0 0 10px;
}

/*//////////////////
PRODUTOS
//////////////////*/
#produtos{ }
#produtos h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#666;	
	text-transform:uppercase;
	background:#fff url(img/linha_hp.gif) no-repeat left bottom;
	height:30px;
}
#produtos ul li{ display:inline;}
#produtos ul li div.float{
	display:block;
	float:left;
	width:216px;
	margin-right:16px;
}
#produtos ul li div.float p{	padding-bottom:0px; margin-bottom:20px;}

#produtos ul li div.float h2 a:hover{ text-decoration:underline; color:#ff9900;}

/*//////////////////
CLASSES
//////////////////*/
.lista{ padding:5px 0 5px 15px; list-style-type:square; margin-left:15px; line-height:140%;}
.logo {
	background-color:#030;
	width:100px;
	height:100px;
	display:block;
	float:left;
	margin:14px 0 0 10px;
}
.telefones {
	background:transparent url(img/fone.gif) no-repeat left center;
	position:absolute;
	top:0%;
	right:0%;
	margin-right:15px;
	width:250px;
	height:20px;
	z-index:50;
	text-align:right;
	font-size:16px;
	font-weight:800;
	color:#F90;
}
.barras{
	background:#CF0;
	height:20px;
	display:block;
	margin-bottom:15px;	
}
.clear {
	clear:both;
	margin:1px;
}
.no-hp { margin-right:0px; }
.titulo, .titulo-full{
	font-size:18px !important;
	color:#3f89bb !important;
	text-transform:uppercase;
	background:#fff url(img/linha_titulo.gif) no-repeat left bottom;
	height:33px;
	margin-bottom:10px;
}
.titulo-full{		background:#fff url(img/linha_hp.gif) no-repeat left bottom;}
.subtitulo{
	color:#ff9900;
	font-size:14px;
	padding:6px 0 4px 0;
}
.prod-titulo{
	color:#ff9900;
	font-size:14px;
	padding:6px 0 4px 0;
}
h2.prod-titulo{
	padding:8px 0 0 0;
	font-weight:normal;
	font-size:14px;
}
h2.prod-titulo a{
	color:#ff9900;
	text-decoration:none;
}
.campo{
	background:#fff url(img/campo.gif) repeat-x left top;
	font-size:12px;
	padding:6px;
	border:1px solid #ccc;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	width:350px;
}
.laranja{ color:#F90;}

