
/* inputs no geral */ 
input,
textarea{
	border:1px solid #666666;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}

input #botao,
td.radio input {
	border:0px;
}

input:hover,
textarea:hover{
	border:1px solid #f75100;
}

.botao, .botao:hover{
	border:0px;
}

/* HEADER */

#header {
	background-image:url('/media/images/bg_header.gif');
	background-repeat:repeat-x;
	height:110px;
	background-color:#b2b2b2;
}

#header #img{
	margin:0 auto;
	width:892px;
}

#header #img img{
	border:0px;
	margin:0px;
	padding:0px;
}

/* MENU */
#menubg {
	background-image:url('/media/images/bgmenu.gif');
	background-repeat:repeat-x;
	background-color:#b2b2b2;
	width:100%;
	height:39px;
}

#menutop {
	width:892px;
	margin:0 auto;height:39px;
}

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

/* CONTENT */

#body {
	background-image:url('/media/images/bg_content.gif');
	background-repeat:repeat-x;
	overflow:hidden;
}

#content {
	margin:0 auto;
	width:900px;
	height:405px;
	clear:both;
	padding-top:30px;
}
	
#output {
	padding:15px 10px 0 15px;
	width:675px;
	background-color:#FFFFFF;
}

div#centerc {
	height:410px;
	width:273px;
	float:left;
}

div#rightc {
	width:340px;
	float:left;
}

div#leftc {
	height:410px;
	width:281px;
	float:left;
}

div#leftc .banner {
	background-image:url('/media/images/bg_banner.gif');
	background-repeat:no-repeat;
	width:281px;
	height:108px;
	padding-top:2px;
	padding-left:4px;
}

div#leftc .breve{
	background-image:url('/media/images/bg_new.gif');
	background-repeat:no-repeat;
	margin-top:6px;
	height: 170px;
}

/* slide format */
#twoj_news_scroll_1_all{
	padding:5px 5px 0px 15px;
	height: 395px;
	overflow:hidden;
}
#twoj_news_scroll_2_all{
	padding:5px 5px 0px 5px;
	height: 395px;
	overflow:hidden;
	width:273px;
}


div#leftc .newsletter{
	width:281px;
}

/* FOOTER */

#footer {
	height:39px;
	background-image:url('/media/images/bg_footer.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#aaaaaa;
	color:#ffffff;
	width:100%;
}

#footercontent {
	margin: 0 auto;
	width:892px;
}

#footer .left {
	float:left;
	width:105px;
	padding-top:10px;
}

#footer .center {
	float:left;
	padding-top:10px;
}

#footer .center a{
	color:#ffffff;
	text-decoration:none;
}

#footer .center a:hover{
	text-decoration:underline;
}

#footer .right {
	text-align:right;
	float:right;
	width:250px;
	padding-top:7px;
}


/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

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

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

