/*
    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    projetos@artwebdigital.com.br
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	background:url(../img/site/bgBody.jpg) center top no-repeat #fff;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	border:none;
}
/* header */

#site{
    width: 980px;
    margin: 0 auto;
	clear:both;
}

#logo {
	background:url(../img/site/logo.png) no-repeat;
	width:268px;
	height:183px;
	margin-left:-14px;
	float:left;
	z-index:999;
	position:relative;
}

/* menu */

.moduletable_topmenu{
    display: inline-block;
    float: left;
    padding: 0;
    text-align: center;
}

.moduletable_topmenu ul{
   list-style: none;
   margin: 0px;
   padding: 0;
   text-align:center;
}
 

.moduletable_topmenu li{
	float: left;
	text-align:center;
	text-shadow: none;
	text-decoration: none;
}

.moduletable_topmenu li ul {
	position: absolute;
	width: auto;
	left: -999em;
	border-bottom: none;
	text-align:center;
	float:left;
	padding-top:30px;
	margin-left:-5px;
}

.moduletable_topmenu li:hover ul {

}

.moduletable_topmenu li ul li {
	height:38px;
	position:relative;
	z-index:100;
	background:url(../img/site/tituloBanner.jpg);
	width:230px;
	float:none;
	margin-bottom:-25px;
	*margin-bottom:0;
}

html>body .moduletable_topmenu li a {
	width: auto;
}

.moduletable_topmenu li a:hover,a#active_menu:link,a#active_menu:visited{
	color: #FFFF00;
   text-decoration: none;
}

.moduletable_topmenu li ul li a {
	text-align:left;
    text-decoration: none;
	color: #ffffff;
	float:left;
	margin-left:0px;
	text-transform:uppercase;
	font-size:18px;
	padding:0 5px;
}

.moduletable_topmenu li ul li a:hover {
	text-align:left;
	color: #FFFF00;
}

.moduletable_topmenu li:hover ul, .moduletable_topmenu li.sfhover ul {
   left: auto;
}

.moduletable_topmenu ul li.active a {
   color: #C00;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active a {
   color: #C00;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active a:hover {
   color: #666;  
}

.moduletable_topmenu li.parent.active ul li a {
   color: #333;
   text-decoration: none;
}
.moduletable_topmenu li.parent.active ul li a:hover {
   color: #666;
   text-decoration: none;
}

:root .moduletable_topmenu li ul li {
	height:39px \0/IE9;
}

.moduletable_topmenu li ul {
	*margin-left:-87px;
	_margin-left:-87px;
	*z-index:5;
}

.moduletable_topmenu li ul li.item7{
	_margin-left:70px;
	*margin-left:70px;
	*height:30px;
	_height:30px;
}





#separadorMenu{
	background:url(../img/site/separadorMenu.png) no-repeat;
	width:2px;
	height:41px;
	float:left;
	margin:0 20px;
}

#menu{
	float:right;
	margin-top:25px;
}

#menu a {
    color: #FFFFFF;
    text-decoration: none;
	float:left;
	text-transform:uppercase;
	font-size:18px;
	margin-top:8px;
}

/* BANNER */
#espaco_banner{
	width:100%;
	height:30px;
	margin:0px auto;
}

#bannerTodo{
	float:left;
	margin-top:-75px;
}

#banner{
	width:950px;
	height:345px;
	margin-bottom:40px;
}
#cont_banner{
	width:950px;
	height:345px;
	margin:0px auto;
}

#tituloEnav{
	width:930px;
	height:30px;
	background:url(../img/site/tituloBanner.png);
	padding:10px;
	margin-top:295px;
}

h3.bannerTitulo{
	font-size:20px;
	color:#FFFFFF;
	text-align:right;
}

.nav { margin: 5px 0 }
#nav a, #s7 strong { 
	text-indent:3000; 
	margin: 0 3px; 
	border: none	; 
	padding:11px; 
	font-size:0px; 
	background: url(../img/png/btnSlider2.png) no-repeat; 
	text-decoration: none; 
	color:transparent 
}
#nav a.activeSlide { background: url(../img/png/btnSlider.png) no-repeat; border:none; color:transparent }
#nav a:focus { outline: none; }
#nav a:hover { background: url(../img/png/btnSlider.png) no-repeat; border:none; color:transparent }

.nav { 
	*margin: 11px 0 
}
#nav a, #s7 strong { 
	*width:21px;
	*height:21px;
}
#nav a.activeSlide { 
	*width:21px;
	*height:21px;
}

#nav a:hover { 
	*width:21px;
	*height:21px;
}



/* content */

#conteudo{
	width:950px;
	margin:0 auto;
}

#content{
	width:950px;
	float:none;
	clear:both;
}

#content h2 {
	font-size:22px;
	text-transform:uppercase;
	color:#cf1e26;
	margin-bottom:15px;
	font-weight:lighter;
}

p.nomeProjetoDestaque {
	font-size:18px;
	text-transform:uppercase;
	color:#cf1e26;
	font-weight:bolder;
	width:380px;
	margin:0 0 14px 0; 
}

#content a{
	color:#cf1e26;
}

#content p{
	color:#666666;
	font-size:14px;
	text-align:justify;
	line-height:21px;
}

p.postmeta {
    color: #888888;
}

#content .entry {
	display: inline-block;
    padding: 10px 0 0 0;
}

#content .entry img{
    float:left;
    display: block;
    padding:1px;
    /*border: 1px solid #3476A7;*/
    margin:8px 20px 0 0;
}

