#banner_adsense_top, #banner_adsense_bottom{
    width: 300px; height: 250px;
}
#banner_adsense_left{ width: 300px; height: 250px; }

#testo #banner_adsense_top, #testo #banner_adsense_bottom{ margin-left: 0px; }

@media(min-width: 500px) { 
	#banner_adsense_top, #banner_adsense_bottom{
	    width: 300px; height: 250px; margin-left: 30px;
	}
	#banner_adsense_left{ width: 300px; height: 600px; }	 
}

body{ font-size:  13px; }
body, p{ margin: 0px; padding: 0px; font-family: verdana, Arial, Helvetica, sans-serif;}
h1,h2,h3,h4{ font-weight: normal; margin: 0px; }
h1{ margin-bottom: 15px; font-size: 2em; line-height: 1.3em; }
a{ text-decoration: none; }
a:hover{ color: #e6e6e6; }
ul{ list-style: square;  line-height: 1.5em; }

.container{ margin-right: auto;	margin-left: auto; width: 1028px;}
#leftblock{ float: left; width: 300px; }
#content{ float: left; width: 728px; }
.container:after { clear: both; }
.clear_after:after {content: ".";display: block; height: 0;clear: both; visibility: hidden; }
.error{ color: red; }
#menu{ margin-bottom: 20px; }

/*
input, textarea{
	font-family: Arial, Helvetica, sans-serif; 	
	border-radius: 6px;
	border: 1px solid #adadad;
	font-size: 14px; 
}
textarea{ padding: 10px; }
input[type=text], select{
//	padding: 10px;
//	width: 180px;	
}
*/
#search_form input[type=text] { padding: 10px;	width: 180px; 	font-family: Arial, Helvetica, sans-serif; 	
	border-radius: 6px;
	border: 1px solid #adadad;
	font-size: 14px; }

fieldset{ border: 0px; }
	
.button {
	padding: 10px 20px;
	cursor: pointer;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#f0f0f0 0%,#dbdbdb);
	background: -webkit-gradient(linear, left top, left bottom,	from(#f0f0f0),to(#dbdbdb));
	box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button:hover{
	background: -moz-linear-gradient(top,#dbdbdb 0%,#f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom,	from(#dbdbdb),to(#f0f0f0));
	color: #555;	
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-top: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label{ font-size: 1.2em; padding: 5px; display: block; margin: 25px 0px 10px;}

/*** HEADER ***/
#header{ 
	background: -moz-linear-gradient(top,#3c3c3c 0%,#222);
	background: -webkit-gradient(linear, left top, left bottom,	from(#3c3c3c),to(#222));
	border-bottom: 3px solid #3c3c3c;
	margin-bottom: 10px;
	padding: 7px 0 5px 0; 	
}
#logo{ float: left; margin-top: 3px; font-size: 2em; margin-left: 10px; }
#logo a{ color: white; line-height: 1.3em; }
#logo img{ float: left; margin-right: 5px; width: 36px; background-color: white; border-radius: 4px; }
#search{ float: right; }
#search_results .bullet{ float: left; margin-right: 10px; margin-top: 2px; }
#search_results .elemento_risultato{ margin-top: 7px; }

#menu ul{ list-style: none; width: 250px; min-height: 80px; margin: 0px; padding: 0px; margin-bottom: 15px; }
#menu ul li{ float: left; width: 100%; text-transform: uppercase; font-size: 1.2em; font-family: Arial; }
#menu ul li a{ display: block; margin: 1px; margin-left: 0px; font-weight: bold; padding: 5px; 
	border-left: 2px solid; background-color: #eee; }
#menu ul li a:hover{ background-color: #fff; }

/*#breadcrumb{ font-size: 0.85em; }*/
#breadcrumb ul{ list-style: none url(); margin: 0px; padding: 0px; width: 100%; border-bottom: 1px dashed; margin-bottom: 15px; padding-bottom: 5px; }
#breadcrumb ul:after {content: ".";display: block; height: 0;clear: both; visibility: hidden; }
#breadcrumb ul li{ float: left; margin: 0px 3px; }

ul#social_icons{ list-style: none; margin: 0px; padding: 0px; }
ul#social_icons li{ float: left; margin: 0 10px; cursor: pointer; }

#introbox{  }
#home_box{ float: left; padding-top: 20px; font-size: 2em; }
#home_box h2{ font-size: 1.3em; margin-bottom: 30px; }
#graffa{ float: left; font-size: 20em; font-family: Arial; margin-top: -50px; }

/***  ***/
#strutt2me{ float: right; margin-bottom: 20px; }
#strutt2me > a{ display: block;  }
#forse_cercavi{ margin-top: 10px; }
#testo{ margin: 15px 0px 15px 30px; min-height: 300px; }
#box_left{ margin-top: 15px; }

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size: 0.9em;
	}
	
table tbody td{	padding:5px; border-collapse:collapse;}
table.struttura{ margin-top: 15px; }
.dark{color:#666666; background-color:#E8E8E8;}
.light{	color:#666666;background-color:#F7F7F7;}
table .label{ width: 35%; } 
table .value{ width: 65%; }        
table .label{text-align: right; font-weight: bold;}

#left_col_small, #menu_small{ display: none; }
#menu_small{ margin-bottom: 20px; font-size: 1.6em; }

#home_box{ width : 600px; }

#form_form_contatti{ margin-top: 30px; }

.mappa{ width: 100%; height:350px; }
ul#gallery{ list-style: none; margin: 0px; padding: 0px;}
ul#gallery li{ float: left; margin: 15px; }
ul#gallery li img{ width: 200px; height: 150px; }

/*       
BIG . Risoluzione per schermi grandi . 1170px . 12 col. da 70px con 15px di margine (30 px intercol.)
DEF . Risoluzione standar . 940px . 12 col. da 60px con 10px di margine (20 px intercol.)
TAB . Per tablet . 724px . 12 col. da 42px con 10px di margine (20 px intercol.)
PHO . Per telefoni . 300px . layout fluido (colonna base da 260px)
*/

@media (max-width: 1028px) { 
	#leftblock{ display: none; }
	.container{ width: Auto !important; }
	#content{ width: Auto !important; }
	#left_col_small, #menu_small{ display: block; }
	#testo { margin: 0px; }
	#content{ margin: 10px; }
	#oppure_cercavi{ display:none; }
	
	.btn{ margin: 10px; }
	#testo{ line-height: 25px; }
}
@media (max-width: 728px) { 
	#home_box{ width: Auto !important; }
	li{ margin-bottom: 10px; }
}

@media (max-width: 650px) { 
	#graffa{ display: none; }
}