﻿* {padding: 0;margin: 0;border: 0;}
html, body
        {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: Arial;
        font-size: 12px;
        background-color:#000;
		}
a:link.menu_ 
{
    color:#ffffff;
	text-decoration:none;
}
a:hover.menu_ 
{
    color:#AF504C;
	text-decoration:underline;
}
a:visited.menu_ 
{
    color:#ffffff;
	text-decoration:none;
}		
		
#sfondo
        {
		position:absolute;
		height:100%;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		}
		
#textmenutop
        {
		position:absolute;
		height:100%;
		width: 100%;
		top: 5px;
		margin-left: 20px;
		padding: 0;
		z-index: 1;
		}
				
.sfondotop
        {
		position: absolute;
		z-index: 2;
		top:0px;
		left:0px;
		height: 31px;
		width: 100%;
		background:url(sfondotop.jpg) repeat-y;
		}
		
.menutop1
        {
		font-family: Arial;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration:none;
		}
		
.menutop2
        {
		font-family: Arial;
        font-size: 11px;
        color: #808080;
		}		
			
.menubody
        {
		font-family: Arial;
        font-size: small;
        color: #FFFFFF;
        font-weight:bold;
		}	
			
#divtop
        {
        position:absolute;
        width:946px;
        height:31px;
        top: 7px;
        left:50%;
        margin: 0 0 0 -450px;
        z-index: 4;
} 		
#divbody
        {
        position:absolute;
        width:946px;
        min-height:503px;
        top: 60px;
        left:50%;
        margin: 0 0 0 -450px;
        z-index: 4;
}
 		
#pagebody
        {
        width:830px;
        min-height:488px;
		background:url(page_body.jpg) no-repeat;
		z-index: 101;
} 				

.pagetitle
        {
		font-family: Arial;
        font-size: large;
        color: #660806;
        font-weight:bold;
		}	
		
.pagesubtitle
        {
		font-family: Arial;
        font-size: 12px;
        color: #000000;
        font-weight:bold;
		}
			
.pagetext
        {
		font-family: Arial;
        font-size: 12px;
        color: #000000;
        font-weight:normal;
		}
		
.contactemail
        {
		font-family: Arial;
        font-size: 12px;
        color: #660806;
        font-weight:bold;
		}
		
.contactinfo
        {
		font-family: Arial;
        font-size: 13px;
        color: #000000;
        font-weight:normal;
		}
				
.testocontatti{
		font-family: Arial;
        font-size: 12px;
        color: Gray;
        font-weight:normal;
		}	

.gallery
{
    width:780px;
    padding-left:23px;
    padding-top:23px;
    z-index:101;
}

h1 { color:#650C06;font-size:19px;margin:0px;padding:0px; }
		
		
		/**************************************/
/*             NAVIGATION             */
/**************************************/
/*#menu-wrapper {
	position: absolute;
	height: 300px;
	overflow: hidden;	
	right:0px;
	top:0px;
	z-index:10;
	width:830px;
	text-align:right;
	border:solid 0px red;
}
#menu-wrapper ul {
	margin: 0;
	padding: 0;
	float:right;
}
li.menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
	right:0px;
	border:solid 0px red;
	
	
}
div.menu-title {
	height: 33px;
	padding-right:15px;		
	
}
div.menu-title a {
	color: #fff;
	text-decoration: none;	
	
}
ul.submenu {
	position: absolute;
	right:8px;
	width: 300px;
	border:solid 0px red;	
	background-image:url(sfondo_menu.png);
	top:0px;
	
}
ul.submenu li {
	min-height: 22px;
	margin-bottom: 0px;
	list-style: none;	
	background-image:url(sfondo_menu.png);
	
}
ul.submenu li a {
	color: #fff;
	text-decoration: none;	
	font-size:11px;
}

ul.submenu li hover {
	color: #fff;
	text-decoration: underline;	
	font-size:11px;
}*/
