/* 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.3 Georgia, Times, Serif;
	color: #919E8A;
	background:#FFF url(../images/bg6.jpg) repeat fixed;
}

#header {
	height: 120px;
/*	background: transparent url(../images/bg2.png) repeat; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border: 1px solid #FFF;
*/	 text-shadow: 1px 1px 1px #FFF;
}

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

#container {
/*	margin: 0 auto 0 auto;
	background:#fff url(../images/fondocontainer1.jpg) repeat-y;
	z-index: 1; 
	border-left: 1px solid #333;
	border-right: 1px solid #333; */
}

#claim {
	font-size: 2.6em;
	font-weight: normal;
	color: #BD0000;
	text-align: left;
/*	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; */
	margin: -30px 0 0 0px;
/*	display: none; */
}

#wrapper{
	background: transparent url(../images/bg2.png) repeat; 
-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border: 1px solid #FFF;
	text-align: left;
/*	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; 
	background-color: red; */
}
	
#content {
	color: #777;
	z-index: 100000;
}

.contweet {
	width:920px;
	padding: 0px 40px 0 60px;
}
#tweet {
	text-align: right;
	font-family: "Bitstream Vera Serif", Georgia, Times, serif, sans-serif;
	font-size: large;
	font-style: italic;
	color:#777;
}
#tweet span {
	font-size: 300%;
	line-height: .9em;
}

#tweet a:link, #tweet a:visited {
	text-decoration: none;
	color:#8d8b8b;
}
#tweet a:hover {
	text-decoration:underline;
	color:#BBDDCC;
}

#footer {
}

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

.pulsante {
	cursor: default;
}


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

p i {
	color:#005F7F;
}

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

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


	/* ----------------------------- 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{
/*	background-color:#FFF;*/
	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: 50px;
	height:370px; 
	text-align: left;
}

ul#parallax li {
}
    
