
*{
	margin:0 auto;
	text-decoration:none;
	padding:0;
	list-style-type:none;
	font-family:arial, verdana, tahoma;
}
body{
	background:#fefefe url(img/bg_site.jpg);
	background-repeat:repeat-x;
}
/*Inicio do documento*/
#geral{
	width:780px;
	height:100%;
}
#topo{
	width:100%;
	height:180px;
}
#logo{
	width:227px; 
	height:131px;
	background:url(img/logo_hcr.jpg);
}
/*MENU*/
#menu{
	width:715px;
	height:30px;
	margin-top:10px;
}
#menu li{
	display:inline;
	text-align:center;
}
#menu li a{
	font-variant: small-caps;
	float:left;
	height:20px;
	display:block;
	font-weight:bold;
	color:#4f4f4f;
	padding:5px 15px;
}
#menu li a:hover{
	color:#A42E24;
}
/*FIM DO TOPO*/

/*INÍCIO O CONTEUDO*/
#conteudo{
	width:780px;
	height:auto;
}

/*COL01*/
#col01{
	width:530px;
}
#bemvindo, #quem_somos, #contato{
	width:530px;
	height:auto;
	border-bottom:1px solid #ccc;
}
#bemvindo p, #quem_somos p, #localizacao p{
	text-indent:35px;
	color:#515151;
	font-size:12pt;
	margin-right:25px;
}
/*contato*/
#contato input, #contato select {
	width:200px;
	height:auto;
	margin-top:6px;
	color:#4f4f4f;
	font-size:10pt;
}
#contato input.botao {width:100px;}
#contato textarea{margin-left:10px;color:#4f4f4f;font-size:10pt;}

#chamada01, #chamada02{
	width:247px;
	height:231px;
	background:url(img/bg_chamada.jpg);
	background-repeat:no-repeat;
}
#topo_chamada01{width:237px;height:49px;background:url(img/serv.jpg);background-repeat:no-repeat;margin-left:10px;}
#cont_chamada01, #cont_chamada02{width:227px;height:50px; }
#cont_chamada01 p, #cont_chamada02 p{
	text-indent:25px;
	padding:10px;
	font-size:10pt;
}
#cont_chamada01 span, #cont_chamada02 span{
	margin-left:10px;
}
#topo_chamada02{width:237px;height:49px;background:url(img/prod.jpg);background-repeat:no-repeat;margin-left:10px;}

/*COL02*/
#col02{
	width:225px;
	background:#fff;
	border-right:2px solid #ccc;
	border-left:2px solid #ccc;
	z-index:1;
}
/*parceiros*/
#parceiros{width:225px; border-bottom:1px solid #ccc;}
#topo_parceiros{width:225px;height:55px;background:url(img/topo_parceiros.jpg);background-repeat:no-repeat;}
#logo_parceiros{width:124px;}

/*contato*/
/*#col02_contato{
}*/
	
#col02_contato h3{
	padding:10px 10px 0 10px;
	font-size:10pt;
	color:#a42e24;
}
#col02_contato p{
	padding:5px 10px 10px 10px;
	font-size:9pt;
	color:#a42e24;
}
#col02_contato span{
	float:left;
	padding:0 10px 0 10px;
	font-size:11pt;
	font-weight:bold;
	color:#a42e24;
	
}
#col02_contato img{
	margin-right:10px;
}
/*RODAPE*/
#rodape{
	width:100%;
	height:92px;
	background:url(img/bg_rodape.jpg);
	background-repeat:repeat-x;
}
#cont_rodape{
	width:530px;
	height:92px;
	color:#4F4F4F;
	position:relative;
	left:115px;
	font-size:10pt;
	text-align:center;
}
#cont_rodape li{display:inline;}
#cont_rodape li a{
	font-variant:small-caps;
	font-weight:bold;
	color:#4F4F4F;
	padding:0 10px 0 10px;
}
#cont_rodape li a:hover{color:#a42e24;}
