@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#000;
}

a {
	text-decoration:none;
	color:#b0913e;
}

a:hover {
	text-decoration:none;
	color:#ffd051;
}

ul li {
	list-style:none;
}

img {
	border:none;
}

h1,h2,h3 {
	margin-bottom:10px;
	color:#b0913e;
	font-size:20px;
}

p {
	margin-bottom:5px;
}

#cont {
	margin:0 auto;
	width:960px;
}

label {
	display:block;
	margin-bottom:5px;
}

input[type=email],input[type=file],input[type=text],select,textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	padding:5px;
	background-color:#b0913e;
	color:#000;
	border:none;
	font-style:italic;
	margin-bottom:5px;
	border-radius:5px; /** Opera **/
	-webkit-border-radius:5px;	/** Safari e altri **/
	-moz-border-radius:5px; /** Mozilla **/
}

input[type=submit], input[type=button], input[type=reset] {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
	cursor:pointer;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;	
	border:none;
	margin-bottom:5px;
	border-radius:5px; /** Opera **/
	-webkit-border-radius:5px;	/** Safari e altri **/
	-moz-border-radius:5px; /** Mozilla **/
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background-color:#333;
}

/*** header ***/

#header {
	position:relative;
	width:960px;
	height:150px;
}

.logo {
	position:absolute;
	top:0;
	left:0;
}

.tel {
	position:absolute;
	bottom:20px;
	right:0;
	text-align:right;
}

.tel span.title {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}

.tel span.numero {
	color:#b0913e;
	font-size:30px;
}

.lang {
	position:absolute;
	top:20px;
	right:0px;
	z-index:9999;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/sel.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
	text-transform:uppercase;
	background-color:#816824;
	height:15px;
	width:70px;
	padding:5px 10px 5px 30px;
	border-radius:5px; /** Opera **/
	-webkit-border-radius:5px;	/** Safari e altri **/
	-moz-border-radius:5px; /** Mozilla **/
}

.lang:hover {
	background-color:#9c8341;
	color:#fff;
}


.lang-menu {
	text-transform:uppercase;
	z-index:1111;
	position:absolute;
	top:40px;
	right:0px;
	width:110px;
	background-color:#9c8341;
	border-radius:0 0 5px 5px; /** Opera **/
	-webkit-border-radius:0 0 5px 5px;	/** Safari e altri **/
	-moz-border-radius:0 0 5px 5px; /** Mozilla **/
}

.lang-menu a {
	display:block;
	text-align:center;
	padding:5px 10px;
	color:#eaeaea;
	border-bottom:1px solid #816824;
}

a.first {
	padding-top:10px;

}

a.last {
	border-radius:0 0 5px 5px; /** Opera **/
	-webkit-border-radius:0 0 5px 5px;	/** Safari e altri **/
	-moz-border-radius:0 0 5px 5px; /** Mozilla **/
}

.lang-menu a:hover {
	background-color:#816824;
	color:#fff;
}


/*** nav ***/

#nav {
	float:left;
	width:960px;
	height:50px;
	background-image:url(../images/nav.png);
	margin-bottom:20px;
}

#nav ul li {
	float:left;
}

#nav a {
	display:block;
	height:20px;
	margin:5px 0;
	padding:10px 7px 10px 5px;
	color:#fff;
	font-size:20px;
	background-image:url(../images/sep.png);
	background-position:right;
	background-repeat:no-repeat;
}
	
#nav a:hover, #nav a.active {
	color:#000;
}


/*** slider ***/

#slider {
	float:left;
	width:960px;
	height:260px;
	margin-bottom:20px;
}

#slider img {
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
	
}


/*** main ***/

#main-left {
	float:left;
	width:740px;
}

#main-left #right {
	float:right;
	width:520px;
	margin-bottom:20px;
}

#main-left #right ul li {
	padding:5px 0;
	border-bottom:1px solid #333;
}

#main-left #right ul li ul {
	margin-left:30px;
}

#main-left #right ul li ul li {
	border-bottom:1px solid #000;
}

#main-left #right #lightbox {
	background-color:#111;
	padding:10px;
	margin-bottom:10px;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
	
}

#main-left #left {
	float:left;
	width:200px;
}

#main-left .newsletter {
	float:left;
	width:180px;
	padding:10px;
	margin-bottom:20px;
	background-image:url(../images/news.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#816824;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
}

#main-left .newsletter h3 {
	color:#000;
}

#main-left #left .awards,#main-left #left .paypal {
	background-color:#261f0e;
	float:left;
	width:180px;
	padding:10px;
	margin-bottom:20px;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
}

#main-left #left .awards {padding-bottom:0;}


#main-left #left .awards img {
	width:180px;
	margin-bottom:10px;
}

#main-right {
	float:right;
	width:200px;
}

#main-right .box {
	float:left;
	width:200px;
	margin-bottom:20px;
}

#main-right .box h3 {
	background-color:#b0913e;
	color:#000;
	padding:5px 10px;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
}

#main-right .box  ul li {
	border-bottom:1px solid #464646;
	padding:5px 0 5px 20px;
	background-image:url(../images/li.png);
	background-repeat:no-repeat;
	background-position:0 7px;
}


#main-right .box  form#aggiorna {
	padding:10px;
	margin-top:10px;
	background-color:#b0913e;
	color:#000;
	font-size:12px;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
}

#main-right .box  form#aggiorna input[type=file] {
	width:170px;
	background-color:#816824;
}

#main-left #right #prenota {
	float:left;
	width:500px;
	padding:10px;
	font-size:12px;
	background-color:#111;
	border-radius:10px; /** Opera **/
	-webkit-border-radius:10px;	/** Safari e altri **/
	-moz-border-radius:10px; /** Mozilla **/
}

#main-left #right #prenota .div500 {
	float:left;
	width:500px;
	margin-bottom:10px;
}

#main-left #right #prenota .div500 textarea {
	width:480px;
}

#main-left #right #prenota .div250 {
	float:left;
	width:240px;
	margin:0 10px 10px 0;
}

#main-left #right #prenota .div250 input[type=text] {
	width:230px;
}

#main-left #right #prenota .div250 select {
	width:70px;
	float:left;
	margin-right:5px;
}

#main-left #right input[type=text], #main-left #right select, #main-left #right textarea {
	background-color:#333;
	color:#ccc;
}

#main-left #right input[type=submit] {
	background-color:#816824;
}

#main-left #right input[type=submit]:hover {
	background-color:#261f0e;
}


/*** footer ***/

#footer {
	border-top:3px solid #b0913e;
	text-align:center;
	float:left;
	width:960px;
	padding:10px 0;
}









