@charset "utf-8";
/* CSS Ardan */
html,body {
	margin: 0px; 
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #e6e6e6;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-arrow-color: #CC0000;
	scrollbar-track-color: #FFF;
}
#wrapper {
	position: relative; 
	margin: 0px auto 0px auto; 
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 2;
		background: url(../imagens/arco.png) center -150px no-repeat;
}
#img-bg {
	position: absolute;
	left: 50%;
	margin-top: -150px;
	margin-left: -330px; /* metade da largura */
	width: 660px;
	height: 430px;
	text-align: center;
	border: none;
	overflow: auto;
	z-index: 1;
}
#content { 
	position: relative; 
	margin: 0px auto 0px auto; 
	height: auto; 
	width: 980px;
}
#header { 
	position: relative; 
	width: 100%; 
	height: 210px;
	margin: 0px;
	text-align: left; 
}
#leftSection { 
	position: absolute; 
	top: 210px; 
	left: 0px;
	height: auto; 
	width: 185px;
	text-align: left;
}
#centerSection { 
	position: relative; 
	height: auto; 
	margin: 0px 220px 0px 220px; 
	text-align: left;
	padding: 0 0 0 0;
}
#rightSection {
	position: absolute;
	top: 5px;
	right: 0px;
	height: auto;
	width: 205px;
	margin-left: 0px;
	text-align: left;
}
#footer { 
	position: relative;
	height: 30px; 
	margin: 0px 120px 0px 120px;
	padding-top: 10px;
	line-height: 30px;
	font-size: 11px;
}
/* IE 7 + FF + Opera */
head+body #footer {
	background: url(../imagens/bg_footer.png) center bottom no-repeat;
}
/* IE6 */
* html #footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.ardan.pt/css/imagens/bg_footer.png',sizingMethod='scale');
}
.cred-ardan {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
}
.cred-pmelink {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0 10px 0 0;
}
.cred-pmelink a, cred-pmelink a:hover {
	font-style: italic;
	text-decoration: none;
	color: #fff;
}
.menu {
	float: left;
	width: 185px;
	height: auto;
	text-align: left;
}
.menu a {
	color: #fff;
	display: block;
	width: auto;
	height: 45px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	cursor: pointer;
}
/* IE 7 + FF + Opera */
head+body .menu a {
		background: url(../imagens/bt_mn_off.png) no-repeat;
}
/* IE6 */
* html .menu a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.ardan.pt/css/imagens/bt_mn_off.png',sizingMethod='scale');
}
.menu a:hover {
	color: #000;
	font-style: normal;
}
/* IE 7 + FF + Opera */
head+body .menu a:hover {
			background-image: url(../imagens/bt_mn_on.png);
}
/* IE6 */
* html .menu a:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.ardan.pt/css/imagens/bt_mn_on.png',sizingMethod='scale');
}
#menu-aqui {
	color: #000;
}
/* IE 7 + FF + Opera */
head+body #menu-aqui {
				background: url(../imagens/bt_mn_on.png) no-repeat;
}
/* IE6 */
* html #menu-aqui {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.ardan.pt/css/imagens/bt_mn_on.png',sizingMethod='scale');
}
.menu-ap {
	float: right;
	margin: 10px 0 0 20px;
	width: 30px;
	height: auto;
}
.submenu, submenu a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 15px;
}
h1 {
	display: none;
}
h2 {
	font-family: Arial Narrow, Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	margin: 160px 0 0 0;
}
h3 {
	font-family: Arial Narrow, Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #0372aa;
	margin: 15px 0 0 0;
}
p {
	padding: 0 0 0 0;
}
p a {
	color: #A91E21;
	text-decoration: none;
}
p a:hover {
	color: #A91E21;
	text-decoration: underline;
	font-style: normal;
}
ul li, li a, li a:hover {
	text-decoration: none;
	color: #000;
	list-style: none outside;
	padding: 0 0 5px 0;
}
ul #aqui {
	font-weight: bold;
}
ul a:hover {
	text-decoration: none;
	font-style: normal;
	color: #A91E21;
}
 FORM
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 margin: 0;
 padding: 0;
 min-width: 500px;
 max-width: 540px;
 width: 560px;
}
form fieldset {
 clear: both;
	border: 1px solid #EBEBEB;
 padding: 10px; /* padding in fieldset support spotty in IE */
 margin: 0;
}
form fieldset legend {
	font-size: 14px; /* bump up legend font size, not too large or it'll overwrite border on left */
	padding: 0 10px 0 10px; /* be careful with padding, it'll shift the nice offset on top of border  */
	color: #A91E21;
	font-weight: bold;
}
form label { 
	display: block; /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form input#reset {
	margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form .required {
	font-weight: bold; /* uses class instead of div, more efficient */
}
form br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.formbt {
	border: 1px solid #A91E21;
	background: #fff;
}

