﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/*==============================*/
/*	Designer: italoaraujo.com	*/
/*	Front-end: italoaraujo.com	*/
/*==============================*/

/* TAG´S */
html{ background:url(../img/bg-html.jpg) #e0f3cb repeat-x;}
body{ background:url(../img/bg-body.jpg) bottom repeat-x; text-align:center; font-family:"Trebuchet MS"; font-size:12px;}
a{ color:#000; text-decoration:underline;}
	a:hover{ text-decoration:none;}

h1.logo{ width:770px; height:144px; overflow:hidden; text-indent:-5000px; background:url(../img/topo.jpg) no-repeat; margin-top:15px;}
	
/* ID´S */
#container{ margin:0 auto; text-align:left; width:770px;}

#header{ padding-top:15px;}
#header #navigation{ display:none;}
#header #barraAux{ padding-bottom:20px;}
#header #barraAux #navAux{}
	#header #barraAux #navAux li{ float:left; background:url(../img/li.jpg) 0px 3px no-repeat; padding-left:13px; margin-left:20px;}

#content{ background:#fff; padding:10px 20px 10px 20px;}
#content #destaque{ background:url(../img/bg-destaque.jpg) no-repeat; padding:1px; height:260px; padding-bottom:20px;}
#content #destaque #sobre-negocio{ width:170px; padding:20px;}
#content #destaque #painel{ width:510px;}

#content #conteudoInterna{ background:url(../img/bg-conteudointerna.jpg) 0px 35px no-repeat; margin-left:15px; width:460px;}
#content #conteudoInterna #textos{ padding:10px 20px 20px 20px;}
#content #colLat{ background:url(../img/bg-collat.jpg) top right no-repeat; width:255px;}
#content #colLat #sobre-negocio{ width:170px; padding:20px;}

#footer{ text-align:center; color:#fff; background:url(../img/bg-footer.jpg) no-repeat; height:49px; padding-top:32px;}
/* CLASSES */
.txConvidado{}
	.txConvidado span{ font-weight:bold;}

.link{ color:#5ba313; font-weight:bold; margin-top:20px;}
	.link a{color:#5ba313;}

.tit-interna{ background:url(../img/detalhe-tit.jpg) 0px 4px no-repeat; padding-left:25px; font-family:'trebuchet ms'; font-size:16px; font-weight:bold; color:#a6ce38; margin-bottom:25px;}
.tit-sobre-negocio{ background:url(../img/tit-sobre-negocio.gif) no-repeat; width:133px; height:20px; overflow:hidden; text-indent:-5000px; margin-bottom:20px;}

/* MASTERS CLASSES */

.fleft{ float:left !important;;}
.fright{ float:right !important;;}
.clear{ clear:both !important;}

.marginBox{ margin-right:17px !important;}