html
{
	height:100%;
}

img{
	border:0;
}

body{
	background:url(../img/bg_body_6.jpg) repeat-x 50% 0;
	background-color: #fff;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005c96;
}

a:link{
	color: #00A886; 
	text-decoration: none;
}

a:visited{ 
	color: #00A886; 
	text-decoration: none;
}

a:hover{ 
	color: #005C96; 
	text-decoration: none;
}

a:active{ 
	color: #00A886; 
}

#main {
	width:100%;
	height:100%;
	background-color: #fff;
	background:url(img/main.jpg) no-repeat 50% 0;		
}

#sezprinc {
	height:100%;
	margin : 0 auto;
	padding: 0;
	text-align : left;
	width: 910px;
	background-color: #fff;
}

#testata {
	top:0;
	width:100%;
	height:100px;
	float:left;
}

#logo {
	float:left;
	width:300px;
}

#logo img{
	border:0;
}

#menu {
	width:610px;
	height:100px;
	float:left;
	background:url(img/sf-menu.jpg);
}

#navigazione {
	width: 610px;
	margin: 46px 0 0 0px;
	text-align: left;
}

#navCircle {
 	margin: 0;
    padding: 1px 0px 20px 30px;
}

#navCircle li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
	width: 109px;
	height: 100px;
    float: left;
	font-size: 14px;
    line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
    color: #00A886;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
    padding-bottom: 6px;
    color: #008FD4;
}

.over
{
   cursor:pointer;
}

.selezione
{
	color: #008FD4;
}

#barra-azz {
	width:100%;
	height:30px;
	float:left;
	background-color:#def0fa;
}

#barra-segnaposto {
	width:610px;
	height:30px;
	float:right;
}

#segnaposto1 {
	width:36px;
	height:30px;
	float:right;
	margin-right:500px;
}

#segnaposto2 {
	width:36px;
	height:30px;
	float:right;
	margin-right:390px;
}

#segnaposto3 {
	width:36px;
	height:30px;
	float:right;
	margin-right:290px;
}

#segnaposto4 {
	width:36px;
	height:30px;
	float:right;
	margin-right:174px;
}

#centrale {
	width:100%;
	float:left;
}

#img-sx {
	width:341px;
	height:240px;
	float:left;
}

#testo {
	width:560px;
	float:right;
	margin-top:8px;
}

#footer {
	width:100%;
	height:82px;
	float:left;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
}

#footer p{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005C96; 
	text-align:center;
	margin-top:20px;
}


