/*Dichiarazioni generiche per il body */
body{
	min-width:960px;
	/*colore fondo beige o bianco 
	background-color: #d5cbb2;*/
	background-color: #fff;
	font-family:"Courier New", Courier, monospace;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
}


/*Container di tutto il sito (centrato nella pagina) */
#container{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:700px;
	background-color:#fff;
}
/* Header del sito*/
#head{
	float:left;
	position: relative;
	top:0;
	left:0;
	height:140px;
	width:960px;
	background-color:#d5cbb2;
}
/* Logo dell'header*/
#logo{
	float:left;
	position:relative;
	top:0px;
	left:20px;
}

/* Contiene il contenuto principale di tutte le pagine*/
#main_content{
	float:left;
	width:960px;
	height:560px;
	background-color:none;
	overflow:hidden;
	background-image:url(../images/footer_flower.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
}

/*Genera l'ombra del contenuto principale (sotto l'header)*/
#main_content .shadow{
	float:left;
	position:relative;
	top:0;
	left:0;
	background-image:url(../images/main_content_shadow.png);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}



/*  ----------------------*/
/* PAGINE ----------------*/
/*  ----------------------*/

/*Gestisce la pagina di presentazione (pre-homepage) */
#pre_home{
	width:960px;
	height:700px;
	background-color:#d5cbb2;
	background-image:url(../images/pre_home_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
/*Gestisce il logo nella pagina di presentazione (pre-homepage) */
#logo_pre_home{
	float:left;
	position:relative;
	top:300px;
	left:500px;
}

/*Gestisce la foto in homepage */
#home_image {
	background-image:url(../images/home_photo.jpg);
	background-repeat:no-repeat;
	height:560px;;
}
/*Gestisce il testo in homepage */
#home_image .text{
	position:relative;
	top:130px;
	left:720px;
	width:320px;
	color:#d5cbb2;
	font-size:11px;
	line-height:12px;
}
/*Gestisce il testo bianco in homepage */
#home_image span{
	color:#fff;
	font-weight:bold;
}

/*Classi generiche per colorare il testo*/
.text_violet {
	color: #aa88bd;
}
.text_white {
	color: #fff;
}






/*Gestisce il menu */
#second_menu {float:right; height:auto; width: 600px; text-align: right; background-color: none; padding-top:60px; color:#716a57;}
#second_menu li {
	display: inline;
	float:left;
	font-size:17px;
	line-height:14px;
	text-transform: lowercase;
	height:35px;
	width:auto;
	min-width:65px;
	margin-left: 10px;
	padding:10px; 
	background-image:url(../images/separatore_menu.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#second_menu a {
	color:#716a57;
	text-decoration:none;
}
#second_menu a:hover{
	color:#fff;
}	
#second_menu span{
	font-size:11px;
	text-transform:lowercase;
	background-color: none;
}

/* gestisci gli stili di tutti i carousel di immagini*/
#job_gallery{
	float:left;
	height:560px;
	width:1000000px;
	top:-20px;
	left:75px;
	overflow:hidden;
	position:relative;
}
#job_gallery li{
	float:left;
	display: inline;
	list-style-type: none;
	padding-right: 80px;	
}
.arrow_left{
	position:relative;
	top:220px;
	left:10px;
	height:32px;
	z-index:30;
	float:left;
	cursor:pointer;
}
.arrow_right{
	position:relative;
	top:220px;
	right:10px;
	height:32px;
	z-index:40;
	float:right;
	cursor:pointer;
}


/* gestisce tutte le didascalie*/
.dida{
	position:relative;
	top:0;
	margin-top:20px;
	left:135px;
	z-index:30;
	width:100%;
	height:59px;
}
.dida .titolo{
	float:left;
	font-weight:bold;
	font-style:italic;
	height:30px;
	background-image:url(../images/separatore_menu2.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding:10px;
	text-align:right;
	font-size:12px;
	line-height:13px;
}
.dida .testo{
	float:left;
	color:#d5cbb2;
	font-size:10px;
	width:320px;
	height:35px;
	padding:10px;
	text-align:left;
	line-height:12px;
}
#dida span{
	color: #d5cbb2;
		font-style:italic;
}

.contact{
	position:relative;
	top:0;
	margin-top:50px;
	left:135px;
	z-index:30;
	width:100%;
	height:59px;
}
.contact .titolo{
	float:left;
	font-weight:bold;
	font-style:italic;
	height:30px;
	background-image:url(../images/separatore_menu2.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding:10px;
	text-align:right;
	font-size:14px;
	line-height:16px;
}
.contact .testo{
	float:left;
	color:#d5cbb2;
	font-size:14px;
	width:320px;
	height:35px;
	padding:10px;
	text-align:left;
	line-height:16px;
}

#clients img{
	text-align:center;
	padding-left:80px;
}

/*pagina contatti*/
#contact{
	float:left;
	width:960px;
	height:auto;
	padding-top:100px;
}
#contact .data{
	position:relative;
	top:60px;
	left:0px;
}
#contact .data a{
	color:#716a57;
	font-weight:bold;
	text-decoration:none;
}
#contact .data a:hover{
	color:#aa88bd;
}
#contact .image{
	float:right;
	width:240px;
	height:215px;
	background-image:url(../images/contact_image.jpg);
	background-repeat:no-repeat;
	position:relative;
	bottom:75px;
	right:250px;
}



/* FINE DI TUTTO */




/*
#contact #form{
	float:left;
	width:960px;
	height:auto;
	background-color:#FCC;
	margin-left:210px;
}
#contact #form label{
	float:left;
	width:80px;
	color:#d5cbb2;
}
#contact #form input{
	width:400px;
}
#contact #form textarea{
	width:400px;
	height:100px;
}
*/
