body{
	background-color:#FFFFFF;
	background-image:url("struttura/sfondo.jpg");
	background-position:center top;
	background-repeat:repeat-y;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,a{
	text-decoration:none;
	color:#0000FF;
}

h1{
	font-size:28px;
}

h2{
	font-size:18px;
}

h3{font-size:13px;}

h4{font-size:12px;}

h6{font-size:12px;}


h6,a{
	text-decoration:none;
	color:#CC0000;
}


a:hover {
	color: #0074F9;
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 972px;
	margin: 0px auto;
	height: auto;
}

#left {
	width: 201px;
	float: left;
}

#main {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 201px;
	text-align:justify;
	padding-left: 10px;
	height: auto;
	width: 750px;
}
.stile {
	padding:10px;
	padding-left:0px;
	padding-right:10px;
	height: auto;
}
.stile img{
	padding:4px;
	border:1px solid#FFF;
}

#main #main_inside {
	float:left;
}

#footer {
	margin: 15px 10px 10px 10px;
	padding-top: 10px;
	border-top: 1px solid #E2E2E2;
	text-align:center;
}


.menu{padding:10px;text-transform:uppercase;}
.menu ul{margin:0;padding:0;list-style-type:none; background: url("struttura/bg_menu.png") center top repeat-x;}
.menu li{margin:0px; border-top: 1px solid #ffffff; border-bottom: 1px solid #666666;}
.menu a{display:block;padding:4px 4px 4px 12px;color:#003B7F;}
.menu a:hover{background: url("struttura/circle.png") no-repeat;background-position:4px 50%;font-weight:bold;text-decoration:none;color:#ffffff;}
.menu li:hover{background:#003B7F url("struttura/bg_menu_hover.png") repeat-x top left;}

.contatti {margin: 10px 0; width: 610px; min-height: 80px;}
.contatti form {line-height: 20px;}

input.submit {background: url("struttura/bg_menu_hover.png") center top repeat-x; color: #003B7F; border: 1px solid #003B7F;}
label {float:left;width:105px;}
input.error, textarea.error {border: 1px solid #DD0000;}
label.error, span.mandatory {color: #DD0000; font-weight:bold;}

.text, .textarea, .select {border: 1px solid #003B7F; color: #666666; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 99%;}
.text {width:175px;}
.select {width: 177px;}

#container {
	background-repeat:repeat-x;
	width:970px;
	height:auto;
	margin: 0 auto;
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#666666;
	float: left;
	text-align: left;
	background-color: #FFF;
}

#contenitore a {
	text-decoration:none;
}
.telefono_evidente {
	color: #FF0000;
}
.img-laterali{text-align:center;}
.img-lat-dx{float:right;}
.img-centrale{
	float:left;
	width:590px;
}
.testo-centrale{padding:10px;padding-left:0px;padding-right:150px;}
/* Media Query & Print styles!
-------------------------------------------------------------------------------*/
/* Style adjustments for viewports 768px and over go here */
@media only screen and (max-width: 768px) { 
    body { min-width: 760px; font-size: 0.7em; }
    .center { width: 750px }
    h1 { font-size: 38px }
    h2 { font-size: 24px }
    h3 { font-size: 18px }
    h4 { font-size: 14px }
    h5 { font-size: 12px }
    h6 { font-size: 11px }
    .slides_container { width: 363px; height: 225px; }
    .slides_container .slide { width: 363px; height: 225px; }
    .work { width: 170px; margin-right: 23px; }
    .work > a { width: 170px; height: 105px; }
    .work .zoom { width: 170px; height: 105px; }
    .columnthird { min-width: 556px; }
    .map { width: 170px }
    footer li { margin-right: 5px; padding-right: 5px; font-size: 10px; }
    footer li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width:60em) { 
    body { min-width: 760px; font-size: 12px; }
	#wrapper{ width:760px;}
	#header{width:760px; height:auto;}
	#container{width:760px;}
	.contenitore{
		width:350px;
		padding:0;
		
}
#main{
	width:550px;
}	
	h2{line-height:1.2em;}
	.footer{width:760px;}
	.footer p{width:760px;}
}
/* target the iPhone4 retina display */
@media only screen and (max-device-width: 48em) and (-webkit-min-device-pixel-ratio: 2) { 
    
}
/* Style adjustments for viewports 480px and over go here */
@media only screen and (max-width: 30em), only screen and (max-device-width: 480px) { 
    body { min-width: 320px; font-size: 12px; }
	#wrapper{ width:320px;}
	#header{width:320px; height:auto;}
	#container{width:320px;}
	.contenitore{
		width:320px;
		padding:0;
		float:left;
}
	#main{width:320px; padding:0;margin:0;}
	.laterale{ display:none;}
	h2{line-height:1.2em;}
	.footer{width:320px;}
	.footer p{width:320px;}
	.img-laterali{ display:none;}
	.img-lat-dx{ display:none;}
	.img-centrale{ width:320px; height:auto;}
	.testo-centrale{ width: 320px; padding:0; margin:0;}
}
