/* www Mantide 7 Stelle it
default css stylesheet */

body {
	padding: 0;
	margin: 0;
	background-color: White;
}
a {
	color: White;
}
a:hover {
	color: Maroon;
}
#container {
	width: 100%;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	border-top: 3px solid White;
	background-color: #2E8B57;
}

/* ° ° ° ° ° ° ° ° ° ° color SWITCHER ° ° ° ° ° ° ° ° ° ° */ 
#switcher {
	position: absolute;
	top: 7px;
	left: 7px;
}
#switcher a {
	text-decoration: none;
}
#green {
	background-color: #2E8B57;
	color: #2E8B57;
}
#white {
	background-color: White;
	color: White;
}
#gray {
	background-color: #778899;
	color: #778899;
}
#black {
	background-color: Black;
	color: Black;
}
#switcher span {
	color: #66CDAA;
}

/* - - - - - - - - - - HEADER - - - - - - - - - - */
#header {
	width: 760px;
	height: 80px;
	margin: auto;
	background: url(../img/header-ideo-03.jpg) no-repeat;
}

/* - - - - - - - - - - SIFU - - - - - - - - - - */
#sifu1 {
	width: 80px;
	height: 100px;
	border: 2px solid White;
	position: absolute;
	left: 20%;
	top: 75px;
	background-image: url(../img/lo.jpg);
}
#sifu2 {
	width: 80px;
	height: 100px;
	border: 2px solid White;
	margin: 5px auto;
	background-image: url(../img/lee.jpg);
}
#sifu3 {
	width: 80px;
	height: 100px;
	border: 2px solid White;
	position: absolute;
	right: 20%;
	top: 75px;
	background-image: url(../img/chiu.jpg);
}

/* - - - - - - - - - - NAV - - - - - - - - - - */
#nav { border-bottom:1px solid White; border-top:1px solid White; padding:5px; }
#nav ul, #nav ul li { list-style:none; margin:0; padding:0; }
#nav ul { text-align:center; }
#nav ul li { display:inline; margin-right:3em; }
#nav a {color:White; text-decoration:none; }
#nav a:hover { color:Maroon; }

/* - - - - - - - - - - CONTENT - - - - - - - - - - */
#content {
	background: url(../img/main_line.gif) repeat-y top;
	width: 100%;
	float: left;
}

/* - - - - - - - - - - MAIN - - - - - - - - - - */
#main {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main .allievi p {
	width: 60%;
	margin: 20px auto;
	color: White;
	padding: 10px;
	background-color: #287E4D;
}
#main .allievi p a {
	font-weight: bold;
}
#mainCostr h4 {
	color: Maroon;
	font-size: 0.95em;
	padding-top: 1em;
}

/* - - - - - - - - - - MAIN WEBLINKS - - - - - - - - - - */
#weblinks {
	width: 60%;
	margin: 20px auto;
}
#weblinks div {
	height: 180px;
	border-bottom: 2px solid #3CB371;
}
#weblinks h4 {
	color: White;
}
#weblinks p {
	height: 100px;
	color: white;
	text-align: justify;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid White;
}
#weblinks img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid White;
}
#weblinks img:hover {
	border: 2px solid Maroon;
}

/* - - - - - - - - - - MAIN VDOLINKS - - - - - - - - - - */
#vdolinks img:hover {
	border: 2px solid Maroon;
}

/* - - - - - - - - - - MAIN TABLE - - - - - - - - - - */
#main table {
	background-color: White;
	margin-top: 20px;
}
#main th {
	text-align: center;
}
#main td {
	background-color: #2E8B85;
	color: White;
	padding: 2px;
	width: 134px;
	height: 40px;
}
.giorni {
	text-align: center;
}

/* - - - - - - - - - - MAIN A - - - - - - - - - - */
#mainA {
	width: 50%;
	float: right;
}
/*
#mainA h4 {	border-bottom: 3px solid #3CB371; width: 170px; }
*/
#subMainA1 {
	width: 50%;
	float: left;
}
#subMainA2 {
	width: 50%;
	float: right;
}
#subMainA1 div, #subMainA2 div {
/*	height: 180px; */
	text-align: justify;
}
/*
#subMainA1 .columnPad div, #subMainA2 .columnPad div {
	height: 10em;
}
*/

