@charset "utf-8";

/*
//
//	PROJETO:	    INSUBS
//	DATA:		    14/04/2009
//	DESENVOLVEDOR:	RICARDO TORRES
//	AGENCIA:		RICTORRES.COM.BR
//
*/


/* ------------------------------------ */
/*                                      */
/*                GERAL                 */
/*                                      */
/* ------------------------------------ */

ul, #rodape p {
	margin:0;
	padding:0;
}

body {
	background: #fff url('../img/bg.jpg') top left repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	cursor: default;
}

#geral {
	width: 843px;
	margin: 0 auto;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 

.clearfix { 
	display: inline-block; 
} 

html[xmlns] .clearfix { 
	display: block; 
} 

* html .clearfix { 
	height: 1%; 
}

p.normal {
	margin: 6px 0;
}

p.spaced {
	margin-bottom: 20px;
}

img {
	border: 0;
}

.none {
	display: none;
}

.negrito {
	font-weight: bold;
}

.clear {
	clear: both;
}




/* ------------------------------------ */
/*                                      */
/*                TOPO                  */
/*                                      */
/* ------------------------------------ */


#topo {
	width: 100%;
	height: 235px;
	background: url('../img/topo.jpg') bottom left no-repeat;
}

#topo h1 {
	display: table;
	width: 236px;
	height: 68px;
	margin: 20px 0 0 40px;
}

#topo h1 a {
	display: block;
	width: 236px;
	height: 68px;
	text-indent: -9999px;
	background: url('../img/marca.jpg') no-repeat;

}




/* ------------------------------------ */
/*                                      */
/*                MENU                  */
/*                                      */
/* ------------------------------------ */

#menu {
	width: auto;
	margin: 2px 8px 0 8px;
	background: #be2026;
}

#menu ul {
	float: right;
	list-style: none;
	height: 30px;
	padding: 0 20px;
}

#menu ul li {
	float: left;
	margin-left: 15px;
}

#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	line-height: 30px;
	padding: 0 6px;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #be2026;
	background: #fff;
}

#menu ul li a.active {
	text-decoration: underline;
}




/* ------------------------------------ */
/*                                      */
/*                CONTEUDO              */
/*                                      */
/* ------------------------------------ */


#conteudo {
	margin: 0 8px;
	background: #FFF top left repeat-y;
}

#conteudo #inner {
	padding: 13px;
	float: left;
	width: 801px;
}

#conteudo #inner h2 {
	color: #be2026;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#conteudo #inner h2.home {
	margin-left:10px;	
}

#conteudo #inner ul.display {
	list-style: none;
}

#conteudo #inner ul.display li {
	float: left;
	margin: 10px;
	padding: 3px;
	border: 1px solid #bbb;
	width: 132px;
	text-align: center;
}

#conteudo #inner ul.display li a {
	color: #be2026;
	text-decoration: none;
	text-align: center;
}

ul.display2 {
	list-style: none;
	width: 805px;
}

ul.display2 li {
	padding: 3px;
	border: 1px solid #bbb;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	background: #f6f6f6;
	height: 90px;
}

ul.display2 li:hover {
	background: #e8e8e8;
}

ul.display2 a {
	color: #be2026;
	text-decoration: none;
}

ul.display2 a:hover {
	text-decoration: underline;
}

ul.display2 li h3 {
	text-transform: capitalize;
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #be2026;
}

ul.display2 li p {
}

ul.display2 li p.left {
	position: absolute;
	top: 27px;
	left: 15px;
	width: 455px;
}

ul.display2 li p.right {
	position: absolute;
	top: 27px;
	left: 480px;
	width: 200px;
}

ul.display2 li a.download {
	position: absolute;
	top: 47%;
	right: 15px;
	color: #be2026;
	font-size: 16px;
}



/* ------------------------------------ */
/*                                      */
/*                RODAPE                */
/*                                      */
/* ------------------------------------ */


#rodape {
	clear: both;
	color: #fff;
	background: #be2026;
	height: 40px;
	line-height: 40px;
	margin: 0 8px;
	padding: 0 20px;
}

#rodape p {
	float: left;
}

#colaborar{
	padding: 0 10px 10px;
}
#colaborar label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#colaborar input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#colaborar input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#colaborar textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#colaborar textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#colaborar div{
	margin-bottom: 15px;
}
#colaborar div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#colaborar div span.error{
	color: #e46c6e;
}
#colaborar #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#colaborar #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
