html {
	font-size: 100.01%;
	min-height: 100%;
	margin-bottom: 1px;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/repeat.jpg) repeat-y center 0 scroll;
}
textarea, input, select, option, optgroup, button { font: 1em Arial, serif; }
/* 
 * TÍTULOS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 15px;
	color:#ff0000;
	font-weight:normal;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
H1 { font-size: 15pt; height:40px; }
h2 {
	margin: 0;
	font-size: 15px;
	color:#ff0000;
	padding-left:25px;
	height:30px;
	line-height:30px;
	background:url(images/bullet-title.gif) no-repeat 0 center scroll;
}
h3 {
	font-size:12px;
	color:#666;
	font-weight:bold;
}
p {
	margin:0;
	padding:0;
	font-size:11px;
	text-align:left;
	line-height:1.5em;
	text-align:justify;
}
a:link, a:active, a:visited {
	color:#ff0000;
	text-decoration:none;
	font-size:12px;
	text-align:right;
	float:right;
	margin:5px 0;
}
a:hover {
	color:#F66;
	text-decoration:underline;
}
a:link img, a:visited img { border:none 0; }
p.intro { padding:15px 0; }
/* 
 * HELPERS
------------------------------------------- */
.wrapper {
	width: 100%;
	overflow: hidden;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.inner {
	padding:10px 0;
	clear:both;
}
.offset {
	position: absolute;
	left: -10001px;
	top: -10001px;
	overflow: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
}
legend.offset { display: none; }
.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%; }
.innerFloat {
	width:100%;
	float:left;
	display:block;
	padding:0;
}
/* 
 * LAYOUT FIXO
------------------------------------------- */
div#mainWrapper, div#contentWrapper, div#headerWrapper div#footerWrapper {
	width:100%;
	clear:both;
}
div#mainWrapper { background:url(images/bg.jpg) no-repeat center 0 scroll; }
div#footerWrapper {
	margin-top:50px;
	background:url(images/rodape.jpg) no-repeat center 0 scroll;
}
div#header { height:390px; }
div#content, div#footer {
	width:970px;
	margin:0 auto;
	text-align:center;
}
div.contentInner {
	clear:both;
	display:block;
	padding:25px;
	overflow:visible;
}
div#footerWrapper { height:30px; }
div#footer p {
	margin:0 auto;
	padding-top:5px;
	padding-right:20px;
	text-align:center;
}
div.contentRight {
	float:left;
	width:250px;
}
/*
 * NAVIGATION
------------------------------------------------------*/
DIV.navigation {
	width:360px;
	margin:0 auto;
}
UL.navigation a:link, UL.navigation a:visited {
	color:#999;
	text-decoration:underline;
	width:auto;
	font-size:11px;
	float:left;
}
UL.navigation a:hover { color:#666; }
UL.navigation, UL.navigation LI {
	margin:0;
	padding:0;
}
ul.navigation {
	float:left;
	width:360px;
	display:block;
	margin:5px 0;
	text-align:left;
}
ul.navigation li {
	list-style:none;
	float:left;
	margin:2px;
	padding:2px;
	display:inline;
	width:auto;
}
ul.navigation li.active a, ul.navigation li.active a:visited { color:#666; }
/*
 * FORMULÁRIOS
 ----------------------------------------------------------*/
dd, dt, dl {
	margin:0;
	padding:0;
	float:left;
}
form {
	width:500px;
	float:left;
	margin:20px 0;
}
dl /* dt form*/ {
	width:100%;
	float:left;
	display:block;
}
dt  /* dt label*/ {
	width:25%;
	text-align:right;
	clear:left;
	padding-right:10px;
	margin-top:10px;
}
dd  /* dt input*/ {
	width:70%;
	text-align:left;
	margin-top:10px;
}
label, select, input, textarea {
	font-size:12px;
	color:#666;
}
input, select, textarea {
	padding:2px;
	border:#CCC solid 1px;
}
select { width:180px; }
ul.errors, ul.errors li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
ul.errors li {
	font-size:10px;
	color:#F00;
}
.submit {
	padding:5px;
	cursor:pointer;
	overflow:visible;
}
