* {margin:0;padding:0;} 

html, body {
	height: 100%;
	background-image: url(../img/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

/* 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: 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: #003300;
	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;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
	margin-left: 0px;
	padding-left: 130px;
}

/* 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: 850px;
	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: 280px;
	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:220px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
}

#conteudo_topo {
	width:1000px;
	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;
}

/* Menu topo */
#menu_topo{
	background-image: url(../img/topo_menu.jpg);
	float:left;
	width:370px;
	height: 30px;
	margin-right: 45px;
	padding-right: 35px;
	float: right;
	background-repeat: no-repeat;
}

#menu_topo ul {
	float: right;
	margin: 0;
	padding: 5px;
	list-style: none;
}

#menu_topo ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu_topo ul li a {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#menu_topo  ul  li a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Menu  */
#menu{
	float:left;
	width:900px;
	height: 30px;
	float: right;
	margin-left: 40px;
	padding-left: 40px;
}
#menu  ul {
	float: right;
	margin: 0;
	padding: 5px;
	list-style: none;
}
#menu  ul  li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu  ul  li  a {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	outline: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu   ul   li  a:hover {
	color: #CCCCCC;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Logo */
#logo{
	float:left;
	width:450px;
	height: 135px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Fale*/
#fale{
	float:right;
	width:340px;
	height: 90px;
	margin-top: 10px;
	padding-top: 10px;
}

/* Face telefone  */
#face_telefone{
	float:left;
	width:190px;
	height: 90px;
	margin-top: 10px;
	padding-top: 10px;
}

/* 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;
	margin-top: 3px;
	padding-top: 3px;
}
#face_telefone a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #fff;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 3px;
}
#face_telefone a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 3px;
}

/* Central */
#central {
	width:1000px;
	float:left;
}

/* Vendas */
#vendas {
	background-image: url(../img/vendas.jpg);
	width:330px;
	float:left;
	background-repeat: no-repeat;
	height: 200px;
}

#imagem_home {
	width:1000px;
	float:left;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-bottom: 3;
	height: 370px;
	margin-top: 0px;
	padding-top: 0px;
}

/* 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: -280px; /* negative value of footer height */
	height: 280px;
	clear:both;
	width: 100%;
	font-weight: bold;
	text-align: center;
} 

#rodape p{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	clear:both;
	font-weight: bold;
	text-align: justify;
} 
#familia {
	clear:both;
	float: left;
	height: 220px;
	width: 390px;
	margin-top: 27px;
	padding-top: 27px;
} 

#new_telefone {
	float: left;
	height: 220px;
	width: 370px;
	margin-top: 5px;
	padding-top: 5px;
} 

#new{
	background-image: url(../img/new.png);
	width:360px;
	height: 80px;
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#logo_rodape {
	float: right;
	height: 220px;
	width: 200px;
	margin-top: 13px;
	padding-top: 13px;
} 

#rodape_conteudo {
	width:1000px;
	height:30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
}

/* link rodape */
#rodape_conteudo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#rodape_conteudo a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #333333;
	text-decoration: none;
}

#rodape_conteudo a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
	color: #333333;
	text-decoration: none;
}
