/*
Folha de Estilos - CSS
Projeto: Painel de Administra��o de E-mails Task (Rodapé vindo do www.task.com.br)
Data: 19/10/2009
Autor: Tales Lacerda (tales@task.com.br)
*/

/* -- sitelinks -- */

.sitelinks {
	margin: 0;
	padding: 0;
	background: #FFF url(http://www.task.com.br/images/bg_sitelinks.gif) repeat-x bottom left;
	border-top: 1px solid #ececec; 
	clear: both;
	font-size:15px;
}

.centralizer {
	margin: 0 auto;
	padding: 0;
	width: 968px; 
}
div.blocksholder {
	padding: 20px 0 30px 0
}
ul.linebars {
	list-style: none; 
	margin: 0; 
	padding: 5px 0; 
	width: 968px;
	background: url(http://www.task.com.br/images/bg_linebars.gif) repeat-y top center;
}
ul.linebars li.fourblocks {
	display: block; 
	width: 177px; 
	padding: 0 10px 0 55px; 
	margin: 0; 
	float: left
}
ul.linebars li.fourblocks h1 {
	font-size: .65em;
	color: #069;
	padding-bottom: 5px;
}
ul.linebars li.fourblocks ul li {
	font-size: .65em;
	color: #069;
	list-style: none;
	line-height: 1.5em;
}
ul.linebars li.fourblocks ul li a:link, ul.linebars li.fourblocks ul li a:active, ul.linebars li.fourblocks ul li a:visited {
	color: #069;
	text-decoration: none;
}
ul.linebars li.fourblocks ul li a:hover {
	color: #006;
	text-decoration: underline;
}

/* general tags */
img {
	border: none;
}
.block {
	display: block;
}
.spacer {
	height: 10px;
}
.to-left {
	float: left
}
.to-right {
	float: right;
}
.height {
	height: 1px;
}