/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:large ;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, dl, address {
	margin: 0em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

:focus {
	outline:0;
}

a img {
	border:0;
}

table, tr, td, tbody {
	margin:0;
	padding:0;
}

/*****************************************************************************/
/* PRINCIPALE                                                                */
/*****************************************************************************//* Una unica colonna */
html {
}

body {
	font :96%/1.5 Georgia, Times, Serif;
	color: #919E8A;
	background:#FFF url(../images/bg6.jpg) repeat fixed;
}
#header {
	height: 120px;
	text-shadow: 1px 1px 1px #FFF;
}

#logo a img{
	padding:16px 0 16px 30px;
}

#container {
}

h1 {
	font-size: 2.6em;
	font-weight: normal;
	color: #BD0000;
	text-align: left;
	margin: 10px 0 0 40px;
/*	color : rgb(255, 255, 255); 
color : rgba(255, 255, 255, .6);
	text-shadow : white 1px 1px 1px;  
	text-shadow : rgba(0, 0, 0, .5) 1px 1px 1px; */
/*	display: none; */
}
h2 {
	font-weight: normal;
	margin: 10px 0 10px 30px;
}
h2.categoria {
	margin-top: -40px;
	padding-left: 280px;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #BD0000;
	margin: 10px 0 0 30px;
}
h4 {
font-family: "arial narrow", arial, sans-serif;
text-transform:uppercase;
letter-spacing: .1em;
	font-size: 1em;
	font-weight: normal;
	color: #555;
	margin: 18px 0 0 0px;
	border-bottom: 1px dotted silver;
}
#wrapper{
	background: transparent url(../images/bg2.png) repeat; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border: 1px solid #FFF;
	text-align: left;
}
	
#content {
	color: #777;
	z-index: 100000;
}

#socialbox {
	text-align: left;
	font-family: "Bitstream Vera Serif", Georgia, Times, serif, sans-serif;
	font-size: large;
	font-style: italic;
	color:#777;
	padding-top: 20px;
}
#socialbox img {
	padding-left: 40px;
}
#socialbox a div {
	padding-bottom: 10px;
}
#socialbox .photo {
	margin: 30px 0 0 20px;
	padding:  15px;
	border:  1px solid silver;
	background-color: #FFF;
}
#footer {
	padding-top: 50px;
}

fieldset {
	text-align:left;
}
fieldset input{
	position:relative;
	margin-left:0px;
}
input {
	padding:4px;
}

.pulsante{
	cursor: default;
}

p {
	padding:30px 20px 0 20px;
}

p i {
	color:#005F7F;
}

p:first-letter {
	color: #BD0000;
	font-size:xx-large;
}

a:link, a:visited {
	color: #777;
}

.small {
	text-align: center;
	font-size: 80%;
}

ins {
	text-decoration: underline;
}

.mainimage {
	width: 490px;
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid silver;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.smallimage {
	width: 140px;
	padding: 5px;
	background-color: #F8F8F8;
	border: 1px solid silver;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}


	/* ----------------------------- MENU ORIZZONTALE ----------------------------------- */

#navigationhome {
	height:22px;
	padding-top: 78px;
}

#navigationhome a {
	font-variant: small-caps;
	font-size: 120%;
	padding: 0px 7px 10px 7px;
	text-decoration:none;
}

#navigationhome a:link, #navigationhome a:visited {
	color:#B89153;
}
#navigationhome a:hover {
	color:#6A6862;
}

#navigationhome .sel a{
	color:#BD0000;
}

ul#navigationhome , ul#navigationhome li{
	float:left;
    list-style: none;
    padding: 24px 0 10px 0;
 }

#navigationhome ul li img {
    margin: -8px 0 0px 0;
 }

 #navigationhome ul {
     text-align: center;
 }

 #navigationhome ul li {
     display: inline;
 }

 #navigationhome ul li.last {
     margin-right: 0;
 }

#navigationhome form {
	text-align:right;
}

#linguehome {
	text-align: right;
	width: 120px;
	padding: 8px 0 0px 0px;
	margin: 0px 0px 0px 826px;
	border:0px;
}

#linguehome input {
	border:0;
}


	/*-------------------------------- FINE MENU ORIZZONTALE ----------------------------------*/	
#parallax {
	position:relative; 
	overflow:hidden; 
	width:920px; 
	padding-top: 0px;
	height:170px; 
	text-align: left;
}

ul#parallax li {
}

/* ----------------------------------- INIZIO CONTACT FORM ----------------------------------- */

form fieldset {
  border: 1px dotted #6A6862;
  padding: 6px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
form legend {
  padding: 0 8px;
  font-weight: bold;
  text-align: right;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form fieldset input {
  width: 250px;
}
form fieldset textarea {
  width: 260px;
}

form fieldset fieldset {
  border: 1px dotted #6A6862;
  margin: 3px 0 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 200px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form input, form textarea {
	background-color: #FFF;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border: 1px solid silver;
}

/* ----------------------------------- FINE CONTACT FORM ----------------------------------- */

.miniatura {
	font-size: 80%;
}
.miniatura img {
	height: 120px;
}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 810px;	
	height:180px;		
	/* custom decorations */
	padding:0px 0;	
/*	border:1px outset #ccc;
	background-color:#FFF;	*/			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	color: #555;
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:180px;
	padding:0px 0px 10px 0;
	border:1px outset #ccc;
	background-color: #FFF;
	margin-right: 20px;	
	-moz-border-radius:5px; 
}

/* active item */
div.scrollable div.items div.active {
/*	border:1px inset #ccc;		
	background-color:#fff; */
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../img/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}
    
    
    
/* ---------------------------- ACCORDION ---------------------------------- */


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
}

/* accordion header */
#accordion h2 {
	padding-left: 20px;
	font-weight: normal;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	height:180px;

	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
