@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;	
}

h1 span {
	display: none;	
}

h1 {
	background: transparent url(../img/titolo.jpg) top left no-repeat;
	width: 731px;
	height: 131px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 10px;
}

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#47A;
		text-decoration: underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		/*background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right: 30%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width: 70%;			/* left column content width (left column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:24%;			/* right column content width (right column width minus left and right padding) */
		left:32%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width: 100%;
		border-top: 1px solid black;
		font-size: 10px;
		color: #aaa;
	}
	#footer p {
		padding:10px;
		margin:0;
	}


.sep {
	width: auto;
	display: block;
	height: 1px;
	overflow: hidden;
	float: none;
	clear: both;
}
.imgbox {
	width: 165px;
	height: 170px;
	font-size: 10px;
	overflow: hidden;
	float: left;
	margin-bottom: 2px;
	margin-right: 5px;
	
}

.imgboxAD {
	width: 165px;
	height: 210px;
	font-size: 12px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
	border: 1px solid #999999;	
	
}
.imgbox img {
	margin-left: 0px;
	width: 165px;
}


.first {
	padding-bottom: 10px;
	color: #777;
	border-bottom: 1px dotted #777;
	
}

.form {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #777;
	font-weight: bold;
}

input[type="text"],input[type="file"],textarea {
	border: 1px solid #444;
}


.form input[type="text"],.file input[type="file"],.file textarea  {
	width: 90%;	
}

.file input {
	width: 90%;	
}

.form label {
	font-size: 10px;
	font-variant: small-caps;
	display: block;
	font-weight: normal;
	margin-top: 7px;
}

.form .txtImg {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

.submit {
	cursor: pointer;
	border: 1px solid #146;
	background: #48C;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.submit:hover, .submit:active, .submit:focus {
	background: #49D;
}
.second {
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #777;
}

.other {
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page {
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

.page a, .page span {
	border: 1px solid #114466;
	padding: 3px;
	text-decoration: none;
	margin-right: 5px;
	color: #146;
}

.page a:hover, .page a:active, .page a:focus {
	background: #def;
	text-decoration: none;
	color: #146;
}

.page span {
	background: #acd;
	border: 1px solid #acd;
	color: #146;
}

#footer a {
	text-decoration: none;
	color: #888;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

.imgboxAD .txt {
	display: block;
	height: 62px;
}

.imgui {
		position: absolute; z-index: 100;
		width: 170px;
		height: 170px;
		opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
    margin-top: -210px;
    
}
.imgui img {
    width: 40px;
    height: 40px;
    border: 1px solid #46a;
    display: block;
    background: #ffa;
    float: left;
    margin-right: 40px; 
    cursor: pointer;
	margin-top:20px;
}
.imgui:hover, .imgui:active, .imgui:focus {
opacity: 1.00; -moz-opacity: 1.00; filter: alpha(opacity=100);}

#form1 {
	width: auto;
	margin: 0px;
	padding: 0px;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #777;
}

#form1 input[type="text"] {
	width: 63%;
	text-align: left;
	margin-right: 5px;
}

#form1 .submit {
	width: 31%;
	font-weight: normal;
}

.privacy {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	border: 1px dotted #999;
	padding: 4px;
	margin-bottom: 5px;
}

.err {
	border: 2px solid #c00;
	background: #ffa;
	color: #c00;
	padding: 4px 10px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	display: block;
	text-align: center;
	width: auto;
	clear: left;
}

.ok {
	border: 2px solid #158;
	color: #158;
	padding: 4px 10px;
	font-size: 14px;
	background: #ffa;
	margin-top: 10px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: auto;
	clear: left;
}

hr {
	display: none;
}