/* Fontes Especiais */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

/* Elementos */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#FDFDFD url('../img/htm/fundo.jpg') fixed no-repeat;
	font-family: 'Roboto Condensed', Tahoma;
	font-size: 12px;
}
h1 {
	color: hsl(187, 65%, 37%);
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	text-shadow:#EEE 1px 1px 2px;
}
h2 {
	color: hsl(187, 65%, 37%);
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	text-shadow:#eee 1px 1px 2px;
}
h3 {
	color: hsl(187, 65%, 37%);
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:13px;
	text-shadow:#eee 1px 1px 2px;
}
h4 {
	color: hsl(187, 65%, 37%);
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:11px;
	text-shadow:#ccc 1px 1px 2px;
}
hr {
	background: hsl(187, 65%, 37%);
	opacity: 0.1;
	border: dotted 2px hsl(187, 65%, 37%);
	margin-top: 5px;
	margin-bottom: 10px;
}
blockquote {
	padding: 15px;
}
a:link {
	color: #81983d;
	text-decoration:none;
}
a:visited {
	color: #81983d;
	text-decoration:none;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
	text-decoration:none;
}

/* Layout Básico*/
#site {
	margin: 0 auto;
	width: 960px;
}

#topo {
	position:relative;
}
#menu {
	background: #FFF url('');
	line-height: 45px;
	text-align:center;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	color: hsl(187, 65%, 37%);
	margin-left: 30px;
	font-family: Helvetica, Verdana, arial, serif;
	font-size: 16px;
}
#menu ul li a:hover {
	text-decoration: none;
	background: none;
}

#container {
	background: #FFF url(../img/layout/colfaux.png) repeat-y; /*faux-colums: aqui*/
}

#conteudo {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #333;
	width: 960px;
	float:left;
	line-height: 19px;
}
#conteudo .html {
	padding: 30px 40px;
}

#esquerda {
	display: ;
	width: 160px;
	float:left;
	/* background: #FFF; */
}

#direita {
	display: ;
	width: 200px;
	float:left;
	/* background: #FFF; */
}

#conteudo .html p {
	padding-top: 20px;
	text-align: justify;
}

#rodape {
	clear: both;
	background: #eee url('../img/layout/rodape.png') no-repeat;
	text-align: center;
	height: 100px;
}

#creditos {

}
#creditos .copy {
	display: block;
}
#creditos a {
	display: block;
}




#telefone-rodape {
width:960px;
margin:0 auto;
padding-top: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#FDBD00;
text-align:center;
}

#copyright {
width:960px;
margin:0 auto;
padding-top: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-align:center;
}

#endereco {
width:960px;
margin:0 auto;
padding-top: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#cccccc;
text-align:center;
}

#box-diferenciais	{
	width: 250px;
	padding-top:20px;	
	padding-left:35px;
	padding-right:20px;
	float:left;
}

#box-projetos	{
	width: 250px;
	padding-top:20px;
	padding-right:20px;
	float:left;
}
#midia-na-midia	{
	padding-top:20px;
	width:250px;
	float:left;

}
#clientes_box .img {
	width: 100px;
	height:100px;
}