/*
	PROPRIEDADES PADRÕES
--------------------------------------------------------- */
	* {
		margin:0;
		padding:0;
	}
	body {
		background:#021124 url(../imagens/fundo.jpg) repeat left top;
		font:11px "Trebuchet MS", Arial, Verdana, sans-serif;
		max-width: 240px;
	}
	a {
		color:#C7C7C7;
	}
	a:hover {
		text-decoration:none;
	}
	p {
		color:#fff;
	}
	a img { border:0; }
	.box1 p, .box1 ul, .box1 dl, .box2 p, .box2 ul {
		margin:0 10px 0 10px;
	}
	#conteudo {
		clear:both;
		background-color:#010D1D;
	}
	#tv, #destaque, .vcard, #topo blockquote, #migalha {
		display:none;
	}
	#menu {
		clear:both;
		margin-bottom:6px;
	}
	#menu li {
		display:inline;
		float:left;
		margin-left:5px;
	}
	br.cl {
		clear:both;
	}
	
	#position {
		width:240px;
		height:107px;
	}
	#topo h1 a {
		display:block;
		text-indent:-9999em;
		width:240px;
		height:107px;
		background:url(../imagens/topo-mobile.jpg) no-repeat left top;
		border-bottom:2px solid #c7c7c7;
	}

/*
	TITULOS
--------------------------------------------------------- */

	#ultimo-trabalho, #solucoes, #noticias, #a-empresa, #visao, 
	#missao, #nossas-solucoes, #modalidades, #nossos-clientes, 
	#fale-conosco, #tc-hosting, #tc-marketing, #diferencial, #infra-estrutura {
		display:block;
		width:125px;
		height:17px;
		text-indent:-9999em;
		margin:10px;
	}

	#ultimo-trabalho { background:#010D1D url(../imagens/ultimo-trabalho.jpg) no-repeat left center; }
	#solucoes {	background:#010D1D url(../imagens/solucoes.jpg) no-repeat left center; }
	#noticias {	background:#010D1D url(../imagens/noticias.jpg) no-repeat left center;	}
	#a-empresa { background:#010D1D url(../imagens/a-empresa.jpg) no-repeat left center; }
	#visao { background:#010D1D url(../imagens/visao.jpg) no-repeat left center; }
	#missao {	background:#010D1D url(../imagens/missao.jpg) no-repeat left center; }
	#nossas-solucoes {	background:#010D1D url(../imagens/nossas-solucoes.jpg) no-repeat left center;	}
	#modalidades {	background:#010D1D url(../imagens/modalidades.jpg) no-repeat left center; margin-top:20px;	}
	#nossos-clientes {	background:#010D1D url(../imagens/nossos-clientes.jpg) no-repeat left center;	}
	#fale-conosco {	background:#010D1D url(../imagens/fale-conosco.jpg) no-repeat left center;	}
	#tc-hosting {	background:#010D1D url(../imagens/tc-hosting.jpg) no-repeat left center;	}
	#tc-marketing {	background:#010D1D url(../imagens/tc-marketing.jpg) no-repeat left center;	}
	#diferencial {	background:#010D1D url(../imagens/diferencial.jpg) no-repeat left center;	}
	#infra-estrutura {	background:#010D1D url(../imagens/infra-estrutura.jpg) no-repeat left center;	}

/*
	- NEWSLETTER
--------------------------------------------------------- */
	#newsletter {
		display:table;
		clear:both;
		margin:35px 0 7px 9px;
	}
	#newsletter div {
		display:none !important;
	}
	#newsletter h3 {
		display:block;
		width:90px;
		height:11px;
		text-indent:-9999em;
		background:url(../imagens/newsletter.jpg) no-repeat left center;
		margin-left:5px;
	}
	* html body #newsletter h3 { margin-top:0px; }
	#newsletter input {
		margin:0 6px 0 5px;
	}
	#newsletter label {
		margin-left:5px;
	}


.menu-home-ativado a, .menu-empresa-ativado a, .menu-solucoes-ativado a, .menu-clientes-ativado a, .menu-contato-ativado a {
		display:block;
		/*width:76px;*/
		height:14px;
		background:url(../imagens/arrow-mark.jpg) no-repeat center top;
	}
