/**
	Projeto - Site TTC (TTC) v: 0.1
	Developer(s):
		+ Fernando Basilio (fluibasilio@gmail.com)
*/

#home{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(/img/bg_site_home.gif) no-repeat center;
}

#container_home{
	display: block;
	width: 775px;
	height: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -388px;
}

.conteudo{
	height: 185px;
	font-size: 12px;
/*	line-height: 10px;*/
	padding-bottom: 0;
}

h2.tit_newsletter{
	float: left;
	width: 100%;
	height: 10px;
	background: url(/img/tit_newsletter.png) no-repeat;
	margin: 17px 0 5px 0;
}

.linha_newsletter{
	float: left;
	width: 100%;
	padding: 8px 0 5px 0; 
}

.linha_newsletter label{
	float: left;
	padding: 3px 5px 0 0;
}

.linha_newsletter input{
	float: left;
	width: 90px;
	font-size: 12px;
	margin-right: 10px;
}

.linha_newsletter a {
	float: left;
	background: #eeecdc;
	color: #858160;
	padding: 2px 9px 3px 9px;
	text-transform: uppercase;
}

.linha_newsletter a:hover{
	text-decoration: none;
	color: #858160;
}

.side .detalhe {
	_top:9px;
}
