* {margin:0;padding:0;} 

html, body {
	height: 100%;
	background-image: url(../img/fatia_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* fonte */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 3px;
	padding-top: 3px;
	margin-right: 10px;
	padding-right: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Input Textarea */
.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #E8E8E8;
	border: 1px solid #000000;
}
 
/* Input Textarea */
input, textarea, select	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Fieldset */
fieldset{
	float: left;
	width: 900px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #333333;
	text-decoration: none;
}

/* Botões */
#botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#geral {min-height: 100%;}

#conteudo {
	background-image: url(../img/fatia_conteudo.jpg);
	overflow:auto;
	padding-bottom: 150px;
	width:1000px;
	clear:both;
	padding-right:0px;
	padding-left:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
}  /* must be same height as the footer */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* IMPORTANT
You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#geral {display:table;height:100%}
	</style>
<![endif]
*/

/* IE8 hack to get it to apply margin auto centering to element inside this one */
#geral {width:100%}

/* Topo */
#topo{
	height:200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
}
#face_telefone  h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#conteudo_topo {
	width:1000px;
	background-image: url(../img/topo.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
	background-repeat: no-repeat;
}

/* Menu topo 1 */
#menu_topo{
	float:left;
	width:600px;
	height: 27px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 280px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#menu_topo ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:27px;
	text-transform:uppercase;
	float: left;
}

#menu_topo ul li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

#menu_topo ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:27px;
	padding-bottom: 0;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu_topo ul li a:hover{
	color: #666666;
}
#menu_topo   ul   li  a.current, #menu_topo   ul   li  a.current:hover{
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Menu topo 2 */
#menu_topo_{
	float:left;
	width:700px;
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

#menu_topo_ ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	float: left;
}

#menu_topo_ ul li{
	display:block;
	float:left;
	pading:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20;
	padding-right: 20px;
	padding-left: 20px;
}

#menu_topo_ ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu_topo_ ul li a:hover{
	color: #999999;
}

#menu_topo_  ul  li a.current, #menu_topo_  ul  li a.current:hover{
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.opener{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 999;
	overflow: visible;
}


.dropotron {
	list-style: none;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px;
	background-color: #FF0000;
	background-position: 32;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	z-index: 999;
	overflow: visible;
}

.dropotron a, .dropotron span {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
}

.dropotron span b {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 7px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	z-index: 999;
}

.dropotron li:hover span b {
	border-left-color: #FFFFFF;
	z-index: 999;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
	z-index: 999;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #990000;
	background-position: 28;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	z-index: 999;
}

.dropotron-level-1 {
	z-index: 999;	/*border-top-left-radius: 0;
	border-top-right-radius: 0;*/
}	

/* Logo */
#logo{
	float:left;
	width:310px;
	height: 110px;
	margin-right: 0px;
	padding-right: 0px;
}

/* Face telefone  */
#face_telefone{
	float:left;
	width:490px;
	height: 120px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 20px;
}

/* link rodape */
#face_telefone a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#face_telefone a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #fff;
	text-decoration: none;
}
#face_telefone a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #333333;
	text-decoration: none;
}

/* Central */
#central {
	width:980px;
	float:left;
	padding-right: 0;
	padding-left: 0;
}

#new {
	width:330px;
	background-image: url(../img/new.jpg);
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	height: 90px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
}

#imagem_home {
	width:980px;
	float:left;
	padding-top: 5px;
	height: 360px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}

/* Rodape */
#rodape {
	background-image: url(../img/fatia_rodape.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	width: 100%;
	font-weight: bold;
	text-align: center;
} 

#rodape p{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	clear:both;
	font-weight: bold;
	text-align: justify;
} 

#rodape_conteudo {
	width:1000px;
	height:150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
}

/* link rodape */
#rodape_conteudo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#rodape_conteudo a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #fff;
	text-decoration: none;
}
#rodape_conteudo a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #333333;
	text-decoration: none;
}

#endereco{
	float:left;
	width:640px;
	height: 110px;
	margin-right: 0px;
	padding-right: 0px;
}

#logo_rodape{
	float:left;
	width:305px;
	height: 110px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 3px;
	padding-top: 3px;
}

#menu_rodape{
	float:right;
	width:600px;
	height: 30px;
	margin-top: 3px;
	padding-top: 3px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
#menu_rodape  ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:27px;
	text-transform:uppercase;
	float: left;
}
#menu_rodape  ul  li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
#menu_rodape  ul  li  a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:27px;
	padding-bottom: 0;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_rodape  ul  li  a:hover{
	color: #CCCCCC;
}
#menu_rodape    ul    li   a.current, #menu_rodape    ul    li   a.current:hover{
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
