/*-------------------------------------------
impresa estesa
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		ie.css
Theme Name:     
Version:		1 beta
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

html,body{
	margin:0;
	padding:0;
}

body {	
	font-size:12px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
	background: #e9e9e9;
}

abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#fff;}

img {
	border: 0;
}

a:link,a:visited {
	color: #999; 
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#fff;
	color:#000;
}

::selection {
	background:#fff;
	color:#000;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.hideme{
	display:none;
	visibility:hidden;
}

/*=========================================================================================== Layout generale */

#outer {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 background:url(../img/bg.jpg) center no-repeat;
	 overflow: hidden;
	 width:650px;
	 height:550px;
	 margin-left: -325px;
	 margin-top: -275px;
}

#horizon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

div#content,
object#portfolio_swf {
	min-width: 900px;
	min-height: 600px;
	width: expression( document.body.clientWidth < 901 ? "900px" : document.body.clientWidth); /* set min-width for IE */
	height: expression( document.body.clientHeight < 601 ? "600px" : document.body.clientHeight ); /* sets min-height for IE */
}

object { margin-bottom: -4px; }


.logo{
	float:left;
	display:inline;
	width:400px;
	height:250px;
	background:url(../img/logo-iungo.gif) top left no-repeat;
	margin-left:125px;
	margin-top:100px;
}


#footer{
	width:650px;
	float:left;
	display:inline;
	clear:both;
	font-size:10px;
	color:#999;
	text-align:center;
}










