html {
	background-image: url(images/bg.jpg);
	background-color:#e6e6e6;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size:13px;
	color:#1c1c1c;
	margin:0px;
	padding:0px;
}

body,td,th {
}

a{
	color:#063200;
	text-decoration:none;
}
a:hover{
	color:#000;
}


h1 {
	margin:0 0 0 8px;
	font-size:150%;
	color:#0b4d00;
}

h2 {
	margin:0;
	padding:0;
	font-size:120%;
}

h3 {
	margin:0;
	padding:0;
	font-size:100%;
}

p {
	padding:0;
	margin:0;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}
.menu {
	margin:auto;
	font-weight:bold;
	text-align:center;
}

#main_menu{
	margin-left:20px;
	margin-top:145px;
	position:absolute;
}
#main_menu a, #main_menu a:visited{
	margin-right:3px;
	padding:4px;
	text-decoration:none;
	background-image:url('images/btn_bg.gif');
	color:#000;
} 
#main_menu a:hover{
	margin-right:3px;
	padding:4px;
	text-decoration:none;
	background-image:url('images/btn_bg.gif');
	background-position:50px 100%;
	color:#fff;
}

#sub_menu{
	margin-left:20px;
	margin-top:158px;
	position:absolute;
	color:#ddd;
}
#sub_menu a{
	text-decoration:none;
	color:#ddd;
}
#sub_menu a:hover{
	color:#000;
}
#sub_menu a:visited{
	text-decoration:none;
	color:#959595;
}


.globalcont {
	width:1050px;
	height:80%;
	background-image:url(images/bodycont.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:auto;
	
}
.generalcont {
	width:951px;
	padding:10px;
	margin:auto;
	background-color:#fff;
	border: 1px solid #ccc;
}
       
.bodycont {
	padding-bottom:20px;
}

.breadcrumb {
	margin:auto;
	color:#505050;
	padding-top:10px;
	padding-left:5px;
	font-weight:normal;
	font-size:12px;
}

.marquee {
	color:#ff0000;
	font-weight:bold;
	font-size:14px;	
}

.titolo {
	margin:0px;
	padding-top:8px;
	padding-left:5px;
	font-weight:bold;
	font-size:18px;
}

.element_name {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:13px;
	padding-right:13px;
	font-weight:bold;
	font-size:14px;
	background-color:#c3c3c3;
	background-image:url(private/images/titleback.png);
	background-position:bottom;
}

.photos {
	background-color:#fff; 
	float:left; 
	padding:10px; 
	margin:15px
}

.title {
	padding-top:7px; 
	padding-left:13px; 
	padding-right:13px; 
	font-weight:bold; 
	font-size:150%;
}

.newscont {
	background-color:#ccc;
	background-repeat:no-repeat;
	padding:2px;
	/*border:2px solid #ccc;*/
}

.newsbox{
	background-color:#fefefe;
	margin:5px;
	padding:5px;
}

.newsbox_alt{
	background-color:#f8f8f8;
	margin:5px;
	padding:5px;
}

.elementcont {
	background-color:#efefef;
	/*background-image: url(images/newscont.png);*/
	background-repeat:no-repeat;
	padding-bottom:2px;
	margin: auto;
	padding:30px;
	border:1px solid #ccc;
}
.box_bottom{
	background-color:#FFF;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	padding:5px;
	width:172px;
	float:left;	
	height:100px;
}


#slider {
    width: 448px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 448px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	/*margin:auto;*/
}
.sliderImage {
	/*margin:auto;*/
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 448px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#bottom {
	margin:auto;
	text-align:center;
	font-size:x-small;
	text-decoration:none;
}
#bottom a{
	text-decoration:none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}



#nomefile {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
}

#descrizione {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:italic;
}

#dettagli {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #1A4473}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
		
		
.jqifade{
      position: absolute; 
      background-color: #aaaaaa; 
}
div.jqi{ 
      width: 400px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 10px; 
      line-height: 20px; 
      color: #444444; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee; 
      background-color: #f4f4f4;
}
div.jqi button{ 
      padding: 3px 10px;
      margin: 0 10px; 
      background-color: #2F6073; 
      border: solid 1px #f4f4f4; 
      color: #ffffff; 
      font-weight: bold; 
      font-size: 12px; 
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #BF5E26;
}

