/* standard */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(images/bg.jpg) repeat-y center top;
	/*background: #3D1C0F url(images/bg_v2.jpg) repeat-x left top;*/
	color: #DDDDDD;
	font: normal 70%/180% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-top: 0.3em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
	font: normal 2.4em Georgia, "Times New Roman", Times, Serif;
	color: #CF944B;
	padding-bottom: 0.2em;
}
h2 {
	font: normal 1.6em Georgia, "Times New Roman", Times, Serif;
	padding-bottom: 0.2em;
	color: #CF944B;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	
	border-bottom: 1px solid #333;
	font: normal 2em Georgia, "Times New Roman", Times, Serif;
	height: 290px;
	position: relative;
	background: #191919 url(images/header.jpg) repeat-x top;
}
.header a {
	color: #CF944B;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 14px;
}
.header h2{
	position: absolute;
	left: 20px;
	top: 46px;
	font: normal 0.5em "Times New Roman", Times, Serif;
	color: #ddd;
	text-transform: uppercase;
}
.header h1{
	font-size: 1.2em;
	text-transform: uppercase;
}

.header a:hover {
	/*background: #191919;*/
	color: #CF944B;
}

.header .fotoheader{
	position: absolute;
	right: 0px;
	bottom: -5px!important;
	bottom: 0px;
	
}
.small{
	font-size: 0.95em;
}
.content .thumbs {
width: 100%;
height: 174px;
	background-color: #111;
	margin-bottom: 0.4em;
}
.content .thumbs img{
margin-left: 4px;
margin-top: 4px;
}
.content .foto{
	width: 100%;
	height: 360px;
	background-color: #111;
	margin-bottom: 0.4em;
}
.content .foto .inside{
	padding: 4px;
}
.content .foto embed, .content .foto object{
margin:0;

}

.subnav .thumb, .left-home .thumb{
	width: 173px;
	height: 173px;
	background-color: #111;
	margin-bottom: 0.4em;
}
.subnav .banner{
	width: 173px;
	height: 88px;
	background-color: #111;
	margin-bottom: 0.4em;
}
.subnav img, .left-home .thumb img{
	margin-left: 4px;
margin-top: 4px;
}
.subnav input, .subnav textarea{
padding: 0.2em;
	width: 173px;
	border: 1px solid #1F1F1F;
	background-color: #353535;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ddd;
}
.subnav input.pulsante{
	background-color: #885D28;
	color: #fff;
}
.subnav input.checkbox{
	width: auto;
}
input, textarea{
	padding: 0.5em;
	width: 273px;
	border: 1px solid #1F1F1F;
	background-color: #353535;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ddd;
	margin-right: 5px;
}
input.pulsante{
	width: 100px;
	background-color: #885D28;
	color: #fff;
}
input.checkbox{
	width: auto;
}
.subnav p{
margin-bottom: 4px;
padding: 0;
}
input.errFld {
	border: 1px solid #FF7900; 
}
  .errMsg { 
  color: #FF7900; 
  font-size:0.85em;
   }
/* structure */
.container {
text-align: left;
	border: 3px solid #444;
	border-top: none;
	width: 780px!important;
	margin-left: auto;
	margin-right: auto;
	
	
}

.main {
	
	background-color: #333333;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 70%;}
.main .right {width: 30%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 0px 16px 5px 16px;
}

.main .blocco{
	float: left;
	margin-right: 40px;
}

/* content elements */
.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #D9B17F;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #D9B17F;
	text-decoration: none;
}
.content a:hover {text-decoration: underline;}
.content .descr {margin-bottom: 5px;}

.content p:first-letter {
	
	font: 1.8em "Times New Roman", Times, Serif;
	color: #eee;
}
.content form p:first-letter {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #eee;
	text-transform: capitalize;
}

/* navigation */
.nav {background: #191919 url(images/nav.jpg);}
.nav a {
	background: #191919 url(images/nav.jpg);
	border-right: 1px solid #191919;
	color: #CCC;
	float: left;
	font: bold 1.2em Georgia, "Times New Roman", Times, Serif;
	line-height: 51px;
	padding: 0 15px;
}
.nav a:hover, .nav a.selected {
	background: #191919 url(images/nav_hover.jpg);
	color: #eee;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li.gif) no-repeat left top;
	list-style: none;
	margin-bottom: 0.4em;
	
}
.subnav li a, .subnav li span {
	color: #E3C59F;
	/*line-height: 2.4em;*/
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #CF944B;
}
.subnav li span{
	color: #ddd;
}
.subnav a{
	color: #D9B17F;
}
.subnav a:hover {
text-decoration: underline;
}
.subnav h2.selected{
	color: #FD8415;
}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	text-align: center;
}
.bottom a {color: #888;}

#map{
	width: 500px;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #222;
	color: #9D4C02;
}
#plink{
	padding-bottom: 0px;		
}