#pagina {
	/*background:url(../img/bg/pagina.gif) no-repeat left 427px;*/
}


#topo {
	height:340px;	
}

/********************************************************
						MAIN-CONTENT
********************************************************/

#main-content {
	position:relative;
	float:left;
	display:inline;
	margin-left:50px;
	width:500px;
}

/********************************************************
						SIDEBAR
********************************************************/

#sidebar {
	float:left;
	width:240px;	
}


#sidebar-rolando .arrows {
	padding-top:25px;
}

#sidebar-newsletter {
	border-top:1px solid #1a1a1a;
	padding-top:30px;
	margin-top:30px;
}

#sidebar-newsletter .submit {
	position:absolute;
	top:0;
	right:0;
	padding:0;
}

#sidebar-newsletter input {
	padding:7px 0 0 10px;
	*padding:5px 0 0 10px;
}

/********************************************************
						FORM
********************************************************/

.campo, .input, .textarea {
	float:left;
}

.campo {
	position:relative;
	margin-bottom:10px;
}

.campo label {
	position:absolute; 
	top:6px;
	left:15px;
	margin-bottom:0;
}

.campo label.not_field {
	position:static;
}

.input .left {
	background:url(../img/bg/input-left.gif) no-repeat center center;
}

.textarea .left {
	background:url(../img/bg/textarea-left.gif) no-repeat center center;
}

.input .middle {
	background:#000 url(../img/bg/input-middle.gif) repeat-x center center;
}

.textarea .middle {
	background:#000 url(../img/bg/textarea-middle.gif) repeat-x center center;
}

.input .right {
	background:url(../img/bg/input-right.gif) no-repeat center center;
}

.textarea .right {
	background:url(../img/bg/textarea-right.gif) no-repeat center center;
}

.input-newsletter {
	position:relative;
	width:204px;
	height:26px;
	background:url(../img/bg/input-newsletter.gif) no-repeat center center;
}

.input .left, .input .right {
	width:14px;
}

.textarea .left, .textarea .right {
	width:17px;
}

.input .left, .input .middle, .input .right {
	float:left;
	height:31px;
}

.textarea .left, .textarea .middle, .textarea .right {
	float:left;
	height:146px;
}

.input input, .textarea textarea {
	font:11px tahoma, arial;
	padding:9px 0 0 0;
	*padding:7px 0 0 0;
}

.textarea textarea {
	overflow:auto;	
}

/********************************************************
						RODAPE
********************************************************/

#rodape {
	margin:50px 0 30px 0;
}

#rodape .center {
	padding:20px 20px 17px 20px;
}

#rodape .center-dashed {
	background:url(../img/bg/rodape.gif) repeat-x center center;
}

#rodape-hotlinks ul {
	padding-left:0;	
}

#rodape-hotlinks li {
	float:left;
	padding-left:20px;
	list-style:none;
}

#rodape-hotlinks li.first {
	padding-left:0;	
}

#rodape-infos {
	float:right;	
}

#rodape-infos ul {
	padding-left:0;	
}

#rodape-infos li {
	float:left;
	list-style:none;
	margin-left:10px;
	padding-left:10px;
	background:url(../img/bullet/bullet01.gif) no-repeat left center;
}

#rodape-infos li.first {
	background:none;	
}

#rodape .assinatura {
	display:block;
	float:right;
	color:#777;
	font:9px tahoma, arial;
}

/********************************************************
						PAGINACAO
********************************************************/

.paginacao {
	border-top:1px solid #1a1a1a;
	padding-top:30px;
	margin-top:30px;	
}

.paginacao a {
	color:#fff;
	font-size:15px;
	padding-right:5px;
}

.paginacao a.ativo {
	color:#ee2326;
}

.paginacao .arrow {
	float:right;	
}

/********************************************************
						GERAL
********************************************************/

.center {
	width:940px;
	margin:0 auto;
	padding:0 30px;
}

.clear {
	clear:both;	
}

table {
	border-collapse:collapse;	
}

h1 {
	font-size:18px;
	color:#ee2326;
}

h4.tt-img {
	margin-bottom:15px;	
}

h5 {
	font-size:12px;	
}

.threecol {
	float:left;
	display:inline;
	margin-left:10px;
	width:150px;
}

.threecol-first {
	margin-left:0 !important;
}

.meia-margem {
	margin:7px 0;	
}

.listing {
	border-top:1px solid #1a1a1a;
	padding-top:30px;
	margin-top:30px;
}

.listing-first {
	border-top:0 !important;
	padding-top:0 !important;
	margin-top:0 !important;
}

.cor-destaque01 {
	color:#ee2326;	
}