/* Default CSS */

@import url('../imports/reset.css');
@import url('../imports/text.css');
@import url('../imports/960.css');

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	border:none;
    font-family: Arial;
    outline: none !important;
}

div#topo h1, div#divisor, div#divisorSup, div#rodape a#logo, div#rodape a#stuff{ background: url("../../img/site/sprite_default.png"); }
.textHide{ text-indent: -9000px; }
div#topo h1{
	background-position: -45px 0px;
	height: 70px;
}
div#topo h1 a{ display: block; width: 225px; height: 70px; text-indent: -9000px; }
div#topo{ height: 70px; overflow: hidden; }
div#topo div#menu{ height: 70px; }
div#topo div#menu li{
	display: block;
	float: left;
	height: 30px;
	position: relative;
	top:20px;
	margin: 11px;
}
div#topo div#menu li a{
	display: block; 
	height: 30px;
	font-family: "lucida sans";
	font-size: 20px;
	color: #646464;
}
div#topo div#menu li a:hover{ color: #000; }
div#topo div#menu ul{ height: 70px;}

div#rodape{
	text-align: center;
	color: #646464;
	height: 115px; 
}
div#divisor{ height: 45px; background-position: -40px -83px;}
div#divisorSup{ height: 24px; background-position: -40px -201px;}
div#rodape div#menuRodape ul{ text-align: center;}
div#rodape div#menuRodape ul li{margin: 0 15px 0 15px;}
div#rodape li{ display: inline; }
div#rodape li a{ color: #646464; }
div#rodape li a:hover{ color: #E11B1A; }
div#rodape div#address{ font-size: 11px; }
div#rodape a#logo{ height: 45px; background-position: -40px -123px; }
div#rodape a#stuff{ height: 45px; background-position: -820px -123px; }
.error-message{ font-size: 10px; color: red; }