#flash-container {
	display:block;
	width:899px;
	height:288px;
}

#conteudo-entrada {
	display:block;
	height:121px;
	width:899px;
	background-image:url("../images/fundo-entrada.jpg");
	background-repeat:repeat-x;
	background-color:rgb(137,156,170);
	padding-top:17px;
	padding-bottom:17px;	
}

#tabs {
	margin-left:18px;
	margin-right:18px;
	width:auto;
	height:23px;
	position:relative;
}

#tabs a {
	display:block;
	height:23px;
	line-height:23px;
	color:white;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0px;
	text-align:center;
	text-decoration:none;
	font-family:"Trebuchet MS";
	vertical-align:middle;
}

#tabs a.ativo {
	color:black;
} 

#sobre {
	width:197px;
	background-image:url("../images/sobreCTI.gif");
	left:0px;
	padding-right:25px;
}

#solucoes {
	width:191px;
	background-image:url("../images/solucoes.gif");
	left:197px;
	padding-left:25px;
	padding-right:24px;
}
#cases {
	width:195px;
	background-image:url("../images/cases.gif");
	left:413px;
	padding-left:24px;
	padding-right:24px;
}

#news {
	width:207px;
	background-image:url("../images/news.gif");
	left:632px;
	padding-left:24px;
}

#sobre.ativo {background-image:url("../images/sobreCTI_over.gif");}
#solucoes.ativo {background-image:url("../images/solucoes_over.gif");}
#cases.ativo {background-image:url("../images/cases_over.gif");}
#news.ativo {background-image:url("../images/news_over.gif");}

#conteudo-tab
{
	margin-left:18px;
	margin-right:18px;
	width:auto;
	height:98px;
	background-image:url("../images/fundo-conteudo.jpg");
	background-repeat:repeat-x;
	position:relative;
}

.tab-conteudo {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:700px;
	padding-right:143px;
	height:75px;
	padding:10px;
}

.tab-conteudo  ul {
	margin-top:0px;
}

.tab-conteudo li {
	list-style-type:square;
	color:rgb(227,95,19);
	text-align:left;
}

.tab-conteudo a {
	color:gray;
	text-decoration:none;
}

.tab-conteudo a:hover {
	font-weight:bold;
}



img.tab-imagem {
	position:absolute;
	top:0;
	right:-143px;
}