/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #8A8D02 url("../../images/frontend/default/bg_pagina.jpg") repeat-x;
	text-align: center;
}

/* STRUTTURA DI PAGINA */

#header {
	width: 700px;
	height: 120px;
	margin: 0 auto;
	background: url("../../images/frontend/default/up_dx.jpg") no-repeat right top;
}
#logo {
	width: 310px;
	height: 120px;
	float: left;
	background: url("../../images/frontend/default/up_sx.jpg") no-repeat;
}
#logo h1 { 
	position: absolute; 
	left: -10000px;
}

/* MENU DI NAVIGAZIONE PRINCIPALE */

#menu {
	width: 271px;
	height: 120px;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	height: 120px;
	float: left;
	display: block;
}
#menu_1 { 
	width: 55px; 
	background: url("../../images/frontend/default/tasto_home.jpg"); 
}
#menu_2 { 
	width: 62px; 
	background: url("../../images/frontend/default/tasto_statuto.jpg");
}
#menu_3 { 
	width: 92px; 
	background: url("../../images/frontend/default/tasto_regolamenti.jpg");
}
#menu_4 { 
	width: 62px; 
	background: url("../../images/frontend/default/tasto_scrivici.jpg");
}
#menu b { 
	position: absolute; 
	left: -10000px;
}

/* BANNER SEZIONI EXTRA */

#extra {
	width: 700px;
	height: 104px;
	margin: 0 auto;
	background: url("../../images/frontend/default/bg_extra.jpg") top right no-repeat;
}
#extra ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#extra li {
	display: inline;
}
#extra a {
	height: 98px;
	float: left;
	position: absolute;
	top: 0;
	display: block;
}
#extra_1 { 
	width: 163px; 
	left: 98px;
}
#extra_2 { 
	width: 163px; 
	left: 268px;
}
#extra_3 { 
	width: 163px; 
	left: 438px;
}
#extra b { 
	position: absolute; 
	left: -10000px;
}

/* CONTENUTO DI PAGINA */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: url("../../images/frontend/default/content_repeat.gif") top left repeat-y;
	text-align: justify;
}
#content h2 {
	height: 86px !important;
	height /**/: 96px;
	margin: 0;
	padding: 10px 0 0 160px;
	background: url("../../images/frontend/default/titolo.jpg") no-repeat; 
	font: bold 25px/70px "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: -2px;
}
#content_top {
	width: 386px !important;
	width /**/: 700px;
	margin: 0;
	padding: 0 160px 0 154px;
	background: url("../../images/frontend/default/content.jpg") top left no-repeat;
	text-align: justify;
}
#content_footer {
	height: 26px;
	background: url("../../images/frontend/default/content_footer.gif") no-repeat left bottom;
	clear: both;
}

/* ESTRATTO GALLERIA IMMAGINI */

#gallery {
	width: 334px !important;
	width /**/: 503px;
	height: 88px;
	margin: 0 auto;
	padding: 0 0 0 169px;
	background: url("../../images/frontend/default/bg_footer.gif") no-repeat;
}
#gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#gallery li {
	display: inline;
}
#gallery a {
	height: 61px;
	float: left;
	position: absolute;
	top: 13px;
	display: block;
}
#gallery_1 { 
	width: 140px; 
	left: 18px;
}
#gallery_2 { 
	width: 140px; 
	left: 169px;
}
#gallery b { 
	position: absolute; 
	left: -10000px;
}

/* FOOTER */

#footer {
	width: 700px;
	height: 57px !important;
	height /**/: 62px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	color: #585A02;
	clear: both;
}
#footer p {
	line-height: 1.2em;
	text-align: center;
}