/****************** Estrutura *****************/


body#index {
	background-image:url(../images/bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#index #allContainer {
		background-image:url(../images/bg_header.png);
		}
		
body#produto {
	background-image:url(../images/bg_produto.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#produto #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}
		
body#exportacao {
	background-image:url(../images/bg_exportacao.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#exportacao #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}	
		
body#visita {
	background-image:url(../images/bg_visita.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#visita #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}

body#sobmedida {
	background-image:url(../images/bg_sobmedida.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#sobmedida #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}
		
body#orcamento {
	background-image:url(../images/bg_orcamento.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#orcamento #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}

body#publicacao {
	background-image:url(../images/bg_publicacao.png);
	background-position:left top;
	background-repeat:repeat-x;
	}
	#publicacao #allContainer {
		/*background-image:url(../images/bg_header.png);*/
		}
		
		
		

#allContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	background-position:center 129px;
	background-repeat:no-repeat;
	}
	
	
	#container {
		width:930px;
		margin:auto;
		padding-bottom:55px;
		}
		#container after{
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
			}
			
		#header {
			width:930px;
			margin:auto;
			}
			#header_pesquisa {
				background-image:url(../images/bg_news.png);
				background-position:left top;
				background-repeat:no-repeat;
				width:502px;
				height:23px;
				color:#948673;
				font-family:Arial, Verdana, sans-serif;
				float:right;
				padding-top:4px;
				font-size:11px;
				}
			#header_left {
				float:left;
				width:182px;
				margin-top:35px;
				}
			#header_right {
				float:right;
				width:720px;
				margin-top:40px;
				z-index:400;
				position:relative;
				}
				
				
		#content {
			width:930px;
			padding-top:40px;
			}
			#content .titulo {
				color:#83796b;
				font-size:16px;
				border-bottom:1px solid #938f8a;
				}
			#content .titulo2 {
				color:#83796b;
				font-size:14px;
				text-align:center;
				margin-top:58px;
				font-weight:bold;
				}
			#content .campo {
				color:#625555;
				font-size:12px;
				}
			#content #section-produto-left {
				float:left;
				width:182px;
				}	
				#content #section-produto-left #section-box-orcamento {
					width:176px;
					border:1px solid #b1a79a;
					margin-left:2px;
					margin-top:25px;
					}
				
			#content #section-produto-center {
				float:left;
				/*width:510px;*/
				width:720px;
				margin-left:25px;
				font-size:12px;
				}
				#content #section-produto-center p{
					line-height:18px;
					margin-top:7px;
					}
			#content #section-produto-right {
				float:right;
				width:182px;
				background-image:url(../images/vinculados.png);
				background-position:left top;
				background-repeat:repeat-x;
				background-color:#d9d8d8;
				margin-right:3px;
				margin-top:-60px;
				}
			
				
		#footer {
			height:39px;
			width:100%;
			clear:both;
			position:absolute;
			bottom: 0px;
			z-index: 20;	
			background-image:url(../images/bg_footer.png);
			background-position:left;
			background-repeat:repeat-x;
			color:#FFF;
			text-align:center;
			}	
			
			
			
			
/**********************************************************
	MENUS
**********************************************************/
			
#nav {
	margin-top:15px;	
	}
	#nav ul {
		width:182px;
		}
		#nav ul li {
			}	
			#nav ul li a {
				color:#eeeeee;
				display:block;
				width:158px;
				padding:10px 10px 10px 10px;
				height:17px;
				border-bottom:1px dashed #FFF;
				background-image:url(../images/btn_out.png);
				background-position:left top;
				background-repeat:repeat-y;
				font-family:Verdana;
				font-size:13px;	
				text-decoration:none;
				margin-left:2px;
				}
			#nav ul li a:hover {
				text-decoration:none;
				background-image:url(../images/btn_over.png);
				background-position:left top;
				background-repeat:repeat-y;
				}		
			#nav .menuSelected {
				text-decoration:none;
				background-image:url(../images/btn_over.png);
				background-position:left top;
				background-repeat:repeat-y;
				}
	
	
	
#nav2 {	
	}
	#nav2 ul {
		width:182px;
		}
		#nav2 ul li {
			margin-bottom:1px;
			}	
			#nav2 ul li a {
				color:#83796b;
				font-weight:bold;
				display:block;
				width:158px;
				padding:10px 10px 10px 10px;
				height:22px;
				background-color:#bfbbb5;
				font-family:Verdana;
				font-size:12px;	
				text-decoration:none;
				margin-left:2px;
				}
			#nav2 ul li a:hover {
				text-decoration:none;
				background-color:#999;
				}		
			#nav2 .menuSelected {
				text-decoration:none;
				background-color:#999;
				}
