/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline } 
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block }
	body {
		line-height: 1 }
	ol, ul {
		list-style: none }
	blockquote, q {
		quotes: none }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none }
	table {
		border-collapse: collapse;
		border-spacing: 0 }


/* #Font-Face
================================================== */
    @font-face {
        font-family: 'FontBlack';
        src: url('fonts/sinkinsans-800black-webfont.eot');
        src: url('fonts/sinkinsans-800black-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sinkinsans-800black-webfont.woff2') format('woff2'),
        url('fonts/sinkinsans-800black-webfont.woff') format('woff'),
        url('fonts/sinkinsans-800black-webfont.ttf') format('truetype'),
        url('fonts/sinkinsans-800black-webfont.svg#sinkinsans-800black-webfont') format('svg');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'FontBold';
        src: url('fonts/sinkinsans-700bold-webfont.eot');
        src: url('fonts/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sinkinsans-700bold-webfont.woff2') format('woff2'),
        url('fonts/sinkinsans-700bold-webfont.woff') format('woff'),
        url('fonts/sinkinsans-700bold-webfont.ttf') format('truetype'),
        url('fonts/sinkinsans-700bold-webfont.svg#sinkinsans-700bold-webfont') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'FontLight';
        src: url('fonts/sinkinsans-500medium-webfont.eot');
        src: url('fonts/sinkinsans-500medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sinkinsans-500medium-webfont.woff2') format('woff2'),
        url('fonts/sinkinsans-500medium-webfont.woff') format('woff'),
        url('fonts/sinkinsans-500medium-webfont.ttf') format('truetype'),
        url('fonts/sinkinsans-500medium-webfont.svg#sinkinsans-500medium-webfont') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'FontRegular';
        src: url('fonts/sinkinsans-400regular-webfont.eot');
        src: url('fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
        url('fonts/sinkinsans-400regular-webfont.woff') format('woff'),
        url('fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
        url('fonts/sinkinsans-400regular-webfont.svg#sinkinsans-400regular-webfont') format('svg');
        font-weight: normal;
        font-style: normal;
    }

	.font-regular   { font-family: "FontRegular", Helvetica, Arial, sans-serif }
	.font-light     { font-family: "FontLight", Helvetica, Arial, sans-serif }
	.font-bold      { font-family: "FontBold", Helvetica, Arial, sans-serif }


/* #Basic Styles
================================================== */
	body {
		background: url("/images/background_conteudo.jpg") top center no-repeat;
		font: 14px/20px Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100% }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "FontRegular", Helvetica, Arial, sans-serif;
		font-weight: normal }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
    h1,
	h2 { height:165px; line-height:28px !important; margin-bottom:0px; font-size:22px; font-weight: bold; text-transform:uppercase; color:#FFFFFF; font-family: "FontRegular"; clear:left}
	h3 { font-size: 21px; line-height: 26px; margin-bottom: 8px }
	h4 { font-size: 17px; line-height: 24px; margin-bottom: 4px }
	h5 { font-size: 14px; line-height: 21px }
	.subheader { color: #777 }
	
	h4 span { font-size:12px; font-weight:normal }

	p { margin: 0 0 20px 0 }
	p img { margin: 0 }
	p.lead { font-size: 21px; line-height: 27px; color: #777 }

	em { font-style: italic }
	strong { font-weight: bold }
	b { font-weight:bold }
	small { font-size: 80% }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 20px; color: #777; font-style: italic }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd }
	blockquote cite { display: block; font-size: 12px; color: #666 }
	blockquote cite:before { content: "\2014 \0020" }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555 }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 25px 0 ; height: 0 }


/* #Links
================================================== */
	a { color: #444; text-decoration: underline; outline: 0; text-decoration: none }
	a:hover, a:focus { color: #000 }
	p a, p a:visited { line-height: inherit }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px }
	ul { list-style: none outside }
	ol { list-style: decimal }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px }
	ul.square { list-style: square outside }
	ul.circle { list-style: circle outside }
	ul.disc { list-style: disc outside }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90% }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px }
	li { line-height: 18px; margin-bottom: 12px }
	ul.large li { line-height: 21px }
	li p { line-height: 21px }


/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto }


