@import url('form.css');
/* RESET  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { text-decoration: none; }
a img { border: none; }
a:focus { outline: none !important; }

body {
	background-color: #32C6F4;
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
}

.clear { clear: both; }

div.boxgrid a,
div.nav a,
div.contato h1,
div.sucesso h2,
div.navegacao a.twitter,
div.descricao a.fechar,
a.showInfo {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}
div.navegacao {
	width: 250px;
	float: left;
}
div.container {
	position: absolute;
	left: 250px;
}

div.navegacao a.logo {
	display: block;
	margin: 21px 0 0 23px;
}
div.navegacao ul {
	width: 230px;
	margin: 45px 0 50px 5px;
	display: block;
	list-style: none;
}
div.navegacao a.item {
	background: transparent url(../img/menu.gif) no-repeat 0 0;
	display: block;
	height: 40px;
	font: 22px/40px Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	padding-left: 55px;
}
div.navegacao a.item:hover { color: #005C87; }
div.navegacao a.item span { color: #9ADFF4; }
div.navegacao a.item:hover span { color: #1A91C8; }

div.navegacao a.item.sobre { background-position: 0 0; }
div.navegacao a.item.sobre:hover { background-position: 0 -40px; }

div.navegacao a.item.contato { background-position: 0 -80px; }
div.navegacao a.item.contato:hover { background-position: 0 -120px; }

div.navegacao a.item.metodo { background-position: 0 -160px; }
div.navegacao a.item.metodo:hover { background-position: 0 -200px; }

div.navegacao a.item.portifolio { background-position: 0 -240px; }
div.navegacao a.item.portifolio:hover { background-position: 0 -280px; }

div.navegacao ul.clientes { margin: 0; float: left }
div.navegacao ul.clientes li {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
	font: 11px/19px Tahoma, sans-serif;
}
div.navegacao ul.clientes li a { display: block; color: #004D71; padding-right: 10px; }
div.navegacao ul.clientes li a:hover, .ativo { color: #FFFFFF !important; }
div.navegacao ul.clientes li a:visited { background: transparent url(../img/visto.gif) no-repeat right center !important; }


div.navegacao a.twitter {
	background: transparent url(../img/menu.gif) no-repeat 0 -320px;	
	width: 27px;
	height: 24px;
	margin-left: 30px;
	clear: both;
}
div.navegacao a.twitter:hover { background-position: 0 -344px; }




/* Seleção de trabalhos */
div#option {
	height: 40px;
	margin-bottom: 10px;
}
div#option a {
	background: #70D7F7 url(../img/opcoes.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: auto;
	float: left;
	font: 1.8em/40px Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	padding-right: 10px;
	margin-right: 10px;
}
div#option a:hover,
.selecionado { background-color: #FCDB04 !important; }
#job {
	background-position: 10px 0 !important;
	padding-left: 45px;
}
#site {
	background-position: 10px -80px !important;
	padding-left: 50px;
}
#id {
	background-position: 10px -40px !important;
	padding-left: 55px;
}
#produto {
	background-position: 10px -120px !important;
	padding-left: 70px;
}

/* Grade de trabalhos */
div.grid {
	padding: 50px 0;
	float: left;
}
div.info {
	width: 195px;
	height: 195px;
}



div.boxgrid {
	background: #FFF url(../img/bg-cliente.gif) no-repeat 0 0;
	width: 160px;
	height: 160px;
	float: left;
	margin: 0 8px 8px 0; 
	overflow: hidden;
	position: relative;
	z-index: 1;
}
div.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
div.boxgrid h1 {
	font: 18px/1 Arial,sans-serif;
	letter-spacing: -1px;
	color: #32C6F4;
	margin: 12px 12px 30px;
	z-index: 1;
}
div.boxgrid a {
	background: url(../img/vejamais.gif) no-repeat 0 0;
	width: 72px;
	height: 72px;
	margin: 0 auto;
}
div.boxgrid a:hover { background-position: 0 -72px; }





