/*Especificações do cabeçalho*/
body{
	margin: 0 auto;
	width: 800px;
	background:#c5e0ed url("../images/back.png") repeat-x;
	font-family: Trebuchet MS;
	color: #0079a2;
	text-decoration: none;
}

a:link {
	font-family: Trebuchet MS;
	color: #0079a2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	font-family: Trebuchet MS;
	color: #0079a2;
	text-decoration: none;
}

/*Divisor*/
div#divisor, .divisor {
	width: 100%;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	background: transparent url(../images/sep_m.png) repeat-x scroll 0 0;
	height: 3px;
	padding:0;
}

/*#current a {
	color: #0079a2;
}*/

/*Imagem top e modulos*/
div#top{
	height: 90px;
	background: transparent url("../images/header.png") no-repeat;
}

div#user1{
	margin-top: 5px;
	margin-left: 450px;
	position: absolute;
}

div#user2{
	margin-top: 5px;
	margin-left: 635px;
	position: absolute;
}

/*Header Gradiente down*/
div#grad {
	height: 28px;
	background: transparent url("../images/header_down_m.png") 0 0 repeat-x;
}

div#grad_l {
	height: 28px;
	background: transparent url("../images/header_down_l.png") 0 0 no-repeat;
}

div#grad_r {
	height: 28px;
	background: transparent url("../images/header_down_r.png") 100% 0 no-repeat;
}

/* horizontal pill menu BORDAS */
div#tabarea {
	margin: 0 1px;
	height: 28px;
	background: transparent url("../images/topm_b.png") 0 0 repeat-x;
}

/*horizontal pill menu CENTRO */
div#pill, div#pill2 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#pillmenu {
	float: none;
	height: 28px;
	background: transparent url("../images/topm_sep.png") 0 0 no-repeat;
}

div#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#pillmenu li {
	float: left;
	background: transparent url("../images/topm_sep.png") top right no-repeat;
	margin: 0;
	padding: 0;
}

div#pillmenu a {
	font-family: Trebuchet MS;
	font-size: 13px;
	float: left;
	display: block;
	height: 24px;
	line-height: 34px;
	padding: 0 20px;
	color: #666666;
	text-decoration: none;
}


/*área central*/
#componentes {
	margin-top: -15px;
	margin-left: 10px;
	margin-right: 10px;
}

.ie6 #componentes{
	margin-top: -20px;
}

/*área de login inferior*/
div#float {
	float: left;
}

div#logindown{
	height: 136px;
	background: transparent url("../images/login_b.png") no-repeat;
	font-family: Trebuchet MS;
	font-size: 13pt;
	color: #666666;
	padding-top: 60px;
	padding-left: 205px;
}

/* horizontal pill menu BORDAS */
div#tabarea_down {
	margin: 0 1px;
	height: 34px;
	background: transparent url("../images/topm_down_b.png") 0 0 repeat-x;
}

/* horizontal pill menu CENTRO */
div#pillmenu_down {
	float:none;
	height: 34px;
	background: transparent url("../images/topm_down_sep.png") 0 0 no-repeat;
}

div#pillmenu_down ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#pillmenu_down li {
	float: left;
	background: transparent url("../images/topm_down_sep.png") top right no-repeat;
	margin: 0;
	padding: 0;
}

div#pillmenu_down a {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display:block;
	height: 24px;
	line-height: 35px;
	padding: 0 20px;
	color: #666666;
	text-decoration: none;
}

/*Direitos Autorais*/
div#dir {
	font-family: Trebuchet MS;
	font-size: 7pt;
	color: #666666;
	height: 19px;
	background: transparent url("../images/dir_m.png") 0 0 repeat-x;
}

div#dir_l {
	height: 19px;
	background: transparent url("../images/dir_l.png") 0 0 no-repeat;
}

div#dir_r {
	height: 19px;
	background: transparent url("../images/dir_r.png") 100% 0 no-repeat;
}

/*COMO A DIV PAI ACOMPANHAR OS FLOATS*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}

.clearfix {display:inline;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