#content .albuns {
    padding: 0 0 20px 0;
	text-align: center;
	float: left;
}
#content .album {
	float: left;
    padding: 20px;
    margin: 8px 5px 0;
    padding: 22px;
}

.dataNoticia {
	color:#666666;
}


.clearing {
    clear: both;
}

/*             HOME HOME HOME HOME HOME HOME HOME HOME     */

#homeEsquerda{
	width:530px;
	float:left;
}

#homeDireita{
	width:380px;
	float:right;
}

h2.fonteE{
	font-family:sans-serif;
	margin:0 6px;
}

#esquerda2{
	margin-top:15px;
}

#bgNoticias{
	background:url(../img/site/bgNoticia.jpg) no-repeat;
	width:518px;
	height:27px;
	float:left;
	padding:10px 0 0 10px;
	margin-bottom:2px;
}

#tituloNoticias{
	float:left;
	clear:both;
	width:530px;
	*margin-bottom:15px;
}

/*                Noticia             */ 

#noticiaIndividual{
	width:950px;
	height:100px;
}

h3.noticiaTitulo{
	font-size:18px;
	color:#cf1e26;
	padding-top:10px;
}

/*          Produtos                  */

#detalhesProduto{
	width:80px;
	height:20px;
	margin:10px auto 0;
}

#projetoIndividual{
	float:left;
	width:200px;
	height:240px;
	margin:0 18px 5px;
	overflow:hidden;
}

h3.tituloProjeto{
	width:200px;
	text-align:center;
	height:42px;
}

#imagemProdutos{
	width:200px;
	height:150px;
}

#conteudoProduto{
	width:420px;
	float:right;
}

.prev_slider1{
	background:url(../img/site/prev.png) no-repeat;
	width:12px;
	height:14px;
	border:0 none;
	cursor:pointer;
	float:left;
	margin-top:45px;
	margin-right:10px;
}

.next_slider1{
	background:url(../img/site/next.png) no-repeat;
	width:12px;
	height:14px;
	border:none;
	cursor:pointer;	
	float:right;
	margin-top:-85px;
}

#sliderFotos{
	margin-top:10px;
	width:500px;
	height:130px;
	overflow:hidden;
}

/* footer */

#footer {
    width:100%;
    height: 120px;
    background:url(../img/site/bgRodape.jpg);
	margin-top:35px;
}

#rodape{
	width:980px;
	margin:0 auto;
}

#pranRodape{
	background:url(../img/site/planRodape.png) no-repeat;
	width:252px;
	height:179px;
	float:right;
	margin-top:-60px;
}

#footer p {
    text-align:left;
    color: #FFFFFF;
	font-size:14px;
}

#footer p.enderecoRodape{
	width:360px;
	font-size:14px;
	text-transform:uppercase;
	padding-top:20px;
}

#artweb{
width:65px;
margin:0 auto 0;
}

/* formulario de contato - 1 - */
#divBoxM{
	width:305px;
	float:left;
	height:45px;
}

#divBoxNome {
	width:80px;
	height:35px;
	float:left;
	font-size:14px;
	color:#666;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
}

#divBoxInput {
	width:210px;
	height:35px;
	float:left;
}

#divBoxInput input{
	width:200px;
	height:20px;
	background:url(../img/site/campoFormMen.png) no-repeat;
	border:none;
	padding:5px;
	color:#666666;
	font-size:14px;
}

#divBoxInput select{
	width:210px;
	height:30px;
	background:url(../img/site/campoFormMen.png) no-repeat;
	border:none;
	padding:6px 10px 6px 8px;
	color:#666666;
	font-size:14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#divBoxInput select{
	border:1px solid #ccc;
	background:none !important;
	margin-left:-8px;
}

#selectChromeEsquerda{
	background:url(../img/site/campoFormEsquerda.png) no-repeat;
	width:8px;
	height:30px;
	z-index:100;
	position:relative;
	float:left;
}

#selectChromeDireita{
	background:url(../img/site/campoFormDireita.png) no-repeat;
	width:8px;
	height:30px;
	z-index:100;
	position:relative;
	float:left;
	margin:-30px 0 0 202px;
}

#divBoxInput{
	width:210px;
	height:30px;
}
.boxCrohme{
	float:left;
}
}


#divBox{
	height:160px;
	clear:both;
}	

#divBoxText textarea{
	width:810px;
	background:none !important;
	height:140px;
	border:none;
	padding:5px;
	color:#666666;
	font-size:14px;
	z-index:5;
	position:relative;
    font: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	*border:1px solid #ccc;
}

#campoTextArea{
	width:820px;
	height:150px;
	background:url(../img/site/campoFormularioMaior.jpg) no-repeat !important;
	float:left;
	position:absolute;
	margin:91px 0 0 91px;
	z-index:0;
}

:root #divBoxText textarea{ 
	width:800px \0/IE9;
	height:130px \0/IE9;
	padding:0 \0/IE9;
	margin:10px 0 0 10px \0/IE9;
}


iframe{
	margin-top:-5px;
}

.divBoxErro {
	width:205px;
	float:left;
	font-size:13px;
	color:#F00;
	display:none;
	text-align:right;
	margin-top:-8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.divBoxErro {
	margin-top:-3px;
}

}


:root .divBoxErro {
	margin-top:-6px \0/IE9;
}


#formContato fieldset{
	margin:0;
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:260px;
	margin-left:25px;
}		

#formContato legend{display:none;}	
#formContato label{display:block;}	

.erro {
	font-size: 14px ;
	font-weight:lighter;
	margin: -23px 0 0 50px;
	text-align:right;
	color:#FF0000;
	width:200px;
	height:20px;
	display:none;
}