@charset "iso-8859-1";
/* CSS Document */

td,tr {padding:0;margin:0;}


body {
/*background:url(../images/bg_pagina.png); 
background-position:top center; 
background-repeat:repeat-x; */
background-color:#FFFFFF;

text-align:center;		/* bug IE */
}



#geral {
text-align:left; 	/* bug IE */
margin:0px auto;
width:1000px;
padding:0;

}

#paginas {
/*background-image:url(../images/bg_paginas.png);*/
width:1000px;
margin:0px auto;
float:left;
}

#area {
position:relative;
width:1000px;
max-width:1000px;
margin-top:5px;
margin-bottom:0;
margin-left:0px;
margin-right:0px;
padding:0;
float:left;

}


#topo {
/*background-image:url(http://www.chiqueesaudavel.com.br/topo/images/bg_topo.jpg);*/
/*background-position: center top;*/
margin:0 auto;
padding:0;
background-color:#FFFFFF;
/*position:fixed;*/

box-shadow:0 0 1px 0 #333;

position:fixed;
z-index:999;
left:0%;
right: 0%;
top:0;

overflow:hidden;

}




#bemvindo
{
margin:0 auto 0 auto;
padding:105px 0px 0px 0px;
background-color:#090909;
width:auto;
height:536px;
background:url(../images/bg_bem_vindo.jpg);
background-repeat:repeat-x;
background-position:bottom right;
}


#menu_servicos
{
position:relative;
float:none;
margin:0 auto 0 auto;
padding:0;
background-color:#1F1F1F;
width:auto;
}


#servicos_css
{
margin:0 auto 0 auto;
padding:0;
background-color:#DEDEDE;
width:auto;
min-height:500px;
}


#missao
{
margin:0 auto;
padding:0;

width:auto;
height:450px;
background:url(../images/bg_missao_valores.jpg);
background-repeat:repeat-x;
background-position:center bottom;
background-color:#FF9B00;
}



#galeria
{
margin:0 auto;
padding:0;
background:url(../images/bg_galerias.jpg);
background-repeat:repeat;
background-position:center top;
background-color:#111B21;
width:auto;
}


#clientes
{
margin:0 auto;
padding:0;
background-color:#FFFFFF;
width:auto;
}


#contato
{
margin:0 auto;
padding:0;
background-color:#081C30;
width:auto;
}



#rodape {
background-image:url(../images/bg_rodape.png);
/*width:1000px;*/
background-position: center top;
background-repeat:repeat-x;
margin:0 auto;
padding:0;
}


.titulos {
position:relative;
width:1000px;
margin-top:10px;
margin-bottom:10px;
margin-left:-10px;
margin-right:3px;
padding:8px;
float:left;

font-family: Arial, Helvetica, sans-serif;


	/*text-shadow:1px 1px 1px #999999;*/
	font-size:30px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	/*text-indent:3px;*/
	line-height:37px;
	/*background-color:#00468C;
	background-image:url(../images/bg_titulo.jpg);
	border:1px solid #002040;*/
	

}




#webcool
{
	position:absolute;
	bottom:15px;
	left:50%;
	margin:0 0 0 330px;
	color:#666;
	font-size:12px;
	width:300px;
}
#webcool A:link {
	COLOR: #666; 
	TEXT-DECORATION: none;
}
#webcool A:visited {
	COLOR: #666; 
	TEXT-DECORATION: none;
}
#webcool A:hover {
	COLOR: #06C; 
	TEXT-DECORATION: none;
}


.box_padrao {
	font-family: Arial, Helvetica, sans-serif;;
	position:relative;
	float:left;
	
	border: thin solid #CCC;
	border-radius:3px;
	
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%, rgba(242,242,242,1) 41%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(255,255,255,1)), color-stop(41%,rgba(242,242,242,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 1%,rgba(242,242,242,1) 41%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	

	}






.clear{clear:both;}


