html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	/*	
	background-image:url(../img_fundo/background_image.php);
	background-image:url(../image.php?image=img_fundo/fundo.jpg&width=1280&height=1024);
	background-attachment:fixed;
	background-position:top right;
	background-repeat:no-repeat;
	*/
	background-color:#222222;
	margin:0px;
	padding:30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	height:100%;
}

a, a img { 
	border:none;
	text-decoration:none;
	color: #FFFFFF;
}
a:hover { 
	color: #ed1f24;
	text-decoration:none;
}

hr {
	color: #666;
	background-color: #666;
	border:none;
	height:1px;
	margin:0px;
}

ul {
	display:block;
	padding:0;
	margin:0 0 15px 0;
	overflow:auto;
	width:auto;
}

li {
	list-style-type: none;
	float:left; 
	display:block;
	text-align:center;
}
li a {
	display: block;
	width:130px;
	margin: 0 15px 15px 0;
	background-color:#111;
	padding-bottom:4px;
	border:1px solid #000;
	overflow:visible;	
	text-align:center;
	color:#FFF;
	padding:4px;
}
li a:hover {
/*	border:1px solid #333333;
	background-color:#999999; */
	background-color:#000;
	color:#ed1f24;
	border:1px solid #111;
	overflow:visible;	
	text-align:center;
	text-decoration:none;
}

li a .Small {
	display:block;
	font-size:10px;
	color:#999;
}
li a:hover .Small {
	display:block;
	font-size:10px;
	color:#FFF;
}


li img{
	display:block;
	margin-bottom:4px;
	/*border:1px solid #CCCCCC;*/
}

#header {
	display:block;
	vertical-align:bottom;
	height:80px;
}

#Logo {
	width:200px; 
	height:59px; 
	float:left; 
	margin-right:20px;
	behavior: url(includes/iepngfix.htc);
	background-image:url(../logohart.png);
	border:none;
}

#MainMenu {
	font-size:12px;
	letter-spacing:1px;
	margin:30px 0px;
	float:left;
}
#MainMenu a {
	display:block;
	float:left;
	margin: 0px 5px 0px 0px;
	padding:2px 15px;
	background-color:#111;
}
#MainMenu a:hover {
	padding:2px 15px;
	background-color:#ed1f24;
	color: #000;
}
#Email {
	display:block;
	float:right;
	text-align:right;
	margin-top:30px;
	behavior: url(includes/iepngfix.htc);
	background-image:url(../email.png);
	background-repeat:no-repeat;
	width:170px;
	height:18px;
}
#Contacts {
	display:block;
	text-align:right;
	padding:5px 0px 20px 0px;
	behavior: url(includes/iepngfix.htc);
	background-image:url(../email.png);
	background-repeat:no-repeat;
	background-position: right;
}


#Projecto {
	width:auto;
	max-width:1100px;
	padding:20px;
	border:1px solid #000;
	background-color:#111;
	overflow:auto;
	background-image:url(../gradient.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#Projecto h1 {
	margin:0px;
	padding:0px;
}
#Projecto #ImgProjecto {
	display:block;
	margin-bottom:10px;
	border:1px solid #000;
}
#Projecto #ImgCol {
	float:left;
	margin-right: 20px;
	color:#999999;
	font-size:10px;
	text-align:right;
}

#Projecto #FichaTecnica {
	overflow:auto;
	margin: 30px 0px;
}
.ProjInfoItem {
	display: block;
	float:left;
	width:230px;
	margin:0px 5px 10px 0px;
}
#Projecto .ProjInfoLabel {
	width: 40px;
	color: #CCCCCC;
	display:inline-block;
}

#Projecto #TextCol {
/*	float:right;
	width:520px;*/
	margin-left:570px;
}

#Projecto #ProjText {
	display:block;
	text-align:justify;
	letter-spacing:1px;
	margin-top:10px;
}

#Projecto li a {
	display: block;
	width:130px;
	margin: 0 15px 15px 0;
	padding-bottom:4px;
	border:1px solid #000;
	overflow:visible;	
	text-align:center;
	padding:4px;
	background-color:#222;
	color:#CCC;
}
#Projecto li a:hover {
/*	border:1px solid #333333;
	background-color:#999999; */
	background-color:#000;
	color:#FFF;
	border:1px solid #111;
	overflow:visible;	
	text-align:center;
	text-decoration:none;
}

h1 {
	display: inline-block;
	color:#CCC;
	font-weight:normal;
	padding:0px;
	margin: 15px 0px;
	font-size:18px;
}
h2 {
	display: inline-block;
	color: #CCCCCC;
	font-weight:normal;
	font-size:16px;
}

.ImgArrow {
	padding:2px 5px;
	margin-left:8px;
	font-weight:bold;
	color: #ccc;
	font-size:12px;
	line-height:12px;
	background-color:#000;
	border:none;
}
.ImgArrow:hover {
	text-decoration: none;
	color:#ed1f24;
	background-color:#000;
	border:none;
}