/* GERAL */
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	color:#3D3D3D;
	overflow-x:hidden;
}

#container {
	width:auto;
	height:auto;
}

h1 {
	margin:0;
	padding:0;
	font-size:26px;
	color:#595959;
	text-transform:uppercase;
	font-family: 'Oswald', arial;
}

h2 {
	margin:0;
	padding:0;
	font-size:17px;
	text-transform:uppercase;
	font-family: 'Oswald', arial;
	color:#FFF;
}

/* TOPO */
#header {
	width:auto;
	height:146px;
	margin-top:20px;
	background:url("../images/bg_header.png") repeat-x;
	position:relative;
	z-index:1000;
}

#header_center {
	width:980px;
	height:128px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:346px;
	height:92px;
	float:left;
	margin-top:30px;
}

#menu {
	width:565px;
	height:127px;
	float:right;
	margin-top:11px;
	z-index:1000;
}

#menu ul {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	list-style:none;
}

#menu li {
	margin:0;
	padding:0;
	display:inline;
}

#menu a.header_bt_home {
	width:58px;
	height:127px;
	float:left;
	background:url("../images/bt_home_hover.png") no-repeat;
}

#menu a.header_bt_home_selecionado {
	width:58px;
	height:127px;
	float:left;
	background:url("../images/bt_home_hover_selecionado.png") no-repeat;
}

#menu a.header_bt_home:hover {
	background-position:0 -127px;
}

#menu a.header_bt_empresa {
	width:99px;
	height:127px;
	float:left;
	background:url("../images/bt_empresa_hover.png") no-repeat;
}

#menu a.header_bt_empresa_selecionado {
	width:99px;
	height:127px;
	float:left;
	background:url("../images/bt_empresa_hover_selecionado.png") no-repeat;
}


#menu a.header_bt_empresa:hover {
	background-position:0 -127px;
}

#menu a.header_bt_servico {
	width:108px;
	height:127px;
	float:left;
	background:url("../images/bt_produtos_hover.png") no-repeat;
}

#menu a.header_bt_servico_selecionado {
	width:108px;
	height:127px;
	float:left;
	background:url("../images/bt_produtos_hover_selecionado.png") no-repeat;
}

#menu a.header_bt_servico:hover {
	background-position:0 -127px;
}

#menu a.header_bt_orcamento {
	width:105px;
	height:127px;
	float:left;
	background:url("../images/bt_orcamento_hover.png") no-repeat;
}

#menu a.header_bt_orcamento_selecionado {
	width:105px;
	height:127px;
	float:left;
	background:url("../images/bt_orcamento_hover_selecionado.png") no-repeat;
}

#menu a.header_bt_orcamento:hover {
	background-position:0 -127px;
}

#menu a.header_bt_localizacao {
	width:114px;
	height:127px;
	float:left;
	background:url("../images/bt_localizacao_hover.png") no-repeat;
}

#menu a.header_bt_localizacao_selecionado {
	width:114px;
	height:127px;
	float:left;
	background:url("../images/bt_localizacao_hover_selecionado.png") no-repeat;
}

#menu a.header_bt_localizacao:hover {
	background-position:0 -127px;
}


#menu a.header_bt_contato {
	width:80px;
	height:127px;
	float:left;
	background:url("../images/bt_contato_hover.png") no-repeat;
}

#menu a.header_bt_contato_selecionado {
	width:80px;
	height:127px;
	float:left;
	background:url("../images/bt_contato_hover_selecionado.png") no-repeat;
}

#menu a.header_bt_contato:hover {
	background-position:0 -127px;
}

/* CENTER */
#center {
	width:1027px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:50%;
	margin-left:-513px;
}

#center_header {
	width:1027px;
	height:38px;
	background:url("../images/bg_center_header.png") no-repeat;
}

#center_footer {
	width:1027px;
	height:38px;
	background:url("../images/bg_center_footer.png") no-repeat;
}

#center_center {
	width:927px;
	height:auto;
	padding-left:50px;
	padding-right:50px;
	text-align:justify;
	overflow:hidden;
	background:url("../images/bg_center.png") repeat-y;
}

#center_center2 {
	width:980px;
	height:auto;
	text-align:justify;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#formulario_contato_icon {
	width:449px;
	height:475px;
	float:right;
	background:url("../images/icon_mail2.png") no-repeat;
}

/* INDEX */
.index_desc {
	width:287px;
	height:190px;
	padding:20px;
	float:left;
	background:url("../images/bg-caixa-home.png") no-repeat;
	font-size:12px;
}

.index_desc:hover {
	background-position:0 -232px;
}

.index_desc a {
	width:31px;
	height:30px;
	float:right;
	margin-top:15px;
	background:url("../images/bt-link.png") no-repeat;
}

.index_desc a:hover {
	background-position:0 -30px;
}

.index_desc2 {
	width:287px;
	height:190px;
	padding:20px;
	float:left;
	background:url("../images/bg-caixa-home.png") no-repeat;
	font-size:12px;
}

.index_desc2:hover {
	background-position:0 -232px;
}

.index_desc2 a {
	width:85px;
	height:88px;
	float:right;
	margin-top:30px;
	background:url("../images/icon_map.png") no-repeat;
}

.index_desc2 a:hover {
	background-position:0 -88px;
}

.banner-loja-virtual {
	width:285px;
	height:190px;
	padding:20px;
	float:right;
	background:url("../images/bg-caixa-loja.png") no-repeat;
	font-size:12px;
}

.banner-loja-virtual:hover {
	background-position:0 -232px;
}

.banner-loja-virtual a {
	width:31px;
	height:30px;
	float:right;
	margin-right:-5px;
	margin-top:160px;
	background:url("../images/bt-link2.png") no-repeat;
}

