@media screen and (max-width: 1366px) {
	#pagewrap {min-width:1250px;}
	#gAtop {width:63%}
	
}
@media screen and (max-width: 1280px) {
	#pagewrap {min-width:1000px;}
	#gAtop {width:57%}
}
/*********************
stile iPad orizzontale 1024x768
**********************/
@media screen and (width: 1024px) {
	#pagewrap {min-width:1008px;}
	
}
/*********************/
@media screen and (max-width: 1023px) {
	#pagewrap {min-width:750px;}
	#cleft, #cright {float:none;width:100%;margin:0;border:0}
	#centro {width:100%}
	#left, #right {width:100%;margin:0;min-width:auto}
	#menu_or {background:#4F6F9E;height:auto}
	#menu_or p a{float:none;display:inline-block;padding:0.8em;border-bottom:1px solid white}
	#listacategorie li:nth-child(odd), #listaAziende li:nth-child(odd) {background-color:#eee;}
	#listacategorie li:nth-child(even), #listaAziende li:nth-child(even) {background-color:#fff;}
	h1#regioni, # Perimetroitalia, #link_art {display:none}
	#gAtop {width:100%}
}
/*ipad verticale*/
@media screen and (width: 768px) {
	#pagewrap {min-width:750px;}
}
/*******************/
@media screen and (max-width: 767px) {
	#pagewrap {min-width:640px;}
}
/*stile Galaxy Tab orizzontale*/

@media screen and (max-width: 683px) {
	#pagewrap {min-width:683px;}
}
/*stile iPhone4 retina 640x960*/

@media screen and (width: 640px) {
	#pagewrap {min-width:640px;}
	
}

@media screen and (max-width: 639px) {
	#pagewrap {min-width:530px;}
	#listacategorie, ul#listaUltimeasso, ul#listanewsasso, ul#listaUltimeaziende, ul#listanewsrete, #listaAziende {display:none}
}
@media screen and (max-width: 530px) {
	#pagewrap {min-width:480px}
	#aViaTop {float:none;height:60px;text-align:right;position:relative;right:auto;top:auto;width:100%;height:auto}
	#aViaTop img {width:100%;margin:auto}
}
/*stile vecchi iPhone in orizzontale 480x320*/

@media screen and (width: 480px) {
	#pagewrap {min-width:480px}
}

@media screen and (max-width: 479px) {
	#pagewrap {min-width:320px}

}
/*stile galaxy tab in verticale*/

@media screen and (width: 400px) {
	#pagewrap {min-width:400px;}
}
/*stile vecchi iPhone in verticale 320x480*/

@media screen and (width: 320px) {
	#pagewrap {min-width:320px}
	
}
/************************/

