@charset "UTF-8";
/* CSS Document */

a .pop_hello {
	position: absolute;
	width: 232px;  /* IE5.0/Win non va (solo %), IE5.5 solo se a ha width */
	z-index: 10;
	top: 40px;
	font-size: 18px;
	color: #000000;
	left: 135px;
	height: 50px;
	background-image: url(includes/images/bg/popbg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
}
a:hover .pop_hello {
	visibility: visible;
}
a .pop_portfolio {
	position: absolute;
	width: 232px;  /* IE5.0/Win non va (solo %), IE5.5 solo se a ha width */
	z-index: 10;
	top: 40px;
	font-size: 18px;
	left: 135px;
	height: 50px;
	background-image: url(includes/images/bg/popbg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
}
a:hover .pop_portfolio {
	visibility: visible;
}
a .pop_contact {
	position: absolute;
	width: 232px;  /* IE5.0/Win non va (solo %), IE5.5 solo se a ha width */
	z-index: 10;
	top: 40px;
	font-size: 18px;
	left: 135px;
	height: 50px;
	background-image: url(includes/images/bg/popbg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
}
a:hover .pop_contact {
	visibility: visible;
}

#headercontent {
	position: relative;
	height: 400px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headercontent #logo {
	position: relative;
	height: 86px;
	width: 343px;
	top: 35px;
	float: left;
}
#headercontent #laptop {
	position: relative;
	height: 304px;
	width: 523px;
	float: right;
	z-index: 1;
	top: 75px;
}
#headercontent #navigation {
	position: absolute;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	clear: both;
	width: 370px;
	top: 223px;
	left: 0px;
}
