/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg2.jpg);
	
}

#container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	height:100%;
	background-color:#000000;	
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	color:#FFFFFF;
	margin-left:30px;
	}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#FFFFFF;
	margin-left:30px;
	}
	
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFFFFF;
	text-align:center;
	}
	
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFFFFF;
	margin-left:30px;
	}					
	
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline;
	}	
	
li{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#FFFFFF;
	line-height:130%;
	}
	
#conteudo a{
	text-decoration:underline;
	font-size:14px;
	font-weight:400;
	color:#CCC;
}	
#conteudo a:hover {
	color:#3FF;
	text-decoration:none;
}
	

form{margin-left:20px;}

#topo{
	position:relative;
	background-image:url(img/banner4.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:1004px;
	height:250px;
}

#menu {
	width:507px;
	padding-top:210px;
	padding-left:60px;
}

#menu a{
	height:30px;
	width:100px;
	text-align:center;
	text-decoration:none;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003;
}	
#menu a:hover {
	color:#990000;
}

#conteudo{
	position:relative;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	min-height:280px;
	background-color:#000000;
	display:table;
	
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;	
}

#conteudo-contato{
	position:relative;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:350px;
	background-color:#000000;
	display:table;
	
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;	
}	

			
		
#banda1{
 	position:relative;
	width:400px;
	min-height:280px;
	float:left;
 }
 
 #banda1-servicos{
 	position:relative;
	width:900px;
	min-height:300px;
	float:left;
 }
 
 #banda1-contato{
 	position:relative;
	width:500px;
	min-height:300px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
 }
 
 
 #banda2{
 	position:relative;
	width:380px;
	min-height:350px;
    padding-top:60px;
	padding-left:20px;
	background-image:url(img/fundo-contato.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
 }
 
  #banda2-index{
 	position:relative;
	width:300px;
	min-height:280px;
	text-align:center;
	float:left;
 }
 
 #banda3-index{
 	position:relative;
	width:700px;
	min-height:180px;
	text-align:left;
	clear:left;
	border-top:1px groove #CCC;
 }
 
 #noticias{
 	position:relative;
	width:280px;
	min-height:280px;
	text-align:left;
	float:left;
	border-left:1px groove #CCC;
 }
 
 #banda1-contato a{
 	color:#FFFFFF;
	text-decoration:underline;
	}
	
#banda1-contato a:hover{
	color:#999966;
	}
	
#conteudo-contato img{
	margin-left:50px;
	}

#conteudoesq{
	width:700px;
	min-height:300px;
	float:left;
}

#conteudodir{
	width:290px;
	min-height:300px;
	float:left;
}
 	
.center{
	text-align:center;}	

#rodape {
	width:1004px;
	height:80px;
	margin-left:auto;
	padding-top:5px;
	margin-right:auto;
	background-image:url(img/fundo-rodape.png);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	color:#333333;
	font-size:10px;
	text-align:center;
	
}	
   
#rodape a:link{
	text-decoration:none;
	color:#000000;
}

#rodape a:visited{
	text-decoration:none;
	color:#000000;
}
	
#rodape a:hover{
	color:#003333;
	text-decoration:underline;
}	

table{
	text-align:center;
}