* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, "sans serif";
	background-color: #fff;
	color: #000;
	font-size: 12px;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}
h1.espaco {
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
	margin-bottom: 8px;
	color: #d8251f;
}
h1 a {
	color: #000;
}

a {
	text-decoration: none;
	color: #d8251f;
}     

p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#maincontainer {
	width: 980px;
	margin: 0 auto;
}

/* TOPO */
#topsection {
	position: relative;
	height: 160px;
	background: #fff url("../img/topo_01.gif") no-repeat;
}
#topsection_sp {
	position: relative;
	height: 160px;
	background: #fff url("../img/topo_SP.gif") no-repeat;
}

#topo_menu {
	position: absolute;
	list-style-type: none;
	right: 0;
	bottom: 10px;
}
#topo_menu li {
	float: left;
	margin-right: 10px;
}
input#busca {
	width: 200px;
	margin: 0;
	border: 1px solid #ddd;
	height: 20px;
	padding: 0 6px;
	color: #666;
}

#hit_area {
	width: 280px;
	height: 160px;
	cursor: pointer;
}

#oi_hit_area {
	position: absolute;
	right:0;
	top:0;
	width: 80px;
	height: 100px;
	cursor: pointer;
}


/* MENU */
#menu {
	position: relative;
	list-style-type: none;
	height: 25px;
	background: #000;
	padding-left: 126px;
	z-index: 3118;
}
#menu li {
	float: left;
	line-height: 25px;
	font-weight: bold;
	margin-right: 20px;
}
#menu li a {
	color: #fff;
}
#menu li ul {
	position: absolute;
	top: 25px;
	display: none;
	list-style-type: none;
	width: 120px;
	margin-left: -6px;
	background: #000;
	z-index: 3004;
}
#menu li ul li {
	float: none;
	margin-right: 0;
	line-height: 22px;
	background: #222;
}
#menu li ul li a {
	padding-left: 6px;
	color: #fff;
	background: #222;
	display: block;
	font-size: 11px;
}


/* CONTEUDO */
#contentcolumn {
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}

#top_bottom {
	position: absolute;
	left: 20px;
	z-index: 2000;
}

#content {
	padding-top: 60px;
}

/* INDEX */
#home_slideshow {
	position:relative;
	height: 438px;
}
#home_legenda {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 14px;
	width: 200px;
	background: #000;
	color: #fff;
	z-index: 200;
	display: none;
}

/* ARTIGO */
#artimg {
	float: left;
	width: 395px;
}
#artcont {
	margin-left: 415px;
	padding-right: 5px;
}
#arttxt {
	text-align: justify;
}

/* BOX */
#box_area {
	padding-top: 20px;
}
.box {
	width: 300px;
	height: 360px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.box p {
	margin-bottom: 0;
}
div.last {
	margin-right: 0;
}
.boxinfo {
}

.box .titulo {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	line-height: 1em;
}

.box .linha_info {
	text-transform: lowercase;
	margin-bottom: 8px;
}
.box .tipo_data {
	color: #d8251f;
}

.box .mais {
	color: #666;
	font-style: italic;
}

.box .texto {
}

/* BLOG */

.blogbox {
	height: 298px;
	overflow: hidden;
	padding: 20px 0px;
	border-top: 1px dotted #000;
}
.first {
	border:0;
	padding-top:0;
}
.first h1 {
	padding-top:3px;
}
.blogbox p {
	margin:0;
}
.blogimg {
	width: 395px;
	float: left;
}
.bloginfo {
	margin-left: 415px;
}
.bloginfo .data {
	color: #d8251f;
}
.blogbox .texto {
	text-align: justify;
}

#blognav {
	border-top: 1px dotted #000;
	padding-top: 6px;
}
#blognav #seta_dir {
	float: right;
}

#facebook_like_pict {
	margin-top:30px;
}
#tagnav {
	text-align: center;
	margin:10px 0;
}
#tagnav, #blognav a {
	color: #d8251f;
	font-size: 14px;
}

/* PORTFOLIO */
#portinfo {
	float: left;
	width: 250px;
}
#portimg {
	margin-left: 270px;
}

#portnav {
}
#seta_esq {
	margin-right: 10px;
}
#seta_dir {
	margin-left: 10px;
}
#seta_cnt {
	line-height: 25px;
	font-size: 18px;
	vertical-align: 6px;
}

/* TAGS */
#tags {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
#tags a {
	margin-right: 8px;
	font-size: 18px;
	color: #666;
}

/* FORM */
#contato p {
	position: relative;
	margin:0 auto;
	width:450px;
}
#contxt {
	margin-bottom: 10px;
}
label{
	float: left;
	width: 80px;
	font:  11px/18px Helvetica;
	color: #222;
}
	
input, textarea{
	width: 360px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	height: 20px;
	padding: 0 6px;
	color: #666;
	
}

textarea{
	width: 363px;
	height: 100px;
}

input#inp_informe {
	width: 20px;
}

#enviar {
	position: absolute;
	right: 270px;
	bottom: 26px;
}

/* RODAPE */

#rodape {
	position: relative;
	margin-top: 6px;
	border-top: 1px dotted #000;
	font-size: 10px;
	color: #666;
	padding-left: 20px;
	padding-top: 8px;
}
#rodape a {
	color: #666;
}
#antenna {
	position: absolute;
	right: 0;
	top: 10px;
}
#antenna ul {
	list-style-type: none;
}
#antenna ul li {
	float: left;
	margin-left: 50px;
}

