@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../imagens/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#topo_home{
	position:relative;
	width:900px;
	height:460px;
	margin:auto;
	overflow:hidden;
	top:0px;
}

#menu_home{
	position:relative;
	width:900px;
	margin:auto;
	height:270px;
	z-index:5;
	margin-top:-170px;
	overflow:hidden;
}


#menu_interno{
	position:relative;
	width:100%;
	height:270px;
	text-align:center;
}

#super_meio{
	position:relative;
	width:100%;
	height:500px;
}
	
	#meio{
		background-image:url(../imagens/bg_conteudo.png);
		background-repeat:repeat;
		position:relative;
		width:800px;
		height:500px;
		margin:auto;
		text-align:center;
	}

	#marcador{
		background-image:url(../imagens/marcador.png);
		background-repeat:no-repeat;
		background-position: left top;
		position:relative;
		width:50px;
		height:45px;
		left:5px;
		top:5px;
		float:left;
	}

	#titulo{		
		position:relative;
		width:745px;
		height:45px;
		float:right;
		right:5px;
		top:5px;
		line-height:40px;
		text-align:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#000;
	}
		
	#conteudo{
		background-image:url(../imagens/bg_conteudo.png);
		background-repeat:repeat;
		position:relative;
		width:780px;
		height:430px;
		font-size:12px;
		margin:auto;
		text-align:justify;
		padding:5px;
		clear:both;
		overflow:auto;
		overflow-y:hidden;
		top:10px;
	}

	#conteudo h1{		
		text-align:center;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#060;
	}
	
	#conteudo_esq{
		background-image:url(../imagens/bg_conteudo.png);
		background-repeat:repeat;
		position:relative;
		width:550px;
		height:420px;
		padding:5px;
		overflow:hidden;
		float:left;
	}
	
		#conteudo_esq img{
			margin:auto;
		}

	#conteudo_dir{
		background-image:url(../imagens/bg_conteudo.png);
		background-repeat:repeat;
		position:relative;
		width:200px;
		height:415px;
		padding:5px;
		overflow:hidden;
		float:right;
		padding-top:10px;
	}

		#conteudo_dir a{
			text-align:center;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000;
			text-decoration:none;
		}

		#conteudo_dir a:hover{
			text-align:center;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#799757;
			text-decoration:none;
		}
		
#super_baixo{
	position:relative;
	width:100%;
	height:80px;
	clear:both;
	text-align:center;
}

	#baixo{
		position:relative;
		width:800px;
		height:80px;
		margin:auto;
		clear:both;
	}
	
		#endereco{
			position:relative;
			width:470px;
			height:80px;
			float:left;
			text-align:left;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#FFF;
			padding-top:7px;
		}
		
		#zenitech{
			position:relative;
			width:330px;
			height:80px;
			float:right;
			text-align:right;
			padding-top:10px;
		}
		
.campoform{
	background:url(../imagens/bg_conteudo.png);
	background-repeat:repeat;
	border:#030 1px solid;
	width:100%;
    height:14px;
    font-size:10px;
}

.campooption{
	background:url(../imagens/bg_conteudo.png);
	background-repeat:repeat;
	border:#030 1px solid;
    width:100%;
    height:18px;
    font-size:10px;
}

.campomsg{
	background:url(../imagens/bg_conteudo.png);
	background-repeat:repeat;
	border:#030 1px solid;
    font-size:10px;
	min-height:30px;
	overflow:auto;
    font-family:Arial, Helvetica, sans-serif;
}

#conteudo_contato{
	position:relative;
	float:left;
	width:350px;
	height:430px;
	z-index:0;
}

#contato{
	background-image:url(../imagens/contato.png);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	float:right;
	width:350px;
	height:430px;
	z-index:5;
}

ul li{
	list-style-image:url(../imagens/marcador_p.png);
}
