@charset "utf-8";

/* LGL Internet */

body { 
	background: url("../images/bg.jpg") no-repeat; 
	text-align: center;
	margin: 0;
}

#top {
	width: 982px;
	height: 207px;
	margin: 0 auto;
	background: url("../images/top-bg.png") no-repeat;
}

#top-logo {
	width: 256px;
	height: 114px;
	padding: 25px 0 0 38px;;
}

#top-menu{
	width: 900px;
	height: 80px;
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -20px;
	margin-right: 10px;
}

#top-menu ul{
	list-style: none;
}

#top-menu ul li {
	display: inline;

}

#top-menu ul li a {
	text-decoration: none;
	padding: 5px 20px;
	color: #cc0000;
	font-weight: bold;
	width: 490px;
}

#top-menu ul li a:hover {
	text-decoration: none;
	background:url(../images/top-menu-hover.png) 0 -20px;
	color: #FFF;
	height: 88px;
	padding: 20px;
}

#content {
	margin: 10px auto;
	width: 982px;
	height: 655px;
	background: url("../images/content-bg.png") no-repeat;
}

#content-empresa {
	margin: 10px auto;
	text-indent: 30px;
	width: 982px;
	height: 655px;
	background: url("../images/content-bg.png") no-repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}



#content-left, #content-middle, #content-right { 
	float: left; 
	margin: 8px;
}

#content-left {
	width: 310px;
	height: 458px;
}

#content-middle {
	width: 380px;
	height: 458px;
	text-align: justify;
}

p.titulo{
	color: #cc0000;
	line-height: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.destaque{
	color: #cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
}

p.noticia{
	width: 100%;
	padding-bottom: 9px;
	border-bottom: dotted #cc0000 2px;
	font-family:Arial, Helvetica, sans-serif;
}

p.noticia a{
	text-decoration: none;
	color: #000;
}

#content-right {
	width: 231px;
	height: 405px;
	background: url("../images/content-right.png") no-repeat;
	padding-top: 20px;
}

#content-destaque{
	height: 300px;
	width: 310px;
	background-color: #f6f2ec;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#content-destaque a{
	text-decoration: none;
	color: #cc0000;
}

#content-destaque p{
	font-size: 12px;
}

#content-google{
	width: 300px;
	height: 29px;
	margin-top: 40px;
}

.inputGoogle {
	width: 225x;
	margin: 0 0 1em 0;
	border: 1px solid #333333;
	vertical-align: top;
}

#content-bancos{
	width: 310px;
	height: 96px;
	margin-top: 20px;
}

#content-bottom{
	width: 100%;
	height: 106px;
	float: left;
	margin-top: 30px;
}

#content-guararema{
	width: 130px;
	height: 106px;
	float: left;	
}

#content-cidadao{
	width: 620px;
	height: 105px;
	float: left;
}

#content-horoscopo{
	width: 210px
	height: 172px;
	float: left;
	margin-top: -40px;
}

#bottom {
	margin: 10px auto;
	width: 982px;
	height: 28px;
	background: url("../images/bottom.png") no-repeat;
	text-align: center;
}

#bottom p {
	padding-top: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

form#contato{
	font-size: 12px;
	font-family: verdana;
	width: 690px;
}

form#contato label{
	display: block;
	float: left;	
	width: 110px;
	text-align: right;
}