@CHARSET "ISO-8859-1";

/* -----------------------------------*/
/* ---------->>> RESET <<<------------*/
/* -----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

body, html{
	height:100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide { display: none; }

/* ----------------------------------------*/
/* ---------->>> TIPOGRAFIA <<<------------*/
/* ----------------------------------------*/

body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	line-height: 1.6;
}

.normal { font-weight: 500; }
.bold { font-weight: 700; }
.italico { font-style: italic; }

.textleft { text-align: left; }
.center { text-align: center; }
.textright { text-align: right; }
.justify { text-align: justify; }

.maiusculas { text-transform: uppercase; }

.minusculas { text-transform: lowercase; }

.smallcaps {font-variant: small-caps;}

/* ------------------------------------*/
/* ---------->>> FLOATS <<<------------*/
/* ------------------------------------*/

.left { float: left; }
.right { float: right; }
.clear {
	clear: both;
	display: block;
	font-size: 0pt;
	height: 0pt;
	line-height: 0pt;
}

/* --------------------------------------------------*/
/* ---------->>> MIN-MAX-HEIGHT-WIDTH <<<------------*/
/* --------------------------------------------------*/

.min-height {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.max-height {
	max-height: 450px;
	height: auto !important;
	height: 450px;
}

.min-width {
	min-width: 450px;
	width: auto !important;
	width: 450px;
}

.max-width {
	max-width: 450px;
	width: auto !important;
	width: 450px;
}

/* ----------------------------------------*/
/* ---------->>> CONTAINERS <<<------------*/
/* ----------------------------------------*/

#geral{
	min-height:100%;
	position:relative;
}

#containerTopo{
	width: 100%;
}

#containerMenu{
	width: 100%;
	margin:0 0 30px 0;
}

#containerCorpo {
	width: 100%;
	overflow:hidden;
}

#footer{
	width:100%;
	position:absolute;
	bottom:0;
}

#containerRodape {
	width: 100%;
}

/* --------------------------------------------*/
/* ---------->>> DIVS PRINCIAIS <<<------------*/
/* --------------------------------------------*/

#topo{
	margin: 0 auto;
	width: 950px;
	padding:20px 0 30px 0;
}

#menu{
	margin: 0 auto;
	width: 890px;
}

#corpo{
	margin: 0 auto;
	width: 950px;
	margin-bottom:130px;
}

#rodape{
	margin: 0 auto;
	width: 890px;
	height:100px;
	position:relative;
}

/* ----------------------------------*/
/* ---------->>> MENU <<<------------*/
/* ----------------------------------*/

ul#menu li {
	float: left;
}

ul#menu li.brClear{
	float: none;
}

/* ------------------------------------------------*/
/* ---------->>> COLUNAS PRINCIPAIS <<<------------*/
/* ------------------------------------------------*/

#colunaUn,
#colunaDeux,
#colunaTrois {
	float: left;
	width: 300px;
	background-color:#909;
}

#colunaDeux {
	margin: 0 25px;
}

/* -------------------------------------------------*/
/* ---------->>> COLUNAS SECUNDARIAS <<<------------*/
/* -------------------------------------------------*/

#colunaQuatre {
	width: 300px;
	background-color:#909;
}

#colunaCinq {
	margin-left: 25px;
	width: 625px;
	background-color:#906;
}

#colunaSeis{
	width:890px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	background:url(../imagens/background_transparente.png) repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#colunaSete{
	width:850px;
	margin:0 auto;
	margin-top:30px;
	padding:20px 20px;
	background:url(../imagens/background_transparente.png) repeat;
	overflow:hidden;
}

#colunaOito{
	width:890px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}