﻿body{
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E1E26;
	background: #006633;
}
#container {
	width: 980px;
	margin: auto;
	/*border: 1px solid #999*/
}
#header {
	height: 200px;
	background: #003300;
	color:#fff;
	position:relative;
	background: #003300 url('/img/bg-head.png') no-repeat top left;
}
#header .logo{
	height: 180px;
	width:250px;
	color:#fff;
	padding-top:20px;
	position:absolute;
	top:0px; left:0px;
}
#header .titolo{
	float:left;
	height: 180px;
	width:480px;
	color:#fff;
	padding-top:20px;
	margin-left:250px;
}
#header .titolo h1{
	width: 480px;
	height: 30px;
	margin:0px; padding:0px;
	line-height: 30px;
	font-size:32px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 1.2px;
	text-align:center;
}
#header .titolo h2{
	width: 480px;
	height: 30px;
	line-height: 30px;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	text-align:center;
}
#header .titolo span.fantagolf{
	width: 480px;
	height: 40px;
	line-height: 30px;
	font-size:36px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	text-align:center;
}
#header .main-sponsor{
	/*height: 200px;*/
	width:250px;
	color:#fff;
	position:absolute;
	top:75px;
	left: 730px; 
	/*background: url('/img/header_img.jpg') no-repeat bottom center;*/
}
/******************* menu di navigazione principale **********/
#menu{
	background: #006633 url('../img/bg_menu.png') repeat-x;
	height: 32px;
	clear: both;
	width: 100%;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	list-style: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1.2px;
}

#menu ul li a{
	float: left;
	padding: 6px 5px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	border-right: 1px solid #005500;
	border-left: 1px solid #003300;
}

#menu ul li a:link, #menu ul li a:visited{
	color: #fff;
	text-decoration: none;
	background: #006633 url('../img/bg_menu.png') repeat-x;
}

#menu ul li a:hover, #menu ul li a:active{
	color: #fff;
	text-decoration: none;
	background: #006633 url('../img/bg_menu.png') repeat-x 0 -32px;
}
/* STILE MENU REVERSE*/
#menu ul li.rev1{
	list-style: none;
	float: left;
	display: inline;
	padding: 6px 5px;
	margin: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1.2px;
	border-right: 1px solid #005500;
	border-left: 1px solid #003300;
	background: #006633 url('../img/bg_menured.png') repeat-x;
	color:#003300;
}
#menu ul li.rev{
	list-style: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1.2px;
	color:#003300;
}
#menu ul li.rev a{
	float: left;
	padding: 6px 5px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	border-right: 1px solid #005500;
	border-left: 1px solid #003300;
}
#menu ul li.rev a:link, #menu ul li.rev a:visited{
	color:#003300;
	text-decoration: none;
	background: #006633 url('../img/bg_menured.png') repeat-x;
}

#menu ul li.rev a:hover, #menu ul li.rev a:active{
	color:#003300;
	text-decoration: none;
	background: #006633 url('../img/bg_menured.png') repeat-x 0 -32px;
}


#menu ul li.in{
	color: #FFFFFF;
	background: #000 url('../img/bg_menu_hover.png') repeat-x;
	height: 20px;
	line-height: 20px;
	margin: 0px; padding-left:25px; padding-right:25px; padding-top:6px; padding-bottom:6px
}

/*****************contenuti************************/
#content {
	float: left; 
	width: 978px;
	height:300px;
	color:#fff;
	text-align: center;
	background-color:#003300;
	border-left: 1px solid #005500;
	border-right: 1px solid #005500;
	position:relative;
}
#content h1 {
	width: 978px;
	height: 30px;
	font-size:42px;
/*	line-height: 30px;*/
	margin:0px; padding:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	
}
#content h2 {
	width: 978px;
	height: 40px;
	font-size:24px;
/*	line-height: 30px;*/
	margin:0px; padding:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	
}
#content h3 {
	width: 978px;
	height: 40px;
	font-size:24px;	line-height: 30px;

	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	
}
#content p {
	float: left;
	width: 958px;
	padding:10px;
	text-align: justify;
	line-height:200%;
}
.split{
	clear: both; 
	width:978px;
	height:280px;
	text-align: left;
	margin-top:10px;
	}
.split #box1-2{
	float: left;
	width:750px;
	
/*	padding-left:10px;
	margin-left:10px;
	text-align:center;*/
} 
.split #box1-2 .textH{
	padding-top:5px;
	text-align:center;


} 
#iscriviti{
	float:right;
	text-align:left;
	width:909px;
	height:72px;
	margin-left:34px;
	margin-right:34px;
	margin-top:50px;

}

