/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(../imagens/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;
}

form {
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* classes espaçamento */
.padding-left { padding-left:5px; }
.padding-right { padding-right:10px; }

.alt { display: none; }

input, textarea, select {
	padding: 1px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 50px;
	padding:2px;
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right:1px solid #CCC;
	margin-right:5px;
}
dl.list1 dd {
	margin-bottom: 10px;
	min-height:50px;
}
dl.list1 dd span {
	display:block;
	text-decoration:underline;
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
dl.list1 a {
	color: #666666;
	text-decoration:none;
}

dl.list1 a:hover {
	text-decoration:underline;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}
ul.list2 li.mais {
	width:100%; 
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../imagens/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(../imagens/img10.jpg) no-repeat left bottom;
}

/* Header */
#header {
	height: 140px;
	background: #087FE7 url(../imagens/img03.jpg) no-repeat;
	position:relative;
}

/* Logo */
#logo {
	float: left;
}

#logo h1 {
	background: url(../imagens/nova_logo_do_corel.png) no-repeat;
	margin: 0;
	padding: 90px 0 0 78px;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo .logo-img {
	position:absolute;
	top:10px;
	left:50px;	
	z-index:10000;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu Topo----------------- */
#MenuTopo {
	position: absolute;
	left: 565px;
	top: 8px;
}

#MenuTopo .atendimento {
	float:left;
}
#MenuTopo ul {
	float:left;
	list-style: none;
	line-height: normal;
}

#MenuTopo ul li {
	float: left;
	font-size: 1.0em;
	font-weight:bold;
	text-transform: uppercase;
}

#MenuTopo ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 25px;
}

#MenuTopo ul li a:hover { text-decoration: underline; }

#MenuTopo ul li a.home { background: url(../imagens/iconHome.gif) no-repeat left; }
#MenuTopo ul li a.contato { background: url(../imagens/iconContato.gif) no-repeat left; padding-right: 0px; }


/* Menu */
#menu {
	float: right;
	z-index:1000;
	margin: 0;
	padding: 112px 60px 0 0;
}
/*
#menu {
	float: right;
	z-index:1000;
}

#menu ul {
	margin: 0;
	padding: 112px 60px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding:0 10px 0 10px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}*/

/* Page */

#page {
	background: url(../imagens/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
	position:relative;
}

#content .opcoes{
	top:10px;
	right:10px;	
	z-index:1050;
	position:absolute;
	/*border:1px solid #000;*/
}

#content h1.title {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

.post {
	padding-top: 20px;
}

fieldset {
	padding:5px;
	margin:10px 0 10px 0;
	border:1px solid #106ba8;
}
legend {
	background:#106ba8;
	color:#fff;
	margin-left:5px;
	padding:3px;
	left:5px;
	position:relative
}

.post .title {
}

.post ul {
	padding-left:5px;
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	min-height:100px;
}
.post .entry p {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(../imagens/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(../imagens/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(../imagens/img08.gif) no-repeat left center;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 186px;
	padding: 32px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Search */
#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(../imagens/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */
#widebar {
	margin: 0 50px;
	padding: 10px 28px 0 28px;
	background: #F2F2F2 url(../imagens/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colB  .item-rede-social {
	float:left;
	margin:0;
	padding:0;
}
#widebar #colB  .item-rede-social .img {
	float:left;
	width: 30px;
	height:40px;
	margin:0;
	padding:0;
}
#widebar #colB  .item-rede-social .titulo {
	float:right;
	width: 225px;
	height:40px;
	color:#000;
	margin:0;
	padding:0;
}
#widebar #colB  .item-rede-social .texto {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#widebar #colB  .item-rede-social .texto a{
	text-decoration:none;
	color:#999;
}
#widebar #colB  .item-rede-social .texto a:hover {
	text-decoration:underline;
}


#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */
#footer {
	height: 108px;
	background: url(../imagens/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #8E8E8E;
}

#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer ul li {
	margin: 0;
	padding: 0 5px 0 5px;
	display:inline;
}

#footer a {
	color: #666666;
}
/*-----------------Repositorio de arquivos--------------*/
.multimidia {
	width:100%;
	float:left;
	text-align:center;
}
.item-multimidia {
	float:left;
	width:178px;
	margin:0 5px 5px 0;
	padding:0;
	background:#EEE;
	border:1px solid #DDD;
}
.item-multimidia p {
	margin:0 5px 0 5px;
}
.item-multimidia p span {
	font-weight:bold;
}
.item-multimidia a {
	width:100%;
	float:left;
	margin-top:5px;
	text-align:center;
}
#exibe-multimidia {
	width:545px;
	float:left;
	padding:5px;
	background:#EEE;
	border:1px solid #DDD;
	margin-bottom:10px;
}
#exibe-multimidia .midia {
	width:65%;
	float:left;
}
#exibe-multimidia .texto { width:30%; float:right; }
#exibe-multimidia .texto .titulo { font-weight:bold; width:100%; float:right; }
#exibe-multimidia .texto .resumo { width:100%; float:right; }
#exibe-multimidia .texto .data { width:100%; float:right; }

/*-----------------Paginação---------------------------*/
#content p.paginacao {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Paginacao {
	font: normal 13px Arial, verdana;
	color: #2694A4;
	text-align: center;
	padding: 5px;
	float:left;
	width:555px;
}
#Paginacao a {
	color:#FFF; 
	background:#AD0101;
	padding:1px 3px;
	text-decoration: none;
}
#Paginacao span {
	color: #999;
	background:#CCC;
	padding:1px 3px;
	text-decoration: none;
}
#Paginacao a:hover {
	
}

/*---------------NOTICIAS------------------*/
.ultimas_noticias .linha { float:left; }
.lista-noticia { margin: 0 0 10px 0; }
.lista-noticia .data { color:#515051; font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }
.lista-noticia .categoria {}
.lista-noticia h2.titulo { 
	font: normal 28px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin-bottom: 5px;
	letter-spacing: -0.035em;
	border-bottom:1px dashed #CCC;
	color:#CCC;
}
.lista-noticia h2.titulo a {
	text-decoration: none;
	color: #37404C;
}
.lista-noticia h2.titulo a:hover {
	text-decoration: underline;
}
.lista-noticia .autor {}
.lista-noticia .sub-titulo {}
.lista-noticia .resumo { font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#515051; height:auto; min-height:75px; }
.lista-noticia .conteudo {}

/*-------------galeria- ---------------------*/
.img-clientes {
	margin-left:10px;
}