/* PROJETO */
div.projeto {
	width: 755px;
	float: left;
	position: relative;
	padding-bottom: 10px;
}
div.projeto div.legenda {
	background: #32C6F4 url(../img/teclas.gif) no-repeat right center;
	width: 80px;
	font-size: 9px;
	text-align: right;
	color: #1E779B;
	padding-right: 35px;
	margin: 5px 5px 0;
	float: right;
}
div.projeto h1 {
	font: 2.4em/1.5 Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFF;
}
div#project {
	background: #FFF;
	width: 755px;
	padding-bottom: 10px;
	position: relative;
}
div.nav {
	height: 10px;
	float: right;
	margin: 16px 10px 0 0;
	display: inline;
}
div.nav a,
a.prev, a.prevPage,
a.next, a.nextPage {
	background-image: url(../img/navegacao.gif);
}
div.nav a {
	background-position: -46px 0;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	cursor: pointer;
}
div.nav a:hover,
div.nav a.active { background-position: -46px -10px; }

a.prev, a.prevPage,
a.next, a.nextPage {
	background-position: 0 0;
	display: block;
	float: left;
	width: 23px;
	height: 24px;
	margin: 9px 5px 7px 0;
	cursor: pointer;
}
a.prev, a.prevPage { margin-left: 10px; }
a.next, a.nextPage { background-position: -23px 0px; }
a.prev:hover,
a.prevPage:hover { background-position: 0 -24px; }
a.next:hover,
a.nextPage:hover { background-position: -23px -24px; }
a.disabled { visibility: hidden !important; }

div.show {
	width: 735px;
	height: 700px;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
#slide {
	position: absolute;
	width: 20000em;
}
div.slide {
	width: 735px;
	height: 700px;
	float: left;
}
a.showInfo {
	position: relative;
	top: 9px;
	left: 20px;
	background: url(../img/mais-info.gif) no-repeat 0 0;
	width: 54px;
	height: 24px;
}
a.showInfo:hover {
	background-position: 0 -24px;
}
div.descricao {
	background: #FCDB04;
	width: 175px;
	font-size: 1.1em;
	line-height: 1.5;
	color: #000000;
	position: absolute;
	margin: 20px;
	padding: 30px;
	z-index: 100;
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
div.descricao .fechar {
	background-image: url(../img/close.gif);
	width: 14px;
	height: 14px;
	position: absolute;
	top: 9px;
	right: 9px;
}

div.descricao a.verSite {
	background: #000;
	font-weight: bold;
	color: #FCDB04;
	padding: 2px 3px;
}
#anterior,
#proximo {
	display: none;
}
/* FORMULARIO DE CONTATO */

div.contato {
	margin: 100px 0 0;
}
div#bloco {
	background: #5ED9FF;
	width: 410px;
	padding: 20px;
	float: left;
}
div.contato h1 {
	background: transparent url(../img/form_seta.gif) no-repeat 0 0;
	float: left;
	width: 15px;
	height: 52px;
	margin-top: 65px;
}
form { display: block; }
form div.campo {
	float: left;
	width: 205px;
	margin: 0 0 15px;
}
form div.campo.local { width: auto!important; padding-right: 8px; }
form div.campo span.tel {
	display: block !important;
	float: left;
	margin-left: 8px !important;
}
form div.msg { margin-bottom: 15px; }
form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
form label em {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #005C87;
}
div.sucesso h2 {
	background-image: url(../img/sucesso_contato.gif);
	width: 415px;
	height: 90px;
	margin: 0 auto 10px auto;
}
div.sucesso p {
	font: 18px/22px Arial, sans-serif;
	letter-spacing: -1px;
	color: #0C6EAC;
	margin: 0 0 10px 120px;
}
/* Alerta de erro */
.formError {
	position:absolute;
	display:block;
	width:155px;
	height: 35px;
	margin: 0 0 0 -70px;
	z-index:5000;
}
.formError .formErrorContent {
	background: #FAE034;
	display: block;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
	color: #3C3B31;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}