@charset "UTF-8";
/* CSS Document */

body {
	background: url(picts/bg.gif) repeat-x #f0f0f2;
	margin: 0;
	color: #3d3d3d;
	font: 12px Arial, Helvetica, sans-serif;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #a9a9a9; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}


#frame {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#shadow {
	float: left !important;
	float: none;
	width: 100% !important;
	width: 954px;
	background-image: url(picts/shadow.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#logo {
	float: left;
}

#menu {
	float: left;
	width: 265px;
}

#banner {
	float: right;
	margin-left: 2px
}

#content_bg {
	float: left;
	width: 950px;
	margin-top: 2px;
	background: url(picts/bg_content_bg.jpg);
}

#content {
	float: left;
	width: 950px;
	background: url(picts/bg_content.jpg) no-repeat bottom;
	min-height: 250px;
}
	

#content_left {
	float: left;
	width: 317px;
}

#content_left_inner {
	padding: 25px;
}

#content_center {
	float: right;
	width: 583px;
	padding: 25px;
}

#content_full {
	padding: 25px;
	background: #ffffff;
	min-height: 250px;
}

#footer {
	clear: both;
	text-align: center;
	color: #a9a9a9;
	background: url(picts/bg_footer.jpg);
	height: 43px;
	line-height: 43px;	
}

#footer a:link {color: #a9a9a9;}
#footer a:visited {color: #a9a9a9;}
#footer a:hover {color: #ffffff;}
#footer a:active {color: #a9a9a9;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
}

.img_left { 
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.img_right { 
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.titolo {
	color: #1b3e94;
	font-size: 18px;
}

.blu {
	color: #1B3E94;
	font-weight: bold;
}

form#contact {width:469px;padding:0px 0;margin:0px}
form#contact fieldset{float:left;width:456px;
    margin: 1em 0;padding: 0;
    border: none;border-top: 1px solid #99A0FA;
    }
form#contact legend{font-weight:bold;color: #333;background:#FFF}
form#contact form b{color:#F00}
form#contact form p{margin:0.5em 10px}
form#contact fieldset div{float:left;width:100%;
    padding: 10px 0 12px;
    background: url(picts/line.png) repeat-x bottom}

form#contact label{float:left;width:120px;
    display: inline;margin-left: 10px;
    line-height:23px}
form#contact div#confirm-address label,div#sports label,input#go{
    margin-left:130px}
	
/* SOTTOMENU */

#button {
	float: left;
	width: 300px;
	}

#button ul {
	list-style-image: url(picts/arrow_sottomenu.gif);
		margin: 0;
		padding: 0;
		border: none;
		margin-left: 70px;
		margin-bottom: 25px;
		}
		
	#button li {
		padding: 0;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0em;
		color: #000;
		text-decoration: none;
		width: 225px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		color: #1b3e94;
		font-weight: bold;
		background: url(picts/bg_sottomenu.jpg);
		}
		
#button .select {
		display: block;
		padding: 5px 5px 5px 0;
		color: #1b3e94;
		text-decoration: none;
		width: 225px;
		font-weight: bold;
		background: url(picts/bg_sottomenu.jpg);
		}
		
	.tabella {
		border: 1px solid #e3e3e3;
		background: #FFF;
	}
	
	.tabella td {
		border: 0;
		border-bottom: 1px solid #e3e3e3;
		width: 50%;
		text-indent: 5px;
	}

input, textarea {
	background: #efeff1;
	padding: 3px;
	margin: 0;
	border: 0;
}

.bottone {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}
