/*
	----------------------------------------------------------------
	SIT splash page
	----------------------------------------------------------------
*/
body { 
	background: #818380 url(img/splash_back.jpg) top repeat-x; 
	font-size: 0.8em;
	line-height: 1.3em;
}
#wrapper { margin: 54px auto; }
#page-wrapper { background: #fff url(img/splash_wrap_back.jpg) top repeat-x; }

a { margin: 0; padding: 0; color: #333; font-weight: bold; text-decoration: none; }
a:hover { border: 0; color: #6C0F07; text-decoration: none; }
a img { margin: 0; padding: 0; border: 0; }
img { margin: 0; padding: 0; }

#splash h1 {
}

/* --------------------------------------------------- */
table.splash { }
table.splash td.left {
	background: #B4B4B4 url(img/splash_left_back.jpg) right repeat-y;
	width: 212px;
}
table.splash td.center {
	width: 536px;
	margin: 0;
	padding: 0;
	background: #fff url(img/splash_center_back.jpg) bottom repeat-x;
}
table.splash td.center .container {
	margin: 0;
	padding: 32px;
	padding-top: 36px;
	background: transparent url(img/splash_center_top.jpg) top repeat-x;
}

table.splash td.right {
	background: #fff url(img/splash_right_back.jpg) left repeat-y;
	width: 212px;
}

/* ---------------------------------------------------- */
div.enter {
	background: url(img/splash_enter_back.jpg) top right no-repeat;
	margin: 0;
	padding: 14px 0 0 0;
}

div.enter a {
	display: block;
	width: 212px; 
	height: 57px;
	text-indent: -99999999px;
}
div.enter a.it { background: url(img/splash_enter_it.jpg) 0 0 no-repeat; }
div.enter a.en { background: url(img/splash_enter_en.jpg) 0 0 no-repeat; }

div.enter a:hover {
	background-position: -212px 0;
}
/* ---------------------------------------------------- */
a.bando {
	display: block;
	width: 212px;
	height: 60px;
	background: url(img/splash_btn_bando_it.jpg) 0 0 no-repeat;
	text-indent: -99999999px;
}
a.bando:hover { background-position: -212px 0; }

a.nuovo-ordinamento {
	display: block;
	width: 212px;
	height: 60px;
	background: url(img/splash_btn_ordinamento_it.jpg) 0 0 no-repeat;
	text-indent: -99999999px;
}
a.nuovo-ordinamento:hover { background-position: -212px 0; }

/* ---------------------------------------------------- */
ul { margin: 18px 0 24px 0; }
ul li { margin: 4px 0 4px 0; }

/* ---------------------------------------------------------------- */
#segue { 
	display: none;
	margin: 0;
	padding: 8px 0 18px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}
#segue p {
	/*line-height: 12px;*/
}
#segue ul {
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
}
#segue ul li { 
	margin: 2px 0 2px 0;
	padding: 0;
}

