
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D6D6D6 url(images/sfondopag.jpg) repeat-y center top;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #A4896D;
}

h1, h2, h3 {
	color: #000069;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: small;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 0 1em;
	background: #FAF3ED;
	border: 1px dotted #000099;
	font-style: italic;
	color: #000099;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #505050;
}
/*EFFETTO ZOOM*/
a.zoom img
{
    border: solid 20px #bbbbbb;   
}
a.zoomsx img
{
    border: solid 20px #bbbbbb;    
}

/*Nascondiamo poi tutti gli span contenuti sempre all'interno del link con la classe sopra citata:*/

a.zoom span
{
    position: absolute;
    visibility: hidden;
}
a.zoomsx span
{
    position: absolute;
    visibility: hidden;
}

/*Impostiamo l'evento hover sulla miniatura, gestendo sia il posizionamento che la sovrapposizione:*/

a.zoom
{
    position: relative;
    z-index: 0;
}
a.zoomsx
{
    position: relative;
    z-index: 0;
}
a.zoom:hover
{
    z-index: 1;
}
a.zoomsx:hover
{
    z-index: 1;
}

/*In fine impostiamo la visualizzazione e la posizione da sinistra e da destra dell'immagine grande rispetto alla piccola:*/

a.zoom:hover span
{
    visibility: visible;
    bottom: -200px;
    left: 140px;
}
a.zoomsx:hover span
{
    visibility: visible;
    bottom: -200px;
    right: 140px;
}

a:hover {
	text-decoration: underline;
}

.hr hr {
	display: none;
}

.hr {
	clear: left;
	height: 70px;
	background: url(images/img04.gif) no-repeat center;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	padding-bottom: 16px;
	background: url(images/img06.gif) no-repeat center bottom;
}

.boxed .title {
	background: url(images/img05.gif) no-repeat right;
	font-size: 1.6em;
}

.boxed .content {
	border-bottom: 1px solid #336633;
}
#tabmcctop {
	margin-bottom: 0px;
	padding-bottom: 16px;
	background: #ffffff url(images/topquaderno.jpg) no-repeat center top;
}

#tabmcc {
	background: #FFFFFF url(images/sfondoquaderno.jpg) repeat-y center top;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	/*font: normal small Georgia, "Times New Roman", Times, serif;*/
	/*color: #A4896D;*/
}

#tabmccbottom{
	margin-top: 0px;
	padding-top: 16px;
	background: #ffffff url(images/bottomquaderno.jpg) no-repeat center top;
}

/* Logo  - COLORE SFONDO MENU */
#wrap { padding: 0px 0px 0px 0px; width: 1000px; margin:0px auto; background: #ffffcc;}

#logo  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #D6D6D6 url(images/img01.jpg) repeat-x left top;
	text-align: center;
	} 

#logo h1 {
	float: left;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	padding: .75em 0 0 .4em;
	font-size: 1.4em;
	font-style: italic;
}

#logo a {
	color: #F4E7DB;
}

/* Content */

#content {
}

/* Content > Main  - COLORE SFONDO CENTRALE */

#main {
	margin: 0 20px 0 220px;
	padding: 15px;
	background: #FFFFEE;
	border: 5px solid #008901;
}

#extra {
	height: 31px;
	margin: 0 20px 0 220px;
	background: url(images/img02.gif) repeat-x;
}

/* Content > Main > Welcome */

#welcome {
	border: 2px solid #008901;
	margin: 2px 2px 2px 2px;
	padding: 3px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 60px 20px 0 0;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 10px;
	border-bottom: 4px solid #008901; 
	background: #B6DB58;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #009600;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #009600;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 40px 40px 40px;
	background: #d9d9d9;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #008901;
}

#footer a {
	text-decoration: underline;
	color: #008901;
}

#footer a:hover {
	text-decoration: none;
	color: #F4E7DB;
}

/* Footer > Legal */

#legal a {
}

/* Footer > Links */

#links {
}