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

body {
		font-family:Verdana, Geneva, sans-serif;
		background:#8f8f8f;
}


#pagina{  /* contenitore principale */
	width:939px;	
	margin: 0 auto;
}

#menu {
	width:500px;
	margin-left:80px;
	margin-top:10px;
}

/* TOP */

#topcornerleft {
		background:url(images/layout_02.jpg) no-repeat center top;
		float:left;
		width:313px;
		height:44px;
}

#topcornerright {
		background:url(images/layout_03.jpg) no-repeat center top;
		float:left;
		width:626px;
		height:44px;
}

#topdownleft{
	background:url(images/layout_05.jpg) no-repeat center top;
	float:left;
	width:313px;
	height:25px;;
}

#topdownright{
	background:url(images/layout_06.jpg) no-repeat center top;
	float:left;
	width:626px;
	height:25px;
}

#secondcornerleft {
		background:url(images/layout_07.jpg) no-repeat center top;
		float:left;
		width:404px;
		height:112px;
}


#logo {
	float:left;
	width:233px;
	height:85px;
	background:url(images/logo.png) center top no-repeat;
	margin-left:50px;
}

#secondcornerright {
		background:url(images/layout_08.jpg) no-repeat center top;
		float:left;
		width:535px;
		height:112px;
}

#thirdleft {
		background:url(images/layout_09.jpg) no-repeat center top;
		float:left;
		width:939px;
		height:34px;
}

#thirdmiddle {
		background:url(images/layout_10.jpg) no-repeat center top;
		float:left;
		width:939px;
		height:39px;
}


#thirdright {
		background:url(images/layout_11.jpg) no-repeat center top;
		float:left;
		width:939px;
		height:43px;
}

#fourth {
		background:url(images/layout_12.jpg) repeat-y center top;
		float:left;
		width:939px;
		height:20px;
}

#fourtmiddle {
		background:url(images/layout_13.jpg) repeat-y center top;
		float:left;
		width:939px;
		height:auto;
}

#text{
	margin-left:100px;
}

#fifthcornerleft {
		background:url(images/layout_14.jpg) no-repeat center top;
		float:left;
		width:420px;
		height:72px;
}

#fifthmiddle {
		background:url(images/layout_15.jpg) no-repeat center top;
		float:left;
		width:452px;
		height:72px;
}

#fifthcornerright {
		background:url(images/layout_16.jpg) no-repeat center top;
		float:left;
		width:67px;
		height:72px;
}

ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 2px #313739 solid; }

.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */