/* Start of CMSMS style sheet 'splash' */
/* SPLASH */
#splash_cont_site{
	position:relative;
	overflow:hidden;
	width:739px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#splash{
	position:relative;
	/*background-image: url(./images/splash.jpg);
	background-repeat: no-repeat;*/
	width:739px;
	height:572px;
}

#splash_menu{
	position:absolute;
	top:255px;
	background-image: url(./images/splash_menu_top.png);
	background-color:#d2dc95;
	background-repeat: no-repeat;
	width:211px;
	margin-left:25px;
}

#splash_menu_bottom{
	background-image: url(./images/splash_menu_bottom.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	height:11px;
	width:211px;
}

/* MENU ACCORDEON */
#splash_navigation {
	padding: 0;
	list-style: none;
	background-color: #7abf18;
	color: #fff;
	width: 193px;
	font-size:10pt;
	margin:9px 9px 0 9px;
}
#splash_navigation li{
	margin:0;
	padding:0;
}
#splash_navigation a {
	display: block;
	padding: 3.5px 10px;
	margin:0;
	color: #fff;
	text-decoration: none;
	background: #7abf18 url(./images/menu_item_over.png) left bottom repeat-x;
}
#splash_navigation a:hover{
	background: #7abf18 url(./images/menu_item.png) left bottom repeat-x;
}

#splash_txt_logo h2{
	position:absolute;
	background:none;
	color:#fff;
	padding:0;
	z-index:10;
	font-size:16pt;
	font-weight:normal;
	top:160px;
	width:213px;
	margin-left:24px;
	line-height:19pt;
}

#splash_txt_bottom h2{
	position:absolute;
	background:none;
	padding:0;
	z-index:10;
	top:495px;
	width:430px;
	margin-left:24px;
}

#splash_txt_bottom h2 a{
	color:#fff;
	font-size:14pt;
	font-weight:normal;
	line-height:19pt;
}

#splash_bottom{
	margin-top:10px;
	text-align:center;
	color:#083869;
	font-size:10pt;
}

/* FIN SPLASH */
/* End of 'splash' */

