/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
	Project
  ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	/*oooooooooooooooooooooooooooooooo
		Typography
	  oooooooooooooooooooooooooooooooo*/
		/*
		Color Index
		-------------------------------------------------------
		Cinza Escuro                              | #666666
		Azul									  | #0000FF
		Vermelho								  | #FF0000
		Roxo									  | #6633FF
		Cinza Claro								  | #CCCCCC
		Cinza Amarelado							  | #C3C3C3
		Amarelo Claro							  | #FFFFCC
		*/

		/*oooooooooooooooooooooooooooooooo
			Texts
		  oooooooooooooooooooooooooooooooo*/
		html,body { 
			font-size: 14px;
			font-family: Arial, Verdana, Georgia, sans-serif;
			line-height:1.4em;
			color:#000;	/* Default Text Color */
			padding:0px;
			margin:0px;
			background:#EAEAEA url('/layout/images/page-bg.gif') repeat-x;
		}

		p { margin: 0 0 20px; } /* Margins for Text */

		blockquote  {
			margin-bottom:20px;
			font: 20px Arial,Century,sans-serif;
			background:#FFF url('/layout/images/blockquote.gif') no-repeat;
			font-weight:normal;
			padding-left:40px;
			color:#666;
		}
		blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6 {
		 	font-weight:normal;
			color:#999;
			margin-top:5px;
			margin-bottom:0px;
		}
		blockquote h1 { font-size:22px }
		blockquote h2 { font-size:20px }
		blockquote h3 { font-size:18px }
		blockquote h4 { font-size:16px }
		blockquote h5 { font-size:14px }
		blockquote h6 { font-size:12px }
		blockquote p { margin:0px;padding:0px; }
		strong      { font-weight: bold; }
		em,dfn      { font-style: italic; }
		dfn         { font-weight: bold; }
		sup, sub    { line-height: 0; }

		abbr, 
		acronym     { border-bottom: 1px dotted #666; }
		address     { margin: 0 0 5px; font-style: italic; }
		del         { color:#666; }

		pre,code    { margin: 10px 0; white-space: pre !important; }
		pre,code,tt { font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

		/*oooooooooooooooooooooooooooooooo
			Titles
		  oooooooooooooooooooooooooooooooo*/
		h1,h2,h3,h4,h5,h6 {
			font-weight: normal;	/* Title Style: Normal, Bold */
			margin-bottom:20px;
			color:#333333;
			font-family: Georgia;
		}
		h1 { font-size: 32px; line-height:32px; letter-spacing:-1px  }
		h2 { font-size: 24px; line-height:24px; letter-spacing:-1px }
		h3 { font-size: 22px; line-height:24px; letter-spacing:-1px }
		h4 { font-size: 20px; line-height:22px; color:#929292; font-weight:normal; letter-spacing:-1px }
		h5 { font-size: 18px; line-height:20px; color:#929292; font-weight:normal; letter-spacing:-1px }
		h6 { font-size: 11px; line-height:13px; color:#929292; font-weight:normal  }
		
		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color:#FF280B;
			text-decoration: none;
		}
		a:focus {
			color:#FF280B;
			text-decoration: none;
		}
		a:visited {
			color:#FF280B;
			text-decoration: none;
		}
		a:hover {
			color: #FF280B;
			text-decoration:underline;
		}
		h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
			color:#333;
			text-decoration:none;
			font-weight: normal;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#333;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#333;
			text-decoration:underline;
		}
		
		/*oooooooooooooooooooooooooooooooo
			Lists
		  oooooooooooooooooooooooooooooooo*/
		ul li { line-height:1.5em; padding-left:18px; background:url('/layout/images/icon-ul.gif') no-repeat 0px 4px; display:block; }
		ol li { line-height:1.5em; margin-left:20px; list-style-type:decimal; }
		li ul, ul ul,
		 li ol       { margin-bottom:0px; }
		ul, ol      { margin: 0px 0px 10px 10px; }
		ul          { list-style-type: none; position:relative; margin-bottom:20px; }
		ol          { list-style-type: decimal;margin-bottom:20px; }
		dl          { margin: 0 0 1.5em 0; }
		dl dt       { font-weight: bold; }
		dd          { margin-left: 1.5em;}

	/*oooooooooooooooooooooooooooooooo
		Buttons
	  oooooooooooooooooooooooooooooooo*/
	a.button {
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		outline:0px;
		margin-top:2px !important;
		margin-right:4px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	a.button span, button span {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	button {
		border:0;
		padding:0;
		cursor:pointer;
		overflow:visible;
		margin:0px;
		float:left;	
		display:block;
		margin-right:10px;
		margin-top:2px;
		margin-bottom:2px;
	}
	button::-moz-focus-inner {
		border:none;
		padding:0px;
		margin:0px;
	}
	button span {
		position:relative;
		display:block;
		white-space:nowrap;
	}
	* html button span {

	}
	* html button {
		float:none;
		display:inline;
	}
	*:first-child+html button span {

	}
	*:first-child+html button {
		display:inline;
		float:none;
	}
	a.button:hover,button:hover {
		text-decoration:none;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		button span {
			margin-top:-1px;
			padding-top:0px;
			padding-bottom:0px;
			margin-left:-3px;
			margin-right:-3px;
			margin-bottom:-1px;
		}
		button {
			margin-top:2px;
			margin-bottom:0px;
		}
	}
	a.button span {
		padding-top:10px;
		padding-bottom:10px;
		font-size:16px;
		padding-left:15px;
		padding-right:15px;
		font-weight:bold;
		line-height:12px;
	}
	button span {
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
		font-size:16px;
		font-weight:bold;
		line-height:12px;
	}
	a.button, button {
		background:url('/layout/images/but-sdoor-left.gif') no-repeat;
		position:relative;
	}
	a.button span,button span {
		background:url('/layout/images/but-sdoor-right.gif') no-repeat right;
		color:#FFF;
		font-family:Arial;	/* Button Font */
	}
	a.button:hover,button:hover,a.sel {
		background:url('/layout/images/but-sdoor-left-over.gif') no-repeat;
	}
	a.button:hover span,button:hover span,a.sel span {
		background:url('/layout/images/but-sdoor-right-over.gif') no-repeat right;
		color:#FFF;
	}
	a.button:active,button:active {
		background:url('/layout/images/but-sdoor-left-hit.gif') no-repeat;
		color:#FFF;
	}
	a.button:active span,button:active span {
		background:url('/layout/images/but-sdoor-right-hit.gif') no-repeat right;
		color:#FFF;
	}
	a.button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	*:first-child+html button img {
		top:9px;
	}
	* html button img {
		left:-19px;
		top:9px;
	}
	button .enable_icon,a.button .enable_icon {
		padding-left:30px !important;
	}
	
	/*oooooooooooooooooooooooooooooooo
		Images
	  oooooooooooooooooooooooooooooooo*/
	.img_center {
		clear:both;
	}
	
	.img_right {
		float:right;
	}
	
	.img_left {
		float:left;
	}
	
	.img_right img,.img_left img,.img_center img {
		display:block;
	}
	
	.image_box {
		border:5px solid #ECECEC;
		padding:5px;
		background:#ECECEC;
	}
	
	.image_box {
		position:relative;
	}
	
	.image_box span {
		display:block;
		padding-top:5px;
		color:#666;
		font-size:11px;
		line-height:13px;
		color:#666;
	}
	
	.img_center {
		margin-bottom:20px;
	}
	
	.img_left div {
		margin-right:20px;
		margin-bottom:20px;
	}
	
	.img_right div {
		margin-left:20px;
		margin-bottom:20px;
	}
	
	.img_left .image_box img,.img_right .image_box img {
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
	}
	
	/*oooooooooooooooooooooooooooooooo
		Divider
	  oooooooooooooooooooooooooooooooo*/
	.hr {
		clear:both;
		display:block;
		height:1px;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		border-bottom:1px solid #DDD;
	}
	.hr hr {display:none;}

	/*oooooooooooooooooooooooooooooooo
		Forms
	  oooooooooooooooooooooooooooooooo*/
	.form label {
		clear:both;
		display:block;
		margin-top:10px;
		cursor:pointer;
		color:#666;
		font-weight:bold;
		font-size:12px;
	}
	.form .input-box {
		margin-right:20px;
		float:left;
	}
	.form .input-container {
		clear:both;
		float:left;
		border-top:1px solid #999;
	}
	* html .form .input-container {
		margin-bottom:0px;
	}

	*:first-child+html .form .input-container {
		margin-bottom:0px;
	}
	.form input,.form textarea {
		border:1px solid #999;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		font-size:12px;
		padding:2px;
		margin:0px;
		background:#fff;
		font-family:Arial; /* Form Inputs Font */
	}
	.form .large {
		width:440px;
	}
	.form .medium {
		width:207px;
	}
	.form .small {
		width:90px;
	}
	.form .bimg {
		border:none
	}
	.form .bimg:focus {
		background:none;
		border:none;
	}
	* html .form input,* html .form textarea {
		margin-top:-1px;
	}
	*:first-child+html .form input,*:first-child+html .form textarea {
		margin-top:-1px;
	}
	.form input:focus,.form textarea:focus,.form .focused {
		border:1px solid #C3C3C3;
		border-right:1px solid #DDD;
		border-bottom:1px solid #DDD;
		background:#FFF;
		color:#000;
	}
	.form .field-error, .form .field-error {
		border:3px solid #FF0000;
	}
	.form .required {
		background:#FFFFCC;
	}
	.form .required:focus {
		background:#FFFF99;
	}
	.form label img {
		margin-left:5px;
	}

	/*ooooooooooooooooooooooooooooooooooooooooooo
		Structure
		---------------------------------------
		page
			page-wrapper
				block
					block-wrapper
						branding
							branding-logomarca
							branding-tag
							branding-banner
						nav
						content
						sidebar
						footer
	  oooooooooooooooooooooooooooooooooooooooooooo*/

		/*oooooooooooooooooooooooooooooooo
			CSS for Screen
		  oooooooooooooooooooooooooooooooo*/
		@media screen {
			#header {
				height:100px;
				
			}
			.content-wrapper {
				background:url('/layout/images/header-top-full-bg.gif') no-repeat;
			}
			
			.content-wrapper-page {
				background:url('/layout/images/header-top-full-bg-page.gif') no-repeat;
			}
			
			#logo {
				position:absolute;
				top:30px;
				left:0px;
				width:260px;
				height:60px;
				overflow:hidden;
			}
			
			#texto-cabecario {
				position:absolute;
				top:27px;
				left:310px;
				width:280px;
				height:60px;
				overflow:hidden;
				text-align:center;
				color:#666;
				font-size:12px;
			}
			
			.page-wrapper {
				background:url('/layout/images/page-bg-content.gif') repeat-y;
				width:980px;
				margin-left:auto;
				margin-right:auto;
			}
			
			.page-contents {
				margin-left:20px;
				margin-right:20px;
				padding:20px;
				padding-top:30px;
				background:url('/layout/images/page-content-bgt.png') repeat-x;
			}
			
			.page-contents-page {
				
				padding:40px;
				padding-top:30px;
				background:url('/layout/images/fundo-secundario.gif') no-repeat;
			}
			
			.h130
			{
			height:130px;
			}
			
			#header-block {
				width:940px;
				height:340px;
				position:absolute;
				top:100px;
			}
			
			#banner {
				width:940px;
				height:200px;
				position:absolute;
				top:0px;
				background:#A00707;
			}
			#block-a {
				width:300px;
				height:140px;
				background:#333;
				position:absolute;
				bottom:0px;
				left:0px;
			}
			
			#bloco1 p
			{
			color:#FFF;
			font-size:12px;
			line-height:1.4em;
			}
			
			#bloco1 h1,#bloco1 h2,#bloco1 h3,#bloco1 h4,#bloco1 h5,#bloco1 h6
			{
			color:#FFF;
			margin-bottom:10px;
			}
			
			#block-b {
				width:300px;
				height:140px;
				background:#333333;
				position:absolute;
				bottom:0px;
				left:301px;
			}
			
			#bloco2 p
			{
			color:#FFF;
			font-size:14px;
			line-height:1.4em;
			}
			
			#bloco2 h1,#bloco2 h2,#bloco2 h3,#bloco2 h4,#bloco2 h5,#bloco2 h6
			{
			color:#FFF;
			margin-bottom:10px;
			}
			
			#block-c {
				width:338px;
				height:140px;
				background:#333333;
				position:absolute;
				bottom:0px;
				left:602px;
			}
			
			#bloco3 p
			{
			color:#FFF;
			font-size:12px;
			line-height:1.4em;
			}
			
			#bloco3 h1,#bloco3 h2,#bloco3 h3,#bloco3 h4,#bloco3 h5,#bloco3 h6
			{
			color:#FFF;
			margin-bottom:10px;
			}
			
			#footer {
				background:url('/layout/images/page-footer-bg.png') repeat-x;
				height:211px;
				color:#FFF;
				font:11px Arial;
			}
			#bimboo {
				position:absolute;
				right:20px;
				top:50px;
			}
			.titulo {
				font:bold 24px Arial;
				color:#FF290B;
				border-top:2px solid #333;
				padding-top:5px;
				margin-bottom:10px;
			}
			
			.linha
			{
			border-top:2px solid #333;
			padding-top:10px;
			}
			
			#sidebar-menu {
				padding:0px;
				margin:0px;
				margin-bottom:20px;
			}
			#sidebar-menu ul,#sidebar-menu li {
				margin:0px;
				padding:0px;
			}
			#sidebar-menu li {
				background:none;
			}
			#sidebar-menu li a {
				color:#333333;
				width:240px;
				display:block;
				margin-bottom:2px;
			}
			#sidebar-menu li a span {
				padding-left:5px;
				padding-right:5px;
				padding-top:5px;
				padding-bottom:5px;
			}
			#sidebar-menu li a:hover span,#sidebar-menu li a.active span {
				background:#666666;
				color:#FFF;
				padding-left:2px;
				padding-right:2px;
				padding-top:2px;
				padding-bottom:2px;
			}
			#sidebar-menu li li a {
				padding-left:10px;
				width:235px;
				font-size: 12px
			
			}
			#sidebar-menu li li li a {
				padding-left:10px;
				width:230px;
			}
			#sidebar-menu li li li li a {
				padding-left:15px;
				width:225px;
			}
			
			#newsletter input
			{
			width:230px;
			height:20px;
			padding:5px;
			font: 12px arial;
			color:#666;
			border:1px solid #CCC;
			background:none;
			}
			
			#newsletter label
			{
			font: 14px arial;
			color:#333;
			margin-bottom:3px;
			}
			
			
			#busca
			{
			width:284px;
			height:49px;
			position:absolute;
			top:30px;
			right:20px;
			}
			
			#caixa-busca {
			background:url('/layout/images/campo-buscar.gif') no-repeat;
			width:284px;
			height:49px;
			}
	
			#caixa-busca .campo {
			width:225px;
			height:20px;
			line-height:20px;
			border:none;
			color:#CCC;
			font:bold 18px georgia;
			background:none;
			position:absolute;
			left:15px;
			top:12px;
			}
	
			#caixa-busca #bt-search {
			position:absolute;
			right:15px;
			top:15px;
			cursor:pointer;
			width:21px;
			height:20px;
			}
			
			.list-item h1
			{
			font:bold 32px georgia;
			margin-bottom:10px;
			}
			
			.list-item .blog-published {
			color:#666;
			font-size:12px;
			margin-top:3px;
			margin-bottom:10px;
			padding-bottom:5px;
			border-bottom:1px solid #CCC;
			}
			
			.list-item .blog-published span{
			color:#FF280B;
			text-decoration:underline;
			}
			
			.list-item p
			{
			margin-bottom:0px;
			}
			
			
			
			#breadcrumbs div {
				float:left;
			}
			
			#breadcrumbs {
				font:11px Arial;
				color:#666;
				margin:10px;
			}
			
			#breadcrumbs a,#breadcrumbs a:visited {
				color:#666;
			}
			#breadcrumbs .breadcrumb {
				float:left;
				padding-right:3px;
			}
			#breadcrumbs .breadcrumb_current {
				float:left;
				font-weight:bold;
			}
			
			
			
			.print_text {
			float:right;
			background:#F00;
			width:60px;
			height:20px;
			cursor:pointer;
			background:url('/layout/images/bt-text-print.gif') no-repeat;
			}
			
			.print_text span {
			display:none;
			}
			
			
			
			
			
			
			
		}
		
		/*oooooooooooooooooooooooooooooooo
			CSS for Print
		  oooooooooooooooooooooooooooooooo*/
		@media print {
	
		}
	
	/*oooooooooooooooooooooooooooooooo
		Tables
	  oooooooooooooooooooooooooooooooo*/
	table       { margin-bottom: 1.4em; width:100%; }
	table td	{ font-size:1em }
	thead		{}
	thead th,thead td { font-weight:bold; background: #666666 !important; color:#FFFFFF;  }
	th          { font-weight: bold; background: #666666; color:#FFFFFF }
	th,td       { padding: 4px 10px 4px 5px; }
	thead td { border:1px solid #CCCCCC }
	tbody td { border:1px solid #CCCCCC }
	tr.impar td  { background: #FFFFCC; }
	tfoot       { font-style: italic; }
	caption     { background: #666666; }
	
	/*oooooooooooooooooooooooooooooooo
		File Progress Component
	  oooooooooooooooooooooooooooooooo*/
	.progress_filename {
		margin-bottom:5px;
		font:bold 14px Arial;
	}

	.filetype {
		margin-bottom:15px;
	}

	.fl_name {
		font-size:14px;
	}

	.fl_name span {
		display:block;
		font:12px Arial;
		margin-top:5px;
		color:#999;
		font-weight:bold;
	}

	/*oooooooooooooooooooooooooooooooo
		Bloco Flutuante
	  oooooooooooooooooooooooooooooooo*/
	.block_left {
		float:left;
		margin-right:20px;
		margin-bottom:20px;
		margin-top:10px;
	}

	.block_right {
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		margin-top:10px;
	}

	/*oooooooooooooooooooooooooooooooo
		Paginação
	  oooooooooooooooooooooooooooooooo*/
	.page_numbers {
		margin-bottom:20px;
	}
