@import url("style_editor.css");

/*=== Setup ===*/
* {
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ebebe6 repeat-x top;
	color: #4f4e48;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #b06c01;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
fieldset { 	border: 0;  }
input,select,textarea{
	border: #b06c01 1px solid;
	color: #444444;
	font-size: 1em;
	padding: 3px
}
img { 	border:0; }
li{
	list-style: none
}
h2, h3, h4{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal
}
h2{
	color: #b06c01;
	font-size: 2.4em;
	line-height: 1em;
	margin: 0 0 .2em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	color: #b06c01;
	font-size: 1.6em;
	line-height: 1em
}
h4{
	color: #4d4d4d;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 .8em
}
p{
	line-height: 1.4em;
	padding: 0 0 .5em
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(../images/page-top.jpg) #fdfdfa no-repeat top;
	margin: 0 auto;
	width: 960px
}
#bg{
	background: url(../images/page-bot.jpg) no-repeat bottom;
	height: 1%;
	padding: 0 10px 10px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 239px
}
#header .spacer{
	color: #e18a00;
	font-size: .9em;
	height: 65px;
	padding: 0 90px 0 55px;
	text-transform: uppercase
}
#header .spacer a{
	color: #e18a00;
	text-decoration: underline
}
#header .spacer .fl{
	padding: 50px 0 0
}
#header .spacer .fr{
	padding: 10px 0 0
}
/*- Logo -*/
#header h1{
	text-indent: -9999px;
	width: 390px
}
#header h1 a{
	display: block;
	height: 90px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	border-bottom: 1px solid #dcdcd6;
	height: 31px;
	padding: 0 0 15px;
	text-indent: -9999px
}
#nav1 ul{
	width: 940px
}
#nav1 li{
	float: left
}
#nav1 li a{
	background: url(../images/nav1-bgr_2.gif) no-repeat top;
	display: block;
	height: 31px
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 129px
}
#nav1 li#n01 a:hover{
	background-position: 0 -31px
}
#nav1 li#n02 a{
	background-position: -129px 0;
	width: 86px
}
#nav1 li#n02 a:hover{
	background-position: -129px -31px
}
#nav1 li#n03 a{
	background-position: -215px 0;
	width: 121px
}
#nav1 li#n03 a:hover{
	background-position: -215px -31px
}
#nav1 li#n04 a{
	background-position: -336px 0;
	width: 116px
}
#nav1 li#n04 a:hover{
	background-position: -336px -31px
}
#nav1 li#n05 a{
	background-position: -452px 0;
	width: 100px
}
#nav1 li#n05 a:hover{
	background-position: -452px -31px
}
#nav1 li#n06 a{ /* links */
	background-position: -552px 0;
	width: 68px
}
#nav1 li#n06 a:hover{ 
	background-position: -552px -31px
}
#nav1 li#n06a a{ /* arquivo */
	background-position: -620px 0;
	width: 91px
}
#nav1 li#n06a a:hover{
	background-position: -620px -31px
}
#nav1 li#n07 a{ /* tvradio */
	background-position: -711px 0;
	width: 93px
}
#nav1 li#n07 a:hover{
	background-position: -711px -31px
}
#nav1 li#n08 a{ /* merchandising */
	background-position: -804px 0;
	width: 136px
}
#nav1 li#n08 a:hover{
	background-position: -804px -31px
}
#nav1 li a:hover{
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y left;
	height: 1%;
	margin: 12px 0 0;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 360px;
}
.col2{
	float: left;
	margin: 0 0 0 40px;
	width: 320px
}
.col3{
	float: right;
	width: 200px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #f3f3ea;
	border: 1px solid #deded2;
	height: 1%;
	margin: 0 0 .8em;
	padding: 7px 9px;
	width: auto
}
.box h2{
	font-size: 2em;
	line-height: .8em
}
.box h2 em{
	color: #4d4d4d;
	font-size: .5em;
	font-style: normal
}
/*- Note -*/
.note{
	color: #b2b1aa;
	font-weight: bold;
	margin: 0 0 -5px;
	position: relative;
	text-transform: uppercase
}
/*- Date -*/
.date{
	color: #a9a89f;
	font-size: .9em
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	font-size: .85em;
	margin: 0 0 .8em
}
.list1 li em{
	color: #b06c01;
	font: italic 1em Georgia,"Times New Roman", Times, serif
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Newsletter -*/
#newsl{
	width: 360px
}
#newsl label{
	color: #b06c01;
	display: block;
font-size:2.4em;
line-height:1em;
	font-family: Georgia,"Times New Roman", Times, serif;
	margin: 3px 5px 5px 0
}
#newsl .inputbox {
	float: left;
	margin: 0 0 5px;
	width: 255px
}
#newsl p{
	clear: both;
	font-size: .9em;
	text-transform: uppercase
}
#newsl .btn{
	margin: 0 0 0 5px;
	width: auto
}
/*=== Styling Buttons ===*/
.more{
	font: .9em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 .5em;
	text-transform: uppercase
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.jpg) no-repeat top;
	clear: both;
	color: #ffffff;
	height: 272px
}
#footer a{
	color: #ffffff
}
#footer .fl{
	padding: 90px 0 0 20px
}
#footer .fr{

	padding: 90px 20px 0 0
}
#footer .fr img{
	margin: 0 0 -5px
}
.copyr{

	padding: 40px 0 0
}

.brand{

	padding: 35px 0 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	border-top: 6px solid #dcdcd6;
	height: 6px;
	margin: 13px 0 8px;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.pic img{
	display: block;
	margin: 0 0 .8em
}

.item_categoria { margin-bottom:15px; }
.paginate { margin: 20px 15px 0px 0px; text-align:right }

/* FORMS */
#newsletter_button {
 width:80px; height:22px; 
 background: #000 url(/web/images/btn-enviar.gif) no-repeat;
 outline: none;
 border:0px;
 vertical-align:middle;
 margin-left:5px;
}

.imovel_thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
}