html, body { height: 100%; padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0;
	/*background-color:#15385b;*/
	background: url(../images/graphics/bg.gif) #143264 repeat-x 0 0;
}

a {
	color:#1b76ce;
}

a:focus {user-focus: none; outline: none; -moz-user-focus: none; -moz-outline: none; }

a.print {
	width:140px;
	height:29px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	margin-right:20px;
	background: url(../images/graphics/tabs_print.gif) transparent no-repeat 0 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	width:980px;
	height: 175px;
	margin:auto;
	text-align:center;
	background: url(../images/graphics/top_bk.jpg) transparent no-repeat 50% 0;
}

#banner {
	width: 100%; 
	height: 124px;
}

#logo {
	float:left;
	margin-top:30px;
	margin-left:40px;
}

#flash {
	float:right;
	margin-right:55px;
	margin-top:11px;
}

table.banner {
	width:940px;
	border-collapse:collapse;
	height:121px;
	margin:auto;
}

table.search {
	margin:0;
	padding:0;
}

table.banner input {
	position:relative;
	top:-8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	border:none;
	width:195px;
	margin:0;
	margin-left:-45px;
	padding:0;
}

table.banner button {
	position:relative;
	left:30px;
	margin-top:16px;
}

table.banner button.search {
	background-image:none;
	border:none;
}

#tab {
	padding:10px 0;
}

#search {
	width:310px;
	float:right;
}

#search input {
	border-top:1px solid #333;
	border-left:1px solid #333;
}

#search button {
	margin-left:3px;
	border:none;
	cursor:pointer;	
}

.secondsearch {
	display:none;
}

#search_result {
	padding:5px 0;
	margin-top:20px;
	margin-left:5px;
	border-bottom:1px solid #ccc;
}

h1 {
	font-size:20px;
	font-weight:lighter;
	color:#485159;
	margin:0;
	margin-bottom:15px;
}

h1.name {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 0 7px 0;
	padding:2px 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	margin:0 0 3px 0;
	padding:1px 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 3px 0;
	padding:1px 0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 3px 0;
	padding:1px 0;
	color:#307aa3;
}

label {
	display:block;
	font-size:10px;
	margin-top:6px;
}

em {
	color:#4c4c4c;
	font-weight:bold;
}

input {
	padding:3px;
	font-size:12px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

input.checkbox {
	margin-bottom:-1px;
	border:none;
	background-color:transparent;
}

textarea {

  font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	margin-bottom:5px;
	font-size:11px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

button {
	cursor:pointer;
	padding:3px 4px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	border:1px solid #ccc;
	background: url(../images/graphics/button_bk.gif) transparent repeat-x 0 0;
}

div.input-a {
	width:200px;
	float:left;
}

div.input-b {
	width:200px;
}

html>body div.input-b {
	margin-left:205px;
}

div.side-a {
	width:320px;
	float:left;
}

div.side-b {
	width:320px;
	float:right;
}

dl.erro {
	margin:0;
	padding:0;
	font-size:10px;
}

dl.erro dt {
	color:#ff4824;
	padding:2px;
	font-weight:bold;
	background-color:#ffffd9;
	border:1px solid #fdcf73;
}

dl.erro dd {
	color:#333;
	margin:2px 0;
	padding:1px;
	background-color:#ffffd9;
	border:1px solid #fdcf73;
}

/*-------------------------------- menu -----------------------------*/

#tabmenu {
	position:relative;
	width:940px;
	height:33px;
	top:10px;
	clear:both;
}

#tabmenu { /* IE Layout fix */
	
}

ul.tab {
	width:525px;
	height:20px;
	list-style-type:none;
	margin:0;
	margin-left:35px;

}

ul.tab li {
	float:left;
	padding-left:24px;
	margin:0;
}

ul.tab a {
	display:block;
	margin:0;
	padding:9px 24px 12px 0px;
	font-size:10px;
	color:#ddd;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

ul.tab a:hover {
	text-decoration:underline;
}

ul.tab li.selected {
	background: url(../images/graphics/menu_right_select.gif) transparent no-repeat 0 0;
}

ul.tab li.selected a {
	color:#16253a;
	background: url(../images/graphics/menu_left_select.gif) transparent no-repeat right top;
}

/*--------------------------- header -------------------------------------------*/

#header {
	margin:0;
	position:relative;
	top:-20px;
	width:500px;
	font-size:13px;
	color:#666;
}

html>body #header {
	top:-10px;
}

#header a {
	font-size:11px;
	color:#d4eef5;
}

/*--------------------------- container -------------------------------------------*/

