/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url("../../images/frontend/default/bg.jpg") top left repeat;
}

/* STRUTTURA DELLA PAGINA */

#wrapped {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}
#top {
	width: 720px;
	height: 100px;
	background: url("../../images/frontend/default/top.jpg") bottom left no-repeat;
	float: left;
}
#top ul {
	margin: 0;
	padding: 67px 0 0 556px;
	list-style: none;
}
#top li {
	width: 51px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	color: #666;
}
#top a {
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top .non_evidenziato {
	color: #666;
}
#top .evidenziato {
	color: #5687BF;
}

/* BANNER */

#banner {
	width: 720px;
	height: 200px;
	float: left;
	background: #FFF url("../../images/frontend/default/banner.jpg") center center no-repeat;
}

/* CONTENUTO DI PAGINA */

#content {
	width: 664px !important;
	width /**/: 720px;
	float: left;
	background: #FFF url("../../images/frontend/default/linea_footer.jpg") bottom center no-repeat;
	padding: 15px 28px 20px 28px;
	margin: 0;
}
#colA {
	width: 180px !important;
	width /**/: 181px;
	float: left;
	border-right: 1px solid #CFCFCF;
	margin: 0;
	padding: 0;
}
#colB {
	width: 479px;
	float: right;
	margin: 0;
	padding: 0;
}

/* FOOTER */

#footer {
	width: 720px;
	height: 130px;
	background: url("../../images/frontend/default/footer.jpg") top left no-repeat;
	float: left;
	clear: both;
}

/* MENU NAVIGAZIONE A */

#menuA_top {
	width: 163px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	background: #EB8A23 url("../../images/frontend/default/menuA_top.jpg") top left no-repeat;
}
#menuA_top ul {
	margin: 0 0 0 16px;
	padding: 0;
}
#menuA_top li {
	list-style: none; 
	text-transform: uppercase;
	line-height: 1.5em;
	color: #FFF;
}
#menuA_top a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 3px;
}
#menuA_top a:hover {
	text-decoration: underline;
}
#menuA_top .non_evidenziato {
	color: #FFF;
}
#menuA_top .evidenziato {
	color: #FEED19;
}
#menuA_bottom {
	width: 163px;
	height: 10px;
	float: left;
	margin: 0;
	padding: 0;
	background: #EB8A23 url("../../images/frontend/default/menuA_bottom.jpg") bottom left no-repeat;
}

/* MENU NAVIGAZIONE B */

#menuB_top {
	width: 163px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #AFC208 url("../../images/frontend/default/menuB_top.jpg") top left no-repeat;
}
#menuB_top ul {
	margin: 0 0 0 16px;
	padding: 0;
}
#menuB_top li {
	list-style: none; 
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.5em;
}
#menuB_top a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 3px;
}
#menuB_top a:hover {
	text-decoration: underline;
}
#menuB_top .non_evidenziato {
	color: #FFF;
}
#menuB_top .evidenziato {
	color: #FEED19;
}
#menuB_bottom {
	width: 163px;
	height: 10px;
	float: left;
	margin: 0;
	padding: 0;
	background: #AFC208 url("../../images/frontend/default/menuB_bottom.jpg") bottom left no-repeat;
}

/* BANDIERE */

#flag {
	width: 163px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

/* CONTENT DI PAGINA */

#content_top {
	width: 464px;
	height: 5px;
	float: right;
	background: url("../../images/frontend/default/content_top.gif") top left no-repeat;
	overflow: hidden;
}
#content_middle {
	width: 444px !important;
	width /**/: 464px;
	float: right;
	padding: 0 10px;
	background: url("../../images/frontend/default/content_middle.gif") top left repeat-y;
	text-align: justify;
}
#content_middle h2 {
	height: 22px !important;
	height /**/: 27px;
	padding: 5px 0 0 26px;
	margin: 5px 0 0 0;
	background: url("../../images/frontend/default/titolo.jpg") no-repeat top left;
	text-transform: uppercase;
	font: bold 13px/14px "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
}
#content_middle h3 {
	height: 22px !important;
	height /**/: 27px;
	padding: 5px 0 0 26px;
	margin: 5px 0 0 0;
	background: url("../../images/frontend/default/calendario.gif") no-repeat top left;
	text-transform: uppercase;
	font: bold 13px/14px "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
}
#content_bottom {
	width: 464px;
	height: 5px;
	float: right;
	background: url("../../images/frontend/default/content_bottom.gif") top left no-repeat;
	overflow: hidden;
}

/* SPOT IN HOME PAGE */

#spot_top {
	width: 464px;
	height: 5px;
	float: right;
	background: url("../../images/frontend/default/content_top.gif") top left no-repeat;
	overflow: hidden;
	margin-top: 10px;
}
#spot_middle {
	width: 444px !important;
	width /**/: 464px;
	float: right;
	padding: 0 10px;
	background: url("../../images/frontend/default/content_middle.gif") top left repeat-y;
	text-align: justify;
}
#spot_middle h2 {
	height: 22px !important;
	height /**/: 27px;
	padding: 5px 0 0 26px;
	margin: 5px 0 0 0;
	background: url("../../images/frontend/default/titolo.jpg") no-repeat top left;
	text-transform: uppercase;
	font: bold 13px/14px "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
}
#spot_bottom {
	width: 464px;
	height: 5px;
	float: right;
	background: url("../../images/frontend/default/content_bottom.gif") top left no-repeat;
	overflow: hidden;
}

/* COPYRIGHT E LINK FOOTER */

#copyright {
	width: 205px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 16px 0 0 0;
}
#links, #links_it {
	width: 510px;
	float: right;
}
#links ul {
	margin: 10px 0 0 40px;
	padding: 0;
	list-style: none;
}
#links_it ul {
	margin: 10px 0 0 42px;
	padding: 0;
	list-style: none;
}
#links li, #links_it li {
	display: inline;
	padding: 0 6px;
	float: left;
}
#links a, #links_it a {
	color: #666;
	text-decoration: none;
}
#links a:hover, #links_it a:hover {
	text-decoration: underline;
}