.split #boxBanner{
	width:980px;
	position:relative;
	float:left;
}
.split #box1{
	float: left;
	width:301px; 
	height:150px;
	text-align:left; 
	padding-left:10px;
	margin-left:10px;
	border: 1px solid #006633;
	background: #fff url('/img/bg-box.png') no-repeat top left;
}
.split #box2 { 
	float: left;
	width:300px; 
	height:150px;
	text-align:left; 
	padding-left:10px;
	margin-left:10px;
	border: 1px solid #006633;
	background: #fff url('/img/bg-box.png') no-repeat top left;
}
.split #box3 { 
	float: left;
	text-align:left; 
	margin-right:10px;
	font-size:15px;
	line-height:150%;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#box3 ul{
	float: left;
	margin: 0px; padding: 0px;
	list-style: none; line-height:35px; text-align: left;	font-weight: bold;
	background-image:url(../img/asta_bandiera.png);background-repeat:repeat-y;
	
}
#box3 ul li{
	height:35px;
	padding:0px; margin:0px;
}

#box3 ul li a{
	float: left;
	color:#FFF; font-size:13px;
	padding-left:10px;
}

#box3 ul li a:link, #box3 ul li a:visited{
	float: left;
	color:#FFF; font-size:13px;
	padding-left:10px;
}

#box3 ul li a:hover, #box3 ul li a:active{
	float: left;
	margin:0px; padding:0px; padding-left:10px;
	width:120px; height:35px;
	background-image:url(../img/bandiera.png); background-repeat:no-repeat;
	color:#FFF; font-size:13px; text-decoration:none;	
}


#content2 {
	float: left;
	width: 978px;
	min-height:250px;
	color:#fff;
	text-align: center;
	background-color:#FFF;
	border-left: 1px solid #005500;
	border-right: 1px solid #005500;
	position:relative;
	color: #002B00;
}
#classifiche {
	float:left;
	text-align:center;
	background-color:#309;
	width:100%;
}
#content2 h1 {
	margin:10px 0px 10px 0px; padding:0px;
	width: 978px;
	height: 30px;
	font-size:30px;
	line-height: 30px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	padding-top: 10px;
}
#content2 h2 {
	width: 978px;
	height: 30px;
	font-size:24px;
	line-height: 30px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1.2px;
	
}
#content2 ul {
	float:left;
	width: 978px;
	text-align:left;
}
#content2 p {
	float: left;
	width: 958px;
	padding:5px 10px; /* top and bottom padding are 5px - right and left padding are 10px */
	text-align: justify;
	line-height:200%;
}
#immagini
{
	float: left;
	text-align: center;
	margin-top: 10px;
	padding: 0px;
}
img {
	border: none;
}
a:link, a:visited {
	color: #AA0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #AA0000;
	text-decoration: underline;
}
h1 span, .skip {
	position: absolute;
	left: -9999px;
}
hr {
	color: #C0C0C0; 
	height: 1px;
	border-style: dotted;
	}
input{
	margin: 2px;
	font-size:12px;
}
select{
	margin: 2px;
	font-size:12px;
}
form {
	margin: 0px;
	padding: 0px;
}

/******************* menu di navigazione principale **********/
#menusx{
	clear: both;
	width: 321px;
}
#menusx ul{
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
}
#menusx ul li{
	width: 321px;
	height: 50px;
	background: #fff url('/img/sx-menu.png') no-repeat top left;
	float: left;
	padding: 0;
	margin-top: 1px;
	font-size: 18px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1.2px;
}

#menusx ul li a{
	float: left;
	padding-left: 50px;
	width: 321px;
	height: 50px;
	line-height: 50px;
	margin: 0px;
}

#menusx ul li a:link, #menusx ul li a:visited{
	color: #fff;
	text-decoration: none;
	background: none url('/img/sx-menu.png') no-repeat top left;
	background-image: url('/img/sx-menu.png');
}

#menusx ul li a:hover, #menusx ul li a:active{
	color: #fff;
	text-decoration: none;
	background: none url('/img/sx-menup.png') no-repeat top left;
	background-image: url('/img/sx-menup.png');
}

#menusx ul li.in{
	color: #FFFFFF;
	background: none url('/img/sx-menup.png') no-repeat top left;
	background-image: url('/img/sx-menup.png');
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding-left: 50px;
}


#footer{
	float: left; 
	clear: both;
	width: 980px;
	height: 180px;
	background: #003300 url('/img/bg-footer.png') no-repeat bottom left;
	color: #fff;
	text-align: center;
}
#footer div{
	height: 50px;
	font-size: 11px;
	padding-top: 15px;
}
#footer div a:link, #footer div a:visited{
	color: #00438B;
	text-decoration: none;
}
#footer div a:hover, #footer div a:active{
	color: #333;
	text-decoration: underline;
}

/* button */
.button{
	background: #006633 url('../img/bg_menu.png') repeat-x;
	height:32px; width:150px; 
	margin:20px auto;
	border:0px;
	color:#FFF; 
	font-weight:bold;  
	cursor:pointer
}