/* Principais estilos utilizados no site da Plásticos Real */

body {margin:0;}
body.centralizado {
	background-attachment: scroll;
	background-color: #F5F5F5;
	background-image: url(/images/fundo_site.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

a.menu:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

a.rodape:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.rodape:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.rodape:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.rodape:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.Texto_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 630px;
	height: 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -315px;
}
ul li {
	position: relative;
	float: left;
	width: 125px;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul  a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
li ul {
	position: relative;
	display: none;
	top: 0px;
	left: auto;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
	border: 0;
	border-bottom: 0;
}
li:hover ul, li.over ul {
	display: block;
	position: relative;
	color: #FFFF00;
	border-color: #FFFFFF;
	margin: 1px;
	width: 125px;
	height: 42px;
	border: 1px;
	background: #f00;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