.banner-loja-virtual a:hover {
	background-position:0 -30px;
}

#banner_destaques_geral {
	width:421px;
	height:254px;
	float:right;
	margin-right:-9px;
}

.banner_destaques {
	width:359px;
	height:109px;
	float:right;
	padding-top:22px;
	padding-left:62px;
	background:url("../images/bg_banners.png") no-repeat;
}

.banner_destaques_desc {
	float:left;
	width:70px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:900;
	margin-top:15px;
}

.banner_destaques_tel {
	float:right;
	width:200px;
	margin-right:30px;
	margin-top:20px;
	font-weight:900;
	font-size:35px;
	color:#FFF;
	text-align:center;
	line-height:25px;
}

.banner_destaques_mapa {
	float:left;
	width:190px;
	text-align:center;
	color:#FFF;
	font-size:21px;
	font-weight:900;
	margin-top:15px;
}

.banner_destaques_tel span{
	font-size:12px;
}

.banner_loja {
	width:563px;
	height:127px;
	float:left;
	position:absolute;
	left:41px;
	margin-top:131px;
}

.banner_loja a {
	width:533px;
	height:97px;
	color:#FFF;
	text-transform:none;
	font-size:39px;
	float:left;
	text-decoration:none;
	font-weight:900;
	padding-left:30px;
	padding-top:30px;
	background:url("../images/bg_loja_virtual.png") no-repeat;
}

.banner_loja a span {
	font-size:22px;
}

.banner_loja a:hover {
	background-position:0 -127px;
}

a.banner_destaques_mapalink {
	width:102px;
	height:104px;
	float:right;
	margin-right:20px;
	margin-top:-10px;
	background:url("../images/icon_map.png") no-repeat;
}

a.banner_destaques_mapalink:hover {
	background-position:0 -104px;
}

#projetos_index{
	width:auto;
	height:430px;
	background:url("../images/bg_servs_home.jpg") repeat-x;
}

a.banner-loja {
	width:925px;
	height:100px;
	float:left;
	margin-top:15px;
	background:url("../images/banner-loja.jpg") no-repeat;
}

a.banner-loja:hover {
	background-position:0 -100px;
}

#projetos_index_center {
	width:980px;
	height:370px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	padding-top:40px;
	background:url("../images/icons_servis.png") no-repeat bottom;
}

#projetos_index_center a.link {
	width:31px;
	height:30px;
	float:right;
	background:url("../images/bt-link2.png") no-repeat;
}

#projetos_index_center a.link:hover {
	background-position:0 -30px;
}


a.projetos_index_mais {
	float:right;
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}

a.projetos_index_mais {
	text-decoration:underline;
}

a.projetos_index_1 {
	width:234px;
	height:55px;
	float:left;
	margin-top:17px;
	margin-left:1px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-left:10px;
	padding-top:261px;
}

a.projetos_index_1:hover {
	background:url("../images/projeto1_hover.png") no-repeat;
}

a.projetos_index_2 {
	width:249px;
	height:55px;
	float:left;
	margin-top:17px;
	margin-left:-17px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-left:18px;
	padding-top:261px;
}

a.projetos_index_2:hover {
	background:url("../images/projeto2_hover.png") no-repeat;
}

a.projetos_index_3 {
	width:249px;
	height:55px;
	float:left;
	margin-top:17px;
	margin-left:-16px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-left:18px;
	padding-top:261px;
}

a.projetos_index_3:hover {
	background:url("../images/projeto3_hover.png") no-repeat;
}

a.projetos_index_4 {
	width:232px;
	height:55px;
	float:left;
	margin-top:17px;
	margin-left:-16px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-left:18px;
	padding-top:261px;
}

a.projetos_index_4:hover {
	background:url("../images/projeto4_hover.png") no-repeat;
}

.imagem-empresa {
	width:647px;
	height:218px;
	float:right;
	margin-left:20px;
	margin-top:20px;
	background:url("../images/empresa.png") no-repeat;
}

.imagem-empresa:hover {
	background-position:0 -218px;
}

#servicos_link_home {
	width:980px;
	height:342px;
}

.servicos_link_home_tit {
	font-size:13px;
	font-weight:bold;
	margin-top:30px;
	float:left;
}

/* PÁGINAS INTERNAS */
.paginas_internas {
	width:930px;
	height:auto;
	float:left;
	font-size:12px;
}

a.link_galeria {
	width:139px;
	height:139px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
}

.link_selecionado {
	width:139px;
	height:139px;
	position:absolute;
	z-index:2000;
}

.link_selecionado:hover {
	background:url("../images/thumb_hover.png") no-repeat;
}


/* RODAPÉ */
#footer {
	width:auto;
	height:280px;
	overflow:hidden;
	margin-top:-13px;
	background:url("../images/bg_footer.png") repeat-x;
}

#footer_center {
	width:980px;
	height:auto;
	margin-top:14px;
	margin-left:auto;
	margin-right:auto;
}

.menu_footer {
    width:980px;
	height:35px;
	border-bottom:1px solid #000;
	float:left;
	font-size:14px;
	font-family: 'Oswald', arial;
}

.menu_footer ul {
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-transform:uppercase;
}

.menu_footer li {
	display:inline;
}

.menu_footer a {
	color:#262626;
	text-decoration:none;
}

.menu_footer a:hover {
	color:#000;
	text-decoration:underline;
}

.footer_contato {
	height:120px;
	width:265px;
	float:left;
	margin-top:35px;
	text-align:left;
	font-size:28px;
	margin-bottom:15px;
	font-family: 'Oswald', arial;
}

.footer_coyright {
	width:322px;
	height:40px;
	color:#FFF;
	float:left;
	margin-left:70px;
	margin-top:18px;
	font-size:12px;
	text-align:center;	
}