@charset "utf-8";
/*  '''''''''''''''''''''''''''''''''''''''''''''''''''  */
/*		PROJETO:                                         */
/*		DESENVOLVIMENTO: SANDBOX STUDIO                  */
/*                       www.sandboxstudio.com.br        */
/*		DATA INICIO:     dd/mm/aaaa                      */
/*  '''''''''''''''''''''''''''''''''''''''''''''''''''  */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#1d7cb3;
}
#wrapper {
	width: 580px;
	margin: 0px auto;
}

#header {
	padding-top:50px;
	width: auto;
	height: 130px;
	letter-spacing: 0.1em;	/*background: #CCCCCC;*/
}
#header p a, #header p a:link, #header p a:visited { 
	color: #1d7cb3;
	text-decoration: none; 
}
.imgLogo { float: left; margin: 0px 0px 0px 0px; }
#header p a:hover { color: #4196ce; }/*text-decoration: underline;*/

#topnav {
	width: auto;
	height: 20px;
	text-align: left;
	margin-right: 5px;
}
#topnav .on {
	color: #ff0000;
}
/* FOOTER
----------------------------------- */
#footer {
	
	font-size: 12px;
	color: #4d4d4d;
	width: auto;/*width: 550px;*/
	height: auto;
	clear: both;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	
	/*background: #CCCCCC;
	background-color: #4d4d4d;
	background: url(../images/bg_footer.gif);
	*/
}
#footer p { margin: 0px 0px 5px 0px; }
#footer .copyright { font-size: 0.9em; }
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited { 
	color: #1d7cb3;
	text-decoration: none; 
}
#footer .copyright a:hover { color: #4196ce; }/*text-decoration: underline;*/
#footer .nav { margin: 0px 0px 5px 0px; }
#footer .nav a, #footer .nav a:link, #footer .nav a:visited { 
	color: #1d7cb3;
	text-decoration: none; 
}
#footer .nav a:hover { color: #4196ce; }/*text-decoration: underline;*/

.footerLeft {width:350px; text-align: left; padding: 0px 0px 0px 0px; overflow: hidden;}
.footerRight {margin-left:0px; width:150px; padding: 0px 0px 0px 0px; text-align: left;}
	
#bottom { height: 1px; overflow: hidden; } /* FOOTER WORKAROUND */


/*  *********************************************************************************** */

#conteudo {
	width: auto;
	overflow: hidden;
	line-height: 0.9em;
}
.divnav {
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1d7cb3;
}
.divnav a {
	text-decoration: none;
	color:#333333;
}
.divnav a:hover {
	color:#4196ce !important;/**/
}
/*  *********************************************************************************** */

	/* ESTILOS DO CONTEUDO */
	#conteudo p { margin: 0px 0px 10px 0px; color: #666666; }
	#conteudo p a, #conteudo p a:link, #conteudo p a:visited { color: #e8573d; text-decoration: none; }
	#conteudo p a:hover { text-decoration: underline; }
	.imgRight { float: right; margin: 2px 2px 0px 5px; }
	.conteudoDivisor { border-top: dashed 1px #c1c1b0; margin-top: 15px; padding-bottom: 15px; }
	.conteudoDivisorAjuda1 { border-bottom: dashed 1px #3e3e26; margin-top: 10px; padding-bottom: 15px; }
	.conteudoDivisorAjuda2 { border-bottom: dashed 1px #b5b59b; margin-top: 1px; padding-bottom: 3px; }
	.conteudoLeft ul { color: #000000; list-style: outside; padding: 0px 0px 0px 15px; list-style-type: square; }
	.conteudoLeft ul li a, .conteudoLeft ul li a:link, .conteudoLeft ul li a:visited { color: #e8573d; text-decoration: none; }
	.conteudoLeft ul li a:hover { text-decoration: underline; }
	.conteudoLeft ol { color: #000000; font-size: 0.9em; list-style: inside; list-style-type: decimal; }
	.conteudoLeft ol li a,
	.conteudoLeft ol li a:active,
	.conteudoLeft ol li a:link,
	.conteudoLeft ol li a:visited { color: #e8573d; text-decoration: none; }
	.conteudoLeft ol li a:hover { color: #e8573d; text-decoration: underline; }
	.conteudoDivisor {
	margin-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

/* FORMATACAO DO CONTEUDO - Duas Colunas
---------------------------------------- */
	#conteudo {width:100%; overflow: hidden; margin-top:0px;}
	.conteudoLeft {width:550px; text-align: left; padding: 0px 0px 0px 0px;}
	.conteudoRight {margin-left:229px; width:auto; padding: 20px 0px 0px 0px; }
	/*html>body .conteudoRight {margin-left:233px; }*/
	
.divintro {
	color:#363636;
	overflow: hidden;
	margin-top:20px;
	padding-left: 5px;
	padding-right: 20px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.divintro h2 {
color:#6b4e2b;
}
/* ESTILOS PARA US
	---------------------------------------- */
#usContainer {
	width:100%;
	overflow: hidden;
	margin-top:29px;
	background-image: url(../images/bg_us.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.usLeft {width:auto; float:left; text-align: left; padding: 20px 0px 0px 0px;}
.usRight {margin-left:229px; width:auto; padding: 20px 0px 0px 0px; }	
	
/* ESTILOS PARA ITENS
	---------------------------------------- */
	.boximg {width:auto; float:left; text-align: left; padding: 20px 0px 0px 0px;}
	.boxitem p, .boxitem div, .boxitem a { margin: 0px; padding: 0px; border: 0px; width: 550px; }
	.itemData { padding: 0px 0px 2px 0px; }
	.itemTitulo, .itemTitulo a, .itemTitulo a:link, .itemTitulo a:visited 
		{ color: #e8573d; font-weight: bold; text-transform: uppercase; padding: 0px 0px 0px 0px; text-decoration: none; }
	.itemTitulo a:hover { text-decoration: underline; }
	.itemTexto {
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}
	.itemFriends {
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	text-align: right;
}
	.visiteSite a, .visiteSite a:link, .visiteSite a:visited
		{ color: #e8573d; font-weight: bold; text-decoration: none; }
	.visiteSite a:hover
		{ text-decoration: underline; }
