/* --------------------------------------------------------------------
// 
// consolidati sas - Melpignano (LE), Manduria (TA) - Italy - Style Sheet 
//
// Author:      consolidati - web agency ( www.consolidati.it )
// Version:     05.2007
// 
// -------------------------------------------------------------------- */

html, body, form { margin: 0; padding: 0;}

html {
	}
body {
	background-color: #FFFFFF;
	color: #000000;
	visibility: visible;
	position: relative;
	text-align: justify;
	z-index: 1;	
	}

/*###############  struttura   ###############*/

#page {
	}

#head {
	}
	
#corpo {
	}	

#col_sx {
	}

#content {
	}

#col_dx {
	}
	
#bottom {
	}

.copyright {
	}	

/*###############  fine struttura   ###############*/

/*###############  generali   ###############*/

.nofloat {
	clear:both;}
	
table { font-size: 1em; } /* Fa ereditare il font-size dal body */

img, a img, :link img, :visited img { border: none; } /* whoever thought blue linked image borders were a good idea? */

p { margin: 1em 0; padding: 0; }

hr { margin: 0.5em 0 1.85em; padding: 0; }
* html hr {	/* only IE gets this style */
	margin: -0.5em 0;
}

a:link {
	background:transparent none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	color:#000099;
	text-decoration:none;
	}
a:visited {
	background:transparent none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	color:#990099;
	text-decoration:none;
	}
a:hover {
	background:#990000 none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	text-decoration:none;
	}
a:active {
	background:#FFFF00 none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	color:#990000;
	text-decoration:none;
	}

h1	{
	}
	
h1 a:link, h1 a:visited	{
	}

h1 a:hover {
	}
	
	
		
	
h2	{
	}

h2 a:link, h2 a:visited	{
	}

h2 a:hover {
	}



	
h3	{
	}

h3 a:link, h3 a:visited	{
	}

h3 a:hover {
	}



	
h4	{
	}
	
h4 a:link, h4 a:visited	{
	}

h4 a:hover {
	}
	
#percorso {
	}

.torna_su {
	}
	
/*###############  fine generali   ###############*/


/*###############  navigazione assistita   ###############*/

.nav_help {
	}

/*###############  fine navigazione assistita   ###############*/


/* ######################## BTN STANDARD XHTML CSS ################# */

#div_standard {
display:none;
}

/* minibutton -- i commenti vuoti dopo i selettori servono a filtrare IE5.0/Win */
a.minibutton:link, a.minibutton:visited/**/ {
	font		: 10px verdana,sans-serif;
	border		: 1px solid #CCC;
	background	: #fff;
	color		: #009;
	text-decoration	: none;
	padding		: 1px;
	white-space	: nowrap;
}
a.minibutton strong/**/ {
	font-weight	: normal;
	padding		: 0 0 0 4px;
}
a.minibutton span/**/ {
	background	: #fc6;
	color		: #000;
	padding		: 0 4px;
}
a.minibutton:hover/**/ {
	background	: #fff;
	color		: #00f;
}
a.minibutton:hover span/**/ {
	color		: #333;
	background	: #fd7;
}
/* ######################## fine  BTN STANDARD XHTML CSS ################# */

/*######################### gallery foto ###########################*/

#gallery_foto{
	border:1px solid #CCCCCC;
	padding:5px;
}

.box_foto{
	float:left;
	border:1px solid #CCCCCC;
	width:120px;
	margin:2px;
	background-color:#333333;
	text-align:center;
}

.foto{
	height:115px;
	background-color:#fff;
	margin:2px;
	border:1px solid #FFFFFF;
}

.foto img{
	padding:2px 2px 0 2px;}

div.foto a:hover{
	display:block;
	background-color: #FF0000;
	height:115px;
}

.didascalia_foto{
	border:1px solid #CCCCCC;
	margin:0 2px 2px 2px;
	text-align:left;
	color:#FFFFFF;
	padding:2px;
}



.paginazione{
	border:1px solid #CCCCCC;
	margin:3px;
	padding:2px;
	text-align:right;
}


ul.elenco_paginazione{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.elenco_paginazione li{
	margin:0px;
	padding:0px;
	display: inline;
	list-style:none;
}

/*######################### fine gallery foto ###########################*/



