/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Copyright (c) 2008-2010 AgenciaWX Development Team
	Última revisão: Jhony Pacheco Gomes 19/07/2010

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Itens de Layout
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.box {
	z-index:2;
	position:relative;
}
#all {
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	clear:both;
}
#header h1 a {
	background:transparent url("../img/logo.png") no-repeat;
	width:323px;
	height:129px;
	left:20px;
	top:35px;
	position:absolute;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
#menu {
	height:30px;
	top:60px;
	left:375px;
	position:absolute;
}
#menu ul li {
	padding-left:11px;
	float:left;
	display:inline;
}
#menu ul li a {
}
.bt-default {
	height:27px;
	line-height:27px;
	font-size:12px;
	color:#F4811E;
	display:block;
	float:left;
	display:inline;
}
.bt-default span {
	width:4px;
	height:27px;
	line-height:27px;
	display:block;
	float:left;
	display:inline;
	font-weight:bold;
}
.bt-default .bt-default-left {
	background:url("../img/bt_bkg_left.png") no-repeat;
}
.bt-default .bt-default-bkg {
	background:url("../img/bt_bkg.jpg") repeat-x;
	width:auto;
	padding:0 5px;
}
.bt-default .bt-default-right {
	background:url("../img/bt_bkg_right.png") no-repeat;
	width:4px;
	display:block;
}
#mini-fotos {
	top:135px;
	left:470px;
	position:absolute;
}
#header-banner {
	padding-top:205px;
}
#header-banner-bkg {
	background:url("../img/destaque_top_bkg.png") no-repeat;
	width:960px;
	height:280px;
}
#beader-banner-imagem {
	height:220px;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	width:900px;
}
#header-banner #header-banner-imagem {
	background:url("../img/single_destaque.png") no-repeat;
	height:140px;
}
#content {
	padding-top:20px;
	clear:both;
}
#main-content {
	width:940px;
	padding:0 10px;
}
h2#h2 {
	margin-bottom:25px;
	clear:both;
}
#foto-texto {
	width:500px;
	float:left;
	display:inline;
	overflow:hidden;
}
#texto {
	width:430px;
	padding-left:10px;
	float:left;
	display:inline;
	overflow:hidden;
}
#texto p, #texto ul {
	padding-bottom:15px;
}
#texto h1, #texto h2, #texto h3, #texto h4, #texto h5, #texto h6 {
	font-weight:bold;
}
#footer {
	padding-top:30px;
	clear:both;
}
#destaque-footer {
}
#destaque-noticias {
	background:url("../img/noticias_destaque_bkg.png") no-repeat;
	width:741px;
	height:219px;
	float:left;
	display:inline;
}
#destaque-noticias h2 {
	padding:20px 0 30px 20px;
}
#destaque-noticias .noticia {
	width:340px;
	padding-left:20px;
	float:left;
	display:inline;
	overflow:hidden;
}
#destaque-noticias .noticia .foto {
	background:#FFF;
	width:139px;
	height:104px;
	margin-right:10px;
	float:left;
	display:inline;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#destaque-noticias .noticia .foto img {
	width:135px;
	height:100px;
	margin:2px 0 0 2px;
}
#destaque-noticias .noticia .texto {
}
#destaque-noticias .noticia .texto h3 {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}
#destaque-noticias .noticia .texto p {
	padding-top:5px;
}
#noticia-ver-todos {
	padding-top:15px;
	padding-right:45px;
	text-align:right;
	clear:both;
}
#destaque-informativo {
	width:195px;
	padding-left:20px;
	float:left;
	display:inline;
	overflow:hidden;
}
#destaque-informativo h2 {
	padding-bottom:15px;
}
#destaque-informativo p {
	padding-bottom:15px;
}
#destaque-informativo form {
}
#destaque-informativo label {
	padding-bottom:5px;
	display:block;
	clear:both;
}
#destaque-informativo input {
	background:#FFF;
	width:145px;
	height:20px;
	line-height:20px;
	padding:0 2px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
