
/* General Display and Body *****************************************************/

		body {
			background-image: url(back_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	HEIGHT: 100%;
	margin: 0;
		}

HTML {
	HEIGHT: 100%;
	WIDTH: 100%;
}
.clear {margin:0; padding:0; clear:both}
		
		#header {
	height: 100px;
	width: 100%;
				}
				
/* Logo *****************************************************/
		
		
	#logo {
	width: 130px;
	height: 100px;
	position: absolute;
	background-image: url(sigla.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 10px;
	top: 5px;

		}
	#logo h1 {
	color: #FFFFFF;
	font-size: 2.2em;
}

#featurepanel {

 clear: both;
	height: 330px;
	position: relative;
	width: 100%;
	background-color: #fff;
		background-image: url(back_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
		left: 0px;
	top: 0px;
}
#featureabout {

 clear: both;
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #96CAF3;
		background-image: url(back_about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
		left: 0px;
	top: 0px;
}
#featureworks {

 clear: both;
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #0472bb;
		background-image: url(back_works.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
		left: 0px;
	top: 0px;
}
#featurecontact {

 clear: both;
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #4f97db;
		background-image: url(back_contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
		left: 0px;
	top: 0px;
}

#featurepanel .blurb {

	float: left;
	width: 500px;
	height: 330px;
	position: relative;
	left: 0px;
	top: 0px;
}
#featurepanel .screenshot {
	position: relative;
	float:left;
	width: 400px;
	height: 300px;
	top: 20px;

}
#featureabout .screenshot {
	position: relative;
	float:left;
	width: 600px;
	height: 300px;
	top: 20px;
left: 200px;
}

	
#backgroundhome {
	background-image: url(BgHome.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EFF0E8;
}


#backgroundpatternsub {
	background-image: url(BgTopPatternSub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#space {
	margin: auto;
	width: 100%;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;

}
#footerlow {
	margin: auto;
	width: 900px;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;

}
		#footerlow p {
	color: #59584f;
}

#footerlow #navigateto {
	float: left;
	width: 250px;
	padding-right: 22px;
	padding-left: 22px;
}
#footerlow #credits {
	float: left;
	width: 202px;
}

.quota {
font-family: Garamond, Times New Roman, Times;
	font-size: 26px;
	COLOR: #175874;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #000;
}
.text18w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	COLOR: #bee7fd;
		padding-top: 0px;
	margin-bottom: 25px;
	padding-right: 10px;
}
.text24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	COLOR: #000;
		padding-top: 20px;

}
.text24w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	COLOR: #fff;
		padding-top: 20px;

}
.text16w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	COLOR: #e4f5ff;
		padding-top: 5px;
	padding-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #000;
	text-align:justify;
	margin-right: 20px;
}
.text12w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #fff;
	text-align:justify;
	margin-right: 20px;
}
.go a:link, .go a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	COLOR: #fff;
	text-decoration: none;
		padding-top: 2px;
	padding-bottom: 2px;
		padding-right: 5px;
		padding-left: 5px;
		background-color:#175874;
	display:block;
}
.go a:hover {
	background-color:#000000;
	display:block;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #e4f5ff;
	margin-top: 20px;
	padding-left: 10px;
}
.b-small-dark 
{
	font: 8.0pt tahoma;	
	background-color: #7D94BB; 
	color: #ffffff; 
	border-color: #b6c7e3 #000000 #000000 #b6c7e3
}
.b-small-brite 
{
	font: 8.0pt tahoma;	
	background-color: #c62929;
	color: #ffffff; 
	border-color: #ecb8b8 #000000 #000000 #ecb8b8
}