* { margin:0; padding:0; border:0px;}

html {height:100%}

body {
	background: url(../img/bg.gif) repeat-x 0 0;
	background-color:#FFF;
	height:100%;
}

#container {
	position:relative;
	width: 990px;
	margin: 0 auto;	

}

/* LOGO */

h1 {
	background: no-repeat 0 0;
	width: 261px;
	height:71px;
	overflow: hidden;
	float: left;
	padding-top:37px;
	padding-left:11px;
	border:0px;
	position:absolute;

}

/* BANNER FLASH */

#banner {
	width:990px;
	height: 388px;
	border:0px;
}


/* MENU PRINCIPAL */


#menu  {
	height: 32px;
	width: 575px;
	margin-left:430px;
	position:absolute;
}

#menu ul {
	list-style:none;
}

#menu li {
	float:left;
	height: 32px;	
	cursor: pointer;
}

#menu li a {
	display: block;
	height: 100%;	
}

#menu li strong {
	display: none;
}

#menu li.a_hightech a {
	background:url(../img/menu/bt_ahightech.gif) no-repeat 0 0;
	width:101px;
}

#menu li.a_hightech a:hover {
	background-position:0 -32px;
}



#menu li.servicos_produtos a {
	background: url(../img/menu/bt_servicos_e_produtos.gif) no-repeat 0 0;
	width: 141px;
}

#menu li.servicos_produtos a:hover {
	background-position:0 -32px;
}

#menu li.projetos_especiais a {
	background: url(../img/menu/bt_projetos_especiais.gif) no-repeat 0 0;
	width: 127px;
}

#menu li.projetos_especiais a:hover {
	background-position:0 -32px;
}

#menu li.orcamento a {
	background:url(../img/menu/bt_orcamento.gif) no-repeat 0 0;
	width: 87px;
}

#menu li.orcamento a:hover {
	background-position:0 -32px;
}

#menu li.news a {
	background: url(../img/menu/bt_news.gif) no-repeat 0 0;
	width: 49px;
}

#menu li.news a:hover {
	background-position:0 -32px;
}

#menu li.contato a {
	background: url(../img/menu/bt_contato.gif) no-repeat  0 0;
	width: 65px;
}

#menu li.contato a:hover {
	background-position:0 -32px;
}




/* TEXTOS */

h3.titulo_content{
	color:#3d3d3d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:5px 0 5px 0;
	
}
h2.titulo_content{
	color:#3d3d3d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:15px 0 10px 0;
	margin-bottom:20px;
	border-bottom:1px #CCC dashed;
	
}
div.conteudo {
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height:15pt;
}
p.conteudo {
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height:15pt;
}
p.conteudo p {
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height:15pt;
}

p.conteudo_news {
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	
}

p.conteudo_news a {
	text-decoration:none;
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	
}

p.conteudo_news a:hover {
	text-decoration:underline;
	color:#ff006c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	
}

span {
	color:#ff006c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height:15pt;
	font-weight:bold;
}

span a:hover{
	text-decoration:underline;
	color:#ff006c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height:15pt;
	font-weight:bold;
}

h2.titulo_news {
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height:15pt;
	font-weight:bold;
}

h2.subtitulo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#3D3D3D;
	font-weight:normal;
	margin:20px 0px 10px 0;
	padding-bottom:3px;
	border-bottom: 1px color:#999 solid;
}
	


/* CONTENT */

#content {
	width:990px;
	margin:0 auto;
}

#content a {
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#linha_title {
	width:990px;
	height:3px;
	margin-top:5px;
	margin-bottom:20px;
	background:#9cc4ce;
	border:1px solid #333;
}

#bloco_01 {
	float:left;
	width: 237px;
	height:100%;
	margin-left: 35px;
	margin-right:65px;
}

#bloco_02 {
	float:left;
	width: 280px;
	height:100%;
	margin-right:65px;
	
}

#bloco_03 {
	float:left;
	width: 340px;
	height:100%;

}

#bloco_02 .news {
	float:left;
	width: 280px;
	border-bottom:dotted #666 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	
}



#bloco_03 {
	float:left;
	width: 280px;
	height:100%;
	
}

#bloco_01 .tit {
	padding-bottom:10px;
	width: 237px;
	height:25px;
}

#bloco_02 .tit {
	padding-bottom:10px;
	width: 237px;
	height:25px;
}




/* FOOTER */

#footer {
	clear:both;
	margin-top:72px;
	background-color:#f0f0f0;
	border-top:1px #CCC solid;
	width: 100%;
	height:175px;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	

}

#footer_content {
	
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	bottom:0;
	margin:0 auto;
	width:990px;	
		
}

#footer_content .col_01{
	float:left;
	margin-top:30px;
	position:relative;
	margin-left:70px;
	margin-right:70px;
	width:115px;
}

#footer_content .col_02{
	float:left;
	margin-top:30px;
	position:relative;
	width:125px;
}

#footer_content .col_03{
	float:left;
	margin-top:30px;
	position:relative;
	width:125px;
	margin-right:75px;
	margin-left:70px;
}

#footer_content .col_04{
	float:left;
	margin-top:30px;
	position:relative;
	width:110px;
	margin-right:55px;
	
}

#footer_content .col_05{
	float:left;
	margin-top:30px;
	position:relative;
	width:115px;
	margin-right:55px;
	
}

#footer_content  h2 {
	color:#5f5f5f;
	font-size:12px;
}
	
#footer_content  ul {
	list-style:none;
}

#footer_content  li a {
	text-decoration:none;
	color:#5f5f5f;
	font-size:11px;
}

#footer_content  li a:hover {
	text-decoration:underline;
	color:#5f5f5f;
	font-size:11px;
}

div.frmOrcamento{
	padding:0 0 15px 0;
	width:310px;
}
div.frmOrcamento div.frmOrcamento-container{
	padding:0 0 0 0;
	text-align:left;
}
div.frmOrcamento .Label{
	float:left;
	width: 40px;
	margin-right: 15px;
	text-align:left;	
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

div.frmOrcamento .Campo{
}

div.frmOrcamento .Campo input#orcamentoNome{
	border:#CCC 1px solid;
	background-color:#EAEAEA;	
	width: 150px;
	height: 15px;
	padding:4px 5px 3px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#333;
	margin:0 0 10px 0;
}

div.frmOrcamento .Campo input#orcamentoEmail{
	border:#CCC 1px solid;
	background-color:#EAEAEA;
	width: 150px;
	height: 15px;
	padding:4px 5px 3px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#333;
}








	
