/* CONTAINER */

#container {
	margin:0 auto;
	width:996px;
}


/* HEADER */
/*
#header {
	height:100px;
	background-color:#dbdbdb;
}
*/

/* CONTENT */

#content {
	width:996px;
	clear:both;
	position: relative;
	overflow: auto;
}
	
#contentLeft {
	width: 282px;
	height: 558px;
	float: left;
	clear: right;
}
	
#contentCenter {
	width: 228px;
	overflow: auto;
	float: left;
	clear: right;
}
	
#contentRight {
	width: 486px;
	overflow: auto;
	float: left;
	clear: right;
}

#flashSpacer {
	position: absolute;
	width: 340px;
	height: 283px;
	top: 180px;
	left: 0px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
}

#logoSpacer {
	position: absolute;
	width: 115px;
	height: 141px;
	top: 10px;
	left: 87px;
	cursor: pointer;
}

#contentMenu {
	width: 170px;
	min-height: 390px;
	overflow: auto;
	margin-top: 181px;
	margin-left: 58px;
}

#areaPrivadaLeft {
	width: 282px;
	height: 39px;
	margin-top: 465px;
	cursor: pointer;
}

/* PESQUISA */
#search {
	width:232px;
	height:57px;
	margin-top: 3px;
	float: left;
}

#searchSubmit {
	width: 25px;
	height: 30px;
	margin-top: 15px;
	float: left;
	cursor: pointer;
}
#search .input {
	margin-left: 77px;
	margin-top: 14px;
	width: 150px;
	height: 16px;	
	border: none;
	background: none;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}


#searchSubmit input{
	width: 25px;
	height: 30px;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 0px;
}



#output {
	width:400px;
	margin-top: 151px;
	margin-left: 55px;
	color: #555555;
	line-height: 1.4;
}

#output .titulo {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
	margin-bottom: 35px;
}


#output .titulo a:link, 
#output .titulo a:visited {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
}

#output .titulo a:hover {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
	text-decoration: underline;
}


#output .titulo2 {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
	margin-bottom: 10px;
}


#output .titulo2 a:link, 
#output .titulo2 a:visited {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
}

#output .titulo2 a:hover {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
	text-decoration: underline;
}








/* FOOTER */

#footer {
	margin:0;
	padding:0;
	width: 100%;
	height: 53px;
	background-color: #000000;
}

#footer2 {
	margin:0 auto;
	width:996px;
	height: 53px;
	position: relative;
	overflow: auto;
	background-image: url(/media/images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
}

#footer2 .left {
	float:left;
	width:320px;
}

#footer2 .center {
	float:left;
	width:433px;
	padding-top:10px;
}

#footer2 .right {
	float:left;
	width:160px;
	padding-top:7px;
}


#footer2 a:link, 
#footer2 a:visited {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer2 a:hover {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}



#footer2 .assinatura_goweb { float:right; padding:3px 6px 0px 0px; width:100px;}


#footer2 .go { float:left;}
#footer2 .goweb { float:left; padding:7px 0px 0px 5px; cursor:pointer;}

#footer2 .goweb a:link,
#footer2 .goweb a:visited { font-size:9px; color:#fff; text-decoration:none; font-family:Arial, Helvetica, sans-serif; }

#footer2 .goweb a:hover { font-size:9px; color:#626262; text-decoration:none;}




.titulos {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #119DD0;
	font-weight: bold;
	margin-bottom: 10px;
}


.titulos a:link, 
.titulos a:link a:visited {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}
.titulos a:link hover {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}







/* MENU */

.menu {
	border-right:1px solid #dbdbdb;
	background-color:#FFFFFF;
	width:250px;
}

#menu {
}



#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}