﻿/*** GERAL ***/

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

body, html {
	font:11px tahoma, "trebuchet ms", arial, sans-serif;
	color:#000;
	width:100%;
	height:100%;
	overflow:auto;
	min-height:644px;	
}
body {
	background:url(images/bg_home.jpg) no-repeat center top;
}

.home
{
	position:absolute;
	display:block;
	width:764px;
	left:50%;
	margin-left:-372px;
	top:15px;
}

.home .rss
{
	position:absolute;
	top:40px;	
	border:solid 0px red;
	display:block;
	width:130px;
	height:16px;
	left:550px;
	padding-left:14px;
	margin-right:50px;
	background:url(images/rss.gif) no-repeat left top;	
}

.home .rss *
{
	float:left;
}
.home .rss a
{
	color:#ececec;
	font-weight:bold;
	text-decoration:none;
}
.home .rss a.rssHelp
{
	color:#e11226;
	font-weight:bold;
	text-decoration:underline;	
	padding-left:10px;
}

.home .apresentacao a
{
	position:relative;
	text-indent:-99999px;
	display:block;
	top:9px;
	width:764px;
	height:341px;
	clear:both;
	background:url(images/destaque.jpg) no-repeat center top;
}

.home h1 {
	background-image: url(images/logo_home.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/home/images/logo_home.png', sizingMethod='crop');
	width: 263px;
	height: 54px;
	text-indent: -99999px;
	display: block;
	position: relative;
	z-index:3;
}

.home .links
{
	position:relative;
	display:block;
	width:764px;
	clear:both;
	border:solid 0px red;
}

.home .links a
{
	text-indent:-99999px;
	top:10px;
}

.home .links a.consultoria
{
	position:relative;
	margin-right:3px;
	display:block;
	float:left;
	width:254px;
	height:128px;
	background:url(images/destaque_consultoria.jpg) no-repeat center top;
}

.home .links a.blog
{
	position:relative;
	display:block;
	float:left;
	width:253px;
	height:128px;
	background:url(images/destaque_blog.jpg) no-repeat center top;
}

.home .links a.contato
{
	position:relative;
	display:block;
	float:left;
	width:254px;
	height:128px;
	background:url(images/destaque_contato.jpg) no-repeat center top;
}


.home address
{
	position:relative;
	text-align:center;
	color:#fff;
	top:65px;
	_top:55px;	
	font-style:normal;
	display:block;
	width:764px;
	clear:both;
	border:solid 0px red;
}

.home address a
{
	color:#fff;
}

