body {
	margin: 0px;
	color: white;
	padding: 0px;
	background-image: url(imgs/background.png);
	background-color: black;
}

a, a:visited, img {
	border: none;
	color: white;
	text-decoration: none;
}

#headerMask {
	height: 400px;
	background-image: url(imgs/backgroundHeader.png);
	background-repeat: repeat-x;
}

#header {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 20px;
}

#fraseHeader {
	top: -40px;
	position: relative;
	margin-bottom: 40px;
	font-size: 15pt;
	font-style: italic;
	font-family: Georgia, serif, Times;
	text-align: right;
}

.menuItem {
	margin-left: 30px;
	float: right;
	height: 60px;
	padding-left: 10px;
	background: url(imgs/menuSeperator.png) no-repeat;
	cursor: pointer;
}

.menuItemTitle {
	font-style: normal;
	font-weight: normal;
/* 	font-family: Courier, "Courier New", Monaco, monospace; */
	font-size: 22pt;
}

.menuItemDescription {
	float: left;
	font-style: italic;
	font-family: "Times New Roman", Georgia, serif, Times;
	font-size: 12pt;
}

#conteudo {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 900px;
	text-align: justify;
}

#conteudo h1 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
/* 	font-family: Courier, "Courier New", Monaco, monospace; */
	font-size: 30pt;
}

#conteudo h2 {
	margin-bottom: 10px;
/* 	font-family: Courier, "Courier New", Monaco, monospace; */
	font-style: normal;
	font-weight: normal;
	font-size: 20pt;
}

.right {
	margin-top: 20px;
}

.right h2 {
	text-align: left;
}

.right .QSTxt {
        padding-left: 190px;
}

.right .QSImg {
	margin-right: 20px;
	float: left;
}

.left {
	margin-top: 20px;
}

.left h2 {
	text-align: right;
}

.left .QSImg {
	margin-left: 20px;
	float: right;
}

.separator {
	clear: both;
}

.conteudoSeparator {
	border: none;
	height: 20px;
	background: url(imgs/hr.png) repeat-x;
}

#contactos #morada {
	padding-top: 20px;
	float: left;
	width: 30%;
}

#contactos #icons {
	padding-top: 13px;
	float: right;
}

#contactos #icons img {
	float: left;
	clear: both;
}

#contactos #form {
	min-height: 235px;
	width: 52%;
	padding-top: 20px;
	padding-left: 35px;
	float: right;
	background-repeat: repeat-y;
	background-image: url(imgs/hrv.png);
}

#contactos .text {
	margin-bottom: 20px;
	padding-left: 80px;
	font-size: 10pt;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	color: white;
	height: 22px;
	width: 270px;
	border-style: none;
	background-repeat: no-repeat;
}

#contactos #nome {
	background-image: url(imgs/text1.png);
}

#contactos #email {
	background-image: url(imgs/text2.png);
}

#contactos #telefone {
	background-image: url(imgs/text3.png);
}

#contactos #empresa {
	background-image: url(imgs/text4.png);
}

#contactos #mensagem {
	padding-top: 3px;
	margin-bottom: 10px;
	padding-left: 95px;
	border-style: none;
	height: 167px;
	width: 368px;
	font-size: 10pt;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	background-image: url(imgs/text5.png);
	color: white;
}

#contactos #submit {
	float: right;
	text-align: right;
	font-size: 15pt;
	color: white;
/* 	font-family: Courier, "Courier New", Monaco, monospace; */
	background: none;
	border-style: none;
	cursor: pointer;
}

