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



*{
margin:0; 
padding:0; 

}

body {
margin:0; 
padding:0; 
background:#000;
text-align:center; /* hack para o IE */
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 12px;
color:#FFF;
}

#tudo{
	min-height:558px;
	width:990px;
	text-align:center;
	margin:0 auto;
}

#topo{
	height:264px;
	width:990px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#conteudo{
	min-height:558px;
	width:990px;
	text-align:center;
	margin:0 auto;
}
#coluna1{
	min-height:558px;
	width:260px;
	float:left;
}
#coluna2{
	float:left;
	width:17px;
	height:558px;
	background-image:url(../images/coluna_home.jpg);
}
#empresa{
	width:713px;
	min-height:524px;
	float:left;
	background-image:url(../images/empresa.jpg);
	background-repeat:no-repeat;
}
#empresa a{
	text-decoration:underline;
}
#solucoes{
	width:712px;
	min-height:550px;
	background-image:url(../images/solucoes.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:auto;
}
#noticias{
	width:700px;
	/*min-height:512px;*/
	background-image:url(../images/noticias.jpg);
	background-repeat:no-repeat;
	float:left;
}
#orcamento{
	width:710px;
	height:1012px;
	background-image:url(../images/orcamento.jpg);
	background-repeat:no-repeat;
	float:left;
}
#contato{
	width:712px;
	height:512px;
	background-image:url(../images/contato.jpg);
	background-repeat:no-repeat;
	float:left;
}
#portfolio{
	width:712px;
	min-height:530px;
	background-image:url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	float:left;
}

#portfolio_home{
	width:712px;
	min-height:330px;
	background-image:url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	float:left;
}

#menu{
	width:260px;
	padding-top:0px;
	height:273px;
	background-image:url(../images/menu.jpg);
	text-align:center;
}
#menu ul{
	padding-top:30px;
}
#menu li{
	margin-top:12px;
	list-style-type:none;
	font-weight:bold;
	margin-right:15px;
	font-size:14px;
}
a {
	text-decoration:none;
	color:#FFF;
}
#menu a{
	text-decoration:none;
	color:#FFF;
}
#rodape{
	width:990px;
	height:48px;
	margin:0 auto;
}
#relogio{
	width:973px;
	height:16px;
	background-color:#000;
	padding-top:7px;
	color:#FFF;
	font-size: 10px;
	font-weight:bold;
	text-align:right;
}
