@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#131313;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}
body {
	padding-top:263px;/*match height of fixed header*/
	margin-top:-263px;/*match height of fixed header*/
	background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
}
#header {
	position:fixed;/* for good browsers*/
	top:0;
	left:0;
	width:100%;
	height:263px;/* the height you want the header to be*/
	z-index:999;
}
	#headerinner {/* header content goes inside here*/
		text-align:center;
		background-color:#660000;
		background-image: url(imagens/logo.png);
		background-repeat: no-repeat;
		background-position: center 15px;
		height:263px;/* match height of fixed header*/
		position:relative;
		z-index:999;
	}
#main {
	width:100%;
	position:fixed;/* for good browers */
	left:0;
	top:263px;
	bottom:20px;/* this will enable a vertical scrollbar to appear in good browsers*/
	overflow:auto;
}
	#maininner {
	text-align: justify;
	margin-left: 220px;
	margin-right: 220px;
	}
		#menu {
			width: 548px;
			padding-top: 200px;
			margin-left:auto;
			margin-right:auto;
		}
		#imagem_frase {margin:0;}
		
#footer{
	height:20px;
	background-color:#660000;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
}


/* ie only styles below */
/* mac hide \*/
* html, * html body{
	overflow:auto;
	height:100%;
}
* html #main {position:absolute;}
* html #headerinner{margin-right:-133px;voice-family: "\"}\""; voice-family:inherit; }
* html #headerinner{margin-right:17px;}
* html #header{position:absolute;}
* html #footer{
	clear:both;
	margin-top:-21px;
	margin-right:17px;	
	position:relative;
	width:auto;
}
/* end hide */

/* CSS da galeria */
#galeria {
	width: 152px;
	float: left;
	overflow-y:scroll;
	height: 371px;
	margin-top: 4px;
	border:2px solid #CCCCCC;
	padding-top: 7px;
	padding-left: 7px;
}
#galeria2 {
	width: 400px;
	float: right;
	border:2px solid #CCCCCC;
	margin-top: 4px;
	text-align: center;
	padding-top: 7px;
}

.boxes{
	width: 1em;
}


/* menu styles */
ul.menuh {
	border: 1px solid #660000;
	height: 28px;
	margin: 0;
	padding: 0;
}            
ul.menuh li.subv {
	width: 90px;
	list-style: none;
	float: left;
	text-align: center;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
}            
ul.menuh ul.menuv {
	display: none;
	position: absolute;
	margin-left: -1px;
}            
ul.menuh ul.menuv ul {
	left: 150px;
}            
ul.menuh a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}            
ul.menuh li a:hover {
	color: #E5A600;
	background-color: #660000;
}            
ul.menuh a.seta {
	background: transparent url(imagens/indicador-submenu-1.gif) right center no-repeat;
}            
ul.menuv, ul.menuv ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background-color: #E5A600;
	z-index: 10000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: transparent;
}            
ul.menuv li {
	position: relative; list-style: none; border: 0px;
}            
ul.menuv li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menuv li {
	height: 1%;
	float: left;
}            
* ul.menuv li a {
	height: 1%;
}
/* End */

ul.menuv ul {
	position: absolute; z-index: 10000; display: none; left: 149px; top: -1px;
}            
ul.menuv li.submenu ul {
	display: none;
}            
ul.menuv a.seta {
	background: transparent url(imagens/indicador-submenu-2.gif) right center no-repeat;
}
#design {
	color: #666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 315px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#maininner a:link {
	color: #660000;
	text-decoration: none;
}
#maininner a:visited {
	color: #660000;
	text-decoration: none;
}
#maininner a:hover {
	color: #666666;
	text-decoration: none;
}
#maininner a:active {
	color: #660000;
	text-decoration: none;
}

/* formularios */
label {
	width: 67px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}


textarea {
	width: 330px;
	height: 100px;
	margin-bottom: 3px;
	margin-left: 10px;
}
input {
	width: 130px;
	margin-bottom: 3px;
	color: #333333;
	float: left;
	margin-left: 10px;
}
textarea2{
	width: 420px;
	height: 100px;
}
.textarea_comments {
	width: 230px;
	margin-bottom: 3px;
	color: #333333;
	float: left;
	margin-left: 10px;
}
fieldset {
	margin-bottom: 5px;
}
.boxes2{
	width: 1em;
}

#submitbutton{
	margin-left: 243px;
	margin-top: 3px;
	width: 75px;
	float: left;
	cursor:pointer;
}

br {
	clear: left;
}

#formulariorec {
	width: 500px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
	float: left;
	height: 100px;
	padding-top: 10px;
}

#anuncio1 {
	width: 600px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	height: 100%;
}

#anuncio2 {
	width: 600px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	height: 100%;
}
#morada {
	width: 300px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	float: left;
	height: 100%;
	font-weight: bold;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}


#morada1 {
	width: 200px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: left;
	height: 100%;
	font-weight: normal;
	margin-left: -206px;
	padding-top: 59px;
}
#googlemaps {
	height: 100%;
	width: 400px;
	float: left;
	margin-left: 350px;
	margin-top: -250px;
	background-position: center;
}
#color {
}

#contactos {
	width: 500px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
	height: 120px;
	padding-top: 15px;
	float: left;
}
#login {
	width: 235px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
	height: 100%;
	padding: 10px;
	float: right;
}

#inqueritos {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	font-weight: bold;
	height: 100%;
	float: right;
	text-align:justify;
}
#inqueritos ul {
	margin-left: 0px;
	padding-left:20px;
}
#inqueritot {
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	height: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 40px;
}

#enviar{
	margin-left: 150px;
	margin-top: 3px;
	width: 45px;
	float: left;
	cursor:pointer;
}
/* empresa */
.imgs_empresa img {
	padding: 5px;
}