@charset "utf-8";
/* CSS Document */

/* ---------- CSS RESET ----------*/

html{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
	font-style: inherit;
	font-weight: inherit;
}

del,ins{
	text-decoration: none;
}

li{
	list-style: none;
}

caption,th{
	text-align: left;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after{
	content: '';
}

abbr,acronym{
	border: 0;
	font-variant: normal;
}

sup{
	vertical-align: baseline;
}

sub{
	vertical-align: baseline;
}

legend{
	color: #000;
}

input,button,textarea,select,optgroup,option{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* ---------- CSS ELEMENTS ----------*/

html {
background:#000 url(../imagens/bg.jpg) center 0 repeat-x;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#fff;
}

body {
}

.clear {
clear: both;
}

/* -- headings -- */
h1 {
	font-size:34px;
}

h2 {
	font-size:22px;
	margin-bottom:20px;
}

h3 {
	font-size:20px;
	color:red;
}
h4 {
}

h5 {
}

h6 {
}

p{
	font-size:12px;
	margin:15px 0;
}

/* -- links -- */
a, a:link {
	color:#fff;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
outline:none;
}

/* -- blockquotes -- */
blockquote {
}

/* ---------- CSS LAYOUT ----------*/

#wrap{
	margin:0px auto;
	width:799px;
}

#lang{
	width:799px;
	float:left;
	display:inline;
	height:19px;
}

	#idiomas{
		float:right;
		display:inline;
	}

	#idiomas li{
		float:left;
		display:inline;
		font-size:10px;
		text-indent:-9999px;
		margin:3px;
	}
	
		#idiomas li a{
			display:block;
			width:15px;
			height:13px;
		}
	
		#idiomas li.pt a{
			background:url(../imagens/lang_pt_off.jpg) no-repeat;
		}

			#idiomas li.pt a.selected{
				background:url(../imagens/lang_pt_on.jpg) no-repeat;
				cursor:default;
			}

		#idiomas li.en a{
			background:url(../imagens/lang_en_off.jpg) no-repeat;
		}

			#idiomas li.en a.selected{
				background:url(../imagens/lang_en_on.jpg) no-repeat;
				cursor:default;
			}

#header{
	width:799px;
	height:136px;
	float:left;
	display:inline;
}

#logo{
	height:101px;
	border-top: 1px solid #B4ADAD;
	border-left: 1px solid #B4ADAD;
	border-right: 1px solid #B4ADAD;
}

	#logo img{
		float:left;
		display:inline;
		margin:0;
	}

#navMain{
	float:left;
	display:inline;
	margin:0 auto auto;
	width:797px;
	height:35px;
}

	#navMain li{
		float:left;
		display:inline;
		font-size:13px;
	}
	
	#navMain a{
		padding:7px 30px 0;
		display:inline-block;
		height:27px;
		color:#fff;
		text-decoration:none;
	}
	
	#navMain a:hover{
		background:url(../imagens/navHover.jpg);
	}
	
	#navMain a.selected{
		background:url(../imagens/navSelect.jpg);
	}

#content{
	background:url(../imagens/bg_content.gif) repeat-y;
	float:left;
	width:797px;
	min-height:423px;
	height:auto !important;
	height:423px;
	border-bottom: 1px solid #B4ADAD;
	border-left: 1px solid #B4ADAD;
	border-right: 1px solid #B4ADAD;
}

	#content #leftBox{
		width:267px;
		min-height:382px;
		height:auto !important;
		height:382px;
		padding:20px;
		float:left;
		display:inline;
	}
	
		#leftBox .splash_screen{
			margin:30px 0 0 15px;
		}
		
			#leftBox .splash_screen a{
				display:block;
				width:40%;
				height:30px;
				text-align:center;
				background:#e91c24;
				line-height:28px;
				text-decoration:none;
			}
		
		#leftBox ul#categorias{
			margin-left:20px;
		}
		
			#leftBox ul#categorias li{
				list-style-type:circle;
				font-size:12px;
				margin:0;
				padding:0;
			}

			#leftBox ul#categorias a:link,
			#leftBox ul#categorias a:visited{
				text-decoration:none;
			}
			
			#leftBox ul#categorias a:hover{
				text-decoration:underline;
			}
		
		#leftBox img{
			float:left;
			display:inline;
		}
	
	#content #rightBoxIndex{
		width:490px;
		min-height:423px;
		height:auto !important;
		height:423px;
		float:left;
		display:inline;
	}
	
		#rightBoxIndex img{
			display:inline;
			float:left;
			margin:0;
		}
	#content #rightBox{
		width:450px;
		min-height:383px;
		height:auto !important;
		height:383px;
		float:left;
		display:inline;
		padding:20px;
	}
	
		#content #rightBox img{
			float:left;
			display:inline;
			padding:10px;
		}

#siteInfo{
	margin-top:5px;
	float:left;
}

#siteInfo p{
	font-size:10px;
	margin-top:0;
}

#siteInfo a:link, #siteInfo a:visited{
	text-decoration:underline;
	color:#fff;
}

#siteInfo a:hover{
	color:#999;
}

/* ---------- Formulário de contacto ----------*/

#form{
		width:450px;
		float:left;
		display:inline;
}
	
fieldset{
    border:none;
    margin:0;
    font:10px Verdana, Arial, Helvetica, sans-serif;
}

	fieldset span{
		font-size:9px;
		margin-top:3px;
	}
	
	fieldset p.error{
		clear:both;
		width:320px;
		font-size:9px;
		margin:0 0 10px 85px;
		padding:1px;
		text-align:center;
	}
	
	p.nota{
		clear:both;
		margin-left:85px;
		margin-top:0px;
		font-size:10px;
	}

label{
    float:left;
    display:inline;
    text-align:right;
    width:80px;
    font-size:11px;
    margin:3px 5px 2px 0px;
    color:#fff;
    clear:both;
}

	label.nota{
		margin:0 0 0 12px;
		font-size:9px;
		color:#666;
	}

span{
	float:left;
	display:inline;
}

fieldset input{
    border:1px solid #999;
    float:left;
    display:inline;
    width:320px;
    height:17px;
    line-height:12px;
    margin:0 0 5px 0;
    padding:3px 0 0 2px;
    font-size:11px;
    color:#fff;
    background:#454545;
}

fieldset input:hover{
	border:1px solid #fff;
}

textarea{
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    border:1px solid #999;
    float:left;
    width:320px;
    height:80px;
    margin:0 0 3px 0px;
    padding-top:2px;	
    padding-left:2px;
    font-size:11px;
    color:#fff;
    overflow:hidden;
    background:#454545;
}

fieldset input:focus,
fieldset input:active,
fieldset textarea:focus,
fieldset textarea:active{
	border:1px solid red;
}

#submit_btn input{
    margin-top:5px;
    margin-left:220px;
    width:50px;
    height:20px;
    font-size:10px;
    cursor:pointer;
}

/* -----------------------------------------------------------*/
/* ---------- Criar formulário antes destas classes ----------*/
/* -----------------------------------------------------------*/

/* formval.css */

  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }

  .formtab TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top; font-size: 90%; }


/* checkboxes */
  .checkcl    { text-align: right; }
  .checkbox   { clear: right; float: right; margin: 0 0.5em; }
  .formtab2 TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top;  }

/* ---------- CSS SLIMBOX ----------*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

