/* CSS Document */
body {
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
p, h2, h3, h4, h5 {
	width: 360px;
	w/idth: 380px;
	padding: 10px 10px 10px 10px;
	float: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #015F82;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #015F82;
	text-align: center;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #015F82;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	border-bottom: 15px solid #FFF;
}
#header {
	width: 750px;
	clear: both;
}
#header img {
	float: right;
}
/******************************** navega��o ****************************/
#menu {
	width: 151px;
	float: left;
	clear: both;
	padding-top: 89px;
	background:url(../images/logo_tectran.jpg) top no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	position: relative;
	width: 200px;
}
#menu ul li a {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
#menu .m-home {
	background-image: url(../images/m-home.png);
	background-repeat: no-repeat;
	height: 22px;
	background-position: 0 -8px;
}
#menu .m-home:hover, body.act-home .m-home {
	background-position: 0 -38px;
}
#menu .m-apresenta {
	background-image: url(../images/m-apresenta.png);
	background-repeat: no-repeat;
	height: 22px;
}
#menu .m-servicos {
	background-image: url(../images/m-servicos.png);
	background-repeat: no-repeat;
	height: 23px;
}
#menu .m-servicos:hover, body.act-servicos .m-servicos {
	background-position: 0 -21px;
}
#menu .m-apresenta:hover, body.act-apresenta .m-apresenta {
	background-position: 0 -22px;
}
#menu .m-trabalhos {
	background-image: url(../images/m-trabalhos.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#menu .m-trabalhos:hover, body.act-trabalhos .m-trabalhos {
	background-position: 0 -23px;
}
#menu .m-equipe{
	background-image: url(../images/m-equipe.png);
	background-repeat: no-repeat;
	height: 25px;
}
#menu .m-equipe:hover, body.act-equipe .m-equipe {
	background-position: 0 -25px;
}
#menu .m-clientes {
	background-image: url(../images/m-clientes.png);
	background-repeat: no-repeat;
	height: 24px;
}
#menu .m-clientes:hover, body.act-clientes .m-clientes {
	background-position: 0 -24px;
}
#menu .m-noticias {
	background-image: url(../images/m-noticias.png);
	background-repeat: no-repeat;
	height: 24px;
}
#menu .m-noticias:hover, body.act-noticias .m-noticias {
	background-position: 0 -24px;
}
#menu .m-contato {
	background-image: url(../images/m-contato.png);
	background-repeat: no-repeat;
	height: 33px;
}
#menu .m-contato:hover, body.act-contato .m-contato {
	background-position: 0 -33px;
}
/***************** coluna esquerda (home e internas) *******************/
#coluna-esquerda {
	width: 200px;
	float: left;
	background: #CCC url(../images/fim_coluna.jpg) bottom no-repeat;
	padding: 0 0 16px 0;
}
#coluna-esquerda p {
	color: #FFF;
	text-align: center;
	font-weight:bold;
	padding: 0 0 0 0;
	width: 200px;
}
#coluna-esquerda a {
	color: #FFF;
	text-decoration: none;
}
#coluna-esquerda a:hover {
	color: #666;
}
/********************** lista de cases (trabalhos) *********************/
#coluna-esquerda ul  {
	list-style: none;
	width: 180px;
	w/idth: 200px;
	color: #666;
	text-align: left;
	padding: 0 10px 0 10px;
}
#coluna-esquerda ul li {
	padding: 10px 0 0 0;
	clear: both;
}
#coluna-esquerda ul li a {
	text-decoration: none;
	color: #FF5318;
	font-weight: normal;
}
#coluna-esquerda ul li a:hover {
	color: #0066FF;
	text-decoration: underline;
}
/**************************** coluna direita ************************/
#coluna-direita {
	width: 550px;
	float: right;
	padding: 20px 0 0 0;
}
img.titulo  {
	float: right;
}
.lead {
	padding: 20px 0 20px 0;
	background: url(../images/degrade_bg.jpg) left top no-repeat;
}
.lead p {
	font-size: 14px;
	color: #015F82;
	font-weight:normal;
}
.coluna530 {
	width: 530px;
	border-left: 20px solid #FFF;
	clear:both;
}
.coluna530 hr {
	clear: both;
	float: left;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #33FF33;
	border-left: 2px solid #FFCC00;
	border-right: 2px solide #000;
}
body.act-noticias .coluna530 h2 {
	text-align: center;
}
body.act-trabalhos .coluna530 h2 {
	padding: 15px 10px 15px 10px;
}
.coluna530 h3 {
	background:url(../images/degrade_bg_azul.jpg) top repeat-x;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	clear: both;
}
/**************************** listas ************************/
.coluna530 ul {
	float: left;
	width: 380px;
}
.coluna530 ul li {
	width: 340px;
	w/idth: 380px;
	clear:both;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/bullet.gif) 20px 10px no-repeat;
	padding: 5px 10px 5px 30px;
}
.coluna530 ul li.lista {
	background: none;
	padding: 15px 0 15px 10px;
	font-weight: bold;
}
.coluna530 ul li.lista a {
	font-weight: bold;
}
.coluna530 ul li.ano {
	font-size: 14px;
	font-weight: bold;
	color: #015F82;
	padding: 25px 10px 10px 10px;
	clear: both;
	background: none;
}
.contato {
	width: 170px; 
	float:left;
	padding: 10px 10px 10px 10px;
}
.coluna180 {
	width: 180px;
	background: url(../images/degrade_bg.jpg) left top no-repeat;
	float: left;
	border-left: 20px solid #FFF;
	padding-top: 10px;
}
.coluna180 p, .coluna180 h2 {
	width: 160px;
	w/idth: 180px;
	padding: 5px 10px 15px 10px;
}
/************************** noticias *****************************/
.noticias  {
	float: left;
	width: 380px;
	border-left: 20px solid #FFF;
}
.noticias ul {
	list-style: none;
}
.noticias ul li {
	width: 360px;
	w/idht: 380px;
	clear:both;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #999;
}
.noticias ul li ul li{
	width: 360px;
	padding: 3px 0 3px 0;
	border: none;
}
/************************** clientes *****************************/
.clientes {
	width: 380px;
	clear: both;
	border-left: 20px solid #FFF;
}
.clientes ul {
	list-style: none;
	width: 380px;
	clear:both;
	padding: 20px 0 0 0;
}
.clientes ul li {
	width: 126px;
	text-align: center;
	float:left;
	padding: 0 0 10px 0;
}
/********************************** equipe ************************/
.equipe, .estagiarios, .responsaveis {
	width: 530px;
	clear: both;
	border-left: 20px solid #fff;
}
.equipe img, .estagiarios img, .responsaveis img {
	float: right;
}
.equipe ul, .estagiarios ul, .responsaveis ul {
	width: 380px;
	float: left;
	background: url(../images/degrade_cinza_branco.jpg) 20px 0 no-repeat;
}
.equipe ul li {
	background: url(../images/degrade_bg.jpg) 0 100px no-repeat;
	width: 180px;
	height: 250px;
	float: left;
}
.estagiarios ul li {
	background: url(../images/degrade_bg.jpg) 0 100px no-repeat;
	width: 180px;
	height: 235px;
	float: left;
}
.responsaveis ul li {
	background: url(../images/degrade_bg.jpg) 0 100px no-repeat;
	width: 180px;
	float: left;
}
.estagiarios ul li.vazio, .equipe ul li.vazio {
	background: #FFF url(../images/degrade_cinza_branco.jpg) top no-repeat;
}
.equipe ul li.espaco, .estagiarios ul li.espaco, .responsaveis ul li.espaco {
	background: url(../images/bg-equipe.jpg) top no-repeat;
	padding-right: 20px;
}
.equipe ul li p, .estagiarios ul li p, .responsaveis ul li p{
	width: 160px;
	w/idth: 180px;
	padding: 10px 10px 15px 10px;
}
.equipe ul li strong, .estagiarios ul li strong, .responsaveis ul li strong {
	font-weight: bold;
}
.equipe ul li img, .estagiarios ul li img, .responsaveis ul li img {
	float: none;
}
/********************************* cor dos links ******************************/
a:link, a:visited {
	text-decoration: none;
	color: #FF5318;
	font-weight: normal;
}
a:hover, a:active {
	color: #0066FF;
	text-decoration: underline;
}
/********************************* bg colunas *********************************/
.degrade-cinza-branco {
	background: url(../images/degrade_cinza_branco.jpg) repeat-x;
	border-bottom: 20px solid #FFF;
}
.degrade-cinza-branco p {
	padding: 20px 10px 0 10px;
}
.degrade-cinza {
	background: url(../images/degrade_bg.jpg) left top no-repeat;
}	
/************************************ home *************************************/
#rodape {
	width: 750px;
	clear: both;
	font-size: 10px;
	color: #666;
}
#rodape p {
	width: 750px;
	text-align: center 
}
/************************************ HACKS ************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */