html, body {
	margin: 0px;
	padding: 0px;
	/*padding-top:10px;*/
}

body {
	/*font-size: 75%;*/
	font-size:12px;
	font-family: Arial, sans-serif;
	color: #032067;
	background-color: #333333;
	background-image: url("/public/images/index/sf.jpg");
	background-repeat: repeat-x;
}

img {
	border: 0px;	
}

div#notice {
	text-align:center;
	color: red;
}

h2 {
	color: #E1B555;	
	margin-top: 0;
}

/* LAYOUT STYLES */

div#container_sx, div#container_dx {
	width: 967px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

div#container_sx {
	background-image: url("/public/images/index/ombra_sx.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

div#container_dx {
	background-image: url("/public/images/index/ombra_dx.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

/** HEADER **/
div#header {		
	width: 955px;
	overflow: hidden;
	height: 183px;
	background-color:#FFF;
}
/*
div#lingue {
	text-align:right;
	width: 120px;
	float:right;	
	margin-top:3px;
}
div#lingue a {
	margin: 5px 5px 0 3px
}
*/
div#logo {
	height: 132px;
}
div#movie iframe {
	overflow: hidden;
	width: 955px;
	height: 195px;
}

div#navigation {
	height: 26px;
	z-index: 99;
	background-color: #000000;
	padding: 5px 10px 0 10px;
}
/** CORPO **/
div#movie-{
z-index: 5 !important
}

div#container {
	width: 955px;
	margin: 0 auto;		
    	/*min-height: 650px;*/
	height: auto !important;
	overflow: hidden;
	background: #D0D0CE;
	
}
div#wrapper { 
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 150px;
	
}
div#bottoni {
	background-color:#D0D0CE;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 170px;
	padding: 15px;

}
div#content {
	padding: 10px 20px;
	height: auto !important;
	position: relative;
}

div#content img#avatar {
	margin: 3px 5px 0 0;
	float: left;
}

div#corpo-home {
	background-image: url("/public/images/index/pezzi_home/box_home.jpg");
	background-repeat: no-repeat;
	width:	877px;
	height: 131px;
}

div#corpo-home-testo {	
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	overflow:hidden;
}

div#corpo-home-testo p{	
	padding:0px;
	margin:0px;
}

/** CONTENT-RIGHT **/
div#content-right {
	float: right;
	width: 350px; 
	height: /*400px;*/ 290px; /*226*/
	overflow: hidden;
	margin-left: 15px;
}

div#rightbar {
   	overflow: hidden;
   	margin-bottom: 10px;
}
div#rightbar div#titolo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
div#rightbar div#link {
	float: right;
	padding-top: 5px;
	color: #006CB7;
}
div#rightbar div#link a {
	font-size: 11px;
	color: #032067;
}
div#rightbar div#link a:hover {
		text-decoration: underline;
}
div#rightbar ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}
div#rightbar ul li {
	border-top: 1px solid #aaaaaa;
	padding: 7px 0 7px 0px;
	overflow: hidden;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	background-image: url(/public/images/index/bullet.png);
}
div#rightbar ul li a, div#rightbar ul li a:visited {
	text-decoration: none;
}

div#news {
   	overflow: hidden;
   	margin-bottom: 10px;
}
div#news div#titolo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
div#news div#link {
	float: right;
	padding-top: 5px;
	color: #006CB7;
}
div#news div#link a {
	font-size: 11px;
	color: #032067;
}
div#news div#link a:hover {
		text-decoration: underline;
}
div#news ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}
div#news ul li {
	border-top: 1px solid #aaaaaa;
	padding: 7px 0 7px 0px;
	overflow: hidden;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	background-image: url(/public/images/index/bullet.png);
}
div#news ul li a, div#news ul li a:visited {
	text-decoration: none;
}
/** FOOTER **/
div#footer {
	font-size: 11px;
	clear: both;
	color: white;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #333333;
}

div#footer a, div#footer a:visited {
	text-decoration: none;
	color: white;
}

div#footer a:hover {
	text-decoration:underline;
	color:white;
}

div#musica {
	float: right;
	margin-top: 0px;
}

/*div#contatore-visite {
	float: left;
	margin-top: 0px;
}*/

/* GENERAL STYLES */

p {
	margin: 5px 0;
}

a, a:visited {
	text-decoration: none;
	color: #032067;
}
a:hover {
	text-decoration: underline;
	color: #032067;
}

#gray {
	background-color: #eaeaea;
}

#bread {
	height: 20px;
	border-bottom: 1px solid #ADADAC;
	overflow: hidden;
	margin-bottom: 10px;	
	padding-bottom: 5px;
}

#bread img {
	margin: -2px;	
}

div#bread_image {
	float: right;
	margin-right: 2px;
}

#bread h1 {
	margin: 0;
/*	font-weight: bold;*/
	float: left;
	position: relative;
	font-style: italic;
	font-size: 12px;
}
#bread h1 a,a:hover,a:visited { 
	text-decoration: none;
	color: #032067;
}

.element-group {
	list-style-type: none;
}

.submit-group {
	list-style-type: none;
}

ul#test-list {
	list-style-type: none;
}

/**
css form newsletter
*/
dl#newsletter-form {
	padding-left: 0px;
}

dl#newsletter-form dd.text{
	margin-left: 0px;
	width: 110px;
	padding-bottom: 8px;
	padding-left: 5px;
}

dl#newsletter-form dd.text input {
	font-size:10px;
	width: 110px;
	border: 1px solid #333;
	height: 18px;
	background-color: #F5F5F5;
}

dl#newsletter-form  dt.text{
	float: right;
	text-align: left;
	width: 60px;
	padding-left: 7px;
	height: 20px;
}

dl#newsletter-form  dt.text label {
	height: 20px;
	padding-top: 6px;
	vertical-align: middle;
}

dl#newsletter-form  dt.bottom{
	text-align: center;
	padding-top: 7px;
}

dl#newsletter-form dd.bottom{
	margin-left: 0px;
	text-align: center;
}

/*dl#newsletter-form #submitbutton{
	background: url("/public/images/index/pulsante.jpg");
	color: white;
}*/

dl#newsletter-form dd.submit-group{
	text-align: center;
	padding-top: 7px;
	margin-left: 0px;
}

/**
css form ricerca
*/
div#ricerca_bar {
	color: #FFFFFF;
	margin-right: 5px;
}

input#q {
	width: 90px;
	height: 18px;
	border: none;
}
.ricerca-element-group {
	float: left;
	display: inline;
}
div .ricerca-submit-group {
	display: inline;
}
input#sa {
}

/**
css form newsletter
*/
dl#accesso-form {
	/*padding-left: 0px;*/
	margin: 0px;
}

dl#accesso-form dd.text{
	margin-left: 0px;
	width: 150px;
	/*padding-bottom: 3px;*/
	padding-left: 0px;
}

dl#accesso-form dd.text input {
	width: 150px;
	border: 1px solid #333;
	/*height: 20px;*/
	background-color: #F5F5F5;
}

dl#accesso-form  dt.text{
	text-align: left;
	width: 60px;
	padding-left: 5px;
	/*height: 20px;*/
}

dl#accesso-form  dt.text label {
	/*height: 20px;*/
	/*padding-top: 6px;*/
	/*vertical-align: middle;*/
}

dl#accesso-form  dt.bottom{
	text-align: center;
	padding-top: 3px;
}

dl#accesso-form dd.bottom{
	margin-left: 0px;
	text-align: center;
}

/*dl#accesso-form #submitbutton{
	background: url("/public/images/index/pulsante.jpg");
	color: white;
}*/

dl#accesso-form dd.submit-group {
	text-align: right;
	padding-top: 3px;
	margin-left: 0px;
	float: right;
}

div#ricerca{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

/*Prova Hover tbody*/
tbody a, a:link{
	text-decoration: none;
}

tbody a, a:hover{
	text-decoration: underline;
}

