
/* Geral */


* {margin:0;padding:0;} 

html {
	height: 100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/textura.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	background-color: #990b11;
	overflow:auto;
	height: 100%;
	min-height: 100%;
}

#tudo {
	background-image:url(images/topo.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
	overflow:hidden;
	height:100%;
	min-height:100%;
}


body > #tudo {
	height: auto;
	min-height: 100%;
}

.container {
	width: 930px;
	margin: 0 auto;
	padding:10px 10px 165px 10px;
	min-height: 100%;
	height:100%;
	overflow:auto;
}

img{
	border:0;
}

a{
	text-decoration:none;
}

/* Banner + Menu */

header{
}

#logo {
	border-radius:10px;
	box-shadow:#000 0.3em 0.3em 15px;
	background-color:#FFF;
	width:255px;
	height:80px;
	float:left;
	padding:5px;
}

.banner-infs {
	width:250px;
	margin-left:665px;
	height:12px;
	text-align:right;
	font-size:10px;
	color:#FFF;
	padding-right:15px;
	line-height:7px;
}

#banner-fotos {
	height:383px;
}

nav {
	line-height:35px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	height:33px;	
	cursor:pointer;
}

nav ul {
	display:inline;
	margin-left:105px;
}
	
.itemMenu {
	display:inline;
	text-align:center;
	width:70px;
	height:50px;
	border:0px solid #FF0;
	padding:5px;
	cursor:pointer;
}

nav a {
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	cursor:auto;
	margin:0 10px;
	cursor:pointer;

}

.itemMenu:hover, .itemMenuativo  {
	display:inline;
	text-align:center;
	width:70px;
	height:50px;
	border:0px solid #FF0;
	padding:5px;
	background-color:#410002;
	cursor:pointer;
}

.fluxslider {
	box-shadow:#000 0.3em 0.3em 15px;
}

/* Miolo */

#miolo {
	margin-top:425px;
	border:#00F 0px dashed;
	min-height:100%;
	height:100%;
	overflow:hidden;
}

/* Home */

#pgHome{
	padding:15px;
}

/* Empresa */

#pgEmpresa{
	background-color:#cbcfcd;
	padding:5px;
	color:#474747;
	height:470px;
}

/* Serviços */

#pgServicos{
	background-color:#cbcfcd;
	padding:5px;
	color:#474747;
}

/* Projetos */

#pgProjetos{
	background-color:#cbcfcd;
	padding:5px;
	color:#474747;
}

.txtProjetos{
	border-top:2px dotted #999999;
	margin-bottom:20px;
	list-style-position: inside;
}

#pgProjetos a{
	text-decoration:none;
}


/* CMC356 */

#pgCMC{
	background-color:#cbcfcd;
	padding:5px;
	color:#474747;
	height:379px;
}


/* Clientes */

#pgClientes{
	background-color:#cbcfcd;
	padding:15px 20px 0 20px;
	color:#474747;
}

#pgClientes img{
	margin-bottom:15px;
}

/* Contato */

#pgContato{
	background-color:#cbcfcd;
	padding:5px;
	color:#474747;
}

.form_contato_bt{
	width:65px;
	border:none;
	color:#5e5e5e;
	background-color:#cbcfcd;
	cursor:pointer;
	text-align:center;
	}
	
.form_contato_bt:hover{
	font-weight:bold;
	}

.inputForm{
	width:205px;
	height:25px;
	background-color:#e7e7e7;
}

.textAreaForm{
	width:207px;
	height:130px;
	background-color:#e7e7e7;
}
	

/* Rodapé */

footer{
	background-color:#9a0b11;
	margin:0 auto;
	position:absolute;	
	margin-top:-145px;
	height:145px;
	bottom:0;
	width:100%;
	clear:both;
}

#rodape {
	width:930px;
	padding:10px;
	margin:0 auto;
}

#rodape img {
	margin-left:10px;
	float:left;
}

#infs {
	color:#FFF;
	font-size:9px;
	text-align:right;
	margin-top:23px;
}