#container {
	width:980px;
	min-height:400px;
	clear:both;
	margin:0 auto;
	overflow:auto;
	color:#333333;
	line-height:16px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/graphics/container_bk.gif) transparent repeat-y 50% 0;
}

#container div.index {
	margin-left:40px;
}

#container div.hr {
	height:10px;
	background: url(../images/graphics/hr.gif) transparent repeat-x 0 0;
}

#container ul.categorias {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}

#container ul.categorias li {
	display:inline;
	margin-right:5px;
}

#container ul.categorias li.first {
	position:relative;
	text-align:right;
	margin-right:20px;
}

#container ul.files {
	margin:0;
}

#container ul.files li {
	margin:5px 0;
}

#center {
	clear:both;
	width:860px;
	margin:auto;
}

#items_index {
	overflow:auto;
	width:850px;
	margin-left:18px;
	padding:10px 0 20px 10px;
	border:1px solid #ecedf1;
	/*background: url(../images/graphics/index.jpg) transparent no-repeat 0 30%;*/
}

#items_index p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:14px;
}

#items_index dl.categorys {
	width:800px;
	margin:0;
}

#items_index dl.categorys dd {
	margin:2px 15px 4px 5px;
	padding:0;
	float:left;
	width:230px;
}

#items_index dl.categorys dd.level1 {
	display:none;
}

#items_index dl.categorys a {
	font-size:9px;
	color:#647081;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}

#items_index dl.categorys a:after {
	margin-left:5px;
	content:  url("../images/graphics/bullet.gif");
}

#items_index dl.categorys a:hover {
	color:#333;
}

#news_index {
	overflow:hidden;
	border-top:10px solid #478dcf;
	height:200px;
	padding:10px;
	background-color:#FFFFFF;
}

#news_index .news_left {
	float:left;
	width:380px;
}

#news_index .news_right {
	float:right;
	width:380px;
}

div.image-a {
	float:left;
	border:1px solid #ddd;
	margin-right:10px;
}

div.image-b {
	float:right;
	border:1px solid #ddd;
	margin-left:10px;
}

div.big_image {
	text-align:center;
	margin:20px ;
}

div.big_image img {
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px;
}

/*-------------------------- left -----------------------------------*/

#left {
	width:200px;
	float:left;
}

#left a {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#535351;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e0ebf2;
}

#left a:hover {
	color:#ff4200;
	border-bottom:1px solid #ff4200;
	background: url(../images/graphics/category_rl.gif) transparent no-repeat 100% 0;
}

#left a.level0 {
	padding-left:0;
}

#left a.level1 {
	padding-left:25px;
}

#left a.level2 {
	padding-left:40px;
}

#left dl.categorys {
	margin:0;
	padding:0;
}

#left dl.categorys dd {
	padding:0;
	margin:6px 0;
}

#right {
	width:650px;
	margin-left:205px;
}

/*------------------- item list ----------------------*/

table.item-list {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:85px;
	font-size:11px;
	margin:2px;
	background: url(../images/graphics/separator.jpg) transparent repeat-x 0 100%;
}

table.item-list td {
	padding:0 0 0 0;
}

table.item-list p {
	color:#333;
	margin:4px 0;
}

table.item-list a.mais {
	text-decoration:underline;
	padding-left:14px;
	background: url(../images/graphics/arrow_blue.gif) transparent no-repeat 0 50%;
}

table.item-list a.artigo {
	display:block;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#3366cc;
	margin:2px 0 4px 0;
}

div.thumb {
	margin:4px 0;
	width:70px;
	height:60px;
	padding:4px;
	background-color:white;
	cursor:pointer;
	border:1px solid #ccc;
}

div.desc {
	margin:0;
	line-height:15px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.item {
	font-size:10px;
	font-weight:bold;
	color:#006699;
}

a.print {
	font-size:10px;
	font-weight:bold;
	color:#333;
}

div.item_photo {
	margin-left:5px;
	margin-bottom:20px;
}

div.item_photo .mag {
	position:absolute;
	float:right;
}

div.item_photo .mag img {
	background-color:transparent;
	border:none;
}

div.item_photo img {
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;
}

div.preco {
	float:right;
	padding:14px 6px;
	margin-left:5px;
	background-color:#eaeaea;
}

div.item_nophoto {
	width:300px;
	height:240px;
	background-color:#fff;
	border:1px solid #ccc;
}

div.item_desc {
	padding:5px 0;
	margin-top:5px;
}

div.mais_fotos {
	float:right;
	height:120px;
	width:250px;
}

div.item_thumb {
	cursor:pointer;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	width:70px;
	height:60px;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:5px;
}

/*---------------- artigos relacionados ------------------*/

table.related {
	width:275px;
	float:left;
	margin:5px 0;
	padding:0;
}

table.related .thumb {
	padding:5px;
	width:70px;
	text-align:center;
}

table.related a.item {
	margin-top:20px;
}

/*---------------- footer ------------------*/
#footer {
	font-size:10px;
	color:#ddd;
	padding:20px 0;
	text-align:center;
	background: url(../images/graphics/footer_bk.gif) transparent no-repeat 50% 0;
}