/* - - - - - - - - - - MAIN B - - - - - - - - - - */
#mainB {
	width: 50%;
	float: left;
}
#mainB div {
	text-align: justify;
}
#mainB li {
	color: White;

	padding: 0 10px 3px 10px;
}
#mainB table {
	color: White;
	margin: 0 10px 0 10px;
}

/* - - - - - - - - - - MAIN GENERIC - - - - - - - - - - */
#mainA, #mainB, #main {
	margin-bottom: 50px;
}
.columnPad {
	padding: 0;
}
#mainA p, #mainB p {
	color: White; 
	padding: 0 10px 0 10px;
}
#mainA h4, #mainB h4, #mainA h5, #mainB h5  {
	color: White;
	font-size: 0.94em;
	padding: 0 10px 0 10px;
	margin-left: 5px;
	text-decoration: none;
	border-bottom: 3px solid #3CB371;
	width: 170px;
}
#mainA h5, #mainB h5 {
	border-bottom: 1px solid White;
}
#mainA a, #mainB a {
	color: White;
	text-decoration: none;
}
#mainA a:hover, #mainB a:hover {
	color: Maroon;
}
#mainA img, #mainB img {
	border: 2px solid White;
	margin: 0 10px 3px 10px;
}
.imgFloat {
	float: left;
}
#mousiFoto {
	margin: 0 10px 0 10px;
}
#mousiFoto img {
	margin: 0 2px 2px;
}
#nextpage {
	float: right;
	margin-right: 10px;
}
#mainB .link, #mainB .mrk {
	color: #87CEFA;
}
.novita div {
	background-color: #287E4D;	
	padding: 5px;
	margin: 10px;
}
/* - - - - - - - - - - FOOTER - - - - - - - - - - */
#footer {
	width: 100%;
/*	height: 31px; */
	clear: both;
	background-color: #DCDCDC;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footerW3c { float: left; }
#footerW3c img { border: none; }
#footerStat { float: right; }
#footerTxt { padding: 9px 0 9px 0; width: 25%; margin-left: 37%; }
#footer a {	color: #6495ED; }
#footer a:hover { color: White; }


/* - - - - - - - - - - BORDER - - - - - - - - - - */
/*
#corniceLeft {
	height: 1557px;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 3px solid White;
}
#corniceRight {
	height: 1557px;
	position: absolute;
	top: 0;
	right: 0;
	border-right: 3px solid White;
}
*/

/* ° ° ° ° ° ° ° ° ° ° FORM LIST ° ° ° ° ° ° ° ° ° ° */
#formList h2 {
	text-align: center;
	text-transform: uppercase;
	color: White;
}
#colors {
	text-align: center;
	text-transform: uppercase;
	background-color: White;
	padding: 5px;
}
#colors span {
	margin: 0 40px 0 40px;
}
#formList table {
	margin: 10px auto;
	padding: 1px;
	border: 1px solid White;
	color: Black;
}
#formList td {
	padding: 4px;
	background-color: White;
	border: 1px solid #90EE90;
}
.formaLang {
	text-align: center;
	font-weight: bold;
}
.formTitle {
	font-weight: bold;
}
.formaArma {
	color: #D00000;
}
.formaPre {
	color: #0000CD;
}

/* ° ° ° ° ° ° ° ° ° ° popup ° ° ° ° ° ° ° ° ° ° */
#difesa img {
	border: 3px solid White;
}
#popup {
	position: absolute;
	top: 150px;
	left: 400px;
	width: 300px;
	height: 300px;
	background-image: url(../img/fioricinesi2.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#popup p {
	padding: 20px 10px;
}
#popup a {
	color: Black;
}
#popup a:hover {
	color: #2E8B57;
}
#closeX {
	background-color: White;
	padding-left: 153px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#closeX a {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}