#destaque-informativo input.wxcadastro2-btn {
	width:45px;
	cursor:pointer;
}
#inf {
	padding-top:30px;
	clear:both;
}
#inf h3 {
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
}
#inf-endereco {
	width:454px;
	border-right:1px solid #FFF;
	padding-right:25px;
	float:left;
	display:inline;
	text-align:right;
	font-size:15px;
	line-height:18px;
}
#inf-atendimento {
	width:455px;
	padding-left:25px;
	float:left;
	display:inline;
	font-size:15px;
	line-height:18px;
}
#inf-atendimento #inf-skype {
	width:100%;
	clear:both;
}
#inf-atendimento #inf-skype img {
	margin-top:1px;
	float:left;
	display:inline;
}
#inf-atendimento #inf-skype p {
	padding-left:5px;
	float:left;
	display:inline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Copyright - Assinatura da Agência WX
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#copyright {
	margin:0px auto;
	width:245px;
	color:#FFF;
	font-weight:bold;
	padding:40px 0 15px 0;
}
#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	text-align:left;
}
#copyright a {
	color:#FFF;
}
#copyright .copyright-logo {
	float:left;
	display:inline;
	padding-top:1px;
}
#copyright .copyright-texto {
	float:left;
	display:inline;
	padding-left:5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Inicial
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#inicial #header-banner #header-banner-imagem {
	background:url("../img/destaque_top.png") no-repeat;
	height:340px;
}
#destaque-content {
	padding-left:15px;
	font-size:13px;
	line-height:16px;
}
#destaque-apresentacao {
	width:340px;
	float:left;
	display:inline;
}
#destaque-apresentacao p {
	padding-top:15px;
}
#destaque-produtos {
	width:230px;
	padding-left:70px;
	float:left;
	display:inline;
}
#destaque-produtos h2 {
	font-size:15px;
}
#destaque-produtos ul {
	padding:15px 0 15px 30px;
	padding-left:30px;
}
#destaque-produtos img {
	margin-left:30px;
	margin-top:15px;
}
#destaque-conheca {
	padding-right:55px;
	float:right;
	display:inline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Produtos & Serviços
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#produtos h2.h2 , #servicos h2.h2 {
	margin-bottom:25px;
	clear:both;
	font-weight:normal;
}
#produtos {
	width:500px;
	float:left;
	display:inline;
}
#produtos .produto {
	width:150px;
	height:150px;
	padding-right:15px;
	float:left;
	display:inline;
	overflow:hidden;
}
#produtos .produto .slideshow img {
	width:150px;
	height:100px;
}
#produtos .produto .texto {
}
#produtos .produto .texto h3 {
	padding-top:6px;
	font-size:16px;
	line-height:18px;
	text-align:center;
}
#servicos {
	float:left;
	display:inline;
}
#solitar-orcamento {
	width:180px;
	margin:0 auto;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Orçamento
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#form-orcamento {
	clear:both;
}
#form-orcamento label {
	padding:0;
	display:block;
	float:none;
}
#content-dados {
	width:440px;
	padding-left:15px;
	float:left;
	display:inline;
}
#content-mensagem {
	width:490px;
	float:left;
	display:inline;
}
#content-mensagem textarea {
	width:400px;
	height:200px;
}
#content-mensagem input#upload-disabled {
	clear:both;
	display:block;
	float:none;
	margin-top:5px;
	width:auto;
}
#content-mensagem #form-field-submit input {
	width:auto;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Notícias
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#noticias {
}
#noticias .noticia {
	width:295px;
	height:150px;
	padding-right:20px;
	margin-bottom:10px;
	float:left;
	display:inline;
	overflow:hidden;
}
#noticias .noticia .foto {
	background:#FFF;
	width:139px;
	height:104px;
	margin-right:10px;
	float:left;
	display:inline;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#noticias .noticia .foto img {
	width:135px;
	height:100px;
	margin:2px 0 0 2px;
}
#noticias .noticia .texto {
}
#noticias .noticia .texto h3 {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}
#noticias .noticia .texto p {
	padding-top:5px;
}
body#noticias #destaque-noticias {
	display:none;
}
body#noticias #destaque-informativo {
	width:auto;
	padding-left:15px;
	float:none;
	display:block;
}
body#noticias #wxcadastro2-form input {
	width:180px;
	margin-right:10px;
	float:left;
	display:inline;
}
body#noticias #wxcadastro2-form input.wxcadastro2-btn {
	width:auto;
}
body#noticias #informativo-remover {
	clear:both;
}
