* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-indent:0;
}

body {	
	margin: 0px;
	padding: 0px 0px 30px;
	font-size : 12px;	
	font-weight: normal;	
	font-family : Arial, Verdana, Helvetica;
	background: #3A2C23;
	color:#000;
}

h1{
	padding:0px;
	margin:0px;
	font-size : 16px;
	font-weight: bold;
}

a img {
	border:none;
}

span.titolo {
	font-size : 16px;
	font-weight: bold;
}

span.titolo2 {
	font-size : 15px;
	font-weight: bold;
}

a { font-weight: bold; color: #454545; text-decoration: none; outline:none; }

a:hover { color: #000;}

.errore {color: #AB1919; }

#container {
	width:1000px;
	margin:0 auto;
	background: #fff;
}

#header{
	height: 655px;
	background: url(images/top.jpg) no-repeat top left #FFF;
	position: relative
}

#lingue {
	float:left;
	position:absolute;
	top:75px;
	left:830px;
	height:100%;
	overflow:hidden;
}

#lingue li, #lingue li a {
	float:left;
}

#ita {
	background: url(images/it.jpg) no-repeat top left #FFF;
	width:19px;
	height:13px;
	float:left;
	margin-right:12px;
}

#eng {
	background: url(images/uk.jpg) no-repeat top left #FFF;
	width:19px;
	height:13px;
	float:left;
	margin-right:12px;
}

#fra {
	background: url(images/fr.jpg) no-repeat top left #FFF;
	width:19px;
	height:13px;
	float:left;
	margin-right:12px;
}

#ted {
	background: url(images/de.jpg) no-repeat top left #FFF;
	width:19px;
	height:13px;
	float:left;
	margin-right:12px;
}

#menu {
	float:right;
	position:absolute;
	top:112px;
	right:20px;
	overflow:hidden;
}

#menu li {
	float:left;
	margin-right:30px;	
}

#menu li a {
	display:block;
	font-size:18px;
	font-weight:bold;
	font-family:Georgia;
	color:#FFF;
}

#menu li a:hover {
	color:#EFE704;
}

#content {
	padding:0px 65px;
	position:relative;
	height:100%;
}

#polaroid {
	width:362px;
	height:188px;
	position:absolute;
	top:-140px;
	right:-15px;
	background: url(images/foto_piccole.png) no-repeat top right;
}

* html #polaroid{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/foto_piccole.png', sizingMethod='crop');
}

#footer {
	border-top:1px solid #1A973B;
	margin:80px 30px 0px;
	padding:20px 50px;	
}

#logo {
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	font-family:Georgia;
	color:#375F0F;
	text-align:right;
	width:140px;
	float:left;
	margin-right:20px;
}

#address {
	color:#159336;
	width:340px;
	float:left;
	font-size:12px;
}

#powered {
	color:#159336;
	width:230px;
	float:right;
	font-size:12px;
}

#powered a {
	color:#159336;
}

#powered a:hover {
	text-decoration:underline;
}

h1.titolo {
	font-weight: bold;
	color:#C3B37A;	
	font-family:Georgia;	
	font-size:40px;	
	height:40px;
	line-height:40px;	
	clear:both;	
	margin-bottom:40px;
}

span.li {
	float:left;
	clear:both;
	margin-bottom:5px;
	background:url(images/bullet.jpg) no-repeat 20px 7px;
	padding-left:32px;
}

select {
}

#captcha {
	border:1px solid #1A973B;
	margin:6px 0px;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

textarea {
	background:#EFEFEF;
	overflow:auto;
	border:1px solid #1A973B;
	margin:6px 0px;
	font-family:Arial;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	width:400px;
	color:#1A973B;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

input {
	background:#EFEFEF;
	overflow:auto;
	font-family:Arial;
	border:1px solid #1A973B;
	margin:6px 0px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	width:400px;
	color:#1A973B;	
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

input:focus, textarea:focus {
	background:#F0F0F0;
	border:1px solid #32BA56;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

input.button {
	cursor:pointer;
	border:1px outset #0B310F;
	background:#1A973B;
	color:#FFF;
	font-size:14px;	
	margin-top:22px;
	font-weight:bold;
	margin-right:6px;
	width:90px;
	font-family:Arial;
}

div.boxfototesto {
	border: 3px solid #815028;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 20px 20px 0px;
}

div.mappa {	
	width:850px;
	border:1px outset #1A973B;
	padding:9px;
	background: #EFEFEF;
	margin:0;
	float:left;
	box-shadow:2px 3px 8px #454545;
	-webkit-box-shadow:2px 3px 8px #454545;
	-moz-box-shadow:2px 3px 8px #454545;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

/*****************               fotogallery               *******************/
.box_photo_category{
	margin-right: 20px;
	width: 160px;
	float: left;
	text-align: center;
}

.boxfoto{
	margin-right: 50px;
	width: 160px;
	float: left;
}

.boxfoto img, .box_photo_category img{	
	border: 3px solid #815028;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 

.boxfoto a:hover img, .box_photo_category a:hover img{	
	border-color: #454545;
}

/*****************               paginazione                *******************/ 
.pagination{
	overflow: hidden;
	clear:both;
	height:100%;
}

#content .pagination a{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 1.2em;
	border: 1px solid #333;
}

#content .pagination a:hover{
	background-color: #222;
}

#content .pagination a.active{
	background: #333;
	border-color: #444;
}
