/*
*	Site: Interwise.com.br
*	Author: Marcos Timm Rossow <http://interwise.com.br>
*	Version: 1.0
*	Copyright: Interwise 2009
*	Data: 23/12/2008
*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #181c1f;
	text-align: center;
}

.centro {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

.centro_interno {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#topo {
	width: 100%;
	height: 183px;
	background: black url('../../imagens/bg_topo.jpg') repeat-x;
}

#topo #logo {
	width: 286px;
	height: 120px;
	position: relative;
	left: 40px;
	top: 40px;
	background-image: url('../../imagens/logo.png');
}

#topo #logo h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -1999px;
	overflow: hidden;
}

#topo #logo h1 a {
	width: 286px;
	height: 120px;
	display: block;
}

#topo #telefone {
	position: absolute;
	top: 80px;
	right: 40px;
}

#topo #twitter {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 10px;
	right: 60px;
	border: 0px;
}

#topo #twitter a {
	display: block;
	width: 54px;
	height: 54px;
}

#topo #twitter img {
	border: 0px;
}

#menu {
	position: absolute;
	top: 26px;
	right: 0px;
}

#menu ul {
	margin: 116px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-right: 4px;
}

#menu ul li a {
	width: 137px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url('../../imagens/menu_li.png');
}

#menu ul li a:hover {
	color: #333333;
}

#banner {
	width: 962px;
	padding: 5px;
	height: 191px;
	margin: 15px auto;
	background-image: url('../../imagens/bg_banner.jpg');
}

#carrosel {
	width: 100%;
	float: left;
	border-top: 1px solid #313030;
	border-bottom: 1px solid #313030;
	background-color: #1d2226;
}

#seta_esquerda {
	float: left;
	margin: 60px 20px 0px 20px;
}

#seta_esquerda a, .se {
	display: block;
	width: 56px;
	height: 72px;
	background: transparent url('../../imagens/seta_esquerda.png') 0 0;
}

#seta_esquerda a:hover, .seH {
	background-position: 0px 149px;
}

#seta_direita {
	float: right;
	margin: 60px 20px 0px 0px;
}

#seta_direita a, .sd {
	display: block;
	width: 60px;
	height: 72px;
	background: transparent url('../../imagens/seta_direita.png') 0 0;
}

#seta_direita a:hover, .sdH {
	background-position: 0px 149px;
}

#carrosel{
	height: 190px;
}

.titulo_projetos_recentes {
	width: 227px;
	height: 22px;
	text-indent: -1999px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../../imagens/projetos_recentes.png');
}

.titulo_a_empresa {
	width: 144px;
	height: 28px;
	text-indent: -1999px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../../imagens/titulo-a-empresa.jpg');
}

.titulo_contato {
	width: 100px;
	height: 22px;
	text-indent: -1999px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../../imagens/titulo-contato.jpg');
}

.titulo_solucoes {
	width: 119px;
	height: 29px;
	text-indent: -1999px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../../imagens/titulo-solucoes.jpg');
}

.titulo_clientes {
	width: 107px;
	height: 24px;
	text-indent: -1999px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../../imagens/titulo-clientes.jpg');
}

#box_diferenciais {
	width: 300px;
	height: 183px;
	float: left;
	margin-left: 20px;
	padding: 20px;
	background: transparent url('../../imagens/sombra.jpg') no-repeat 0 8px;
}

#box_diferenciais ul {
	list-style-image: url('../../imagens/ico_check.jpg');
	margin: 0px;
	padding: 0px;
}

#box_diferenciais ul li {
	margin: 5px 0px 5px 35px;
}

.hidden {
	display: none !important;
}

#conteudo_carrosel {
	width: 700px;
	height: 163px;
	overflow:  hidden;
	float: left;
	margin: 15px 0px 15px 50px;
	position: relative;
}

.descCliente {
	width: 430px;
	height: 160px;
	float: left;
}

#conteudo_carrosel ul {
	width: auto;
	padding: 0px;
	margin: 0px;
}

#conteudo_carrosel ul li {
	position: relative;
	height: 163px;
	top: 0px;
	left: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

#conteudo_carrosel ul li .screenShot {
	width: 189px;
	height: 107px;
	float: left;
	margin-right: 10px;
	padding: 29px 30px 30px 30px;
	background-image: url('../../imagens/bg_screenshot.jpg');
}

#conteudo_carrosel ul li .titulo {
	width: 600px;
	font-size: 22px;
	color: #DE4E16;
	display: block;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

#conteudo_carrosel ul li .descricao {
	height: 91px;
	font-size: 12px;
	color: #e7dcdc;
	display: block;
}

#conteudo_carrosel ul li .tecnologia {
	color: #ced992;
	display: block;
	margin-bottom: 6px;
}

#conteudo_carrosel ul li .link {
	display: block;
}

#conteudo_carrosel ul li .link a {
	color: #4c63b0;
	text-decoration: none;
}

#conteudo_carrosel ul li .link a:hover {
	text-decoration: underline;
}

#sef {
	width: 100%;
	float: left;
}

.simplicidade_e_eficiencia {
	width: 550px;
	height: 24px;
	text-indent: -1999px;
	overflow: hidden;
	margin: 10px 0px 15px 20px;
	float: left;
	background: transparent url('../../imagens/simplicidade_e_eficiencia.png') no-repeat;
}

#see_texto {
	width: 560px;
	margin-left: 10px;
	float: left;
}

#see_texto img {
	float: left;
}

#noticia_depoimento {
	width: 100%;
	float: left;
	border-top: 1px solid #313030;
	border-bottom: 1px solid #313030;
	background-color: #1d2226;
}

#noticia {
	width: 550px;
	float: left;
	margin: 0px 10px 0px 10px;
}

#noticia a {
	color: white;
	text-decoration: none;
}

#noticia a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #c85b00;
	margin: 10px 0px 10px 0px;
}

#depoimentos {
	float: left;
}

.depoimento {
	width: 413px;
	height: 112px;
	margin: 20px 0px 20px 0px;
	background-image: url('../../imagens/bg_depoimento.jpg');
}

.depoimento p {
	width: 300px;
	padding: 30px 10px 10px 60px;
	font-size: 11px;
	font-style: italic;
}

.depoimento .autor_depoimento {
	width: 350px;
	padding: 0px;
	color: #e96a00;
	text-align: right;
	font-style: normal;
}

#noticia .fonte_noticia {
	color: #8b8c90;
	font-style: italic;
	font-size: 10px;
}

#noticia .noticia_integra {
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e9ebf5;
}

address {
	float: right;
	margin: 20px 0px 20px 0px;
	padding-right: 50px;
	text-align: right;
	font-size: 17px;
	font-style: normal;
	color: #cfcfd0;
}

address p {
	margin: 2px;
	font-family: tahoma;
}

#rodape {
	width: 100%;
	height: 106px;
	float: left;
	background-image: url('../../imagens/bg_rodape.jpg');
}

#rodape p {
	height: 53px;
	line-height: 53px;
	text-align: center;
	margin: 0px;
	font-size: 10px;
	color: #cfcfd0;
}

#rodape img {
	border: 0px;
}

.imgInternaDestaque {
	float: left;
	margin: 1px 10px 10px;
}

.centro_interno form {
	margin: 0px;
	padding: 0px;
	float: left;
}

.centro_interno form p {
	font-size: 16px;
	margin: 20px 0px 20px 40px;
}

.centro_interno form p label {
	float: left;
	display: block;
	width: 150px;
}

.centro_interno form p input, .centro_interno form p textarea {
	width: 300px;
	padding: 4px;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #666666;
	background-color: #31383E;
}

.centro_interno form p textarea {
	height: 120px;
}

.centro_interno form p button {
	color: #ffffff;
	padding: 5px;
	margin-left: 150px;
	border: 1px solid #666666;
	background-color: #31383E;
}

.imgInternaContato {
	float: left;
	margin: 30px;
}

.textoInterno {
	width: 680px;
	float: left;
	padding: 20px 0px 20px 0px;
}

#clientes {
	list-style: none;
	margin: 10px;
	padding: 0px;
}

#clientes li {
	width: 910px;
	float: left;
	margin-bottom: 40px;
}

#clientes dl {
	padding: 0px;
	margin: 0px;
}

#clientes dt {
	width: 189px;
	height: 107px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 29px 30px 30px 30px;
	background-image: url('../../imagens/bg_screenshot.jpg');
}

#clientes dd {
	width: 600px;
	height: 80px;
	float: left;
	margin: 0px;
}

#clientes .tituloCliente {
	height: auto;
	font-size: 22px;
	color: #DE4E16;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

#clientes .tecnologia {
	height: auto;
	color: #ced992;
	margin-bottom: 6px;
}

#clientes .link {
	height: auto;
}

#clientes .link a {
	color: #4c63b0;
	text-decoration: none;
}

#clientes .link a:hover {
	text-decoration: underline;
}