@charset "UTF-8";

/* general layout definitions */

html, body {border: 0; padding: 0; margin: 0;height: 100%;}
p { margin: 0; padding: 0;}
body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/backgroundTexture-dark-grey.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #FFF;}
a, a:link, a:visited {color: #477F38; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}
.container {
	width: 980px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */}
.floatL {float: left;}
.clearNow {clear: both;}
.centerTxt {text-align: center;}
.boldTxt {font-weight: bold;}

/* header settings */

#bannerHeader .container {
	height: 230px;
	background-color: white;
	text-align: left;
}

#businessName {
	font: bold 48px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #477F38;
	position: relative;
	top: 20px;
}

#businessSubtitle {
	font: italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #999;
	position: relative;
	top: 50px;
}

#rightData {
	float: right;
	width: 700px;
}

#leftData {
	float: left;
	width: 280px;
}

#logo {
	height: 150px;
	width: 221px;
	position: relative;
	top: 20px;
	left: 10px;
}

#menu {
	float: left;
	position: relative;
	width: 235px;
	font: normal 16px/30px Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 5px;
}

#menu a, #menu a:link, #menu a:visited {
	color: black; 
	text-decoration: none;
}
#menu a:hover {text-decoration: underline;}


#rightBox {
	width: 700px;
	float: right;
	background-color: white;
	padding-left: 40px;
}

/* main contents settings */

#mainContent {
	text-align: left;
	/*font: normal 16px/22px "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font: normal 14px/20px Geneva, Tahoma, sans-serif;
	/*font: normal 16px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	color: #666;
	text-align: justify;
}
	
#mainContent .container {
	width: 980px;
	background-color: #F2F8F3;
}
	
#mainContent:after, #mainContent .container:after { /* for clearing internal floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}
	
	/* headers */
#mainContent h1 {
	margin: 0 0 10px 0; 
	font: normal 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color: #333;}
h2 {
	margin: 0 0 10px 0; 
	font: normal 17px/32px Geneva, Tahoma, sans-serif; 
	color: black;
	background-color: #BFDDC2;
	text-align: center;
}
#mainContent h3 {
	font: normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;}
#mainContent h4 {
	margin: 0 0 10px 0;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;}
h5 {
	font: bold 15px Geneva, Tahoma, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
	text-align: center;
}
h6 {
	font: normal 15px Geneva, Tahoma, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
	background-color: #F2F8F3;
}
	
	/* texts and elements */
#mainContent p {margin: 0 0 10px 0;}
#mainContent .imgFR {float: right; margin: 0 0 10px 10px;}
#mainContent .imgFL {float: left; margin: 0 10px 10px 0;}
.emailTabbed { float: right; position:relative; right: 50px; width: 300px; text-align: left; }

.newTxt { color:red; }
	
	/* sponsors strip */
.sponsorStrip { height: 100px;}
.sponsorLogo { float: left; margin: 0 15px;}
.sponsorLogo a, .sponsorLogo a:link, .sponsorLogo a:visited {display: block;}
.sponsorLogo a:hover img {visibility: hidden;}
#sp1 {background: url(../images/sponsor1_h.png) no-repeat;}
#sp2 {background: url(../images/sponsor2_h.png) no-repeat;}
#sp3 {background: url(../images/sponsor3_h.png) no-repeat;}
#sp4 {background: url(../images/sponsor4_h.png) no-repeat;}
#sp5 {background: url(../images/sponsor5_h.png) no-repeat;}
#sp6 {background: url(../images/sponsor6_h.png) no-repeat;}

/* footer settings */

#footer {
	/*background-color: #262626;*/
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;}
#footer .container {
	/*background-color: rgb(238,246,249);*/
	padding: 10px 0;
}
#footer a, #footer a:link, #footer a:visited {color: #477F38; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer a:active {color: #477F38;}

/* tabelle */

.tabellaIscritti thead {font: bold 13px Geneva, Tahoma, sans-serif;}
.tabellaIscritti tbody {font: normal 12px Geneva, Tahoma, sans-serif; text-align: left;}
.tabellaIscritti td {border-bottom: solid 1px #BFDDC2;}

.tabellaUccelliAllevati {font: normal 13px Geneva, Tahoma, sans-serif; text-align: left;}
.tabellaUccelliAllevati th {font: bold 13px/26px Geneva, Tahoma, sans-serif; background-color: #F2F8F3;}
.tabellaUccelliAllevati td {border-bottom: solid 1px #BFDDC2; vertical-align: top;}

.tabellaAvesinfo td {vertical-align: top; padding-bottom:10px;}

/* other settings */

ul { text-align: justify; padding-left: 25px; }

