body {
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
	margin: 0;
	background-color:#000000;
}

#container {
	margin-top: 35px;
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	margin-bottom: 20px;

}



#content {
	
	margin: 0px 100px 60px 100px;
	padding: 0px 0px 0px 0px;
	

}

#contentText {
	
	margin: 0px 120px 0px 220px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 28px;
	padding-right: 0px;
	font-weight: bold;
	height: 550px;


}

#contentTextServizi {
	
	margin: 0px 120px 0px 220px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 28px;
	padding-right: 0px;
	font-weight: bold;
	


}

#gallery {
	
 background-color: transparent;
	list-style-type: none;
	text-align:center;

	

}

#gallery ul {
	
	padding: 0;

	
}
#gallery li {
	display: inline;

	
}
#gallery img {
	
	border: 1px solid #333300;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	
}

#footer {
	margin-top: 0px;
	margin-right: -5px;
	position: relative;
	padding: 25px 0px 5px 0px;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
	color: #999999;
	line-height: 14px;
	clear: both;
	background-color:#000000;
	background-image:url(Assets/Images/black.gif);
	
	
}
/* style the outer div to give it width */
.menu {
width:780px; 
font-size:0.85em;
padding-bottom:120px;
font-weight:bold;
margin-left:4px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:156px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#6699FF; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:149px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#6699FF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#6699FF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#6699FF; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#2F6FDD;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

h1 {

font-size:14px;
font-weight:bold;
color:#000; 
padding-left:50px; 
text-align: left;
 

}

.description {

font-size:13px;
color:#000; 
padding-left:50px; 
text-align: left;
padding-bottom: 200px;
 

}