/* #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background:#004172;
		border: 1px solid #004172;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #FFF;
		display: inline-block;
		float:right;
		font-size: 12px;
		font-weight: bold;
		text-transform:uppercase;
		text-decoration: none;
		cursor: pointer;
		margin: 0;
		line-height: normal;
		padding: 8px 12px;
		font-family: "FontRegular", Helvetica, Arial, sans-serif;
		-webkit-appearance: none }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #FFF;
		background: #022b49;
		border: 1px solid #022b49; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #055a99;
		background: #055a99 }

	.button.full,
	button.full,
	input[type="submit"].full,
	input[type="reset"].full,
	input[type="button"].full {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center }

	.button.small,
	button.small,
	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small {
		padding:6px 10px; 
		font-size:10px;
		line-height:normal !important }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0 }


/* #Forms
================================================== */
	form {
		margin: 0 }
	fieldset {
		margin-bottom: 20px }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #CCC;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 12px/20px Helvetica, Arial, sans-serif;
		color: #666;
		margin: 3px 0 0;		
		display: block;
		background: #F9f9f9 }
	input[type="text"],
	input[type="password"],
	input[type="email"] {
		width: 206px;
		padding: 2px 6px;
		height:21px }
	select {
		height: 27px;
		line-height: 21px;
		text-indent: inherit;
		width: 220px;
		padding: 2px }
	textarea {
		min-height: 180px;
		padding: 2px 6px;
		width: 686px;
		text-indent: inherit }
	input[type="checkbox"] {
		display: inline;
		vertical-align: middle; 
		margin: -2px 5px 0 0 }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		background-color: #E5E5E5;
		border: 1px solid #999;
 		color: #333 }
	label,	
	legend {
		display: block;
		font-size: 11px;
		line-height: 14px }
	label span,
	legend span {
		font-weight: normal;
		font-size: 11px;
		color: #444 }
	label.checkbox {	
		display: inline;
		font-size:12px }
	form > .cols { 
		margin-bottom: 10px;
		position: relative }
    .customSelect   {
        font: 12px/20px Helvetica, Arial, sans-serif;
        background:#F5F5F5 url(/images/arrow_dropdown.png) right center no-repeat;
        border: 1px solid #CCC;
        outline: none;
        color: #666;
        margin: 3px 0 0;
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 3px;
        padding: 0px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .customSelectDisabled {
        background:#E5E5E5 url(/images/arrow_dropdown.png) right center no-repeat !important;
        color: #999 !important;
    }

	/* Validação */
	input[type="text"].error,
	input[type="password"].error,
	input[type="email"].error,
	textarea.error,
	select.error {
		background:#e0e0e0 !important;
		border:1px solid #999999;
		color:#444 }
	/*label.error {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        margin:-1px 0 0 0;
        padding-bottom:1px;
		background:#f1f1f1;
		color:#F00 }*/

    label.error 	{ /*top:0; left:0;*/ padding:0px!important; margin-top:-45px;  background:#f1f1f1; color:#F00; position:absolute;  }
	
	/* Captcha */
	.captcha { padding: 5px 0 10px; border-bottom: 1px solid #CCC }
	.captcha .error { top:5px; left:90px; width:50%; }
	.captcha .img { width: 90px; margin: 0; float: left; margin-top: 10px }
	.captcha .text { width: 130px; float:left }
	.captcha .text input[type="text"] { width: 104px; height:17px }
	
	/* Alerta */
	.overlay { width:100%; padding:100px 0; background:#F5F5F5; color:#333; display:none; text-align:center }
	.overlay button { float:inherit }
	.overlay_callback { display:block; padding:0 0 30px; text-align:center }
	
	/* Formulário com largura diferente do padrão */
	form h4 { margin:15px 0; padding:0 0 5px; border-bottom:1px solid #CCC }
	form.c8 { width:460px }
	
	/* Larguras diferentes dos campos texto */
	.c2 > input[type="text"], 	.c2 > input[type="password"],	.c2 > input[type="email"] { width: 86px }
	.c4 > input[type="text"],	.c4 > input[type="password"],	.c4 > input[type="email"] { width: 206px }
	.c6 > input[type="text"],	.c6 > input[type="password"],	.c6 > input[type="email"] { width: 326px }
	.c8 > input[type="text"],	.c8 > input[type="password"],	.c8 > input[type="email"] { width: 446px }
	.c12 > input[type="text"], .c12 > input[type="password"],  .c12 > input[type="email"] { width: 686px }
	.c16 > input[type="text"], .c16 > input[type="password"],  .c16 > input[type="email"] { width: 926px }

	/* Larguras diferentes dos campos select */
	.c2 > select { width: 100px }
	.c3 > select { width: 160px }
	.c4 > select { width: 220px }
	.c6 > select { width: 340px }
	.c8 > select { width: 460px }
	.c12 > select { width: 700px }
	.c16 > select { width: 940px }

	/* Larguras diferentes dos campos textarea */
	.c4 > textarea { width:206px }
	.c6 > textarea { width:326px }
	.c8 > textarea { width:446px }
	.c12 > textarea { width:686px }
	.c16 > textarea { width:926px }	
	

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important }
	.half-bottom { margin-bottom: 10px !important }
	.add-bottom { margin-bottom: 20px !important }

	.hidden { display:none }