StyleSheet

@import 'reset.css';
@import 'ie.css';




* {
	margin:0;
	padding:0;
	list-style:none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 23000px;
	overflow: hidden;

}

#ie6 {
display: none;
}

a img {
border:none;
}

p{
font-weight: bold;
line-height: 1.4em;
letter-spacing: -.5px;

}

a {
outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a{
background: #ff00ff;
padding: 0 3px;
color: black;
text-decoration: none;
	
}

h1, h2, h3, h4, h5, h6, h7, h8, p {
margin-top: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover{
background: white;
}

img {
outline: none;
}


.container {
float: left;
display: block;
height: 1000px;
width: 2000px;
position: relative;
}

.alt {
color: white;
}


.interior {
width: 950px;
}


.back, .next {
position: absolute;
height: 20px;
width: 60px;

}

.home {
position: absolute;
width: 46px;
height: 17px;
}



#home {
background: #FFF url('../images/bg-home.gif') no-repeat top left;
}

#home .interior {
padding-top: 282px;
padding-left: 300px;
}

#home img {
float: left;
margin-right: 23px;
}

#home h2 {
width: 270px;
float: left;
}


#homeToDavide {
background: #FFF url('../images/bg-hometodavide.gif') no-repeat top left;
}

#homeToDavide2 {
background: #FFF url('../images/bg-hometodavide2.gif') no-repeat top left;
}

#davide {
background: #FFF url('../images/bg-davide.gif') no-repeat top left;

}

#davidetowork {
background: #FFF url('../images/bg-davidetowork.gif') no-repeat top left;
}

#davidetowork2 {
background: #FFF url('../images/bg-davidetowork2.gif') no-repeat top left;
}

#davidetowork3 {
background: #FFF url('../images/bg-davidetowork3.gif') no-repeat top left;
}


#work {
background: #FFF url('../images/bg-work.gif') no-repeat top left;
font-size: 16px;


}

#worktoconnect {
background: #FFF url('../images/bg-worktoconnect.gif') no-repeat top left;

}



#worktoconnect2 {
background: #FFF url('../images/bg-worktoconnect2.gif') no-repeat top left;

}

#connect {
background: #FFF url('../images/bg-connect.gif') no-repeat top left;
font-size: 20px;


}



#work .back {
top: 280px;
left: 10px;
}

#davide .back {
top: 525px;
left: 20px;
}

#davide .next {
top: 130px;
left: 900px;
}

#davide .interior {
padding-top: 110px;
padding-left: 113px;
font-size: 20px;
}

#davide .interior img {
float: left;
margin-right: 25px;
border-color: white;
}

.column {
float: left;
width: 250px;
margin-right: 25px;
}

#davide h1 {
float: left;
margin-left: -8px
}


#work .interior {
padding: 40px 90px;
}

#work .bubble {
float: left;
width: 245px;
padding-top: 195px;
margin-right: 60px;
height: 600px;
}

.bubble p {
margin-bottom: 10px;
}

.bubble h4 {
text-align: right;
margin-top: 20px;
}

.project {
height: 110px;
width: 580px;
padding-right: 10px;
color: white;
float: left;
background: url('../images/overlay.png') repeat 0 0;
height: 70px;
margin-bottom: 26px;
overflow: hidden;
}

.project:hover {
background: url('../images/overlay.png') repeat 100% 100%;

}


.project p {
font-size: 12px;

padding: 0 4px;
}

.project img{
float: left;
margin-right: 15px;
}

.project h2 {
padding: 5px;
font-size: 16px;
}

.project h2 strong {
color: #555;
margin-left: 5px;
}


h1 {
font-size: 48px;
margin-bottom: 10px;
letter-spacing: -1px;
}


h2 {
margin: 0 5px;
font-size: 20px;
letter-spacing: -1px;
line-height: 22px;
}


h3 {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 5px;
margin-bottom: 5px;
color: #ff00ff;
font-weight: normal;
margin-top: 10px;
margin-left: -5px;
}

h4 {
font-size: 14px;
color: #666 !important;
}

.visit {
float: right;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 10px;
padding: 3px 3px 0 0;
}

.visit a {
color: #FF00FF;
text-decoration: none;
}

#work .next {
top: 500px;
left: 900px;
}

#connect .interior {
padding: 130px 155px;
}

#connect .column {
width: 230px;
}

input, textarea {
font-family: arial, helvetica, verdana, sans-serif;
}

#connect .back {
top:423px;
left: 13px;
}

.column.right {
margin-top: -60px;
}

form, fieldset {
 border: none;
 outline: none;
}

input, textarea {
width: 230px;
font-size: 14px;
font-weight: bold;
background: #FFEA08;
color: black;
padding: 5px;
border: none;
margin-bottom: 8px;
}

textarea {
height: 50px;
}
input.submit {
width: 70px;
background: black;
color: #FFEA08;
font-size: 20px;
padding: 10px;
margin-left: 15px;

}

label {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}


/* preloader */
#preloader {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				100%;
	border:				0px none #fff;
	background-color:	#FFFFFF;
	z-index:			200;
	display:			block;
}

#preloader_logo {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-135px;
	margin-top:			-200px;
	width:				269px;
	height:				170px;
	border:				0px none #fff;
	z-index:			201;
	background-image:	url(../images/preloader_logo.gif);
	background-repeat:	no-repeat;
}

#preloader_bar {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-75px;
	margin-top:			-10px;
	width:				150px;
	height:				2px;
	border:				0px none #fff;
	background-color:	#000;
	z-index:			201;
}

#preloader_fill {
	width:				0px;
	height:				2px;
	border:				0px none #fff;
	background-color:	#FF00FF;
	z-index:			202;
}

#preloader_status {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-75px;
	margin-top:			10px;
	width:				150px;
	height:				50px;
	border:				0px none #fff;
	z-index:			201;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-style:			normal;
	font-weight:		normal;
	color:				#FF00FF;
	text-decoration:	none;
}


