@charset "UTF-8";

div#container {
	position: relative;
	height: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ececec;
	margin: 0 auto;
	border:6px solid #c2bbb3;
	zoom: 1;
	overflow: hidden;
}

.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 237px;
    height: 600px;

	display: block;
	margin: 0;
	padding: 0;
}

.right {
	position: absolute;
	top: 0px;
	left: 578px;
	width: 222px;
	height: 600px;
	padding: 0;
	margin: 0;
}

#index_r {background-image: url(img/right/skyline.jpg);	}
#index_l {background-image: url(img/left/gru.jpg);	}

#serv_r {background-image: url(img/right/map.jpg);	}
#serv_l {background-image: url(img/left/eat.jpg);	}

#cont_r {background-image: url(img/right/nest.jpg);	}
#cont_l {background-image: url(img/left/girl.jpg);	}


div#center {
	position: absolute;
	top: 0px;
	left: 237px;
	width: 341px;
	height: 600px;
	margin: 0;
	background-color: #c3dae2;



}
	
	
	div#header {
		width: 341px;
		height: 138px;
		/*background-image: url(img/SITO_02.jpg);*/
		}
	img#header {border: 0px;}
	
	div#navigation {
		width: 341px;
		height: 19px;

		
		}
		
			#nav {
				margin: 0;
				padding: 0;
				height: 19px;
				list-style: none;
				display: inline;
				overflow: hidden;
				}
				
			#nav li {
				margin: 0; 
				padding: 0;
		        list-style: none;
				display: inline;
				}

			#nav a {
				float: left;
				padding: 19px 0 0 0;
				overflow: hidden;
				height: 0px !important; 
				height /**/:19px; /* for IE5/Win only */
				

				}
	
			#nav a:hover {
				background-position: 0 -19px;
				}

			#nav a:active, #nav a.selected {
				background-position: 0 -38px;
				}
			
			#navi1 a  {
				width: 81px;
				background: url(img/servizi.jpg) top left no-repeat;
				}
			#navi1_en a  {
				width: 81px;
				background: url(img/services.jpg) top left no-repeat;
				}
			
			#navi2 a  {
				width: 94px;
				background: url(img/contatti.jpg) top left no-repeat;
				}
			#navi2_en a  {
				width: 94px;
				background: url(img/contacts.jpg) top left no-repeat;
				}
				
			#navi3  {
				width: 78px;
				background: url(img/SITO_06.jpg) top left no-repeat;
				}
			
			#navi4 a  {
				width: 27px;
				background: url(img/ita.jpg) top left no-repeat;
				}
			#navi5 a  {
				width: 25px;
				background: url(img/usa.jpg) top left no-repeat;
				}
			#navi6 a  {
				width: 24px;
				background: url(img/chi.jpg) top left no-repeat;
				}
			#navi7 a  {
				width: 12px;
				background: url(img/SITO_10.jpg) top left no-repeat;
				}					

	
						
				
	div#row {


		line-height: 0px;
		width: 341px;
		height: 6px;
		background-image: url(img/SITO_11.jpg);
		font-size: 0px;

		}

	div#content {
		
		margin-left: 10px;
		width: 300px;
		height: 410px;
		overflow: hidden;
		color: #515151;
		font-size: 14px;
		text-align: right;
		zoom: 1; 
			
		}
	
	div#footer {
		
		width: 341px;
		height: 27px;
		background-image: url(img/SITO_12.jpg);
		}




/*stili per il layout fisso*/
html,body{margin: 0;padding:0; background-color: #ececec;}
body{font-family: arial,sans-serif;font-size: 76%;text-align: center}
a:link {color: #515151;}
a:hover {color: #fffeff;}
a:active {color: #fffeff;}
a {text-decoration: none;}




