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

body{
	background-color: #273966;
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 76%;
	color: #333;
}

#animazione{
	height: 313px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	/*margin-bottom: 10px;*/
}

/*NAVIGAZIONE */
#navigazione {
	height: 27px;
	width: 500px;
	color: #fff;
}

#nav {
	width: 500px;
	color: #fff;
	padding: 0px 35px;
	/*height: 20px;
	/*font-family: georgia;*/
}

ul#nav {
	white-space: nowrap;
	font-size: 110%;
	margin: 0;
}

#nav li {
	color: #fff;
	font-weight: bold;
	display: inline;
	padding: 3.5px 3.5px;
}

#nav a {
	list-style: none;
	border-style: none;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: red;
	text-decoration: none;
}
/*FINE NAVIGAZIONE*/

#contenitore {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#corpopagina {
    margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 700px;
	padding: 0px 30px 12px 30px;
	text-align: justify;
}

#footer {
    background-color: #fff;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 67px;
	width: 760px;
}

#testofooter1 {
	font-size: 90%;
	color: #333;
	position: relative;
	/*top: 10px;*/
	left: 33px;
	float: left;
	line-height: 20px;
}

#credits {
	font-size: 90%;
	color: #fff;
	text-align: right;
	height: 27px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	/*float: left;*/
	padding: 10px 50px 0px 0px;
}

#credits a {
	color: #71a8e8;
	text-decoration: none;
}

#credits a:hover, a:active {
    color: #71a8e8;
    text-decoration: underline;
}

/*************************************************
************         TAG HTML     ****************
**************************************************/
p {
	margin: 10px 0 5px 10px;
}

a {
    /*color: #71a8e8;*/
    color: #AD1222;
    text-decoration: underline;
}

a:hover {
    color: #71a8e8;
    text-decoration: underline;
}

h1 {
    margin-top : 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: lighter;
	/*font-weight: bold;*/
	color: #273966;
}

h2 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	/*font-weight: lighter/*bold;*/
	font-weight: bold;
	color: #273966 !important;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #273966;
}

h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: lighter;
	color: #273966;
}

hr {
		border: 1px solid #273966;
		width: 200px;
		margin: 0;
	}

input, select, textarea {
    border: 1px solid #71a8e8 /*#273966*/;
    font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 95%;
	color: #333;
	padding: 1px 3px 1px 4px;
}

form {
    margin: 0;
    padding: 0;
}

h2 a:link, h2 a:visited {
	color: red;
	/*color: #273966;*/
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #71a8e8;
	text-decoration: none;
}


/*************************************************
************         CLASSI       ****************
**************************************************/
.bold {
	font-weight: bold;
	/*color: #273966;*/
	color: #18243F!important;
}

.immagine {
	padding: 10px 10px 5px 10px;
}

.immagineGallery {
	padding: 10px 0 0 0;
}

/*############CICCIO#########################*/

#toolbarDue {
	background-image: url(images/toolbar.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 760px;
}

#sinistra {
	padding-left: 50px;
	padding-top: 7px;
	width: 400px;
	float:left;
}

#destra {
	padding-top: 12px;
	float: left;
	width: 150px;
	padding-left: 30px;
}

#destra2 {
	padding-top: 12px;
}

#destra a:link, #destra a:visited,
#destra2 a:link, #destra2 a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#destra a:hover, #destra a:active,
#destra2 a:hover, #destra2 a:active {
	color: orange;
}

/*#############CHI SIAMO###################*/

#sidebar {
	float: right;
	width: 240px;
	padding: 40px 0px 12px 0px;
	word-wrap: break-word;
}

#bodyLeft {
	padding: 20px 31px 12px 32px;
	text-align: justify;
	margin-right: 240px;
	/*width: 480px;*/
}

#header {
	margin-top: 30px;
	height: 133px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: -10px;
}

#container {
	width: 760px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu {
	width: 200px;
	word-wrap: break-word;
}

#testoPiccolo {
	font-size: 90%;
	color: #333;
}

#menu ul {
	padding: 0;
	list-style-type: none;
	margin-left: 20px;
}

#menu li {
	border-bottom: 1px dotted #71a8e8;
	line-height: 30px;
}

#menu a:link, #menu a:visited {
	color: #273966;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #71a8e8;
	text-decoration: none;
}

/*##############################################################################
################################################################################
##########################		GALLERY		####################################
################################################################################
##############################################################################*/
#gallery a, #gallery a:link, #gallery a:visited, #gallery a img {
	border: none; 
	text-decoration: none !important;
	color: #71a8e8;
	}

/*******************************************************************************
********************************************************************************
********************************************************************************
	MESSAGGI DI CONFERMA FORNITI DOPO L'ESECUZIONE DI UN'OPERAZIONE
+*******************************************************************************
********************************************************************************
*******************************************************************************/
#error {
    background-color: #efe5e6;
    border: 1px dashed #933;
    color: red;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#green{ 
	background: #DEFAE0;
	border: 1px solid #34DA40;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}

#green p{
	background: transparent !important;
	border: 0 !important;
	font-size: 90%;
	/*font-weight: bold; */
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#boxContatti {
	width: 200px;
	height: 200px;
	background-color: orange;
}