﻿/* GERAL */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

div:after, ol:after, form:after, ul:after, dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

body, html { height:100%; }

body {
	background:#474747;
	border-top:5px solid #02b55e;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	line-height:17px;
	color:#e7e7e7;
}

img { border:none; }

a {
	text-decoration:none;
	outline:none;
	color:#2bb673;
}

.nomargin {
	margin:0 !important;
}

/* TITULOS */

h1 {
	text-indent:-1000000px;
	font-size:24px;
	line-height:40px; 
	background-repeat:no-repeat !important;
}

#tit_sobrenos		{ background:url(../images/tit_sobrenos.png); }
#tit_servicos		{ background:url(../images/tit_servicos.png); }
#tit_blog	 		{ background:url(../images/tit_blog.png); }
#tit_depoimentos	{ background:url(../images/tit_depoimentos.png); }
#tit_clientes		{ background:url(../images/tit_clientes.png); }
#tit_contato		{ background:url(../images/tit_contato.png); }

/* TUDO */

#tudo {
	width:957px;
	height:100%;
	margin:0 auto;
}

body > #tudo {
	height:auto;
	min-height:100%;
}

/* TOPO */

#topo {
	width:100%;
	height:124px;
	padding:14px 0;
	position:relative;
}

/* LOGO */

#topo .logo {
	float:left;
}

/* MENU */

#menu {
	position:relative;
	float:left;
	margin:20px 0 0 100px;
}

#menu li {
	list-style:none;
	float:left;
	display:inline;
}

#menu li a {
	background:url(../images/bg_menu.png) no-repeat;
	height:48px;
	display:block;
	float:left;
	margin:0 15px;
	text-indent:-100000000px;
}

#menu li a.home					{ width:56px; background-position:-12px 0; }
#menu li a.sobre				{ width:54px; background-position:-96px 0; }
#menu li a.servicos				{ width:77px; background-position:-178px 0; }
#menu li a.clientes				{ width:73px; background-position:-283px 0; }
#menu li a.blog					{ width:41px; background-position:-385px 0; }
#menu li a.contato				{ width:75px; background-position:-455px 0; }

#menu li a.home:hover, #menu li a.home.ativo			{ background-position:-12px -48px; }
#menu li a.sobre:hover, #menu li a.sobre.ativo			{ background-position:-96px -48px; }
#menu li a.servicos:hover, #menu li a.servicos.ativo	{ background-position:-178px -48px; }
#menu li a.clientes:hover, #menu li a.clientes.ativo	{ background-position:-283px -48px; }
#menu li a.blog:hover, #menu li a.blog.ativo			{ background-position:-385px -48px; }
#menu li a.contato:hover, #menu li a.contato.ativo		{ background-position:-455px -48px; }

/* BANNERS */

#banners {
	width:951px;
	border-top:1px dashed #858585;	
	padding:23px 3px;
}

/* CONTEUDO */

#conteudo {
	width:100%;
	border-top:1px dashed #858585;	
	padding:24px 0;
	margin-top:7px;
}

/* FORM */

form {
	position:relative;
	float:left;
	width:400px;
}

label {
	float:left;
	width:100%;
}

input.text, textarea {
	width:95%;
	padding:2px 3px;
	border:0;
	line-height:14px;
	font-family:"Trebuchet MS", Tahoma, Verdana;	
}

input.text {
	height:14px;
}

textarea {
	height:200px;
}

/* QR CODE */

#qrcode {
	float:left;
	margin:40px 0 0 198px;
}

/* COLUNAS */

.coluna {
	width:200px;
	margin-right:49px;
	float:left;
}

.coluna a {
	margin-top:30px;
	float:right;
}

/* BALAO */

.balao {
	background:#303030 url(../images/bg_balao.jpg) bottom left no-repeat;
	width:188px;
	font-size:12px;
	color:#ffffff;
	font-style:italic;
	padding:7px 6px 47px 6px;
}

/* RODAPE */

#rodape {
	width:100%;
	border-top:1px dashed #858585;	
	padding:30px 0 20px 0;
	text-align:right;
}