/*-------------------------------------------
	Leondoro
	- - - - - - - - - - - - - - - - - - - - -
	Description:Base setup styles
	Filename:Leondoro.css
	Date:May, 2008	
	Company:ExpertWeb
	Please:You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright at Expertweb.it 
					and may not be reproduced.
-------------------------------------------*/

body {
	padding: 0; margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000000;	
}
body.sfondo1
{
    background-image: url(img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.sfondo2
{
    background-image: url(img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.sfondo3
{
    background-image: url(img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.sfondo4
{
    background-image: url(img/bg_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.sfondo5
{
    background-image: url(img/bg_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: 0;
}
a {
	color:#999966;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.wrapper { 
	 margin: 0 auto;
	 width: 100%;

}

.languages {
	margin:auto;	margin-right: 100px;	
	text-align:right;
	/*height:30px;*/
	width: 530px;
	background-color: #000;
	color:#fff;
}

.languages a
{
    color:#fff;
	margin-right:5px;
}

.header {
	margin:auto;	margin-right: 100px;
	 width: 530px;
	 /*height: 110px;*/
	 background: #000;
	 text-align:center;
}

.menu {
	margin:auto;	margin-right: 100px;	
	text-align:center;
	height:20px;
	width: 530px;
	color: #FFF;
	background-color: #000;
}

.menu a {
	color:#FFF;
	text-decoration:none;
}

.menu a:hover {
	color:#FFF;
	text-decoration:underline;
}

.content {
	margin:auto;	margin-right: 100px;
	padding: 5px;
	color: #FFF;
	background: #000;
	width: 520px;
	margin-top: 10px;
	margin-bottom:10px;
	filter: Alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.content h2 {
	font-size: 12px;
	padding: 0 5px 0 10px;
}

.content p {
	padding: 10px;
}

.thumb {
	width: 500px;
	text-align:center;
}

.thumb img {
	border: 5px solid #FFF;
}
.camere {
	width: 90%;
}
.camere td {
	border-bottom: 1px solid #3c3c3c;
}

.footer { 
	margin:auto;	margin-right: 100px;
	width: 530px;
	color: #FFF;
	background-color: #000;

}
.footer p {
	padding: 5px;
	text-align:center;
}
.powered {
	font-size: 10px;
	color:#999999;
	text-decoration:none;
}
.powered a {
	font-size: 10px;
	color:#999999;
	text-decoration:none;
}

div.chiudi
{
    vertical-align:bottom;
}
h3
{
    color:#fff;
}

.indirizzo
{
    color:#fff;
}

.dettaglioLocale
{
    padding:10px;
}
.divLocaliAmici
{
    position: absolute;
	float: left;
	top: 115px;
	right: 640px;
	color: #FFF;
	background: #000;
	line-height: 20px;
	width: 200px;
	filter: Alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.divLocaliAmici ul
{
	margin-left: 0;
	padding: 3px;
}
.divLocaliAmici li
{
    list-style: none;
}