@charset "utf-8";
/* CSS Document */

/* ---- Main Container ---- */
#container {
	width: 960px;
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

/* ---- Header ---- */
#header {
	width:960px;
	height:90px;
	background-image: url(../images/header/bg_header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: solid 1px #CCC;
}

#header a {
	display: block; 
	height: 77px;	
}
#logo {
	width:180px;
	height:90px;
	padding-top:26px;
	padding-left:25px;
	float:left;
	background-image: url(../images/header/bg_header_left_fog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* ---- Nav Menu ---- */

#navigation {
	width:390px;
	float:right;
	position: relative;
	top:25px;
	display:block;
}

#navigation ul {
	font-size:1em;
	margin:0;
	padding:0;	
	
}

#navigation ul li {
	display:-moz-inline-stack; 
	display:inline-block;
	zoom:1; 
	*display:inline;
	cursor:pointer;
	font-size:0.9em;

}
#navigation ul li a{
	color: #134153;
	width:70px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 5px;
	margin-right:5px;
	text-align:center;
	
}
#navigation ul li a:hover{
	color:#000;
	background-color:#bfeaf8;
}
#navigation ul li a.selected {
	font-weight:bold;
	color:#000;
	background-color:#bfeaf8;	
}


/* ---- Banner Home---- */
#banner {
	width:960px;
	height:250px;
	color:#fff;
	margin:0;
	padding:0px;
	background-color: #1E78B7;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
}
#banner h1, #banner h2 {
	text-indent:-9999px;
}
/* ---- Banner Orcamento---- */
#banner-orcamento {
	width:960px;
	height:250px;
	color:#fff;
	margin:0;
	padding:0px;
	background-color: #E55016;
	background-image: url(../images/bg_banner_orcamento.jpg);
	background-repeat: no-repeat;
}
#banner-orcamento h1, #banner-orcamento h2 {
	text-indent:-9999px;
}
/* ---- Banner Trabalho---- */
#banner-trabalho {
	width:960px;
	height:250px;
	color:#fff;
	margin:0;
	padding:0px;
	background-color: #00E860;
	background-image: url(../images/bg_banner_trabalho.jpg);
	background-repeat: no-repeat;
}
#banner-trabalho h1, #banner-trabalho h2 {
	text-indent:-9999px;
}

/* ---- Banner Sobre---- */
#banner-sobre {
	width:960px;
	height:250px;
	color:#fff;
	margin:0;
	padding:0px;
	background-color: #FAD900;
	background-image: url(../images/bg_banner_sobre.jpg);
	background-repeat: no-repeat;
}
#banner-sobre h1, #banner-sobre h2 {
	text-indent:-9999px;
}

/* ---- Separador Cinza ---- */
#separador-quote {
	width:960px;
	height:72px;
	background-color: #333;
	background-image: url(../images/bg_separador.jpg);
	background-repeat: repeat-x;
}
#separador-quote h1 {
	color:#FFF;
	line-height:72px;
	margin-left:40px;
}

.spacer {
	width:auto;
	margin-top:20px;
}

/* ---- Conteúdo ---- */
/* Chamada */
#chamada {
	width:960px;
	height:334px;
	background-image: url(../images/conteudo.jpg);
	background-repeat: no-repeat;
	float:left;
}

#chamada-left h2, #chamada-left h3, #chamada-right h2, #chamada-right h3 {
	text-indent:-9999px;
	position:absolute;
}
#chamada-left {
	position:relative;
	top:120px;
	left:160px;
	width:280px;
	height:auto;
	font-size:0.9em;
	float:left;
	
}

#chamada-right {
	position:relative;
	top:120px;
	left:390px;
	width:260px;
	height:auto;
	font-size:0.9em;
	float:left;
}


/* Conteudo Orcamento */
#chamada-orcamento {
	width:960px;
	height:387px;
	background-image: url(../images/conteudo-orcamento.jpg);
	background-repeat: no-repeat;
	clear:both;
	margin-top:8px;
}
#chamada-orcamento h2 {
	text-indent:-9999px;
}

/* Conteudo Trabalho */
#cases {
	float:left;
	margin:0px;
	height:auto;
}

#cases img {
	width:300px;
	height:77px;
	border:solid 7px #c4c4c4;
	margin:10px 0;	
}
#cases img:hover {
	border:solid 7px #1E6FAF;
}

#trabalho-preview {
	float:left;
}

/* Previews */
#previews {
	margin-top:8px;
}
#preview-1, #preview-2, #preview-3 {
	float:left;
	width:310px;
	text-align:left;
	margin-left:5px;
}

#preview-1 p, #preview-2 p, #preview-3 p{
	padding: 0 6px;
	font-size:0.8em;
	text-align: justify;
}
#preview-1 a img, #preview-2 a img, #preview-3 a img {
	width:294px;
	height:107px;
	border:solid 7px #c4c4c4;
	margin-top:10px;
		
}
#preview-1 a:hover img, #preview-2 a:hover img, #preview-3 a:hover img {
	width:294px;
	height:107px;
	border:solid 7px #1E6FAF;
}

#preview-1 h4, #preview-2 h4, #preview-3 h4{
	padding-bottom:15px;
	border-bottom:1px solid #DDD;
	font-weight:normal;
	text-decoration:none;
}

.pre-text {
	font-size:0.7em;
	color:#999;
	line-height:0.7em;

}

/* ---- Rodapé ---- */
#rodape {
	width:auto;
	padding:20px 0 0 0;
	color:#999;
	font-size:0.75em;
	clear:both;
	margin-bottom:0;

}

#rodape a {
	color:#666;	
}
#rodape a:hover {
	color:#000;
	text-decoration:none;
}

#rodape img#twitter {
	position:relative;
	right:0px;
	vertical-align:middle;
	
}

/* ---- Extras ---- */
.titulo1 {
	font-size:1.2em;
	font-weight:bold;
	
}

a.links-especiais  {
	color: #134153;
	text-decoration:none;
	font-size:0.8em;
}

a.links-especiais:hover {
	text-decoration:underline;

}

.spacer {
	margin-top:20px;
}

