/*PARAMENTROS GERAIS*/

* { margin:0; padding:0; border:0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#FEFEFE;
}

html {
    overflow: -moz-scrollbars-vertical;
}
  
/****************************************************/

/* CLASSES GERAIS */

.strong {	
	font-weight:bold;
}

.hide { 
	display: none; 
}

.clear {
	clear: both; 
}

img {
	border: none;
}

.img-left {
	float:left;
	padding: 2px 12px 2px 0px;
}

.img-right {
	float:right;
	padding: 2px 0px 2px 12px;
}

.centro {
	text-align: center;
}

.direita {
	text-align:right;
}

.left {
	float:left;
}

.right { 
	float:right;
} 

a {
	color:#C5261F;
}

a:hover {
	color:#C5261F;
}

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

/*CONTEÚDO A TODAS PÁGINAS*/

#main {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#topo {
	width:100%;
	margin: 15px 0 0 0;
}

#logo {
	float:left;
	width:353x;
	margin:0;
	padding:0;
}

#menu {
	float:right;
	width:507px;
	margin: 25px 0 0 0;
}

#conteudo {
	width: 900px;
	background-color:#F3F3F3;
	height:444px;
	border: #EAEAE8 1px solid;
	margin-top:15px;
}

#rodape {
	width:900px;
	font-size: 10px;
	color:#767473;
}

#rodape p {
	line-height: 180%;
	margin:0;
	padding:0;
}

#rodape a {
	font-size: 10px;
	color:#767473;
	text-decoration:none;
}

#rodape a:hover {
	font-size: 10px;
	color:#6A6968;
	text-decoration:underline;
}

#rodape_esq {
	float:left;
	width: 50%;
}

#rodape_esq_bg {
	background-image:url(img/layout/tel-mail.png);
	background-repeat:no-repeat;
	width:244px;
	height:39px;
}

.rodape-texto {
	padding: 0px 0 0 23px;
}

#rodape_dir {
	float: right;
	width: 50%;
	font-size:9px;
	text-align:right;
	color:#959493;
}

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

/* PARA A HOME */

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

/* PARA INTERNAS */

#imagem {
	width:260px;
	height:444px;
	float:left;
}

#texto {
	float:left;
	margin: 13px 10px 13px 15px;
	width:615px;
	min-height: 420px;
}

.fundo {
	background-image: url(img/layout/bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#titulo {
	margin-bottom: 10px;
	margin-left:-5px;
}

#banners {
	margin-top: 10px;
}

#banners img {
	padding-left: 15px;
	padding-right: 15px;
}

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

/* TEXTOS E LINKS*/

p {
	margin: 0;
	padding:0;
	line-height:140%;
	margin: 2px 0 8px 0;
}	


.obrigatorio {
	font-size:9px;
	color:#FF8282;
}

.texto-obrigatorio {
	font-size: 10px;
}

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

/* MENU */

.m-home a {
	display: block;
	background-image: url(img/menu/home.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:67px;
	height:26px;
}

.m-home a:hover {
	background-position: 0px 26px;
}	

.m-home-ativo a {
	display: block;
	background-image: url(img/menu/home.png);
	background-position: 0px 26px;
	text-decoration: none;
	width:67px;
	height:26px;
}	

.m-grupo a {
	display: block;
	background-image: url(img/menu/o-grupo.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:86px;
	height:26px;
	margin-left:8px;
}

.m-grupo a:hover {
	background-position: 0px 26px;
}	

.m-grupo-ativo a {
	display: block;
	background-image: url(img/menu/o-grupo.png);
	background-position: 0px 26px;
	text-decoration: none;
	width:86px;
	height:26px;
	margin-left:8px;	
}

.m-empresa a {
	display: block;
	background-image: url(img/menu/empresas.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:182px;
	height:26px
}

.m-empresa a:hover {
	background-position: 0px 26px;
}	

.m-empresa-ativo a {
	display: block;
	background-image: url(img/menu/empresas.png);
	background-position: 0px 26px;
	text-decoration: none;
	width:182px;
	height:26px
}

.m-contato a {
	display: block;
	background-image: url(img/menu/contato.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:92px;
	height:26px
}

.m-contato a:hover {
	background-position: 0px 26px;
}	

.m-contato-ativo a {
	display: block;
	background-image: url(img/menu/contato.png);
	background-position: 0px 26px;
	text-decoration: none;
	width:92px;
	height:26px
}

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

/* FORMS */

#contato-tab {
	color:#333;
	margin-top: 10px;
}

#contato-tab input {
	width: 250px;
	height:16px;
	color: #605D5C;
	padding: 3px 2px 2px 2px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #efefef;
	background-color:#FFFFFF;
	font-size: 11px;
}

#contato-tab select {
	width: 256px;
	height:24px;
	color: #605D5C;
	padding: 3px 2px 2px 2px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #efefef;
	background-color:#FFFFFF;
	font-size: 11px;
}

#contato-tab textarea {
	width: 256px;
	height:100px;
	color: #605D5C;
	padding: 3px 2px 2px 2px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #efefef;
	background-color:#FFFFFF;
	font-size: 11px;
}

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

/* OUTROS */

.logo {
	width:198px;
	float:left;
	margin: -5px 0 0 -10px;
}

.texto-logos {
	float:left;
	width:410px;
	margin: 2px 0 0 0;
	line-height:130%;
}

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