#footer a {
	font-size:10px;
	color:#8bbafa;
}

/*---------------- news ------------------*/

#news {
	min-height:400px;
	margin:auto;
}

html>body #news {

}

div.news-header {
	margin:15px 0;
}

div.news-body {
	text-align:justify;
}

div.images-column {
	width:100%;
	margin:15px 0;
}

div.news-image {
	float:left;
	min-width:200px;
	min-height:150px;
	text-align:center;
	cursor:pointer;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#fff;
	border:1px solid #ccc;
}

div.news-image img {
	margin:auto;
}

div.news-image .mag {
	position:absolute;
	float:right;
}

div.news-image .mag img {
	background-color:transparent;
	border:none;
}

div.news-image p {
	position:relative;
	float:right;
	top:-18px;
	overflow:hidden;
	width:200px;
	padding:1px;
	margin:0;
	font-style:italic;
	font-size:9px;
	background-color:white;
}

div.news-footer {
	clear:both;
	margin:10px 0;
	padding:10px 0;
	color:#666666;
	border-bottom:1px solid #ccc;
}

div.news-thumb {
	float:left;
	margin-right:15px;
}

div.news-thumb img {
	padding:2px;
	border:1px solid #ccc;
	background-color:white;
}

a.header {
	font-size:13px;
	color:#1b76ce;
	display:block;
	margin:5px 0;
}

a.subheader {
	font-size:11px;
	font-weight:bold;
	color:#333;
	display:block;
	margin:5px 0;
	text-decoration:none;
}

div.summary {
	
}

a.more {
	color:#719cc5;
	margin-left:20px;
}

a.more:hover {
	color:blue;
}

.data {
	float:left;
}

/*---------------- downloads  ------------------*/

dl.files {
	padding:0;
	margin:5px 0;
}

dl.files dt {
	color:#333;
	margin:0;
	padding:5px 4px;
	border:1px solid #ddd;
	background: url(../images/graphics/th_bk.gif) #333 repeat-x 0 0;
}

dl.files dd {
	background-color:#e7e7e7;
	margin:0px 0;
	padding:2px 5px;
	border-bottom:1px solid #ddd;
}

dl.files a {
	font-size:10px;
	color:#0066CC;
	font-weight:bold;
}

/*---------------- arquivo ------------------*/

a.arquivo {
	color:#336699;
}

dl.arquivo {
	padding-bottom:20px;
	color:#666666;
	border-bottom:1px solid #ccc;
}

dl.arquivo dd {
	margin:5px 0;
}

/*---------------- contactos ------------------*/

dl.contactos {
	width:250px;
	height:250px;
	float:left;
	text-align:center;
	margin-left:25px;
	padding-bottom:10px;
	color:#666666;
}

dl.contactos dd {
	margin:5px 0;
}

/* =crumbs
-------------------------------------------------*/

#crumbs {
	padding:3px 0;
}

/* =page selector
-------------------------------------------------*/

#selector {
	margin-left:20px;
	padding:0 0 2px 5px;
	font-size:10px;
	color:#216b95;
	position:relative;
	float:right;
}

#selector a {
	text-decoration:none;
	color:#107bce;
	font-size:10px;
	margin:0;
	padding:3px 5px;
	border:1px solid #ddd;
	background-color:#f8f8f8;
}

#selector a.selected {
	color:#fff;
	border-left:none;
	border-right:none;
	background-color:#e0822d;
}

#selector img {
	border:none;
	margin-bottom:-5px;
}

#selector a.arrows {
	width:10px;
	color:#d5e6f3;
	font-size:13px;
	background: url(../images/bt_seta_e.gif) transparent no-repeat 0 0;
}

#selector a.left {
	width:10px;
	padding:3px 5px;
	margin-right:5px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#selector a.right {
	width:10px;
	padding:3px 5px;
	margin-left:5px;
	border-left:1px solid #ddd;
}

#selector a:hover {
	background-color:#ddd;
}
