body{ 
	background-image:url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#000000;
	background-color:#336699;
	font-family:verdana;
	font-size:12px;
	margin-top:23px;
	}


#fundo{ 
	width: 778px;
	left:50%;
	margin-top:-20px;
	margin-left:-390px;
	position:relative;
	background-color:#ffffff;
	}

#banner{
	width:778px;
	height:233px;
	}

.none{
display:none;
}


h1{
	background-image:url(../imagens/nossa_empresa.jpg);
	width: 150px;
	height:27px;
	font-size:12px;
	text-indent:-5000px;
	margin-left:110px;	
	}


h2{
	background-image:url(../imagens/produtos.jpg);
	width: 89px;
	height:24px;
	font-size:12px;
	text-indent:-5000px;
	margin-left:160px;
	}

h3{
	font-size:12px;
	font-weight:bold;
	color:#003366;
	}

h4{	
	background-image:url(../imagens/contato.jpg);
	width: 81px;
	height:27px;
	font-size:12px;
	text-indent:-5000px;
	margin-left:160px;
	}

p{
	}

.style1 {
	font-size:12px;
	font-weight:bold;
	color:#003366;
	}

.style2 {
	font-size:10px;
	color:#ff0000;
	margin-left:20px;
	width:700px;
	}

#swish{
	margin-top:-300px;
	margin-left:490px;
	padding-bottom:50px;
	width:213px;
	height:270px;
	}


#empresa{
	margin-top:-45px;
	*margin-top:-29px;
	width:377px;
	margin-left:35px;	
	}

#produtos{
	margin-top:-39px;
	*margin-top:-27px;
	margin-left:25px;
	width:728px;		
	}

#foto1{
	width:491px;
	height:307px;
	margin-left:115px;
	padding-bottom:5px;
	}

#tabela{
	margin-left:23px;
	*margin-left:0px;
	}

#foto2{
	width:151px;
	height:206px;
	}

#texto_foto2{
	margin-top:-180px;
	margin-left:160px;
	}

#texto_foto2 p{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

#foto3{
	width:150px;
	height:241px;
	margin-top:70px;
	}

#texto_foto3{
	margin-top:-180px;
	margin-left:160px;
	padding-bottom:120px;
	*padding-bottom:0px;
	}

#texto_foto3 p{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

#rodape{
	background-image:url(../imagens/rodape.gif);
	width:778px;
	height:52px;
	}

#rodape p{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	}
#rodape_esquerdo{
	width:425px;
	height:52px;
	padding-top:10px;
	padding-left:35px;
	float:left;
	}
#rodape_direito{
	width:150px;
	height:52px;
	float:right;
	padding-top:10px;
	padding-right:15px;

	}
#enviado{
	width:778px;
	margin-top:50px;
	padding-bottom:50px;
	}

#enviado p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}

#branco{
	width:778px;
	height:7px;
	}



/* ----- menu -----*/

#menu{
	margin-top:14px;
	margin-left:435px;
	background-image:url(../imagens/menu/fundo_menu.jpg);
	display:block;
	height:45px;
	width;328px;
	font-size:12px;
	font-weight:bold;
	text-indent:-5000px
	}

#menu ul{
	list-style:none;
	margin-top:0px;
	}

#menu li{
	display:inline;
	}

#menu, #link1 a, #link2 a, #link3 a{
	}

#link1 a{
	width:99px;
	height:45px;
	display:block;
	background-image:url(../imagens/menu/home.gif);
	float:left;
	margin-left:-39px;
	_margin-left:-20px;

	}

#link1 a:hover{
	background-image:url(../imagens/menu/home1.gif);
	}

#link2 a{
	width:115px;
	height:45px;
	display:block;
	float:left;
	background-image:url(../imagens/menu/produtos.gif);
	}

#link2 a:hover{
	background-image:url(../imagens/menu/produtos1.gif);
	}


#link3 a{
	width:114px;
	height:45px;
	display:block;
	float:left;
	background-image:url(../imagens/menu/contato.gif);
	}

#link3 a:hover{
	background-image:url(../imagens/menu/contato1.gif);
	}



a:link{

	color:#ffffff;
	text-decoration:none;
	}

a:visited{

	color:#ffffff;
	text-decoration:none;
	}

a:hover{
	color:#003366;
	text-decoration:underline;
	}


/* -----fim do menu -----*/






/* -----lightbox -----*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(imagens/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagens/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagens/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




.fotos{
	width:450px;
	margin-left:210px;
	margin-top:5px;
	display:block;
	padding-bottom:15px;
	}


.fotos img{
	width:100px;
	height:75px;
	margin-left:15px;
	margin-top:15px;
	border:solid 5px #F0F0F0;
	}

#form{
	margin-left:27px;
	*margin-left:31px;
	margin-top:15px;
	padding-bottom:13px;
	width:600px;
	position:relative;
	}

#input,textarea,input{
	background-color:#003366;
	color:white;
	font-size:12px;
	font-family:verdana;
	}

legend{
	font-size:14px;
	color:#003366;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	}








