﻿* {
	margin: 0 auto;
	padding: 0 ;
}
br {
  clear: both;
}

a
{
	color: #333333;
}

#main {
	width: 768px ;
	margin: 0 auto ;
}

#conteudo 
{
	padding-left:10px;
	padding-right:10px;
	width:auto;
	height:600px;
}
#slideshow
{
	float:right;
	width:352px;
	height:173px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px;
}

#imgEmpresa
{
	float:right;
	width:459px;
	height:378px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px;
}

#imgFebrava2009
{
	float:right;
	width:442px;
	height:176px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px;
}

#imgFebrava
{
	float:right;
	width:282px;
	height:131px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px;
}

#imgContato
{
	float:right;
	width:320px;
	height:240px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px;
}

#footer
{
	clear: both;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #e6e6e6;
}

#imgProdutoDestaque
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

body {
	background-image: url(Imagens/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #888888;
	font-family: Tahoma;
	line-height: 1em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h1 {
	color: #333333;
	font: normal 1.0em Tahoma;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h2 {
	color: #888888;
	font: normal 0.8em Tahoma;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align:justify;
}

h3 {
	color: #888888;
	font: normal 0.6em Tahoma;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align:center;
}
Home
{
	float: left;
}
Empresa
{
	float: left;
}
Produtos
{
	float:left;
}
Contato
{
	float:left;
}

menu
{
	float:left;
}

.produtosList ul {
	padding: 0 ;
	width:200px;
	float:left;
}
.produtosList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	list-style-type: none;
	width: 95%;
}
.produtosList li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 12px;
	color: #333333;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 2%;
}
.produtosList li a:hover {
	color: #FFFFFF ;
	background-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#DetalhesProduto
{
	float: right;
	width: 530px;
}

#ImagemProduto
{
	float:right;
}









/* highslide aqui */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img 
{
	border:0px;
	/*border: 2px solid gray;*/
}
.highslide:hover img 
{
	border:0px;
	/*border: 2px solid white;*/
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar */
.controlbar {	
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
