@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;
}



#conteudo #inner .form input[type=text], #conteudo #inner .form textarea {
	width:400px;	
}
#conteudo #inner .form label {
	float:left;
	clear:left;
	width: 100px;
}
#conteudo #inner .form p {
	margin: 5px 0;
	clear:both;
	}

#conteudo #inner #colaborar ul {
	clear:both;
	}

#conteudo #inner #colaborar li {
	width:200px;
	list-style-type:none;
	float:left
}



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


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

#rodape p {
	float: left;
}

#rodape a.rictorres {
	float: right;
	display: block;
	height: 27px;
	color: #fff;
	line-height: 27px;
	padding-right: 32px;
	text-decoration: none;
	margin: 7px 0 0 0;
	background: url('../img/rictorres.png') center right no-repeat;
}

#rodape a.rictorres span {
	display: none;
}
