/* CSS Document */

body  {margin:0;padding:0;}

html {margin:0;padding:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;background-color:#646874;}

ul, li {list-style:none;margin:0;padding:0;}
li a {text-decoration:none;color:black;}
h1 {font-size:19px;font-weight:normal;}
img {display: block;border:none;}
img p {margin:0;padding:0;}

#guias {background-image:url(images/guia.gif);background-repeat:no-repeat;width:756px;height:42px;}
#guias ul {padding-left:15px;}
#guias ul li {float:left;font-size:11px;padding-right:15px;background-image:url(images/separador.gif);background-position:right;background-repeat:no-repeat;height:30px;}
#guias ul li a {padding-right:15px;position:relative;top:9px;}
#top {background-image:url(images/banner2.jpg);background-position: 7px 5px;width:756px;height:116px;background-repeat:no-repeat;}
#center {background-color:white;width:755px;margin:auto;margin-bottom:15px;}

.ativo {background-image:url(images/guia_active.jpg);width:185px;padding:0;margin:0;}
.corrente {font-weight:bold;}
.normal {background-image:url(images/borda.gif);background-repeat:no-repeat;padding:0;margin:0;}



#menu 
{
	float:left;
	width: 185px;
	margin-bottom: 10px;
	margin-left: 9px;
}
#menu ul {
	margin: 0px;
	padding-bottom:7px;
	list-style-type: none;
}
#menu ul a {
	background-color: #dddddd;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#menu ul a:hover {
	background-color: gray;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	color: white;
}


#menu ul a:active  {
	background-color: gray;
	background-image: url(images/star.gif);
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content {background-image:url(images/separador_vertical.gif);background-repeat:repeat-y;float:left;width:480px;margin-left:24px;padding-left:24px;line-height:16px;margin-top:12px;padding-bottom:5px;}

#rodape {font-size:9px;text-align:center;margin-right:14px;padding-bottom:10px;text-decoration:none;color:#BBBEC7;}
#rodape a {text-decoration:none;color:#BBBEC7;}

.float-left {float:left;width:185px;padding-left:2px;margin:0;}
.float-none {clear:left;display:block;}

.cleaner
{
	clear:both;
	height:1px;
	Font-size:1px;
	border:0px none;
	margin:0;padding:0;
	background:transparent;
}



