@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../imagens/bg.jpg) no-repeat center top;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
}

#geral {
	width:900px;
	margin:0px auto;
	
}

#topo {
	padding-top:26px;
	width:900px;
	height:155px;
	margin-bottom:49px;
}

	h1 {
		background:url(../imagens/logo_iws.png) no-repeat;
		width:225px;
		height:76px;
		text-indent:-5000px;
		margin-bottom:15px;
		margin-left:115px;
	}
	
	h1 a {
		display:block;
		width:225px;
		height:76px;
	}
	
	#topo ul {
		width:100px;
		text-align:right;
		float:left;
		margin-right:15px;
	}
	
		#topo li {
			list-style:none;
		}
		
		#topo p {
			float:left;
		}
		
		#topo ul a:link, #topo ul a:visited {
			font-weight:bold;
			font-size:14px;
			line-height:20px;
			text-decoration:none;
			color:#99999e;
		}
		
		#topo ul a:hover, #topo ul a:active {
			font-weight:bold;
			font-size:14px;
			line-height:20px;
			text-decoration:none;
			color:#FFF;
		}
		
	#corpo {
		width:672px;
		margin-left:115px;
		padding-top:15px;
	}
	
	#esquerda p {
		margin:10px 0px;
		line-height:20px;
	}
	
	#esquerda {
		width:423px;
		float:left;
	}
	
	#corpo ul {
		
	}
	
	#corpo li {
		margin-left:14px;
	}
	
	#corpo a:link, #corpo a:visited {
		color:#FFF;
		text-decoration:none;
	}
	
	#corpo a:hover, #corpo a:active {
		font-weight:bold;
		color:#F90;
	}
	
	#direita {
		width:234px;
		float:right;
	}
	
	#direita p {
		margin-bottom:10px;
	}
	
	
#rodape {
	clear:both;
	width:672px;
	border-top:2px dotted #909498;
	margin-left:115px;
	height:75px;
	padding-top:15px;
}

#rodape {
	line-height:20px;
}

.redesSociais {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.endereco {
	clear:both;
}

#rodEsquerda {
	width:423px;
	float:left;
}

#rodDireita {
	width:234px;
	float:right;
	text-align:right;
}

#rodape a:link, #rodape a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
}

#rodape a:hover, #rodape a:active {
	text-decoration:underline;
}
