@charset "UTF-8";

body {
	background-color: #444444;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font: 12px "Verdana", "Lucida Grande", "Trebuchet MS", sans-serif;
	background-image: url("/img/cielo3.jpg");

}

body.gallery {
	background-color: #000000;
	background-image:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font: 12px "Verdana", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: white;

}

#bodyinner{
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	text-align:center;
	background: url("../imgs/bgblue.jpg") repeat-x #7EB6EF;
}


a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration:none;
	margin-bottom:10px;
}


a.sottomenu {
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}

a.men_orizz{
	color:#000000;
	text-decoration:none;
}


/* CLASSI STRUTTURALI */

#testata{
	position:relative;
	left:-420px;
	margin-left:50%;
	width:840px;
	height:172px;
	z-index:4;
	text-align:left;
}

#container{
	position:relative;
	left:-420px;
	margin-left:50%;
	width:840px;
	z-index:3;
	text-align:left;
	background:url("../imgs/bgCont.gif") repeat-y 1px;
}

#content{
	float:left;
	margin:0px;
	padding:15px;
	min-height:470px;
	width:570px;
}

#sidebar{
	float:left;
	line-height:18px;
	margin:-3px 0px 0px 10px;
	padding:15px;
	min-height:470px;
	width:200px;
}

#bgtop{
	position:absolute;	
	text-align:center;
	margin:0px;
	padding:0px;
	height:500px;
	width:100%;
	top:0px;
	left:0px;
	z-index:1;
	background: url("../imgs/topbg.jpg") no-repeat top center;
}

#bgbot{
	position:relative;
	text-align:center;
	height:526px;
	width:100%;
	margin-top:-526px;
	z-index:1;
	background: url("../imgs/newbg.jpg") no-repeat top center;
}

#footer{
	position:relative;
	text-align:center;
	color:#CEBAA0;
	height:50px;
	padding:10px 0px;
	width:100%;
	z-index:1;
	background: url("../imgs/bgBot.gif") repeat-x #948576;	
}


.sideimg{
	display:block;
	height:330px;
	background-repeat:none;
	padding:0px;
	margin:-12px -12px 15px -12px;
}



/* CLEAR DEI FLOAT */

.clear{
	clear:both;
}





/* DIV MENU A COMPARSA 
 * stilizzazione ul e li menu: default.css e dropdown.css
*/

#menutop{
	position:absolute;
	top:130px;
	left:-8px;
	width:856px;
	height:42px;
	margin:0px;
	padding:0px;
	background: url("../imgs/bgtopmenu.jpg") repeat-x;
	border-left:1px solid #A79888;
	border-right:1px solid #A79888;
	font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height:18px;
}



/* ACCESSO */

#log {
	line-height:18px;
	font-size:11px;
	position:absolute;
	width:180px;
	z-index:4;
	top:0px;
	left:645px;
	/*	border:solid 1px red;	*/
}

#log input.field{
	margin:2px 0px;
	padding:2px;
	width:170px;
	background:url("../imgs/inputbg.gif") no-repeat top left;
}

#log input.but{
	width:auto;
	margin:2px 0px;	
	padding:2px;
	border:3px solid #C0B29F;
	background:url("../imgs/formbg.gif") repeat-x center;
	cursor: hand;
	cursor: pointer;
}

form{
	margin:0px;
	padding:0px;
}

input{
	border:#5F3F29 solid 1px;
}


#log a, #sidebar a{
	color:#2B2B2B;
	text-decoration:none;
}

#log a, #sidebar a{
	color:#2B2B2B;
	text-decoration:none;
	line-height:18px;
}

#log a.accesso{
	font-size:10px;
	font-weight:bold;
}


/* STILIZZAZIONE HEADINGS, LINK e P */

a{
	color:#54392D;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:none;

}



p{
	font-size:12px;
}

h1, h2, h3, h4, h5{
	color:#54392D;
}



a.mail{
	color:#000000;
	text-decoration:none;
}

a.mail:hover{
	color:#000000;
	text-decoration:underline;

}



ul.sottomenu{

	margin-right:-20px;
	list-style-image: url("../img/Verde_freccia.gif");

}




