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

*{
	margin: 0;
	padding: 0;
	font-size:small;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#ddd;
	}


div, a, img {
	behavior:url(fix/iepngfix.htc);
	border:none;
	}
	
div .clear{
	clear:both;
	position:relative;
	}

body{
	background:#252525 url(../images/bg.png) top center no-repeat;
	}
	
#main{
	width:1024px;
	margin:auto;
	height:100%;
	}

/**********************************************************
*************************HEADER****************************
**********************************************************/
	
#header{
	width:1024px;
	height:350px;
	}
	
#menu{
	width:1024px;
	height:100px;
	}
	
#logo{
	width:280px;
	height:100px;
	float:left;
	}
	
#logo a{
	display:block;
	width:280px;
	height:100px;
	text-indent:-9999px;
	background:url(../images/logo.png);
	}
	
/**********************************************************
*********************DIV-PORTFOLIO*************************
**********************************************************/
	
div#divvideo{
	position:relative;
	z-index:1;
	top:-255px;
	left:50px;
	width:425px;
	height:221px;
	padding:10px 10px 10px 2px;
	background:url(../images/divheader.png) no-repeat;
	text-align:right;
	}
	
.slide2{
	margin-left:30px;
	margin-right:30px;
	height:200px;
	color:black;
	text-align:left;
}

.slide2 table td{
	color:black;
	}

.slide {
	position:relative;
	margin-top:-50px;
}

#divvideo h1{
	display:block;
	margin:5px 30px 0 0;
	color:black;
	font-size:120%;
	}
	
#divvideo strong{
	color:#e55f8e;
	}

/**********************************************************
**************************MENU*****************************
**********************************************************/
	
#nav{
	position:relative;
	top:30px;
	right:15px;
	width:634px;
	height:100px;
	float:right;
	text-align:right;
	color:white;
	}
	
#nav ul{
	list-style:none;
	}
	
#nav ul li{
	float:left;
	text-align:center;
	}
	
#nav ul li a{
	color:#e55f8e;
	display:block;
	width:85px;
	height:28px;
	margin: 0 0 0 5px;
	padding:5px 0 0 0;
	background:url(../images/button.png) no-repeat;
	}
	
#nav ul li a:hover{
	background:url(../images/button_hover.png) no-repeat;
	}

#video{
	width:1024px;
	height:250px;
	position:relative;
	}
	
#musaswf{
	width:1008px;
	height:250px;
	margin:0 11px 0 11px;
	}

#mobile{
	width:1024px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/mask.png);
	}
	
/**********************************************************
************************CONENUTI***************************
**********************************************************/
	
#content{
	width:940;
	padding:10px 42px 10px 42px;
	margin-bottom:60px;
	}
	
#content a{
		color:#e55f8e;
	}
	
#content strong{
		color:#eee;
	}

#portfolio{
	color:#ddd;
	}
	
#portfolio strong{
	color:white;
	}
	
#portfolio tr{
	border-bottom: dashed #e55f8e 1px solid;
	}
	
input{
	width:249px;
	color:black;
	}

a.button{
	display:block;
	width:146px;
	height:29px;
	background:url(../images/button_hosting.png) no-repeat;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:12px 0 0 0;
	}
	
a.button:hover{
	background:url(../images/button_hosting_hover.png) no-repeat;
	}
	
#dove p{
	position:relative;
	left:60px;
	top:40px;
	}
	
#dove strong{
	color:#e55f8e;
	}
	
#map{
	width:640px;
	height:480px;
	border:solid 2px #666;
	}
	
#host input, #host textarea, #host select{
	margin:2px 0 2px 0;
	width:200px;
	vertical-align:middle;
	color:black;
	}
	
#host textarea{
	width:202px;
	}
	
#host select{
	width:204px;
	}
	
/**********************************************************
************************FOOTER*****************************
**********************************************************/
	
#footer{
	background:url(../images/footer.png) no-repeat;
	width:1024px;
	min-height:180px;
	}
	
.footerbox{
	position:relative;
	top:-40px;
	float:left;
	height:180px;
	}
	
#footer1{
	width:341px;
	}
	
#footer1 p{
	margin:40px 10px 10px 10px;
	font-size:80%;
	}
	
#footer1 a:hover{
	color:#e55f8e;
	}
	
#footer2{
	width:342px;
	}

#footer2 p{
	margin:0 25px 0 45px;
	font-size:90%;
	}
	
#footer2 span{
	display:block;
	width:146px;
	height:29px;
	text-align:center;
	position:relative;
	left:125px;
	bottom:10px;
	padding:12px 0 0 0;
	}
	
#footer2 a{
	font-size:90%;
	color:#fff;
	font-weight:500;
	}
	
#footer3{
	width:341px;
	}
	
#footer3 p{
	margin:0 10px 0 70px;
	font-size:90%;
	}
	
#footer strong{
	color:#e55f8e;
	}
