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

html, body{
	background-color:#efefef;
	text-align:center;
	
	/* PARA TODO O TEXTO	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	text-indent:0px;
	line-height:18px;
    height:100%;
}
#fundo_topo{
	width:100%;
	background:url(../images/fundo_topo.jpg) no-repeat #0E0E16;
	height:374px;
}

#flash_intro{
	height:318px;
	width:1002px;
	margin:0px auto;
	position:relative;
	margin-top:-250px;
}
#container{
    min-height:100%;
    position:relative;
	_height:100%;
	_width:100%;
	_text-align:left;
}
#conteudo{
	margin:0px auto;
	padding-top:30px;
	padding-bottom:10px;
	width:887px;
	min-height:100%;
	background-repeat:repeat-y;
	padding-left:60px;
	padding-right:60px;
	text-align:left;
}
#rodape{
	position:absolute;
	background-color:#71B9DF;
	width:100%;
	height:48px;
	border-top:#2476A2 1px solid;
	bottom:0px;
	_text-align:center;
	*left:0px;
}
#bem_vindo{
	width:470px;
	height:150px;
	float:left;
}
#produtos{
	width:285px;
	height:200px;
	float:left;
	margin-left:60px;
	padding-left:50px;
	border-left:#CCCCCC 1px dashed;
}
#produtos_texto{
	float:left;
	width:200px;
	height:30px;
	text-indent:0px;
}
#produtos_img{
	float:right;
	width:85px;
}
#sombra_topo{
	width:100%;
	height:37px;
	background-image:url(../images/final_topo.jpg);
	margin:0px auto;
	float:left;
}
#linha_topo{
	width:100%;
	height:3px;
	background-image:url(../images/linha.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	float:left;
}
#info{
	float:right;
	width:300px;
	height:500px;
	margin-right:30px;
}
#form_contato{
	float:left;
	width:400px;
	height:auto;
	resize:none;
}
/* Textos */

.texto{
	line-height:20px;
}
.texto p{
	text-indent:15px;
}
.texto2{
	font-family:"Segoe UI";
	font-size:13px;
	color:#999999;
	resize:none;
}
h2{
	font-family:"Segoe UI";
	font-size:23px;
	color:#4D6B8B;
	font-weight:normal;
	margin-bottom:20px;
}
.rodape{
	font-family:"Hobo Std";
	font-size:14px;
	color:#FFFFFF;
}
/* Formatação */

p{
	margin-bottom:10px;
}
ul{
	margin-left:45px;
}
ul li {
	text-indent:0px;
}
/* Inputs */
input[type=text]{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	border:#CCCCCC 1px solid;
	height:19px;
	padding-top:3px;
	resize:none;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	border:#CCCCCC 1px solid;
	height:22px;
	padding-top:2px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	border:#CCCCCC 1px solid;
	height:125px;
	resize:none;
}
#fotomaquina {
	width:336px;
	height:298px;
	float:right;
	margin-top:20px;
}
a{
	color:#437B9C;
	text-decoration:none;
}
a:hover{
	color:#57A6C4;
}